Class: HerokuCLI::ProcessStatus

Inherits:
Base
  • Object
show all
Defined in:
lib/heroku_cli/ps.rb

Overview

list dynos for an app

Instance Attribute Summary

Attributes inherited from Base

#application

Instance Method Summary collapse

Methods inherited from Base

#heroku, #initialize

Constructor Details

This class inherits a constructor from HerokuCLI::Base

Instance Method Details

#restartObject

restart app dynos



5
6
7
# File 'lib/heroku_cli/ps.rb', line 5

def restart
  heroku 'ps:restart'
end