how to check the version of heroku cli on windows code example
Example 1: heroku cli
npm i -g heroku
code to install heroku in windows
Example 2: how to know version of heroku
heroku -v
# to know ther version of heroku
Example 3: heroku cli
$ sudo snap install --classic heroku