forked from Github-Mirrors/canaille
doc: add info how to run canaille CLI
This commit is contained in:
parent
8f3ea59a70
commit
a832c10c80
1 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,13 @@ Command Line Interface
|
|||
|
||||
Canaille provide several commands to help administrator manage their data.
|
||||
|
||||
The configuration file has to be prefixed before running `canaille`. For readability's sake, it's omitted in the examples.
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
env CONFIG=path/to/config.toml canaille ...
|
||||
|
||||
|
||||
.. _cli_check:
|
||||
|
||||
.. click:: canaille.app.commands:check
|
||||
|
|
Loading…
Reference in a new issue