This is a CLI written in Go for the kaptaind Broker server. To learn more about kaptaind, visit here.
Create the .kap directory and cofig file:
mkdir /.kap
touch config
Edit the config file with the following json:
{
"brokerUrl": "<BROKER-URL-ADDRESS>"
}
Insert the correct address of the kaptaind Broker.
./kaptaind get clusters
./kaptaind get tasks
./kaptaind run task --sourceClusterId="mySourceCluster" --targetClusterId="myTargetCluster"
./kaptaind delete task <task-id>
build using the build script.
./build.sh