apiforge 0.4.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 rollout;
pub mod update;

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