The main purpose of scbctl is to provide an easier way to manage secureCodeBox CustomResources in Kubernetes, reducing the complexity of using kubectl and helm for common secureCodeBox operations.
At the moment we do not provide precompiled binaries for the scbctl.
If you have go installed installing it is as simple as running:
go install github.com/secureCodeBox/secureCodeBox/scbctl@latestMake sure that your golang home bin directory is part of your shell path.
If you don't know where your go home directory is run go env GOPATH.
To find out more about the commands & functionalities supported by scbctl, run scbctl --help or refer to the scbctl documentation.