# Config show
Use the `ably config show` command to display the contents of the Ably CLI config file.
## Synopsis
### Shell
```
ably config show
```
## Options
### `--json`
Output results as compact JSON. Mutually exclusive with `--pretty-json`.
### `--pretty-json`
Output results in formatted JSON. Mutually exclusive with `--json`.
### `--verbose | -v`
Enable verbose logging. Can be combined with `--json` or `--pretty-json`.
## Examples
Display the config file contents:
### Shell
```
ably config show
```
Display the config file contents in JSON format:
### Shell
```
ably config show --json
```
## See also
* [Config](https://ably.com/docs/cli/config.md) — Explore all `ably config` commands.
* [CLI reference](https://ably.com/docs/cli.md) — Full list of available commands.
## Related Topics
- [path](https://ably.com/docs/cli/config/path.md): Print the path to the Ably CLI config file.
## Documentation Index
To discover additional Ably documentation:
1. Fetch [llms.txt](https://ably.com/llms.txt) for the canonical list of available pages.
2. Identify relevant URLs from that index.
3. Fetch target pages as needed.
Avoid using assumed or outdated documentation paths.