Open In App

Introduction and Installation of Heroku CLI on Windows machine

Heroku: It is a cloud based application deployment and management service.
Heroku works on the container based design system and these smart containers are known as dynos.
It runs application inside various dynos and each dyno is separated from each other.

Login via terminal into Heroku CLI
For login through Heroku CLI Run the following command in terminal:

heroku login


Now, The terminal will ask to press “any key” for redirecting the process to the browser or “Q” to quit the login process.

After pressing any key it will redirect you to the browser as shown in the below screenshot

On Successfully logging into the account, the following message will be displayed on the browser screen:

Another method for logging is through the command prompt:
For doing it run the following command in the terminal

heroku login -i



On Successful Login, you can now use the Heroku CLI into your system.

The Heroku CLI is successfully installed and initialized into your system.

Article Tags :