Validate YAML files against a schema definition
Schema and validator for YAML
yamale$ yamale check -d schema.yaml data.yaml$ yamale check -d schema.yaml *.yaml$ yamale make -o schema.yaml example.yaml$ yamale check -d schema.yaml config.yaml -f colored$ yamale check -d schema.yaml data.yaml --strict