commit bc6f55d084c21d95d9859c61c7dff3e6cf82d8df
parent bd4d52eda35c8c78370c8caf8f7b8dc2b9658099
Author: Antoine A <>
Date: Wed, 30 Oct 2024 17:48:05 +0100
libeufin-bank: update manpage
Diffstat:
1 file changed, 26 insertions(+), 2 deletions(-)
diff --git a/manpages/libeufin-bank.1.rst b/manpages/libeufin-bank.1.rst
@@ -17,7 +17,7 @@ Synopsis
[**--version**]
COMMAND [ARGS...]
-Subcommands: **dbinit**, **passwd**, **serve**, **create-account**, **edit-account**, **gc**, **bench-pwh**, **config**
+Subcommands: **dbinit**, **passwd**, **create-token**, **serve**, **create-account**, **edit-account**, **gc**, **bench-pwh**, **config**
Description
@@ -78,6 +78,30 @@ Its options are as follows:
**-h** \| **--help**
Print short help on options.
+create-token
+------------
+
+Create authentication token for a userword.
+
+Its options are as follows:
+
+**-c** \| **--config** *config_file*
+ Specifies the configuration file.
+**-L** \| **--log** *LOGLEVEL*
+ Configure logging to use LOGLEVEL.
+**-u** \| **--user** \| **--username** *USERNAME*
+ Account username.
+**-s** \| **--scope** *SCOPE*
+ Scope for the token.
+**-d** \| **--duration** *forever|MICROS*
+ Custom token validity duration.
+**--description** *DESCRIPTION*
+ Optional token description.
+**--refreshable**
+ Make the token refreshable into a new token.
+**-h** \| **--help**
+ Print short help on options.
+
serve
-----
@@ -103,7 +127,7 @@ Its options are as follows:
Specifies the configuration file.
**-L** \| **--log** *LOGLEVEL*
Configure logging to use LOGLEVEL.
-**-u** \| **--username** *USERNAME*
+**-u** \| **--user** \| **--username** *USERNAME*
Account unique username.
**-p** \| **--password** *PASSWORD*
Account password used for authentication.