Promote
Promote a release to another bucket.
Read time 1 minuteLast updated 21 hours ago
Promote a release to another bucket.
Command
ugs ccd releases promote <release-num> <target-bucket-name> <target-environment-name> [options]
Arguments
- : Release number.
<release-num> - : Name of the target bucket.
<target-bucket-name> - : Name of the target environment.
<target-environment-name>
Options
Option | Alias | Description |
|---|---|---|
| environment-name | -e, --environment-name | The Unity environment name. |
| project-id | -p, --project-id | The Unity cloud project id. |
| bucket-name | -b, --bucket-name | The name of the bucket containing the release to promote. |
| notes | -n, --notes | Notes to associate with the promoted release. |
| help | -?, -h, --help | Display help and usage information. |
| quiet | -q, --quiet | Reduce logging to a minimum. |
| json | -j, --json | Use JSON as the output format. |