ast spec

Validate astropods.yml against the spec schema
View as Markdown

Validate and explain astropods.yml spec files. The --file/-f flag is available on all spec subcommands.

ast spec <subcommand> [-f path/to/astropods.yml]

spec validate

Validate astropods.yml against the spec schema.

ast spec validate [-f <file>]

Checks YAML syntax, JSON schema conformance, and semantic rules. Exit code 0 on success, making it suitable for CI.

Next steps