Set up a Common Configuration
Set up a project-id and environment name to use with the CLI.
Read time 1 minuteLast updated 21 hours ago
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 to set the
ugs config set project-id <your-project-id>to use to make service calls.Project ID
Configure an Environment Name
- Find your environment in the UGS Dashboard at Projects > Select a project > Environments > Select an environment > Name.
- Call to set the
ugs config set environment-name <your-environment-name>to use to make service calls.Environment Name