pub(crate) fn run_health_report(
cli: &Cli,
report: &HealthReportArgs,
usage_instance: Option<UsageRuntimeInstance>,
command_name: &str,
) -> Result<(), CliError>Expand description
Execute the read-only health report shared by health and health-check.