Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 985 Bytes

File metadata and controls

35 lines (21 loc) · 985 Bytes

istioctlenv

Istioctl version manager inspired by tfenv which is inspired by rbenv 🤷‍♂️

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