Class Heroku::Command::Ps
In: lib/heroku/command/ps.rb
Parent: Heroku::Command::Base

manage processes (dynos, workers)

Methods

dynos   index   restart   workers  

Public Instance methods

ps:dynos [QTY]

scale to QTY web processes

if QTY is not specified, display the number of web processes currently running

ps

list processes for an app

ps:restart

restart app processes

ps:workers [QTY]

scale to QTY background processes

if QTY is not specified, display the number of background processes currently running

[Validate]