summaryrefslogtreecommitdiff
path: root/manpages/taler-fakebank-run.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manpages/taler-fakebank-run.1.rst')
-rw-r--r--manpages/taler-fakebank-run.1.rst62
1 files changed, 62 insertions, 0 deletions
diff --git a/manpages/taler-fakebank-run.1.rst b/manpages/taler-fakebank-run.1.rst
new file mode 100644
index 00000000..240c7142
--- /dev/null
+++ b/manpages/taler-fakebank-run.1.rst
@@ -0,0 +1,62 @@
+taler-fakebank-run(1)
+#####################
+
+.. only:: html
+
+ Name
+ ====
+
+ **taler-fakebank-run** - run Taler "in memory" bank (with RESTful API)
+
+Synopsis
+========
+
+**taler-fakebank-run**
+[**-c** *FILENAME* | **––config=**\ ‌\ *FILENAME*]
+[**-h** | **––help**]
+[**-L** *LOGLEVEL* | **––loglevel=**\ ‌\ *LOGLEVEL*]
+[**-l** *FILENAME* | **––logfile=**\ ‌\ *FILENAME*]
+[**-n** *N* | **––num-threads=**\ \ *N*]
+[**-v** | **––version**]
+
+Description
+===========
+
+**taler-fakebank-run** is a command-line tool to run a Taler "bank" API (HTTP REST service). The program is useful to provide the bank functionality for benchmarking or testing when LibEuFin is unavailable or otherwise unsuitable.
+
+Its options are as follows:
+
+**-C** \| **––connection-close**
+ Force each HTTP connection to be closed after each request (useful in
+ combination with **-f** to avoid having to wait for nc to time out).
+
+**-c** *FILENAME* \| **––config=**\ ‌\ *FILENAME*
+ Use the configuration and other resources for the merchant to operate
+ from FILENAME.
+
+**-h** \| **––help**
+ Print short help on options.
+
+**-L** *LOGLEVEL* \| **––loglevel=**\ ‌\ *LOGLEVEL*
+ Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``,
+ ``WARNING``, ``ERROR``.
+
+**-l** *FILENAME* \| **––logfile=**\ ‌\ *FILENAME*
+ Send logging output to *FILENAME*.
+
+**-n** *N* \| **––num-threads=**\ \ *N*
+ Use *N* threads in the thread pool.
+
+**-v** \| **––version**
+ Print version information.
+
+See Also
+========
+
+taler-exchange-httpd(1), taler.conf(5).
+
+Bugs
+====
+
+Report bugs by using https://bugs.taler.net or by sending electronic
+mail to <taler@gnu.org>.