apiforge 0.1.1

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

pub use semver::{bump_version, format_version, parse_version, BumpType};
pub use env::{resolve_env_vars, check_missing_env_vars};
pub use template::TemplateEngine;