Fetch
The Fetch command is an interface to Fetch configurations of supported services from the backend. This allows updating local deployable configuration with changes that have been done through the dashboard.
Supported services: Remote Config, Cloud Code (Javascript only), Economy, Leaderboards, Access, Matchmaker, Triggers, Scheduler and Matchmaker.
Command
ugs fetch <path> [options]
Arguments
<path>
the path to fetch to. Accepts a single directory. Specify '.' to fetch into the current directory.
Options
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 | Remote content that does not exist locally will be created at the root. |
dry run | --dry-run | Perform a trial run with no changes made. Reports on what will be created, updated or deleted as applicable. |
service | --services, -s | The name(s) of the service(s) to perform the command on |