Heroku: Plugins Cheat Sheet

pluginslist installed plugins
plugins:install <url>install the plugin from the specified git URL
plugins:uninstall <url/name>remove the specified plugin

Heroku: General Commands Cheat Sheet

helpshow this usage
versionshow the gem version
listlist your apps
create [<name>]create a new app
keysshow your user’s public keys
keys:add [<path to keyfile>]add a public key
keys:remove <keyname>remove a key by name (user@host)
keys:clearremove all keys
infoshow app info, like web url and git repo
openopen the app in a web browser
rename <newname>rename the app
dynos <qty>scale to qty web processes
workers <qty>scale to qty background processes
sharing:add <email>add a collaborator
sharing:remove <email>remove a collaborator
sharing:transfer <email>transfers the app ownership
domains:add <domain>add a custom domain name
domains:remove <domain>remove a custom domain name
domains:clearremove all custom domains
ssl:add <pem> <key>add SSL cert to the app
ssl:remove <domain>removes SSL cert from the app domain
rake <command>remotely execute a rake command
console <command>remotely execute a single console command
consolestart an interactive console to the remote app
restartrestart app servers
logsfetch recent log output for debugging
logs:cronfetch cron log output
maintenance:onput the app into maintenance mode
maintenance:offtake the app out of maintenance mode
configdisplay the app’s config vars (environment)
config:add key=val [...]add one or more config vars
config:remove key [...]remove one or more config vars
config:clearclear user-set vars and reset to default
stackshow current stack and list of available stacks
stack:migrateprepare the migration of this app to a new stack
db:pull [<database_url>]pull the app’s database into a local database
db:push [<database_url>]push a local database into the app’s remote database
db:resetreset the database for the app
bundleslist bundles for the app
bundles:capture [<bundle>]capture a bundle of the app’s code and data
bundles:downloaddownload most recent app bundle as a tarball
bundles:download <bundle>download the named bundle
bundles:destroy <bundle>destroy the named bundle
addonslist installed addons
addons:infolist all available addons
addons:add name [key=value]install the addon (with zero or more config vars)
addons:remove nameuninstall an addons
addons:clearuninstall all addons
destroydestroy the app permanently

Table of contents