Class: HerokuCLI::ProcessStatus
Overview
list dynos for an app
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#restart ⇒ Object
restart app dynos.
Methods inherited from Base
Constructor Details
This class inherits a constructor from HerokuCLI::Base
Instance Method Details
#restart ⇒ Object
restart app dynos
5 6 7 |
# File 'lib/heroku_cli/ps.rb', line 5 def restart heroku 'ps:restart' end |