pub fn run(ctx: &AppContext, args: StatusArgs) -> Result<(), AppError>Expand description
Report an instance’s state.
§Errors
AppError::ManifestInvalid when a manifest exists but cannot be
trusted; manifest absence reports instead of failing.
pub fn run(ctx: &AppContext, args: StatusArgs) -> Result<(), AppError>Report an instance’s state.
AppError::ManifestInvalid when a manifest exists but cannot be
trusted; manifest absence reports instead of failing.