heroku run
Run a one-off process inside a heroku dyno
Options
Name | Description |
---|---|
-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-code | Passthrough the exit code of the remote command |
-e, --env <env> | Environment variables to set (use ';' to split multiple vars) |
--no-tty | Force the command to not run in a tty |
--no-notify | Disables notification when dyno is up (alternatively use HEROKU_NOTIFICATIONS=0) |