manage apps (create, destroy)
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]