summaryrefslogtreecommitdiff
path: root/manpages/libeufin-nexus.1.rst
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-11-10 19:09:25 +0100
committerMS <ms@taler.net>2023-11-10 19:10:49 +0100
commitccc9e40c21915920e9d678ff0fa999302ccd1de4 (patch)
tree8fab0785da981c2bb340faba57800c617ca93219 /manpages/libeufin-nexus.1.rst
parenta053b1d933c4c5f5ac2f28f795fd72c1080422bd (diff)
downloaddocs-ccc9e40c21915920e9d678ff0fa999302ccd1de4.tar.gz
docs-ccc9e40c21915920e9d678ff0fa999302ccd1de4.tar.bz2
docs-ccc9e40c21915920e9d678ff0fa999302ccd1de4.zip
nexus fetch: cli man & manual
Diffstat (limited to 'manpages/libeufin-nexus.1.rst')
-rw-r--r--manpages/libeufin-nexus.1.rst12
1 files changed, 8 insertions, 4 deletions
diff --git a/manpages/libeufin-nexus.1.rst b/manpages/libeufin-nexus.1.rst
index f4df6558..aee26e65 100644
--- a/manpages/libeufin-nexus.1.rst
+++ b/manpages/libeufin-nexus.1.rst
@@ -89,8 +89,7 @@ Its options are as follows:
**-c** \| **--config** \ ‌\ *FILENAME*
Specifies the configuration file.
**--transient**
- This flag, enabled by default, causes the command to run only once without any long-polling behaviour.
- The configuration value FREQUENCY gets therefore ignored.
+ This flag, enabled by default, causes the command to check the database and submit only once, and then return.
ebics-fetch
-----------
@@ -102,10 +101,15 @@ This subcommands download banking records via EBICS. By default it downloads no
**-c** \| **--config** \ ‌\ *FILENAME*
Specifies the configuration file.
**--transient**
- This flag, enabled by default, causes the command to run only once without any long-polling behaviour.
- The configuration value FREQUENCY gets therefore ignored.
+ 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.
+**--only-ack**
+ It downloads payment submissions acknowledgements (instead of notifications) in the form of pain.002 documents.
+**--only-reports**
+ It downloads only intraday reports (instead of notifications) in the form of camt.052 documents.
+**--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.
SEE ALSO