canic-host 0.99.31

Host-side App build, Fleet install, deployment, and release-set library for Canic workspaces
Documentation
1
2
3
4
5
6
7
8
mod artifacts;
mod deployment;

pub use artifacts::{artifact_gate_phase_receipt, artifact_gate_role_phase_receipts};
pub use deployment::{
    deployment_execution_status_for_receipt_parts, deployment_receipt_from_check,
    deployment_receipt_from_check_with_status, phase_receipt,
};