ZCLI is the acronym of ZEVENET Command Line Interface. This tool allows managing multiple load balancers from a command line or automatizes load balancer actions in the operation scripts.
ZCLI works with ZAPI (ZEVENET Application Programming Interface), to autocomplete commands and to communicate with the load balancer.
It is required a ZEVENET version:
EE 6.1 or higher.
CE 5.11 or higher.
The docker image directory /root/.zcli should be mapped in the system to do the load balancer connection data persistent. An alias example for .bashrc could be:
alias zcli="docker run --rm -it -v $HOME/.zcli:/root/.zcli zcli:latest zcli
Content type
Image
Digest
Size
133.6 MB
Last updated
about 5 years ago
docker pull zevenet/zcli