class HerokuCLI::ProcessStatus
list dynos for an app
Public Instance Methods
restart()
click to toggle source
restart app dynos
# File lib/heroku_cli/ps.rb, line 5 def restart heroku 'ps:restart' end
list dynos for an app
restart app dynos
# File lib/heroku_cli/ps.rb, line 5 def restart heroku 'ps:restart' end