# Use

> Set the environment to use in project configuration.

Sets the environment to use in project configuration. This is a utility command that does the exact same thing as `ugs config set environment`.

## Command

Authentication Required: `No`

```text
ugs env use <environment-name> [options]
```

## Arguments

`<environment-name>` The services environment name

## Options

|       | Alias          | Description                         |
| ----- | -------------- | ----------------------------------- |
| 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.      |
