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

# Skyhook config list

## skyhook config list

List all configuration values

### Synopsis

Print all skyhook configuration keys and their current values.

Shows `<key>=<value>` lines for each configuration option. Missing values
are shown as empty strings; this is intended for scripting and inspection.

```
skyhook config list [flags]
```

### Examples

```
  skyhook config list
  skyhook config list | grep ^org=
```

### Options

```
  -h, --help   help for list
```

### Options inherited from parent commands

```
      --debug        Enable debug mode (shows full API requests/responses)
  -o, --org string   Organization name
  -v, --verbose      Enable user-friendly verbose output
```

### SEE ALSO

* [skyhook config](/cli-reference/skyhook_config)	 - View and set configuration values
