canic-cli 0.69.3

Operator CLI for Canic fleet setup, builds, evidence, catalog, backup, and restore workflows
Documentation
1
2
3
4
5
6
7
8
9
10
//! Module: backup::tests::status
//!
//! Responsibility: backup status and completion-gate behavior tests.
//! Does not own: backup persistence fixtures or command option parsing.
//! Boundary: status report behavior for download and execution-backed layouts.

mod execution;
mod json;
mod read;
mod requirements;