Add configuration section to CLI manual

This commit is contained in:
Joshua Boniface 2019-07-28 18:22:46 -04:00
parent 67704198e4
commit 8daafa150c
1 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,7 @@
The PVC CLI client is built with Click, a Python framework for creating self-documenting CLI applications. It interfaces directly with the Zookeeper cluster to send and receive information about the cluster with no authentication.
Use the `-h` option at any level of the `pvc` CLI command to receive help about the available commands and options.
## Configuration
The CLI client requires no configuration file. The only optional external environment variable is `PVC_ZOOKEEPER_HOST`, which accepts a Zookeeper connection string and replaces the argument `-z` to the CLI command.