Skip to content

kirecek/istioctlenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

istioctlenv

Istioctl version manager inspired by tfenv which is inspired by rbenv :D

Installation

Manual

  1. Check out istioctlenv into any path (here is ${HOME}/.istioctlenv)
$ git clone https://github.com/kirecek/istioctlenv.git ~/.istioctlenv
  1. Add ~/.istioctlenv/bin to your $PATH any way you like
$ export PATH="$HOME/.istioctlenv/bin:$PATH"

Usage

istioctlenv install [version]

Install a specific version of Istio.

If no parameter is passed, the version to use is resolved automatically via .istioctl-version files, defaulting to 'latest' if none are found.

LICENSE

About

istioctl version manager

Resources

License

Stars

Watchers

Forks

Languages