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

## skyhook config set

Set a configuration value

### Synopsis

Set a configuration value and persist it to \~/.skyhook/conf.yaml.

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

```
skyhook config set [key] [value] [flags]
```

### Examples

```
  skyhook config set org my-org
  skyhook config set env staging
  skyhook config set verbose true
```

### Options

```
  -h, --help   help for set
```

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