Skip to content
/ helmsw Public

A tool for switch between different version of helm

Notifications You must be signed in to change notification settings

mauhftw/helmsw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helmsw

A tool for switching between different versions of helm. written in go

WIP

TODO

  • Manage dynamic helm/ directories --> version 0.2.0
  • Implement command arguments (cobra) --> version 0.2.0
  • Fix multiple versions shown
  • Update variable names

Description

helmsw allows you to download and switch helm versions easily

Requirements

The following packages are required by helmsw

Package Name URL Minimum required version
golang https://golang.org/dl/ 1.12.x

Installation

  1. Checkout repo
$ git checkout https://github.com/mauhftw/helmsw
  1. Build helmsw
$ cd helmsw && \
  make build
  1. Move helmsw bin to /usr/local/bin
$ sudo mv dist/helmsw /usr/local/bin
  1. 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

Usage

$ helmsw

About

A tool for switch between different version of helm

Resources

Stars

Watchers

Forks

Packages

No packages published