0.2.1 • Published 6 years ago

heroku-ps-wait v0.2.1

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

heroku-ps-wait

When a release is created, it may take a while for all dynos to be running the new version. This is especially true for applications in Heroku Private Spaces or using the common runtime preboot feature, where dynos cycle in gradually when a new release is deployed. This command allows you to wait until all dynos are on the latest release version.

Usage

heroku ps:wait --app sushi

This can be especially useful combined with desktop notifications. E.g., on Ubuntu, you can use notify-send:

heroku ps:wait --app sushi && notify-send 'sushi release is live'

Installation

$ heroku plugins:install heroku-ps-wait

Update

$ heroku plugins:update heroku-ps-wait

THIS IS BETA SOFTWARE

Thanks for trying it out. If you find any problems, please report an issue and include your Heroku toolbelt version and your OS version.

0.2.1

6 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago