lacre.admin: Document new sub-command 'database'
This commit is contained in:
parent
aa2eb604d4
commit
80c25f6d2e
1 changed files with 14 additions and 0 deletions
14
doc/admin.md
14
doc/admin.md
|
@ -11,6 +11,20 @@ python -m lacre.admin -h
|
|||
|
||||
Of course `-h` displays some help.
|
||||
|
||||
**Note:** Help output includes information about the configuration file being
|
||||
in use, which may be useful at times.
|
||||
|
||||
|
||||
## Initialising database schema
|
||||
|
||||
If you want to initialise Lacre's database (which is also used by the
|
||||
frontend), run:
|
||||
|
||||
```sh
|
||||
python -m lacre.admin database -i
|
||||
```
|
||||
|
||||
|
||||
## Inspecting key confirmation queue
|
||||
|
||||
To find out how many keys are waiting to be confirmed, run:
|
||||
|
|
Loading…
Reference in a new issue