gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-docs] branch master updated: add first version of ta


From: gnunet
Subject: [GNUnet-SVN] [taler-docs] branch master updated: add first version of taler-wallet-cli manpage
Date: Tue, 15 Oct 2019 13:22:36 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 0e8dac3  add first version of taler-wallet-cli manpage
     new ed1f08c  Merge branch 'master' of git.taler.net:docs
0e8dac3 is described below

commit 0e8dac309c50bd6a533d5c07e96107d1aef1ee9a
Author: ng0 <address@hidden>
AuthorDate: Tue Oct 15 11:22:01 2019 +0000

    add first version of taler-wallet-cli manpage
---
 .gitignore                      |  1 +
 manpages/taler-wallet-cli.1.rst | 61 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/.gitignore b/.gitignore
index 0fc52c7..2bd7e37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ _build
 *.pyc
 prebuilt
 .vscode
+vtestenv/
\ No newline at end of file
diff --git a/manpages/taler-wallet-cli.1.rst b/manpages/taler-wallet-cli.1.rst
new file mode 100644
index 0000000..83fe591
--- /dev/null
+++ b/manpages/taler-wallet-cli.1.rst
@@ -0,0 +1,61 @@
+taler-wallet-cli(1)
+###################
+
+.. only:: html
+
+   Name
+   ====
+
+**taler-wallet-cli** - interact with taler-wallet
+
+Synopsis
+========
+
+**taler-auditor** [**-h** | **-\\-help**][**-\\-verbose**][**-V** | 
**-\\-version**]<command>[<args>]
+
+
+Description
+===========
+
+**taler-wallet-cli** is a command line tool to be used by developers
+for testing.
+
+**-h** | **-\\-help**
+   Print short help on options.
+
+**-\\-verbose**
+   Enable verbose output.
+
+**-V** | **-\\-version**
+   Output the version number.
+
+**test-withdraw** [**-e** URL | **-\\-exchange** URL] [**-a** AMOUNT | 
**-\\-amount** AMOUNT][**-b** URL | **-\\-bank** URL]
+   withdraw test currency from the test bank
+
+**balance**
+   show wallet balance
+
+**history**
+   show wallet history
+
+**test-merchant-qrcode** [**-a** AMOUNT | **-\\-amount** AMOUNT][**-s** 
SUMMARY | **-\\-summary** SUMMARY]
+
+**withdraw-uri** URI
+
+**tip-uri** URI
+
+**refund-uri** URI
+
+**pay-uri** [**-y** | **-\\-yes**] URI
+
+**integrationtest** [**-e** URL | **-\\-exchange** URL][**-m** URL | 
**-\\-merchant** URL][**-k** APIKEY | **-\\-merchant-api-key** APIKEY][**-b** 
URL | **-\\-bank** URL][**-w** AMOUNT | **-\\-withdraw-amount** AMOUNT][**-s** 
AMOUNT | **-\\-spend-amount** AMOUNT]
+   Run integration test with bank, exchange and merchant.
+
+.. See Also
+   ========
+
+Bugs
+====
+
+Report bugs by using https://bugs.gnunet.org or by sending electronic
+mail to <address@hidden>.

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]