avina-cli 2.2.0

Rust CLI client for the LRZ-specific features of the Openstack-based LRZ Compute Cloud.
1
2
3
4
5
6
7
pub(crate) mod flavor;
pub(crate) mod flavor_group;
pub(crate) mod usage;

pub(crate) use flavor::FlavorCommand;
pub(crate) use flavor_group::FlavorGroupCommand;
pub(crate) use usage::usage;