Skip to main content

Synopsis

geval validate-contract <contract.yaml> [more-contracts...] [--json]

Behavior

  • Parses each contract file.
  • Resolves and loads all policies referenced by path.
  • Surfaces YAML and schema errors without requiring signals.

Examples

geval validate-contract .geval/contract.yaml
geval validate-contract gates/a.yaml gates/b.yaml
Use --json for machine-readable validation output (when supported by your Geval version).

See also

check · Contract and policies