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
6
7
8
9
10
pub mod cli;
pub mod config;
pub mod error;
pub mod integrations;
pub mod utils;

pub mod audit;
pub mod orchestrator;
pub mod output;
pub mod steps;