# Create

> Create a new cloud content delivery release from the latest version of current bucket.

Create a new cloud content delivery release from the latest version of current bucket.

## Command

```text
ugs ccd releases create [options]
```

## 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. |
| metadata         | -m --release-metadata  | JSON metadata associated with the release.     |
| notes            | -n, --notes            | New release notes. (REQUIRED)                  |
| 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.                 |
