ReferenceCLI
`oore pipeline validate`
Validate repository pipeline YAML with the same schema used by the runner.
oore pipeline validate [PATH]PATH defaults to .oore.yaml. The command reads the selected file and
validates it with the runner’s repository pipeline parser.
oore pipeline validate
oore pipeline validate config/mobile.oore.yamlA valid file prints:
.oore.yaml is validInvalid YAML, an unknown field, an unsupported schema version, an empty platform list, a duplicate environment key, or an invalid artifact pattern returns a non-zero exit and a specific validation message.
The command validates only the selected file. It does not contact the backend, create a pipeline, or verify whether every command-line tool used by the pipeline is installed.
See .oore.yaml for the schema.