commit 94bd6b747ac294e4a38131a5a8cc757669e0e5ad
parent a8ee5f121cacdb6c6ff3b7ea178c9e095dd93cc8
Author: Antoine A <>
Date: Fri, 19 Jan 2024 14:32:22 +0000
Update libeufin manpages
Diffstat:
1 file changed, 1 insertion(+), 19 deletions(-)
diff --git a/manpages/libeufin-nexus.1.rst b/manpages/libeufin-nexus.1.rst
@@ -51,8 +51,6 @@ Its options are as follows:
Prints short help on options.
**-c** \| **--config** \ \ *FILENAME*
Specifies the configuration file.
-**--check-full-config**
- Checks the configuration of all the three subcommands and returns.
**--force-keys-resubmission**
Resubmits the client keys. If no keys were found, it creates and submits them.
**--auto-accept-keys**
@@ -89,16 +87,12 @@ Its options are as follows:
Specifies the configuration file.
**--transient**
This flag, enabled by default, causes the command to check the database and submit only once, and then return.
-**--debug**
- With this flag, it is possible to pass via STDIN a raw pain.001 document to be submitted to the bank. This method turns ebics-submit to run in transient mode and it does NOT affect the database.
-**--ebics-extra-log**
- Enables (verbose) logging of EBICS 3 messages to STDERR. It logs only EBICS 3 messages from the initialisation phase of an upload order.
ebics-fetch
-----------
-This subcommand downloads banking records via EBICS and stores them into the database. By default, it downloads ``camt.054`` notifications. Along the download, ebics-fetch would bounce incoming payments that do not have a valid Taler subject, or as well those with an already existing valid subject. Valid incoming payments are then stored in the database so that they can trigger Taler withdrawals. Along this process, ebics-submit would as well reconcile initiated outgoing payments with any outgoing transactions that shows up in the downloaded records. Any option starting with ``--only`` would only be useful with a defined log directory (STATEMENTS_LOG_DIRECTORY) in the configuration.
+This subcommand downloads banking records via EBICS and stores them into the database. Along the download, ebics-fetch would bounce incoming payments that do not have a valid Taler subject, or as well those with an already existing valid subject. Valid incoming payments are then stored in the database so that they can trigger Taler withdrawals. Along this process, ebics-submit would as well reconcile initiated outgoing payments with any outgoing transactions that shows up in the downloaded records.
**-h** \| **--help**
Print short help on options.
@@ -106,20 +100,8 @@ This subcommand downloads banking records via EBICS and stores them into the dat
Specifies the configuration file.
**--transient**
This flag, enabled by default, causes the command to perform one download and return.
-**--only-statements**
- It downloads statements (instead of notifications) in the form of camt.053 documents. It does NOT affect the database.
-**--only-ack**
- It downloads payment submissions acknowledgements (instead of notifications) in the form of pain.002 documents. It MAY affect the database by setting the state of submitted payments.
-**--only-reports**
- It downloads only intraday reports (instead of notifications) in the form of camt.052 documents. It does NOT affect the database.
-**--only-logs**
- 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.
-**--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.
.. include:: ../frags/libeufin-config-cli.rst