apiforge 0.1.0

Production-grade API release automation CLI. From merged code to healthy pods in production — one command.
Documentation
1
2
3
4
5
pub mod update;
pub mod rollout;

pub use update::K8sUpdateStep;
pub use rollout::K8sRolloutStep;