Fetch
Fetch service configurations from the backend to update your local deployable files.
Read time 1 minuteLast updated 21 hours ago
The Fetch command is an interface to Fetch configurations of supported services from the backend. Supported services: Remote Config, Cloud Code (Javascript only), Economy, Leaderboards, Access, Triggers and Scheduler.
Command
ugs fetch <path> [options]
Arguments
<path>Options
Option | Alias | Description |
|---|---|---|
| project-id | -p, --project-id | The Unity cloud project ID. |
| environment | -e, --environment-name | The services environment name. |
| 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. |
| reconcile | --reconcile | Content that is not updated will be created at the root |
| dry run | --dry-run | Perform a trial run with no changes made |
| service | --services, -s | The name(s) of the service(s) to perform the command on |