Useful commands related to Heroku

If user wants to login to Heroku in his local machine the following command will do

$ heroku login
Now it will ask for email and password of user's Heroku account.

Comments