bestool 1.23.1

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 alert` / `bestool tamanu alertd` keep working —
//! both delegate to [`crate::actions::alertd`].
pub use crate::actions::alertd::{AlertdArgs as AlertArgs, run};