adding information about sub commands
This commit is contained in:
parent
e73f2bcb2b
commit
1486e7b8f6
|
@ -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
|
||||
==============================
|
||||
|
|
Loading…
Reference in New Issue