Validate
Last updated
Last updated
This command allows you validate files.
It will not modify the source data in any way.
Available since v1.25.0.
Add dasel
hooks to .pre-commit-config.yaml
file
for a native execution of dasel, or use:
dasel-validate-docker
pre-commit hook for executing dasel using the official Docker images
dasel-validate-bin
pre-commit hook for executing dasel using the official binary
--include-error
Tells dasel to output to include/exclude the error when a file fails validation.
Default to true
.