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
11
12
13
14
15
//! Module: backup::tests
//!
//! Responsibility: backup command behavior tests.
//! Does not own: backup implementation or shared fixture construction.
//! Boundary: integration-style unit tests for the `canic backup` command family.

mod create;
mod fixtures;
mod inspect;
mod list;
mod options;
mod prune;
mod reference;
mod status;
mod verify;