ksp config
DocsCLIksp config

ksp config

Command Reference

View, 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 specification
bash / powershell
ksp config <SUBCOMMAND> [KEY] [VALUE]

Arguments

ArgumentDescription
<SUBCOMMAND>Action: `get <KEY>`, `set <KEY> <VAL>`, `list`, or `reset`.

Options & Flags

Option FlagDescription
--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.