Updated
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
| Name | Short | Type | Default | Env | Description |
|---|---|---|---|---|---|
--all | bool | Run every registered check regardless of tag or name filters | |||
--tag | str | Tag DSL expression to select checks (e.g. 'changelog & !quality') | |||
--name | str | Glob pattern to filter checks by name (e.g. 'hash-', 'coverage*') | |||
--list | bool | List all registered checks with their tags and exit without running | |||
--json | bool | Output check results as machine-readable JSON instead of human text | |||
--ignore-warnings | bool | Treat warn-severity results as passing so they do not cause nonzero exit |