pub fn remote_setup_status(
runner: &dyn ProcessRunner,
opts: &RemoteOptions,
full: bool,
) -> Result<SetupStatusReport>Expand description
Fetch setup step status from the box (setup status, JSON when supported).
ยงErrors
Returns crate::HortoError when SSH fails or status output cannot be parsed.