View categories
Command Line
The heroku
command-line interface (CLI) is an essential part of using Heroku. Use it to perform nearly any Heroku-related task right from your terminal, including:
- Creating new Heroku apps
- Scaling your dyno formation
- Running one-off dynos
- Taking database backups
- Configuring add-ons
- The Heroku CLI
- CLI Usage
- Heroku CLI Commands
- Heroku CLI Authentication
- Creating Apps from the CLI
- Running Apps Locally
- Heroku Exec (SSH Tunneling)
- Managing Your SSH Keys
- Git Repository SSH Fingerprints
- Git Cloning Existing Heroku Applications
- Renaming Apps from the CLI
- Using CLI Plugins
- Heroku CLI Autocomplete
- Forking Applications