GetMesh installation and update

GetMesh CLI can be obtained by issuing the following command:

curl -sL https://istio.tetratelabs.io/getmesh/install.sh | bash

This, by default, downloads the GetMesh CLI with the latest version of Tetrate Istio Distro and certified Istio. To check if the download was successful, run the version command:

getmesh version

or

getmesh version --remote=false #only the client version details

An output of the form below suggests that Tetrate Istio Distro was installed successfully.

getmesh version: 0.6.0
active istioctl: 1.8.2-tetrate-v0


To see the list of commands available with Tetrate Istio Distro and its supported features, run the help command:

getmesh --help