catalog-validate

command
v0.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 15, 2026 License: AGPL-3.0 Imports: 5 Imported by: 0

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 docs/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.)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL