ksp profile
DocsCLIksp profile

ksp profile

Command Reference

Manage named configuration profiles for quickly switching between local development, staging, and production environments.

System & Environment

Purpose

Manage named configuration profiles for quickly switching between local development, staging, and production environments.

Syntax

Command-line specification
bash / powershell
ksp profile <SUBCOMMAND> [NAME]

Arguments

ArgumentDescription
<SUBCOMMAND>Action: `list`, `use <NAME>`, `create <NAME>`, or `delete <NAME>`.

Example Usage

Example command
ksp profile use production

Expected Output

  [+] Switched active KSP configuration profile to: 'production'
  [+] Trust Anchor: /etc/ksp/certs/prod-ca.cert
  [+] Default Cipher: AES-256-GCM
  [✔] Profile activated globally.
Implementation Notes

Eliminates the risk of accidentally running test commands against live production endpoints.