karapace/crates/karapace-cli/src/commands
Marco Allegretti 1416b0fc99 feat: karapace-cli — 23 commands, thin dispatcher, progress indicators
- 23 commands, each in its own module under commands/
- Thin main.rs dispatcher with clap subcommand routing
- Progress spinners (indicatif) and colored state output (console)
- Environment resolution by env_id, short_id, name, or prefix
- Structured JSON output (--json) on all query commands
- --verbose/-v for debug, --trace for trace-level logging
- KARAPACE_LOG env var for fine-grained log control
- Exit codes: 0 success, 1 failure, 2 manifest error, 3 store error
- Prerequisite check before runtime operations
- Shell completions (bash/zsh/fish/elvish/powershell) and man page generation
2026-02-22 18:37:54 +01:00
..
archive.rs feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00
build.rs feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00
commit.rs feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00
completions.rs feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00
destroy.rs feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00
diff.rs feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00
doctor.rs feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00
enter.rs feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00
exec.rs feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00
freeze.rs feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00
gc.rs feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00
inspect.rs feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00
list.rs feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00
man_pages.rs feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00
migrate.rs feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00
mod.rs feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00
pull.rs feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00
push.rs feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00
rebuild.rs feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00
rename.rs feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00
restore.rs feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00
snapshots.rs feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00
stop.rs feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00
verify_store.rs feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00