helm-diff icon indicating copy to clipboard operation
helm-diff copied to clipboard

feat: add local subcommand to compare two chart folders

Open bo0tzz opened this issue 2 months ago • 7 comments

This adds a new local subcommand that diffs two local chart directories. My intended usecase is mainly for development and CI/CD, to see what effects a change has.

This code was written entirely by an LLM; if that is a dealbreaker, feel free to just close this PR outright.

If there is appetite for it, I'd like to next build on top of this with a git subcommand that diffs two git references against eachother (by checking them out to a temporary folder and then running local against them).

bo0tzz avatar Oct 03 '25 18:10 bo0tzz