ksp shell
ksp shell
Command ReferenceEnter a dedicated KSP interactive shell environment with command auto-completion and persistent session context.
Interactive & Fun
Purpose
Enter a dedicated KSP interactive shell environment with command auto-completion and persistent session context.
Syntax
Command-line specificationbash / powershell
ksp shell [OPTIONS]
Options & Flags
| Option Flag | Description |
|---|---|
| --session <ID> | Attach directly to an existing running KSP session upon entering the shell. |
Example Usage
Example command
ksp shell
Expected Output
Welcome to KSP Interactive Shell v0.1.0! Type 'help' or 'commands' to get started. ksp> connect 127.0.0.1:9876 [+] Connected to 127.0.0.1:9876 (Session: 0x4B9E) ksp(0x4B9E)> status Stream #1 ACTIVE | Ping: 0.82ms
Implementation Notes
Provides command history (`.ksp_history`), syntax highlighting, and tab completion across all 50 CLI subcommands.