heroku

Command-line interface for managing Heroku applications

brewmacoslinux
Try with needOr install directly
Source

About

CLI for Heroku

Commands

heroku

Examples

Login to your Heroku account$ heroku login
Deploy an application to Heroku$ heroku create myapp && git push heroku main
View application logs in real-time$ heroku logs --tail -a myapp