how to access heroku project from 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