mise 2026.4.13

The front-end to your dev env
1
2
3
4
5
6
7
8
9
10
11
12
13
description = "A helm plugin that shows a diff explaining what a helm upgrade would change"
test = { cmd = "helm-diff version", expected = "{{version}}" }

[[backends]]
full = "github:databus23/helm-diff"

[backends.options]
bin = "diff"
bin_path = "diff/bin"
rename_exe = "helm-diff"

[[backends]]
full = "asdf:mise-plugins/mise-helm-diff"