//! PaaS command handlers
//!
//! Each module implements a single verb handler using Result<T, PaasError>
pub use init_submodule;
pub use update_submodule;
pub use validate_specs;
pub use sync_specs;
pub use deploy_artifacts;
pub use show_status;
pub use stream_logs;
pub use describe_resource;
pub use explain_artifact;