how to install CLI for heroku code example
Example 1: install heroku cli on linux
sudo snap install --classic heroku
Example 2: download heroku cli mac os catalina
$ brew tap heroku/brew && brew install heroku
sudo snap install --classic heroku
$ brew tap heroku/brew && brew install heroku