summaryrefslogtreecommitdiff
path: root/libeufin/nexus-tutorial.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-01-21 05:34:05 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2022-01-21 05:34:05 -0500
commit1949b22bc40b4be94a405a834013ddad4453edff (patch)
tree6560fd9f9be17afc795f3adee3fb33e15e601099 /libeufin/nexus-tutorial.rst
parent6bb0518097e8dc19b5dbb0a8d344d4994d510df2 (diff)
downloaddocs-1949b22bc40b4be94a405a834013ddad4453edff.tar.gz
docs-1949b22bc40b4be94a405a834013ddad4453edff.tar.bz2
docs-1949b22bc40b4be94a405a834013ddad4453edff.zip
add ‘sandbox ebicshost list’ invocation and output to example
Diffstat (limited to 'libeufin/nexus-tutorial.rst')
-rw-r--r--libeufin/nexus-tutorial.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 66f54d8c..2619f577 100644
--- 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.