cli for switching between different Helm versions.
# Clone this repo locally to your GOPATH
# Build Project
go mod download
go build
# Try it out.
./helmswitch -h
See binary downloads for mac/linux in Releases.
Will bring up an interactive prompt to select version of Helm.
helmswitch
Will install the specified version of Helm.
helmswitch v3.1.1
Will list latest 50 tagged versions of Helm available to install.
helmswitch list