From 1486e7b8f66ae1a0b386997612bc196bdaddce67 Mon Sep 17 00:00:00 2001 From: kevgliss Date: Sat, 19 Sep 2015 09:41:50 -0700 Subject: [PATCH] adding information about sub commands --- docs/administration/index.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/administration/index.rst b/docs/administration/index.rst index 392b8f82..634336c3 100644 --- a/docs/administration/index.rst +++ b/docs/administration/index.rst @@ -592,6 +592,25 @@ All commands default to `~/.lemur/lemur.conf.py` if a configuration is not speci lemur sync -list +Sub-commands +------------ + +Lemur includes several sub-commands for interacting with Lemur such as created new users, creating new roles and even +issuing certificates. + +The best way to discovery these commands is by using the built in help pages + + :: + + lemur --help + + +and to get help on sub-commands + + :: + + lemur certificates --help + Identity and Access Management ==============================