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.
pub fn run(ctx: &AppContext, args: VerifyArgs) -> Result<(), AppError>Verify an installed instance offline.
AppError::Violations when checks failed; manifest and I/O errors
when the verifier could not run.