Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 964 Bytes

CLI-Heroku.md

File metadata and controls

11 lines (9 loc) · 964 Bytes

Heroku CLI Commands

Command Description
heroku update Update Heroku CLI.
heroku --version Check Heroku CLI Version.
heroku login Login to Heroku (Credentials are entered via Web Browser).
heroku login -i Login to Heroku (Credentials are entered from CLI itself).
heroku git:remote -a [APP_NAME] Add Heroku’s remote repository to the project.
git push heroku main Deploy project on Heroku by pushing the project to Heroku’s remote repository.