🛑Archived: I'm no longer maintaining 🛑
As an alternative, I recommend the following softwares:
Or, if you wish to continue maintenance yourself, fork this according to the license.
Helm version manager.
Most of the codes are taken from below tools:
- Check out helmenv into any path (here is
${HOME}/.helmenv
)
$ git clone https://github.com/yuya-takeyama/helmenv.git ~/.helmenv
- Add
~/.helmenv/bin
to your$PATH
any way you like
$ echo 'export PATH="$HOME/.helmenv/bin:$PATH"' >> ~/.bash_profile
Usage: helmenv <command> [<args>]
Some useful helmenv commands are:
local Set or show the local application-specific Helm version
global Set or show the global Helm version
install Install the specified version of Helm
uninstall Uninstall the specified version of Helm
version Show the current Helm version and its origin
versions List all Helm versions available to helmenv
See `helmenv help <command>' for information on a specific command.
For full documentation, see: https://github.com/yuya-takeyama/helmenv#readme