manta-cli 2.0.0-beta.43

Another CLI for ALPS
1
2
3
4
5
6
7
8
9
10
11
12
//! `manta delete` subcommands.

pub mod boot_parameters;
pub mod configurations_and_derivatives;
pub mod group;
pub mod hardware;
pub mod images;
pub mod kernel_parameters;
pub mod node;
pub mod nodes;
pub mod redfish_endpoint;
pub mod session;