manta-cli 1.64.0

Another CLI for ALPS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Business logic layer — orchestrates backend calls and enforces domain rules
//! for every resource type exposed by the CLI and HTTP server.

pub mod boot_parameters;
pub mod cluster;
pub mod configuration;
pub mod group;
pub mod hardware;
pub mod image;
pub mod kernel_parameters;
pub mod node;
pub mod redfish_endpoints;
pub mod session;
pub mod migrate;
pub mod sat_file;
pub mod template;