This is the start of a CLI program that will be used for managing various pieces of kinetic platform infrastructure. This is generated from emmanuelgautier/go-cli-template and partially based on KineticCafe/kci (used for infrastructure management).
There are many more features to add and not enough time to add them.
- Clone or download this repository:
git clone https://github.com/KineticCafe/kinetic-cli.git
cd kinetic-cli
- Build the CLI tool:
go build -o kinetic-cli
- Run the CLI tool with the
--help
flag to see the available commands:
./kinetic-cli --help
We have retained the licence of the Go CLI Template (MIT).