# Get

> Get the value of a configuration for the given key.

Get the value of a configuration for the given key.

## Command

Authentication Required: `No`

```text
ugs config get <key> [options]
```

## Arguments

`<key>` The key to get from local [configuration keys](./configuration-keys)

## 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.      |
