New Heroku plugin: heroku apps:status
Heroku Apps:Status is a Heroku CLI plugin thats displays the status of your apps. The plugin is an add-on for the Heroku Toolbelt.
To install the plugin:
$ heroku plugins:install git://github.com/pbougie/heroku-apps-status.git
Installing heroku-apps-status... done
To display the status of all apps (must not be in an app directory):
$ heroku apps:status
=== Apps Status
my-first-app: up
my-second-app: idle
my-third-app: maintenance
my-fourth-app: no dynos
To display the status of the current app:
$ cd my-app
$ heroku apps:status
=== Apps Status
my-app: up