Install Heroku CLI and Setup Heroku Autocomplete
On a Mac command line
brew tap heroku/brew && brew install heroku
Enable heroku autocomplete
heroku autocomplete
printf "$(heroku autocomplete:script bash)" >> ~/.bashrc; source ~/.bashrc
To use autocomplete type: Heroku
and Tab,Tab