apiforge 0.3.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 build;
pub mod push;

pub use build::DockerBuildStep;
pub use push::DockerPushStep;