Manage CLI configuration
# List all config values
kh config ls
# Set the default host
kh config set default_host app.keeperhub.com
-h, --help help for config
-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
- kh - KeeperHub CLI
- kh config get - Get a configuration value
- kh config list - List all configuration values
- kh config set - Set a configuration value