Copy
Copy a local file to a cloud content delivery bucket.
Read time 1 minuteLast updated 21 hours ago
Copy a local file to a cloud content delivery bucket.
Command
ugs ccd entries copy <local-path> <remote-path> [options]
Arguments
- : The local file path to copy.
<local-path> - : The remote file path to copy to.
<remote-path>
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. |