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

## skyhook config get

Print a single configuration value

### Synopsis

Print the value of a configuration key to stdout.

Prints the value followed by a newline. Exits with status 1 if the key is
unknown. Prints an empty line if the key is valid but unset.

Valid keys:
org        Organization ID
env        Default environment (dev, staging, prod)
verbose    Enable verbose/debug output
insecure   Skip TLS certificate verification

```
skyhook config get [key] [flags]
```

### Examples

```
  skyhook config get org
  CURRENT_ENV=$(skyhook config get env)
```

### Options

```
  -h, --help   help for get
```

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