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

yuya-takeyama/helmenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛑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

About

Helm version manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages