This tool allows you to easily and collectively check the differences between remote and local builds in a Kustomize build environment.
dyff already provides an easy way to check the output differences of Kustomize, but scripting was required to check the differences between branches or multiple output differences.
kzdiff simplifies diff management in Kustomize in development and CI environments.
Build current kustomize output and write it to tmp dir
kzdiff build
kzdiff build -remote -remote_uri=github.com/shoppingjaws/kzdiff
Compare with dyff and write it to tmp_dir_path/output
kzdiff compare