Class Heroku::Command::Releases
In: lib/heroku/command/releases.rb
Parent: Base

view release history of an app

Methods

index   info   rollback  

Public Instance methods

releases

list releases

releases:info RELEASE

view detailed information for a release

rollback [RELEASE]

roll back to an older release

if RELEASE is not specified, will roll back one step

[Validate]