class Heroku::Command::Status
check status of heroku platform
Public Instance Methods
index()
click to toggle source
status display current status of heroku platform
Example:
$ heroku status === Heroku Status Development: No known issues at this time. Production: No known issues at this time.
# File lib/heroku/command/status.rb, line 18 def index Heroku::JSPlugin.install('heroku-status') Heroku::JSPlugin.run('status', nil, ARGV[1..-1]) end