Skip to main content

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

  1. Find your project ID in the UGS Dashboard at Projects > Select a project > Project ID.
  2. Call ugs config set project-id <your-project-id> to set the Project ID to use to make service calls.

Configure an Environment Name

  1. Find your environment in the UGS Dashboard at Projects > Select a project > Environments > Select an environment > Name.
  2. Call ugs config set environment-name <your-environment-name> to set the Environment Name to use to make service calls.