[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: add challenger-admin man page
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: add challenger-admin man page |
Date: |
Sun, 07 May 2023 01:42:13 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new fd538fb add challenger-admin man page
fd538fb is described below
commit fd538fb5726b9160b2f2f040c1419e20ba0b527d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun May 7 01:42:10 2023 +0200
add challenger-admin man page
---
conf.py | 7 +++++
manpages/challenger-admin.1.rst | 65 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+)
diff --git a/conf.py b/conf.py
index be3a93e..38a3478 100644
--- a/conf.py
+++ b/conf.py
@@ -320,6 +320,13 @@ man_pages = [
"GNU Taler contributors",
1,
),
+ (
+ "manpages/challenger-admin.1",
+ "challenger-admin",
+ "manipulate list of authorized Challenger clients",
+ "GNU Taler contributors",
+ 1,
+ ),
(
"manpages/challenger-httpd.1",
"challenger-httpd",
diff --git a/manpages/challenger-admin.1.rst b/manpages/challenger-admin.1.rst
new file mode 100644
index 0000000..af4508e
--- /dev/null
+++ b/manpages/challenger-admin.1.rst
@@ -0,0 +1,65 @@
+challenger-admin(1)
+###################
+
+.. only:: html
+
+ Name
+ ====
+
+ **challenger-admin** - manipulate clients registered in Challenger database
+
+
+Synopsis
+========
+
+**challenger-admin**
+[**-a** *CLIENT_SECRET* | **--add=**\ \ *CLIENT_SECRET*]
+[**-c** *FILENAME* | **--config=**\ \ *FILENAME*]
+[**-d** | **--delete**]
+[**-h** | **--help**]
+[**-L** *LOGLEVEL* | **--log=**\ \ *LOGLEVEL*]
+[**-l** *FILENAME* | **--logfile=**\ \ *FILENAME*]
+[**-v** | **--version**] CLIENT_URL
+
+
+Description
+===========
+
+**challenger-admin** is a command-line tool to add or delete clients from the
Challenger database.
+
+Its options are as follows:
+
+**-a** *SECRET* \| **--add=**\ \ *SECRET*
+ Add the client with the given *CLIENT_URL setting the client secret to
*SECRET*. Prints the CLIENT_ID of the added client.
+
+**-c** *FILENAME* \| **--config=**\ \ *FILENAME*
+ Use the configuration and other resources for the Challenger commands
+ to operate from *FILENAME*.
+
+**-d** \| **--delete**
+ Delete the client with the given *CLIENT_URL*.
+
+**-h** \| **--help**
+ Print short help on options.
+
+**-L** *LOGLEVEL* \| **--log=**\ \ *LOGLEVEL*
+ Configure logging to use *LOGLEVEL*.
+
+**-l** *FILENAME* \| **--logfile=**\ \ *FILENAME*
+ Configure logging to write logs to *FILENAME*.
+
+**-v** \| **–version**
+ Print version information.
+
+
+See Also
+========
+
+challenger-config(1), challenger-httpd(1), challenger.conf(5).
+
+
+Bugs
+====
+
+Report bugs by using https://bugs.taler.net or by sending electronic
+mail to <taler@gnu.org>.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: add challenger-admin man page,
gnunet <=