how to check if heroku cli is installed in cmd windows code example
Example 1: heroku cli
$ sudo snap install --classic heroku
Example 2: how to update heroku terminal
$ brew tap heroku/brew && brew install heroku
$ sudo snap install --classic heroku
$ brew tap heroku/brew && brew install heroku