The Ketch Command-Line Interface.
$ git clone https://github.com/ketch-com/ketch-cli
$ cd ketch-cli/go get -u ./...You can build this project using Go:
go build ./...You can also produce Linux binaries suitable for Docker Compose using the following:
./scripts/build.shThe docker containers produced by this repository are contained in the docker folder.
To update the dependencies, run the following:
rm go.sum
go get -u -t ./...