connect to a project on heroku from the cli code example
Example 1: how to install heroku cli
sudo apt-get install heroku
Example 2: add heroku to cli
$ brew tap heroku/brew && brew install heroku
sudo apt-get install heroku
$ brew tap heroku/brew && brew install heroku