hm-plugin-cloud 0.0.5

Cloud client library for the hm CLI.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Verb implementations for `hm cloud <subcommand>`. Each module
//! exposes a `run(env, cmd)` entry point that `cli::dispatch` calls
//! after argv has been parsed.

pub(crate) mod billing;
pub(crate) mod build;
pub(crate) mod job;
pub(crate) mod org;
pub(crate) mod pipeline;
pub(crate) mod run;