summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-08-04 22:56:16 +0200
committerFlorian Dold <florian@dold.me>2021-08-04 22:56:16 +0200
commitf823a8ebedf565c99aa82e4d078a65603f63de91 (patch)
tree77c6a8f34fcb7f92703b6cc5fa5e7c4d7c239c36
parent58cf85f57a11641ae254cbf54b1246b187f9eb69 (diff)
downloaddocs-f823a8ebedf565c99aa82e4d078a65603f63de91.tar.gz
docs-f823a8ebedf565c99aa82e4d078a65603f63de91.tar.bz2
docs-f823a8ebedf565c99aa82e4d078a65603f63de91.zip
mention linter
-rw-r--r--taler-exchange-setup-guide.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst
index 0853d7d6..74fb790c 100644
--- 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
=======================================