Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.05 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.05 KB

helmsw

A tool for switch between different version 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