Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 787 Bytes

File metadata and controls

37 lines (26 loc) · 787 Bytes

kh config

Manage CLI configuration

Examples

  # List all config values
  kh config ls

  # Set the default host
  kh config set default_host app.keeperhub.com

Options

  -h, --help   help for config

Options inherited from parent commands

  -H, --host string   KeeperHub host (default: app.keeperhub.com)
      --jq string     Filter JSON output with a jq expression
      --json          Output as JSON
      --no-color      Disable color output
  -y, --yes           Skip confirmation prompts

SEE ALSO