Install Meshery CLI with Bash
To install or upgrade mesheryctl using bash, execute anyone of the following commands.
Option 1: Only install mesheryctl binary
$ curl -L https://meshery.io/install | DEPLOY_MESHERY=false bash -
Option 2: Install mesheryctl binary and deploy Meshery on Docker
$ curl -L https://meshery.io/install | PLATFORM=docker bash -
Option 3: Install mesheryctl binary and deploy Meshery on Kubernetes
$ curl -L https://meshery.io/install | PLATFORM=kubernetes bash -
Option 4: Install mesheryctl binary and Meshery adapter(s)
Install mesheryctl binary and include one or more adapters to be deployed
$ curl -L https://meshery.io/install | ADAPTERS=consul PLATFORM=kubernetes bash -
Start Meshery
You are ready to deploy Meshery mesheryctl. To do so, execute the following command.
mesheryctl system start
If you are running Meshery on Docker, execute the following command.
mesheryctl system start -p docker