This PR adds the kanalictl binary to the container image so that the following is possible:
$ docker run northwesternmutual/hyperkanali:latest /kanalictl -h
Command line interface for Kanali.
Usage:
kanalictl [command]
Available Commands:
apikey Preforms operations on API key resources
help Help about any command
version Version information
Flags:
-h, --help help for kanalictl
Use "kanalictl [command] --help" for more information about a command.
Coverage remained the same at 75.897% when pulling 3c90b5edf347947b5bfae0e906b034c3217802e1 on kanalictl-docker into ba1de27e515a0441005e0dd9d1cfce24ea3bb06f on master.
This PR adds the
kanalictl
binary to the container image so that the following is possible: