ksp profile
ksp profile
Command ReferenceManage 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 specificationbash / powershell
ksp profile <SUBCOMMAND> [NAME]
Arguments
| Argument | Description |
|---|---|
| <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.