github.com/verrazzano/verrazzano@v1.7.1/tools/vz/README.md (about) 1 # Verrazzano CLI 2 3 The Verrazzano Command (vz) is a tool which can be used to interact with Verrazzano resources. 4 5 ## Building the CLI 6 7 The binary will be located in `$GOPATH/bin`. 8 9 Run `make cli` 10 11 ## Usage 12 13 Run `vz --help` for a list of available commands. 14 15