xbp 0.4.1

XBP is a build pack and deployment management tool to deploy, rust, nextjs etc and manage the NGINX configs below it
Documentation
1
2
3
4
5
6
7
8
pub mod install;
pub mod logs;
pub mod deploy;
pub mod redeploy_v2;

// re-export modules
pub use install::*;
pub use logs::{view_logs, parse_logs_args};