CLI reference
The kleio binary's full command surface, install paths, and configuration are documented in the kleio-cli README — that's the single source of truth and stays in lockstep with what the binary actually does at every release.
What lives there:
- All install paths (script, Homebrew, Scoop, APT, RPM,
go install, manual download). - Every subcommand:
kleio init,kleio login,kleio status,kleio capture,kleio backlog,kleio workspace,kleio mcp,kleio trace,kleio explain,kleio incident,kleio resume. - Workspace resolution rules (the four-layer priority order).
- The
--jsonflags for scripting / agent use. - Release / versioning notes.
If you're new, start with Onboarding › Install the CLI here, then dive into the README for anything beyond the happy path.
Why isn't this duplicated here?
The CLI moves faster than these docs do, and a stale CLI reference is worse than no reference. We'll lift the most-used commands into a versioned page once the surface stabilizes after Beta. Until then, the README is canonical.