canic-cli 0.69.2

Operator CLI for Canic fleet setup, builds, evidence, catalog, backup, and restore workflows
Documentation
1
2
3
4
5
6
7
8
//! Module: backup::tests::verify
//!
//! Responsibility: backup verification command behavior tests.
//! Does not own: backup persistence fixtures or verification implementation.
//! Boundary: CLI verification behavior for dry-run and execution-backed layouts.

mod integrity;
mod rejection;