Skip to main content

remote_setup_status

Function remote_setup_status 

Source
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.