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

## skyhook config

View and set configuration values

### Synopsis

View and set configuration values interactively.

Run without arguments to see all options and select one to configure.

Configuration is stored in \~/.skyhook/conf.yaml

```
skyhook config [flags]
```

### Options

```
  -h, --help   help for config
```

### 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](/cli-reference/skyhook)	 - skyhook is a CLI tool to help you create and manage k8s services
* [skyhook config get](/cli-reference/skyhook_config_get)	 - Print a single configuration value
* [skyhook config list](/cli-reference/skyhook_config_list)	 - List all configuration values
* [skyhook config set](/cli-reference/skyhook_config_set)	 - Set a configuration value
