1 unstable release
0.1.0 | Mar 9, 2023 |
---|
#135 in #json-schema
10KB
52 lines
yamlcheck
A CLI to check a YAML file based on a json schema.
Install
cargo install yamlcheck
Usage
SCHEMA=whatever.json
YAML=foo.yaml
yamlcheck check -s $SCHEMA --file $YAML
Dependencies
~15–23MB
~378K SLoC