heroku run

Run a one-off process inside a heroku dyno

Options

NameDescription
-a, --app <app>Parent app used by review apps
-r, --remote <remote>Git remote of app to use
-s, --size <size>Dyno size
--type <type>Process type
-x, --exit-codePassthrough the exit code of the remote command
-e, --env <env>Environment variables to set (use ';' to split multiple vars)
--no-ttyForce the command to not run in a tty
--no-notifyDisables notification when dyno is up (alternatively use HEROKU_NOTIFICATIONS=0)