heroku run -- myapp --help fails
Closed this issue · 1 comments
duane-talentsonar commented
When running a remote command line with heroku
, the --help
and -h
options fail locally without running the remote.
$ heroku run --app $app -- myapp --help
! myapp is not a heroku command. See `heroku help`.
$ heroku run --app $app -- myapp -h
! myapp is not a heroku command. See `heroku help`.
$ heroku run --app $app -- myapp --option
Running myapp --option on ⬢ myserver... connecting, run.9102 (Standard-1X)
The --
option should separate command line options for the sub-command from the command line options for heroku
.
jdx commented
this is fixed now