openqa-validate-yaml - check YAML files against a schema
Contents
Description
openqa-validate-yaml should be given a list of one or more filenames. The files are expected to be YAML
files. openqa-validate-yaml tests each item in the list to see if the files are valid when checked
against a Schema.
'-' can be specified instead of a filename to read the test input from STDIN.
Name
openqa-validate-yaml - check YAML files against a schema
Options
--validate-schema
Validate the Schema file itself, in addition to any YAML files.
--schema-file=SCHEMA
Specify the schema file or URL to validate against (default
.../public/schema/JobTemplates-01.yaml)'],
-h Print a usage message, and exit.
Synopsis
openqa-validate-yaml [OPTIONS] [-] [file ...]
