canic-cli 0.69.4

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::list
//!
//! Responsibility: backup list command behavior tests.
//! Does not own: backup persistence fixtures or reference resolution.
//! Boundary: CLI list ordering, status, and timestamp behavior.

mod created_at;
mod execution_status;
mod scan;