You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ heroku version
heroku-toolbelt/3.43.9 (x86_64-darwin15) ruby/2.3.1
heroku-cli/5.2.39-010a227 (darwin-amd64) go1.6.2
You have no installed plugins.
$ gem list heroku_san
*** LOCAL GEMS ***
heroku_san (4.4.0)
heroku_san wants to start the console like so:
heroku run console --app <my-app> --exit-code
However, this produces the following response:
Running console on ⬢ <my-app>... up, run.1663
bash: console: command not found
▸ Process exited with code 127
Removing --exit-code causes the Toolbelt command to work.
The text was updated successfully, but these errors were encountered:
heroku_san
wants to start the console like so:heroku run console --app <my-app> --exit-code
However, this produces the following response:
Removing
--exit-code
causes the Toolbelt command to work.The text was updated successfully, but these errors were encountered: