Skip to content

Commit

Permalink
Docs for new check-config command
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Jul 12, 2017
1 parent 539b06c commit 761e47d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/usage/commands.rst
Expand Up @@ -30,6 +30,25 @@ For more information:
$ repocribro assign-role --help


check-config
------------

Commands for checking configuration currently used by repocribro.
There are two styles for printing, same syntax as is in the cfg file
(default) or just triples section key value.

::

$ repocribro -c my_cfg1.cfg -c my_cfg2.cfg check-config
[flask]
secret_key = MySecretKey
...

$ repocribro check-config --style triple
flask secret_key MySecretKey
...


db (database)
-------------

Expand Down

0 comments on commit 761e47d

Please sign in to comment.