Skip to main content

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