summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-01-25 06:25:54 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2022-01-25 06:25:54 -0500
commit962d0d99fc8319a0c3361686e511060a14cebc4e (patch)
treeca621c53d8d033736b7f9ac11c6e0def5a09997f /manpages
parent66d293e467d1ae971d942d9849c27fe437ea1f24 (diff)
downloaddocs-962d0d99fc8319a0c3361686e511060a14cebc4e.tar.gz
docs-962d0d99fc8319a0c3361686e511060a14cebc4e.tar.bz2
docs-962d0d99fc8319a0c3361686e511060a14cebc4e.zip
move subcommands down one level
Diffstat (limited to 'manpages')
-rw-r--r--manpages/libeufin-sandbox.1.rst24
1 files changed, 12 insertions, 12 deletions
diff --git a/manpages/libeufin-sandbox.1.rst b/manpages/libeufin-sandbox.1.rst
index f40aebf0..fc1c7f3d 100644
--- a/manpages/libeufin-sandbox.1.rst
+++ b/manpages/libeufin-sandbox.1.rst
@@ -65,8 +65,8 @@ The interaction model is as follows:
The following sections describe each command in detail.
-Command ``config``
-==================
+config
+------
This command takes argument ``NAME`` and creates a demobank with that name.
@@ -87,8 +87,8 @@ bank debt limit 1000000, users debt limit 1000,
and allows registrations.
-Command ``default-exchange``
-============================
+default-exchange
+----------------
This command sets the exchange that a demobank will suggest to wallets.
(Wallets are of course free to disregard the suggestion and choose
@@ -110,8 +110,8 @@ This sets the default exchange for demobank ``bank01``.
It is an error if the demobank does not exist.
-Command ``make-transaction``
-============================
+make-transaction
+----------------
This is a "legacy" command, useful in a previous iteration of LibEuFin
and for internal testing.
@@ -136,8 +136,8 @@ in which demobank the wire transfer occurs.
FIXME: How to achieve the same result with **libeufin-cli**?
-Command ``camt053tick``
-=======================
+camt053tick
+-----------
This command advances the internal time step that the demobank
uses to group transactions for reporting.
@@ -152,8 +152,8 @@ For example:
FIXME: How to achieve the same result with **libeufin-cli**?
-Command ``serve``
-=================
+serve
+-----
This command starts the HTTP server, listening on port 5000.
To use a different port, use option ``--port INT``.
@@ -195,8 +195,8 @@ Normally, the ``serve`` command runs until interrupted.
When run in a shell, you can use ``Control-C`` for that.
-Command ``reset-tables``
-========================
+reset-tables
+------------
This command drops all the tables in the internal database.
(The next time the tables are needed, **libeufin-sandbox** creates them