A tool for switching between different versions of helm. written in go
- Manage dynamic helm/ directories --> version 0.2.0
- Implement command arguments (cobra) --> version 0.2.0
- Fix multiple versions shown
- Update variable names
helmsw allows you to download and switch helm versions easily
The following packages are required by helmsw
Package Name | URL | Minimum required version |
---|---|---|
golang | https://golang.org/dl/ | 1.12.x |
- Checkout repo
$ git checkout https://github.com/mauhftw/helmsw
- Build helmsw
$ cd helmsw && \
make build
- Move helmsw bin to /usr/local/bin
$ sudo mv dist/helmsw /usr/local/bin
- Add the .helmsw installation directory to your PATH
$ export PATH=$PATH:$HOME/.helmsw/bin
NOTE: To avoid problems with symlinks be sure not having a helm binary under your path
$ helmsw