greentic-setup 0.4.20

End-to-end bundle setup engine for the Greentic platform — pack discovery, QA-driven configuration, secrets persistence, and bundle lifecycle management
Documentation
1
2
3
4
5
6
7
8
9
//! CLI command implementations for greentic-setup.

mod inspect;
mod lifecycle;
mod setup;

pub use inspect::{build, list, status};
pub use lifecycle::{add, init, remove};
pub use setup::{setup, update};