Install Required CLIs

Install the required CLIs

Throughout the workshops you may need one of the following two products, both built by Weaveworks.

Install Fluxctl

Flux CLI is a CLI tool that is able to talk to Weave Flux.

Install by running this command:

curl -s https://fluxcd.io/install.sh | sudo bash

Verify the installation:

flux -v

Install Weave GitOps

Weave GitOps Core is the latest product from Weaveworks, and enables a streamlined and effective GitOps Workflow.

curl -L https://github.com/weaveworks/weave-gitops/releases/download/v0.2.1/wego-$(uname)-$(uname -m) -o wego
chmod +x wego
sudo mv ./wego /usr/local/bin/wego

Verify the installation:

wego version