From 48f02a379da292c80ed9c643aafe03240cfe8650 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 7 Jul 2019 00:19:49 -0400 Subject: [PATCH] Add CLI manual --- docs/manuals/cli.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/manuals/cli.md b/docs/manuals/cli.md index e69de29b..9a55a333 100644 --- a/docs/manuals/cli.md +++ b/docs/manuals/cli.md @@ -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.