TLDR
Enter a command. For example: jupyter, llvm config, pio account.

heroku

 
Create and manage Heroku apps from the command-line. More information: https://www.heroku.com/.
 
  • Log in to your Heroku account:
     
    heroku login
     
  • Create a Heroku app:
     
    heroku create
     
  • Show logs for an app:
     
    heroku logs --app {{app_name}}
     
  • Run a one-off process inside a dyno (Heroku virtual machine):
     
    heroku run {{process_name}} --app {{app_name}}
     
  • List dynos (Heroku virtual machines) for an app:
     
    heroku ps --app {{app_name}}
     
  • Permanently destroy an app:
     
    heroku destroy --app {{app_name}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.