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
6
7
pub mod repo;
pub mod timeout;

pub use repo::{CommitInfo, GitRepo};
pub use timeout::{
    fetch_with_timeout, operation_with_timeout, push_with_timeout, GitTimeoutConfig,
};