Juju cli command to return whether a deploy is done

I want to wait until a model is done deploying before I do something else.

Are there arguments and flags I can issue to juju to get whether the deploy is done or not and use it in a script to poll for completion?

Thanks.

1 Like

You can check out the juju wait plugin to help with that.


https://pypi.org/project/juju-wait/

1 Like