gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated (6ae7279 -> ba33a79)


From: gnunet
Subject: [taler-docs] branch master updated (6ae7279 -> ba33a79)
Date: Fri, 04 Feb 2022 05:09:44 +0100

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

ttn pushed a change to branch master
in repository docs.

    from 6ae7279  fix typo: s/subject/message/ in payto query parameter
     new 68586bf  fix typo: s/ebichost/ebicshost/
     new d0db6a2  add ^^^ headings for sub-sub-commands
     new ba33a79  add missing blurb for ‘sandbox ebicssubscriber list’; 
separate examples

The 3 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:
 manpages/libeufin-cli.1.rst | 58 +++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 54 insertions(+), 4 deletions(-)

diff --git a/manpages/libeufin-cli.1.rst b/manpages/libeufin-cli.1.rst
index 15c7b5f..c9d7834 100644
--- a/manpages/libeufin-cli.1.rst
+++ b/manpages/libeufin-cli.1.rst
@@ -111,16 +111,22 @@ If all goes well, you should see something like:
   Hello, this is the Sandbox
 
 
-sandbox ebichost
-----------------
+sandbox ebicshost
+-----------------
 
 The ``ebicshost`` command manages EBICS hosts.
 It has two subcommands: create and list.
 
+sandbox ebicshost create
+^^^^^^^^^^^^^^^^^^^^^^^^
+
 The ``ebicshost create`` command creates a EBICS host.
 It takes one option, ``--host-id ID``, where ``ID`` is used to
 identify that host for all future commands.
 
+sandbox ebicshost list
+^^^^^^^^^^^^^^^^^^^^^^
+
 The ``ebicshost list`` command lists the hosts in the system.
 
 For example:
@@ -142,6 +148,9 @@ sandbox ebicssubscriber
 The ``ebicssubscriber`` command manages EBICS subscribers.
 It has two subcommands: create and list.
 
+sandbox ebicssubscriber create
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
 The ``ebicssubscriber create`` command creates a EBICS subscriber.
 It takes three options, all of which are required:
 
@@ -162,6 +171,20 @@ For example:
       --host-id testhost \
       --partner-id partner01 \
       --user-id user01
+
+Note that ``testhost`` is the same as in the ``ebicshost create``
+example (see above).
+
+sandbox ebicssubscriber list
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The ``ebicssubscriber list`` command lists the EBICS subscribers
+in the system.
+
+For example:
+
+.. code-block:: console
+
   $ libeufin-cli sandbox ebicssubscriber list
   {
     "subscribers" : [ {
@@ -173,8 +196,8 @@ For example:
     } ]
   }
 
-Note that ``testhost`` is the same as in the ``ebicshost create``
-example (see above).
+Note that the output reflects the subscriber created in
+the ``ebicssubscriber create`` example (see above).
 
 
 sandbox ebicsbankaccount
@@ -184,6 +207,9 @@ The ``ebicsbankaccount`` command manages EBICS bank 
accounts.
 It has one subcommand: create.
 (To list accounts, see ``sandbox bankaccount`` below.)
 
+sandbox ebicsbankaccount
+^^^^^^^^^^^^^^^^^^^^^^^^
+
 The ``ebicsbankaccount create`` command takes several options, all required:
 
 ::
@@ -227,6 +253,9 @@ The ``bankaccount`` command manages bank accounts.
 It has several subcommands: list, generate-transactions,
 simulate-incoming-transaction, transactions.
 
+sandbox bankaccount list
+^^^^^^^^^^^^^^^^^^^^^^^^
+
 The ``bankaccount list`` command lists the bank accounts in the system.
 
 For example:
@@ -250,6 +279,9 @@ Note that ``testacct01``, ``DE18500105172929531888``, and 
``INGDDEFFXXX``
 are the same as specified in the ``ebicsbankaccount create`` example
 (see above).
 
+sandbox bankaccount generate-transactions
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
 The remaining ``bankaccount`` commands deal with transactions
 to and from the bank accounts.
 
@@ -266,6 +298,9 @@ For example:
 Note that ``testacct01`` is the account label shown in the ``bankaccount
 list`` example (see above).
 
+sandbox bankaccount simulate-incoming-transaction
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
 The ``bankaccount simulate-incoming-transaction`` books an
 incoming payment in the sandbox.
 It takes one arg, the account label, and several options.
@@ -293,6 +328,9 @@ For example:
 Note that ``testacct01`` is the same as in previous examples (see above),
 and that ``10.50`` is in ``X.Y`` format.
 
+sandbox bankaccount transactions
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
 The ``bankaccount transactions`` command lists transactions.
 It takes one arg, the account label.
 
@@ -384,6 +422,9 @@ In other words:
 In the following examples, the base URL will be explicitly shown with
 the ``--sandbox-url`` option for the ``demobank`` commands.
 
+sandbox demobank register
+^^^^^^^^^^^^^^^^^^^^^^^^^
+
 The ``demobank register`` command registers a new bank account.
 Note that the username will be both the username to login at
 the bank and the bank account label.
@@ -402,6 +443,9 @@ For example:
       --sandbox-url http://localhost:5016/demobanks/default \
       demobank register
 
+sandbox demobank info
+^^^^^^^^^^^^^^^^^^^^^
+
 The ``demobank info`` command returns basic information on a bank account.
 It takes option ``--bank-account NAME``.
 
@@ -423,6 +467,9 @@ For example:
 Note that ``jrluser`` is the same username / bank account name
 as in the ``register`` example (see above).
 
+sandbox demobank new-ebicssubscriber
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
 The ``demobank new-ebicssubscriber`` command associates a new Ebics
 subscriber to an existing bank account.
 It takes several options, all required:
@@ -456,6 +503,9 @@ The ``--bank-account jrluser`` is the same as in the
 You can see the effect of the ``new-ebicssubscriber`` command
 with the ``bankaccount list`` command.
 
+sandbox demobank new-transaction
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
 The ``demobank new-transaction`` command initiates a new transaction.
 It takes several options, all required:
 

-- 
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]