Class Heroku::Command::Run
In: lib/heroku/command/run.rb
Parent: Heroku::Command::Base

run one-off commands (console, rake)

Methods

Public Instance methods

run:console [COMMAND]

open a remote console session

if COMMAND is specified, run the command and exit

run:rake COMMAND

remotely execute a rake command

Protected Instance methods

[Validate]