kite config
Manage non-secret preferences stored at %AppData%\kite-cli\config.json (or platform
application-data folder on macOS/Linux). Never store secrets here — use the OS keyring via
auth commands.
Commands
Section titled “Commands”| Command | Purpose |
|---|---|
kite config set <key> <value> |
Store a non-secret preference. |
kite config get [key] |
Print all preferences, or one specific value. |
Examples
Section titled “Examples”kite config set redirectPort 17890 --json --no-colorkite config get redirectPort --json --no-colorkite config get --json --no-color # dump all preferences