1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
//! Analytics command family: gain, savings, billing, conformance and the
//! graph tools. Split by domain (GL#439) — each submodule owns exactly one
//! command surface; this hub re-exports the dispatch entry points.
pub use cmd_billing;
pub use cmd_finops;
pub use cmd_gain;
pub use ;
pub use cmd_learning;
pub use cmd_savings;
use cratecore;
/// `lean-ctx conformance [--json]` — run the conformance & reproducibility
/// scorecard (EPIC 12.17) and exit non-zero if any check fails, so CI can gate.
pub