sherpack 0.4.0

The Kubernetes package manager with Jinja2 templates
//! CLI commands

pub mod convert;
pub mod create;
pub mod inspect;
pub mod keygen;
pub mod lint;
pub mod package;
pub mod show;
pub mod sign;
pub mod signing;
pub mod template;
pub mod validate;
pub mod verify;

// Phase 4 - Kubernetes deployment commands
pub mod history;
pub mod install;
pub mod list;
pub mod recover;
pub mod rollback;
pub mod status;
pub mod test;
pub mod uninstall;
pub mod upgrade;

// Phase 5 - Repository management
pub mod dep;
pub mod pull;
pub mod push;
pub mod repo;
pub mod search;