bestool 1.36.2

BES Deployment tooling
Documentation
1
2
3
4
5
6
//! Backwards-compatible alias for the top-level `bestool alertd` command.
//!
//! The daemon moved out of the `tamanu` namespace (it now also serves non-Tamanu
//! hosts), but `bestool tamanu alertd` keeps working by delegating to
//! [`crate::actions::alertd`].
pub use crate::actions::alertd::{AlertdArgs, run};