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 slack;
pub mod webhook;

pub use slack::SlackNotifyStep;
pub use webhook::WebhookNotifyStep;