Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
briankassouf edited this page Jan 24, 2015 · 2 revisions

##First install the Heroku toolbelt## wget -qO- https://toolbelt.heroku.com/install.sh | sh

##Commands to know##

  • heroku login - Login to your heroku account
  • heroku restart - Restarts the heroku app. Useful after a crash.
  • heroku config:set FOO=BAR - Sets the env var FOO to BAR
  • heroku config:get FOO - Gets the env var FOO
  • heroku logs --tail - Tail the herokp app logs
  • heroku run <COMMAND> - Run a one-off command on the server
Clone this wiki locally