Setup a Common Configuration
Most service commands require a project-id and an environment name. Here is how to easily set them up.
Configure a Project ID
- Find your project ID in the UGS Dashboard at Projects > Select a project > Project ID.
- Call
ugs config set project-id <your-project-id>to set theProject IDto use to make service calls.
Configure an Environment Name
- Find your environment in the UGS Dashboard at Projects > Select a project > Environments > Select an environment > Name.
- Call
ugs config set environment-name <your-environment-name>to set theEnvironment Nameto use to make service calls.