heroku tool code example
Example 1: heroku install classic
$ npm install -g heroku
Example 2: install heroku cli on linux
sudo snap install --classic heroku
Example 3: heroku cli
npm i -g heroku
code to install heroku in windows
$ npm install -g heroku
sudo snap install --classic heroku
npm i -g heroku
code to install heroku in windows