Top "Heroku-cli" questions

Use this tag for questions associated with the Heroku Command Line Interface (CLI).

Bundler: You must use Bundler 2 or greater with this lockfile

I'm working with heroku and every time I try to push my app this message shows out: remote: Compressing source …

ruby-on-rails heroku ruby-on-rails-5 heroku-cli
Heroku toolbelt command requires app-name

How do you specify the app you want when you log in to Heroku from the command line? I was …

heroku heroku-cli
How to kill an heroku build that is in progress?

I accidentally pushed a build that does an npm install in the postinstall script. This has led to my heroku …

heroku heroku-cli
"Couldn't find that app." when running heroku commands in console

I'm trying to run commands for my heroku app in my console, but it keeps telling me "Couldn't find that …

heroku heroku-cli heroku-api
IP Address Mismatch on signing into Heroku CLI

Previously I could sign into the heroku command line interface with heroku login. But now I get an IP address …

heroku heroku-cli
ImportError: No module named 'decouple' while deploying on Heroku

I was trying to deploy my django project on heroku from heroku cli. So I created an app and then …

python-3.x django heroku heroku-cli python-decouple
How do I install Heroku CLI on Termux?

Termux is a Linux terminal emulator for Android. I want to install the Heroku CLI to be able to manage …

heroku heroku-cli termux
Heroku login cannot open browser

When attampting to login to Heroku via the CLI, I get: user@MyMachine:$ sudo heroku login heroku: Press any key …

ubuntu heroku heroku-cli