-
List accounts
$ heroku accounts
-
Install plugin to manage multiple heroku accounts
$ heroku plugins:install heroku-accounts
-
Add a new account
$ heroku accounts:add <account_name>
-
Set account as a working account
$ heroku accounts:set <account_name>
-
See app logs
$ heroku logs --tail --app
-
Restart app
$ heroku restart --app
$ heroku pg:backups:capture
$ heroku pg:backups:download