1 unstable release

0.1.0 Mar 9, 2023

#6 in #chevdor

MIT license

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

~13–22MB
~380K SLoC