commit 1949b22bc40b4be94a405a834013ddad4453edff
parent 6bb0518097e8dc19b5dbb0a8d344d4994d510df2
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Fri, 21 Jan 2022 05:34:05 -0500
add ‘sandbox ebicshost list’ invocation and output to example
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
@@ -187,6 +187,10 @@ Now an EBICS host can be created:
.. code-block:: console
$ libeufin-cli sandbox ebicshost create --host-id testhost
+ $ libeufin-cli sandbox ebicshost list
+ {
+ "ebicsHosts" : [ "testhost" ]
+ }
Note that most ``libeufin-cli`` subcommands will ask for input interactively if
the respective value is not specified on the command line.