Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 349 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 349 Bytes

Preflight

Usage

list all checkers

preflight list 

skip run checkers

run all checkers expect checker type is port and os

preflight run --skip port,os

ignore checkers result

run all checkers and ignore cpu and mem errors,just warning.

preflight run --ignore-errors cpu,mem

Examples