Current and Future Features¶
Schemes¶
Fetch checkers from more schemes, like:
- file
- asset in Python package
- http(s)
- ...
File types¶
File types which can be handled:
- plain text (.bashrc, .env, ...)
- json
- yaml
- toml
- ...
Check types¶
The file can be checked for:
- check key/value present
- check key/value absent
- check key/value matches regex
- check lines present
- check lines absent
- use templates with variables from environment or files (toml/yaml/...)
- schema compliance
- ...