Last updated 4 years ago
Was this helpful?
Here is the .
heroku apps
If you have multiple heroku remotes or want to execute an app command outside of a local working copy, you can specify the remote name or an explicit app name as follows:
$ heroku apps:info --app example $ heroku apps:info --remote production
>> heroku apps:create <app name>
>> heroku apps:destroy <you app name>
>> heroku logs --tail >> heroku logs