gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated (4079e97a -> 32d41763)


From: gnunet
Subject: [taler-docs] branch master updated (4079e97a -> 32d41763)
Date: Tue, 12 Dec 2023 18:29:37 +0100

This is an automated email from the git hooks/post-receive script.

antoine pushed a change to branch master
in repository docs.

    from 4079e97a small change
     new a7c0cb22 Update corebank API
     new 32d41763 Improve libeufin manpages

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/api-corebank.rst         |  2 ++
 frags/libeufin-config-cli.rst | 45 +++++++++++++++++++++++++++++++++++++++++++
 manpages/libeufin-bank.1.rst  |  4 +---
 manpages/libeufin-nexus.1.rst |  4 +++-
 4 files changed, 51 insertions(+), 4 deletions(-)
 create mode 100644 frags/libeufin-config-cli.rst

diff --git a/core/api-corebank.rst b/core/api-corebank.rst
index 9f40d41b..01c44204 100644
--- a/core/api-corebank.rst
+++ b/core/api-corebank.rst
@@ -257,6 +257,7 @@ Account Management
       // If missing, cashouts will fail.
       // In the future, might be used for other transactions
       // as well.
+      // Only admin can change this property.
       contact_data?: ChallengeContactData;
 
       // 'payto' URI of a fiat bank account.
@@ -298,6 +299,7 @@ Account Management
     * ``TALER_EC_BANK_NON_ADMIN_PATCH_LEGAL_NAME`` : a non-admin user has 
tried to change their legal name.
     * ``TALER_EC_BANK_NON_ADMIN_PATCH_CASHOUT`` : a non-admin user has tried 
to change their cashout account.
     * ``TALER_EC_BANK_NON_ADMIN_PATCH_DEBT_LIMIT``: a non-admin user has tried 
to change their debt limit.
+    * ``TALER_EC_BANK_NON_ADMIN_PATCH_CONTACT``:  a non-admin user has tried 
change their contact info.
 
 
 .. _account-password-reconfig:
diff --git a/frags/libeufin-config-cli.rst b/frags/libeufin-config-cli.rst
new file mode 100644
index 00000000..0852c2aa
--- /dev/null
+++ b/frags/libeufin-config-cli.rst
@@ -0,0 +1,45 @@
+config
+------
+
+This command inspect or change the configuration.
+
+**-h** \| **--help**
+   Print short help on options.
+
+Subcommands: **get**, **dump**, **pathsub**
+
+config get
+-----------
+
+This command lookup config value.
+
+It takes two arguments, the section name and the option name
+
+**-h** \| **--help**
+   Print short help on options.
+**-c** \| **--config** *FILENAME*
+   Specifies the configuration file.
+**-f** \| **--filename**
+   Interpret value as path with dollar-expansion.
+
+config dump
+-----------
+
+This command dump the configuration.
+
+**-h** \| **--help**
+   Print short help on options.
+**-c** \| **--config** *FILENAME*
+   Specifies the configuration file.
+
+config pathsub
+--------------
+
+This command substitute variables in a path.
+
+It takes one argument, a path expresion.
+
+**-h** \| **--help**
+   Print short help on options.
+**-c** \| **--config** *FILENAME*
+   Specifies the configuration file.
\ No newline at end of file
diff --git a/manpages/libeufin-bank.1.rst b/manpages/libeufin-bank.1.rst
index b1a7f47f..60176ef0 100644
--- a/manpages/libeufin-bank.1.rst
+++ b/manpages/libeufin-bank.1.rst
@@ -146,10 +146,8 @@ Its options are as follows:
 **-c** \| **--config** *FILENAME*
    Specifies the configuration file.
 
-config
-------
+.. include:: ../frags/libeufin-config-cli.rst
 
-TODO
 
 SEE ALSO
 ========
diff --git a/manpages/libeufin-nexus.1.rst b/manpages/libeufin-nexus.1.rst
index 3677889f..9798ea16 100644
--- a/manpages/libeufin-nexus.1.rst
+++ b/manpages/libeufin-nexus.1.rst
@@ -17,7 +17,7 @@ Synopsis
 [**--version**]
 COMMAND [ARGS...]
 
-Subcommands: **dbinit**, **ebics-setup**, **ebics-submit**, **ebics-fetch**
+Subcommands: **dbinit**, **ebics-setup**, **ebics-submit**, **ebics-fetch**, 
**config**
 
 
 Description
@@ -121,6 +121,8 @@ This subcommand downloads banking records via EBICS and 
stores them into the dat
 **--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 [...]
 
+.. include:: ../frags/libeufin-config-cli.rst
+
 SEE ALSO
 ========
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]