summaryrefslogtreecommitdiff
path: root/manpages/libeufin-nexus.1.rst
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-11-29 12:39:17 +0100
committerMS <ms@taler.net>2023-11-29 12:39:17 +0100
commitd4c35b3f91e6be146b2f677fe9d5ac18dd564594 (patch)
tree810f643c94aa4d3e561fa0d178ad55a50a21e2ad /manpages/libeufin-nexus.1.rst
parent73d0597476bb44ea872b476c9863c8bc35a6b1a3 (diff)
downloaddocs-d4c35b3f91e6be146b2f677fe9d5ac18dd564594.tar.gz
docs-d4c35b3f91e6be146b2f677fe9d5ac18dd564594.tar.bz2
docs-d4c35b3f91e6be146b2f677fe9d5ac18dd564594.zip
nexus man: renaming flags
Diffstat (limited to 'manpages/libeufin-nexus.1.rst')
-rw-r--r--manpages/libeufin-nexus.1.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/manpages/libeufin-nexus.1.rst b/manpages/libeufin-nexus.1.rst
index baf11572..3677889f 100644
--- a/manpages/libeufin-nexus.1.rst
+++ b/manpages/libeufin-nexus.1.rst
@@ -116,10 +116,10 @@ This subcommand downloads banking records via EBICS and stores them into the dat
It downloads the subscriber activity via EBICS HAC in the form of pain.002 documents. It does NOT affect the database.
**--pinned-start**
Only supported in --transient mode, this option lets specify the earliest timestamp of the downloaded documents. The latest timestamp is always the current time.
-**--debug**
- With this flag, ebics-fetch accepts XML documents from STDIN. In this case, it prints on the console the result and exits, without affecting the database. The results are the stringified objects that the application itself uses to represent the business details.
-**--debug-with-db**
- Causes the ingestiong of the data read via ``--debug``.
+**--parse**
+ Reads one ISO20022 document from STDIN. It prints on the console the result and exits without affecting the database
+**--import**
+ Reads one ISO20022 document from STDIN. It prints the result on the console **and** also ingests the input content into the database. NOTE: if used in a debug scenario, consider to destroy the database before going to production for the following reasons; (1) the database likely ends up having phony transactions that do not belong to the bank account associated with the EBICS subscriber, and (2) whose timestamps will alter the way ebics-fetch will request new records to the bank. (3) This flags skips the check on the bank keys, so the database could receive records even though hte bank keys were not accepted / downloaded.
SEE ALSO
========