Skip to content

feat: print dyff between output as yaml#502

Open
iNoahNothing wants to merge 1 commit intohomeport:mainfrom
iNoahNothing:nkrause/yaml-output
Open

feat: print dyff between output as yaml#502
iNoahNothing wants to merge 1 commit intohomeport:mainfrom
iNoahNothing:nkrause/yaml-output

Conversation

@iNoahNothing
Copy link
Contributor

@iNoahNothing iNoahNothing commented Jul 10, 2025

This PR is a first pass at an implementation for outputting the dyff report to yaml. This allows users to feed the dyff report back to dyff so you can compare the differences of two separate configuration files. This allow for you to create a record of differences that you expect and and then compare subsequent changes against.

Currently it only supports this for Kubernetes yaml as it is impossible to otherwise predict the number of documents that will be output. The Kubernetes file detection allows for that case

Attempts to
resolve: #312

Signed-off-by: Noah Krause <krausenoah@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support outputting "between" to yaml

1 participant