Skip to main content

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