Skip to content

Heroku run:inside is broken on version 11.4.0 #3726

@Atixx

Description

@Atixx

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

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions