commit ba33a791b8d7216f71777f3ea6ed6fcb65207ab9 parent d0db6a210ffedcfa0185bbf7909b3ded9c604c40 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Thu, 3 Feb 2022 23:09:14 -0500 add missing blurb for ‘sandbox ebicssubscriber list’; separate examples Diffstat:
| M | manpages/libeufin-cli.1.rst | | | 18 | ++++++++++++++++-- |
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/manpages/libeufin-cli.1.rst b/manpages/libeufin-cli.1.rst @@ -171,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" : [ { @@ -182,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