mvm-cli 0.13.0

CLI commands, UI, and bootstrap for mvm
Documentation
// mvm-cli: Clap commands, UI, bootstrap
// Depends on mvm-core, mvm-runtime, mvm-build

pub mod bootstrap;
pub mod commands;
pub mod config_watcher;
pub mod doctor;
pub mod exec;
pub mod fleet;
pub mod http;
pub mod logging;
pub mod metrics_server;
pub mod security_cmd;
pub mod shell_init;
pub mod template_cmd;
pub mod ui;
pub mod update;
pub mod watch;

pub use commands::run;