Schema Validation Against Multiple Files
Open
- Dominant language
- Python
- Stars
- 297
- Forks
- 84
- PR merge metrics
- No merged PRs in 30d
Description
### Environment
* PyKwalify version: 1.8.0
* Python version: CPython 3.9.0
### Proposed Functionality
Allow schema validation for multiple files at once.
```sh
pykwalify \
--strict-rule-validation \
--schema-file a_schema.yaml \
--data-files validate1.yaml validate2.yaml validate3.yaml
```
### Use Case
Simplify argument building in automation harnesses for CI and CD environment
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.