> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guild.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# guild config

> Read and write global CLI configuration.

Read and write global CLI configuration.

```bash theme={null}
guild config list               # Show all config values
guild config get <key>          # Read a value
guild config set <key> <value>  # Write a value
guild config path               # Show path to config file
```

**Keys:** `default_workspace`, `default_owner`, `debug`, `json`, `quiet`, `telemetry`, `auto_update`

The `json` key is the config-file equivalent of `--mode json`. Setting `guild config set json true` applies JSON output to every command without passing the flag each time.
