# Copy

> Copy a local file to a cloud content delivery bucket.

Copy a local file to a cloud content delivery bucket.

## Command

```text
ugs ccd entries copy <local-path> <remote-path> [options]
```

## Arguments

* `<local-path>`: The local file path to copy.
* `<remote-path>`: The remote file path to copy to.

## 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 target bucket.              |
| label            | -l, --label            | List of labels to associate with the entry. |
| metadata         | -m, --metadata         | JSON metadata to associate with the entry.  |
| 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.              |
