We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From my understanding is that --exclude only works for specifing the key name.
--exclude
Would it be possbile to exclude on the value?
For example:
from.yaml:
some_key: clientID: aaa49a1-9162-bbb6-bf06-d7c787ccc
to.yaml
some_key: clientID: DRY_RUN
dyff between from.yaml to.yaml --exclude-value DRY_RUN
Should return no differences.
The text was updated successfully, but these errors were encountered:
Good idea. Thanks for that. I can see that maybe in the redaction feature.
Sorry, something went wrong.
No branches or pull requests
From my understanding is that
--exclude
only works for specifing the key name.Would it be possbile to exclude on the value?
For example:
from.yaml:
to.yaml
dyff between from.yaml to.yaml --exclude-value DRY_RUN
Should return no differences.
The text was updated successfully, but these errors were encountered: