Istioctl version manager inspired by tfenv which is inspired by rbenv :D
- Check out istioctlenv into any path (here is
${HOME}/.istioctlenv)
$ git clone https://github.com/kirecek/istioctlenv.git ~/.istioctlenv- Add
~/.istioctlenv/binto your$PATHany way you like
$ export PATH="$HOME/.istioctlenv/bin:$PATH"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.
- istioctlenv itself
- tfenv
- tfistioctlenv uses big part of tfenv's source code