Skip to content

tom-pang/heroku-ps-wait

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Heroku CLI plugin to wait for Private Spaces releases to come up

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%