Validate a spicepod.yaml without starting the runtime.
Checks YAML syntax and schema, component references, duplicate component names, reserved keywords, and nested pod includes (dependsOn).
path: Path to a Spicepod YAML file or a directory containing one. Defaults to the current directory (.). Directories must contain a spicepod.yaml (or spicepod.yml); file paths accept any name as long as the file declares kind: Spicepod and a recognized version.-h, --help Print this help messageValidate the spicepod in the current directory:
Validate a specific directory:
Validate a specific file:
When validation fails, the error describes the issue: