Skip to content
This repository has been archived by the owner on Jul 10, 2022. It is now read-only.

Latest commit

 

History

History
57 lines (39 loc) · 1.51 KB

README.md

File metadata and controls

57 lines (39 loc) · 1.51 KB

🛑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.

helmenv

Helm version manager.

Most of the codes are taken from below tools:

Installation

  1. Check out helmenv into any path (here is ${HOME}/.helmenv)
$ git clone https://github.com/yuya-takeyama/helmenv.git ~/.helmenv
  1. Add ~/.helmenv/bin to your $PATH any way you like
$ echo 'export PATH="$HOME/.helmenv/bin:$PATH"' >> ~/.bash_profile

Usage

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

License

  • helmenv
    • The MIT License
  • rbenv
    • The MIT License
  • tfenv
    • The MIT License