Class Heroku::Command::Apps
In: lib/heroku/command/apps.rb
Parent: Heroku::Command::Base

manage apps (create, destroy)

Methods

create   destroy   index   info   open   rename  

Public Instance methods

apps:create [NAME]

create a new app

-r, —remote REMOTE # the git remote to create, default "heroku" -s, —stack STACK # the stack on which to create the app

apps:destroy

permanently destroy an app

apps

list your apps

apps:info

show detailed app information

-r, —raw # output info as raw key/value pairs

apps:open

open the app in a web browser

apps:rename NEWNAME

rename the app

[Validate]