Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 980 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 980 Bytes

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