Crate openstack_cli
source ·Expand description
OpenStackCLI - a.k.a. osc rewritten in Rust.
This is a new OpenStackCLI written in Rust.
Facts:
-
not specifying
-owill cause a Table output with a CLI normalized and known attribute names only. Requesting unsupported fields present in the API response is not going to be supported (due to the name convention collision) -
-o wideis still considered a human response and support normalized/supported names only -
--plainmay be implemented to output a text form table without borders and separators -
-o jsonis treated as machine response and returns server side names and does not support requesting certain fields (they are not known in advance). This decision may be re-evaluated
More description to come
Re-exports§
pub use cli::Cli;
Modules§
- CLI top level command and processing
- CLI Errors
- Output processing module
Functions§
- Entry point for the CLI wrapper