use Result;
use crateRunArgs;
use crateRunContext;
pub use handle as handle_local;
/// Top-level dispatcher for `hm run`. After the plan-4 cloud-plugin
/// cutover, `hm run` always runs locally via Docker.
///
/// # Errors
///
/// Returns Docker, pipeline-render, or scheduler errors surfaced by the
/// local orchestrator.
pub async