karapace/crates
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
..
karapace-cli feat: karapace-cli — 23 commands, thin dispatcher, progress indicators 2026-02-22 18:37:54 +01:00
karapace-core feat: karapace-core — engine orchestration, lifecycle state machine, drift control 2026-02-22 18:37:02 +01:00
karapace-remote feat: karapace-remote — remote content-addressable store, push/pull, registry 2026-02-22 18:37:14 +01:00
karapace-runtime feat: karapace-runtime — namespace/OCI/mock backends, sandbox, host integration 2026-02-22 18:36:46 +01:00
karapace-schema feat: karapace-schema — manifest v1, normalization, identity hashing, lock file v2 2026-02-22 18:36:15 +01:00
karapace-server feat: karapace-server — reference remote server implementing protocol v1 2026-02-22 18:37:27 +01:00
karapace-store feat: karapace-store — content-addressable object store, layers, metadata, WAL 2026-02-22 18:36:31 +01:00
karapace-tui feat: karapace-tui — interactive terminal UI for environment management 2026-02-22 18:37:39 +01:00