You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reorganize CLI with git-style commands and compact show output
Rename commands to match git conventions:
inspect → show (alias: inspect)
ls → log (alias: ls)
store → import (alias: store)
extract → export (alias: extract)
Reorganize help into five categories: create, inspect, restore,
virtual machines, and signing/infrastructure. Shorten all about
strings. Set top-level about to "Compressed, deduplicated snapshots".
Replace verbose inspect output with compact five-line format:
filename / format / size / parent / blocks / metadata summary.
Parse hexz_checkpoint metadata JSON for human-readable summary.
Full detail still available via --json.
Also: HEXZ_PASSWORD env var for non-interactive encryption,
clippy fixes (collapsible_else_if, unwrap_or_default),
fix test assertions for new output format.