Skip to content

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.

Command Purpose
kite config set <key> <value> Store a non-secret preference.
kite config get [key] Print all preferences, or one specific value.
Terminal window
kite config set redirectPort 17890 --json --no-color
kite config get redirectPort --json --no-color
kite config get --json --no-color # dump all preferences