/kuber-cli-release

kuber-cli release repository

Primary LanguageShell

Kuber cli release repository

This repository's purpose is to store kuber-cli releases and should not contain anything other than what's absolutely necessary to perform the release.

How to install the binary ?

To install the binary you can run this script on your machine

curl --silent https://raw.githubusercontent.com/BrandwatchLtd/kuber-cli-release/master/install.sh | sudo bash -s - -b /usr/local/bin

Note: in order to install the binary to another location change /usr/local/bin to the path of your choice