Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

epi deployment await-status command

Awaiting for all pending deployments to finish.
Typical use case is avoid starting a new deployment until the previous one is finished.

Usage

epi deployment await-status [OPTIONS] --project <PROJECT> --environment <ENVIRONMENT>

Options

-p, –project <PROJECT>

The project name.
Aliases: name.

–environment <ENVIRONMENT>

The environment to check the status of the deployment.
Aliases: env.
Possible values: integration, preproduction, production, ade1, ade2.

–wait-timeout-minutes <WAIT_TIMEOUT_MINUTES>

The maximum amount of time, in minutes, to wait for the reset to finish.
Default: 240.

–polling-interval-seconds <POLLING_INTERVAL_SECONDS>

The time interval, in seconds, to check the deployment status.
Default: 30.

–last-message <LAST_MESSAGE>

The encrypted message of the last notification.
Used to update the last notification in the specified channel, instead of creating a new one.

-h, –help

Print help.