Skip to content

BrandwatchLtd/kuber-cli-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 

Repository files navigation

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://github.com/raw/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