Skip to main content

run

Function run 

Source
pub fn run(ctx: &AppContext, args: VerifyArgs) -> Result<(), AppError>
Expand description

Verify an installed instance offline.

ยงErrors

AppError::Violations when checks failed; manifest and I/O errors when the verifier could not run.