ast spec
Validate astropods.yml against the spec schema
Validate and explain astropods.yml spec files. The --file/-f flag is available on all spec subcommands.
spec validate
Validate astropods.yml against the spec schema.
Checks YAML syntax, JSON schema conformance, and semantic rules. Exit code 0 on success, making it suitable for CI.
Next steps
- Astropods Spec: the full spec reference
- ast blueprint: build and push once the spec validates