I'm testing the heroku cli from master in Ubuntu Xenial. When I run the heroku command with no arguments, I'm getting:
$ heroku
â–¸ dashboard is not a heroku command.
â–¸ Perhaps you meant whoami?
â–¸ Run heroku _ to run heroku whoami.
â–¸ Run heroku help for a list of available commands.
The reference to dashboard is wrong. Maybe the help command should be the default.
I can reproduce it also with:
$ ./bin/run
Makefile:90: *** mixed implicit and normal rules: deprecated syntax
â–¸ dashboard is not a heroku command.
â–¸ Perhaps you meant whoami?
â–¸ Run heroku _ to run heroku whoami.
â–¸ Run heroku help for a list of available commands.
did you find a solution for this?
No matter what I type into the command line, I'm getting the same response. The happened suddenly and without apparent cause. See below.
heroku help
â–¸ commands is not a heroku command.
â–¸ Perhaps you meant domains
â–¸ Run heroku help for a list of available commands.
! error getting commands pid 24643 exit 127
I'm seeing a similar error when running the console command.
➜ git:(master) heroku console
â–¸ commands is not a heroku command.
â–¸ Perhaps you meant domains
â–¸ Run heroku help for a list of available commands.
! error getting commands pid 93422 exit 127
This was working for me yesterday
Exact same thing just started here.
Same, was working up until an hour ago.
We are seeing this too -- significantly affecting some of our engineers' ability to work with our heroku services. Haven't been able to figure anything out yet :/
I've opened a support ticket with Heroku and gotten a response that they are looking into it. No word yet though.
I started seeing this same issue right after the Heroku CLI update. Updating heroku with brew install heroku seemed to fix the issue.
Not having any luck on Ubuntu. I tried uninstalling and reinstalling with the same results.
Realized that engineers on our team with trouble here (we are all mac users) had the non-homebrew version of the heroku CLI installed. Removing that and installing with homebrew (brew install heroku) fixed the issue for them.
I'm guessing heroku inadvertently made a breaking change to the old heroku toolbelt version of the client, but who knows. Good luck y'all.
looks like alnoorp edited his comment and beat me to it :)
this is now resolved. If you're still having issues, reinstall from https://cli.heroku.com
Most helpful comment
Realized that engineers on our team with trouble here (we are all mac users) had the non-homebrew version of the heroku CLI installed. Removing that and installing with homebrew (
brew install heroku) fixed the issue for them.I'm guessing heroku inadvertently made a breaking change to the old heroku toolbelt version of the client, but who knows. Good luck y'all.