The Heroku CLI is used to manage Heroku apps from the command line.
For more about Heroku see http://heroku.com.
To get started see http://devcenter.heroku.com/articles/quickstart
If you have... | Install with... |
---|---|
Mac OS X | Download OS X package |
Windows | Download Windows .exe installer |
Ubuntu Linux | apt-get repository |
Other | Tarball (add contents to your $PATH ) |
Once installed, you'll have access to the heroku
command from your command shell. Log in using the email address and password you used when creating your Heroku account:
$ heroku login
Enter your Heroku credentials.
Email: adam@example.com
Password:
Could not find an existing public key.
Would you like to generate one? [Yn]
Generating new SSH public key.
Uploading SSH public key /Users/adam/.ssh/id_rsa.pub
Press enter at the prompt to upload your existing SSH
key or create a new one, used for pushing code later on.
For additional information about the API see Heroku API Quickstart and Heroku API Reference.
If you're working on the CLI and you can smoke-test your changes:
$ bundle exec heroku
Released under the MIT license; see the file License.
Created by Adam Wiggins