apps wait

Wait for an App to finish updating. This command blocks until the App reaches a stable state, making it useful in CI/CD pipelines and scripts that need to proceed only after an update is complete.

Syntax

$ convox apps wait [app]

Flags

Flag Short Description
--app -a App name
--rack -r Rack name

Example Usage

$ convox apps wait myapp
Waiting for app... OK

See Also