After upgrading to the latest version, heroku run:inside does not work anymore, following exact same usage before and even example:
from the CLI help option:
EXAMPLES
# Run bash
$ heroku run:inside web-848cd4f64d-pvpr2 bash -a my-app
running this with proper information gives now:
❯ heroku run:inside web-xxxxxxxxx-aaaaa bash -a my-app
› Error: bash is either not "up" or doesn't exist.
›
› Error ID: invalid_params
where web-xxxxxxxxx-aaaaa is a correctly running dyno obtained from heroku ps -a my-app
Issue was introduced on #3633
After upgrading to the latest version, heroku run:inside does not work anymore, following exact same usage before and even example:
from the CLI help option:
running this with proper information gives now:
where
web-xxxxxxxxx-aaaaais a correctly running dyno obtained fromheroku ps -a my-appIssue was introduced on #3633