Documentation
¶
Overview ¶
catalog-validate runs the schema-generic graph linter (catalogvalidate.ValidateGraph) against a directory of YAML manifests and prints findings. Catalog repos with their own curation conventions don't use this binary directly — they import app/catalogvalidate as a library and compose their own []Rule slice via RunRules. See design/catalog-validation.md.
Usage:
catalog-validate [--strict] <dir>
Flags:
--strict promote warnings to errors before exit
Exit codes:
0 no errors (warnings may be present unless --strict) 1 at least one error 2 internal failure (couldn't load, etc.)
Click to show internal directories.
Click to hide internal directories.