Validate a JSON configuration file by parsing it through Yuneta’s json_config
and reporting any syntax/structural error. Exits non-zero on failure — handy in
CI or pre-deploy checks.
Usage¶
ytestconfig <FILE>| Option | Purpose |
|---|---|
<FILE> | JSON config to validate (positional, required) |
--verbose / -l | Verbose mode |
See also¶
json_diff— compare two JSON files.