heroku cli tutorial code example
Example 1: heroku install classic
$ npm install -g heroku
Example 2: heroku cli
npm i -g heroku
code to install heroku in windows
Example 3: heroku cli
$ sudo snap install --classic heroku
Example 4: heroku cli
$ brew tap heroku/brew && brew install heroku