heroku ps:wait
Wait for all dynos to be running latest version after a release
Options
Name | Description |
---|---|
-a, --app <app> | App to run command against |
-r, --remote <remote> | Git remote of app to use |
-t, --type <type> | Wait for one specific dyno type |
-w, --wait-interval <wait-interval> | How frequently to poll in seconds (to avoid hitting Heroku API rate limits) |
-R, --with-run | Whether to wait for one-off run dynos |