Add CLI manual

This commit is contained in:
Joshua Boniface 2019-07-07 00:19:49 -04:00
parent 425392f2e6
commit 48f02a379d
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# PVC CLI client manual
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.