pgdesign v0.26.0 /pgdesign check

Reference for the pgdesign check command — usage, flags, arguments, and examples for the check subcommand of the pgdesign CLI.

#pgdesign check

Run project checks registered via the check framework and report results

Effect: read_only

#Flags

Flags
NameShortTypeDefaultEnvDescription
--allboolRun every registered check regardless of tag or name filters
--tagstrTag DSL expression to select checks (e.g. 'changelog & !quality')
--namestrGlob pattern to filter checks by name (e.g. 'hash-', 'coverage*')
--listboolList all registered checks with their tags and exit without running
--jsonboolOutput check results as machine-readable JSON instead of human text
--ignore-warningsboolTreat warn-severity results as passing so they do not cause nonzero exit
Search