Skip to content

Instantly share code, notes, and snippets.

@shu0115
Created June 22, 2012 03:40
Show Gist options
  • Save shu0115/2970061 to your computer and use it in GitHub Desktop.
Save shu0115/2970061 to your computer and use it in GitHub Desktop.
Heroku Help
◆heroku -h
----------
Usage: heroku COMMAND [--app APP] [command-specific-options]
Primary help topics, type "heroku help TOPIC" for more details:
addons # manage addon resources
apps # manage apps (create, destroy)
auth # authentication (login, logout)
config # manage app config vars
domains # manage custom domains
logs # display logs for an app
ps # manage processes (dynos, workers)
releases # view release history of an app
run # run one-off commands (console, rake)
sharing # manage collaborators on an app
Additional topics:
account # manage heroku account options
db # manage the database for an app
drains # display syslog drains for an app
help # list commands and display help
keys # manage authentication keys
labs # manage optional features
maintenance # toggle maintenance mode
pg # manage heroku postgresql databases
pgbackups # manage backups of heroku postgresql databases
plugins # manage plugins to the heroku gem
sql # SQL console like for your heroku app's database
ssl # manage ssl certificates for an app
stack # manage the stack for an app
status # check status of Heroku platform
update # update the heroku client
version # display version
----------
◆heroku addons -h
----------
Usage: heroku addons
list installed addons
Additional commands, type "heroku help COMMAND" for more details:
addons:add ADDON # addons:add ADDON
addons:downgrade ADDON # addons:downgrade ADDON
addons:list # addons:list
addons:open ADDON # addons:open ADDON
addons:remove ADDON # addons:remove ADDON
addons:upgrade ADDON # addons:upgrade ADDON
----------
◆heroku config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment