summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-04 11:41:22 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-04 11:41:22 +0100
commitcc1c2bf4ea1639f643483119278aea867596a30b (patch)
treecfa75a10f0abec226ee4406cc20dfe25036f567e
parenteb0bc54fe15afd548ab1617be37616ac826b9c7a (diff)
downloaddocs-cc1c2bf4ea1639f643483119278aea867596a30b.tar.gz
docs-cc1c2bf4ea1639f643483119278aea867596a30b.tar.bz2
docs-cc1c2bf4ea1639f643483119278aea867596a30b.zip
fix #8311
-rw-r--r--libeufin/nexus-manual.rst20
1 files changed, 15 insertions, 5 deletions
diff --git a/libeufin/nexus-manual.rst b/libeufin/nexus-manual.rst
index b8f2458d..e52ff605 100644
--- a/libeufin/nexus-manual.rst
+++ b/libeufin/nexus-manual.rst
@@ -297,12 +297,22 @@ would download any unseen notifications (as ``camt.054`` files):
.. code-block:: console
- $ libeufin-nexus ebics-fetch -c "$CONFIG_FILE" --transient
+ $ libeufin-nexus ebics-fetch -c "$CONFIG_FILE" --transient --debug-ebics
+
+The ``ebics-fetch`` subcommand will always cause libeufin-nexus to download
+the transaction data, parse the CAMT files and import the statements into its
+local database.
+
+The ``--transient`` flag makes the command download and import transaction
+data only once and return immediately afterwards. Without the flag, Nexus
+will download the transaction records at the frequency specified in the
+configuration.
+
+The ``--debug-ebcis`` flag will cause the CAMT files to be stored in
+``$LIBEUFIN_DATA_HOME/camt/$YYYY-MM-DD`` where ``$YYYY-MM-DD`` represents the
+date when the download took place. This is mostly useful for debugging.
+
-The ``--transient`` flag makes the command to download only once and return. If the
-bank returned any records, look in ``$LIBEUFIN_DATA_HOME/camt/YYYY-MM-DD`` to find them.
-YYYY-MM-DD is the date when the download took place. Without the flag, Nexus will
-download the transaction records at the frequency specified in the configuration.
Testing