canic-cli 0.69.5

Operator CLI for Canic fleet setup, builds, evidence, catalog, backup, and restore workflows
Documentation
1
2
3
4
5
6
7
8
9
//! Module: backup::tests::create
//!
//! Responsibility: backup create dry-run persistence tests.
//! Does not own: backup planning, execution, or shared fixture construction.
//! Boundary: CLI dry-run layout persistence behavior.

mod persistence;
mod rejection;
mod resume;