ksp info
DocsCLIksp info

ksp info

Command Reference

Print detailed versioning, build commit hash, target architecture, and enabled feature flags of the CLI binary.

System & Environment

Purpose

Print detailed versioning, build commit hash, target architecture, and enabled feature flags of the CLI binary.

Syntax

Command-line specification
bash / powershell
ksp info [OPTIONS]

Options & Flags

Option FlagDescription
--jsonOutput info block as structured JSON.

Example Usage

Example command
ksp info

Expected Output

KSP CLI System Information:
  Version:            0.1.0
  Git Commit:         fcb1ca8e94a8...
  Build Target:       x86_64-pc-windows-msvc
  Rust Compiler:      rustc 1.96.1
  Enabled Features:   [crypto_aes, crypto_chacha, wireshark_plugin, easter_eggs]
  Homepage:           https://www.kspprotocol.dev
Implementation Notes

Always attach the output of `ksp info` when submitting bug reports or feedback on GitHub.