summaryrefslogtreecommitdiff
path: root/manpages/libeufin-nexus.1.rst
diff options
context:
space:
mode:
authorAntoine A <>2024-01-23 14:48:19 +0100
committerAntoine A <>2024-01-23 14:48:19 +0100
commitbdc58f018a4023f0640922da4fb5d282d7615069 (patch)
treee5e72278af793def566276f16072836078884e22 /manpages/libeufin-nexus.1.rst
parentba11950f168e73aab72e4ff61683688bfdd7eb7e (diff)
downloaddocs-bdc58f018a4023f0640922da4fb5d282d7615069.tar.gz
docs-bdc58f018a4023f0640922da4fb5d282d7615069.tar.bz2
docs-bdc58f018a4023f0640922da4fb5d282d7615069.zip
Update libeufin manpages
Diffstat (limited to 'manpages/libeufin-nexus.1.rst')
-rw-r--r--manpages/libeufin-nexus.1.rst22
1 files changed, 17 insertions, 5 deletions
diff --git a/manpages/libeufin-nexus.1.rst b/manpages/libeufin-nexus.1.rst
index 17ddd1ec..70a137b3 100644
--- a/manpages/libeufin-nexus.1.rst
+++ b/manpages/libeufin-nexus.1.rst
@@ -48,9 +48,11 @@ This command creates the client keys, if they aren't found already on the disk,
Its options are as follows:
**-h** \| **--help**
- Prints short help on options.
-**-c** \| **--config** \ ‌\ *FILENAME*
+ Print short help on options.
+**-c** \| **--config** *FILENAME*
Specifies the configuration file.
+**-L** \| **--log** *LOGLEVEL*
+ Configure logging to use LOGLEVEL.
**--force-keys-resubmission**
Resubmits the client keys. If no keys were found, it creates and submits them.
**--auto-accept-keys**
@@ -68,8 +70,10 @@ Its options are as follows:
**-h** \| **--help**
Print short help on options.
-**-c** \| **--config** \ ‌\ *FILENAME*
+**-c** \| **--config** *FILENAME*
Specifies the configuration file.
+**-L** \| **--log** *LOGLEVEL*
+ Configure logging to use LOGLEVEL.
**-r** \| **--reset**
If present, deletes any database table (WARNING: potential data loss)
@@ -83,8 +87,11 @@ Its options are as follows:
**-h** \| **--help**
Print short help on options.
-**-c** \| **--config** \ ‌\ *FILENAME*
+**-c** \| **--config** *FILENAME*
Specifies the configuration file.
+**-L** \| **--log** *LOGLEVEL*
+ Configure logging to use LOGLEVEL.
+ Uploaded documents will be stored *before* being submitted to the bank. This directory would contain several directories, each named after the ``YYYY-MM-DD/submit`` format. The pain.001 file would then be named in the following schema: ``$microseconds_pain.001.xml``.
**--transient**
This flag, enabled by default, causes the command to check the database and submit only once, and then return.
@@ -96,8 +103,13 @@ This subcommand downloads banking records via EBICS and stores them into the dat
**-h** \| **--help**
Print short help on options.
-**-c** \| **--config** \ ‌\ *FILENAME*
+**-c** \| **--config** *FILENAME*
Specifies the configuration file.
+**-L** \| **--log** *LOGLEVEL*
+ Configure logging to use LOGLEVEL.
+**--debug-ebics** *SAVEDIR*
+ Log EBICS content at SAVEDIR.
+ Downloaded documents will be stored *before* being ingested in the database. This directory would contain several directories, each named after the ``YYYY-MM-DD/fetch`` format. The stored files would then be named after the following schema: ``$microseconds_$filename``. Exception to this naming scheme are the HAC responses, since they do not get any filename assigned by the ZIP archive (they are sent unzipped). Their naming scheme is: ``$microseconds_HAC_response.pain.002.xml``.
**--transient**
This flag, enabled by default, causes the command to perform one download and return.
**--pinned-start**