# Promote

> Promote a release to another bucket.

Promote a release to another bucket.

## Command

```text
ugs ccd releases promote <release-num> <target-bucket-name> <target-environment-name> [options]
```

## Arguments

* `<release-num>`: Release number.
* `<target-bucket-name>`: Name of the target bucket.
* `<target-environment-name>`: Name of the target environment.

## 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.                            |
