commit f823a8ebedf565c99aa82e4d078a65603f63de91 parent 58cf85f57a11641ae254cbf54b1246b187f9eb69 Author: Florian Dold <florian@dold.me> Date: Wed, 4 Aug 2021 22:56:16 +0200 mention linter Diffstat:
| M | taler-exchange-setup-guide.rst | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst @@ -192,6 +192,19 @@ The deployment creates the following key locations in the system: * offline system: exchange-offline keys +Setup Linting +============= + +The ``taler-wallet-cli`` package comes with a experimental tool that runs various +checks on the current GNU Taler exchange deployment: + +.. code-block:: shell-session + + [root@exchange-online]# taler-wallet-cli deployment lint-exchange + +You can optionally pass the ``--debug`` option to get more verbose output, and +``--continue`` to continue with further checks even though a previous one has +failed. Basic Setup: Currency and Denominations =======================================