ksp config
ksp config
Command ReferenceView, modify, or validate local KSP CLI configuration settings stored in `~/.ksp/ksp.toml`.
System & Environment
Purpose
View, modify, or validate local KSP CLI configuration settings stored in `~/.ksp/ksp.toml`.
Syntax
Command-line specificationbash / powershell
ksp config <SUBCOMMAND> [KEY] [VALUE]
Arguments
| Argument | Description |
|---|---|
| <SUBCOMMAND> | Action: `get <KEY>`, `set <KEY> <VAL>`, `list`, or `reset`. |
Options & Flags
| Option Flag | Description |
|---|---|
| --file <PATH> | Target a custom configuration file path instead of the user default. |
Example Usage
Example command
ksp config set network.default_port 9876
Expected Output
[+] Updated configuration key in C:\Users\kush\.ksp\ksp.toml:
network.default_port = 9876
✔ Configuration saved and validated against schema.Implementation Notes
Manages default timeouts, trusted certificate store locations, preferred cipher suites, and telemetry preferences.