epi deployment complete command
This function will complete the specified code deployment.
Usage
epi deployment complete [OPTIONS] --project <PROJECT> --id <ID>
Examples
Complete a deployment by providing the deployment ID. You can obtain this ID from the output of the epi deployment start command.
epi deployment complete \
-p my-project \
--id 012345678-0123-1234-2345-0123456789abc \
--wait true \
--show-progress true
Options
-p, –project <PROJECT>
The project name.
Aliases: name.
–id <ID>
The Id (should be a guid) of the deployment that you want to complete.
–wait <WAIT>
Specify this switch to wait for the deployment to finish.
Default: false.
Possible values: true, false.
–show-progress <SHOW_PROGRESS>
Specify this switch to enable a progress bar indicating deployment progress.
Default: true.
Possible values: true, false.
–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.
–notification-type <NOTIFICATION_TYPE>
The notification type.
Aliases: type.
–notification-id <NOTIFICATION_ID>
The notification id.
–notification-channel <NOTIFICATION_CHANNEL>
The notification channel to send the notification to.
–notification-salt <NOTIFICATION_SALT>
The notification channel salt.
–notification-env <NOTIFICATION_ENV>
The environment name or ID.
–notification-branch <NOTIFICATION_BRANCH>
The branch name.
–notification-requested-for <NOTIFICATION_REQUESTED_FOR>
The user who requested the deployment.
–notification-run-url <NOTIFICATION_RUN_URL>
The pipeline run URL.
–notification-run-id <NOTIFICATION_RUN_ID>
The pipeline run ID.
–notification-run-attempt <NOTIFICATION_RUN_ATTEMPT>
The pipeline run attempt.
–notification-job-id <NOTIFICATION_JOB_ID>
The pipeline job ID.
–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.