taler-directory-config.1.rst (1821B)
1 taler-directory-config(1) 2 ######################### 3 4 .. only:: html 5 6 Name 7 ==== 8 9 **taler-directory-config** - manipulate taler-directory configuration file 10 11 Synopsis 12 ======== 13 14 **taler-directory-config** 15 [**-c** *filename* | **--config=**\ \ *filename*] 16 [**-h** | **--help**] 17 [**-L** *loglevel* | **--loglevel=**\ \ *loglevel*] 18 [**-l** *filename* | **--logfile=**\ \ *filename*] 19 [**-o** *option* | **--option=**\ \ *option*] 20 [**-O** | **--only-value**] 21 [**-S** | **--list-sections**] 22 [**-s** *section* | **--section=**\ \ *section*] 23 [**-v** | **--version**] 24 25 26 Description 27 =========== 28 29 **taler-directory-config** can be used to read or modify taler-directory configuration files. 30 31 **-c** *FILENAME* \| **--config=**\ \ *FILENAME* 32 Use the configuration file *FILENAME*. 33 34 **-h** \| **--help** 35 Print short help on options. 36 37 **-L** *LOGLEVEL* \| **--loglevel=**\ \ *LOGLEVEL* 38 Use *LOGLEVEL* for logging. 39 Valid values are ``DEBUG``, ``INFO``, ``WARNING``, and ``ERROR``. 40 41 **-o** *OPTION* \| **--option=**\ \ *OPTION* 42 Which configuration option should be accessed or edited. Required to set a 43 value. If not given, all values of a given section will be printed in the 44 format "OPTION = VALUE". 45 46 **-O** \| **--only-value** 47 Print only the value(s), not the key(s). 48 49 **-S** \| **--list-sections** 50 List available configuration sections for use with ``--section``. 51 52 **-s** *SECTION* \| **--section=**\ \ *SECTION* 53 Which configuration section should be accessed or edited. 54 Required option. 55 56 **-v** \| **--version** 57 Print GNU Taler version number. 58 59 60 See Also 61 ======== 62 63 taler-directory-dbinit(1), taler-directory-httpd(1), taler-directory.conf(5). 64 65 66 Bugs 67 ==== 68 69 Report bugs by using https://bugs.taler.net or by sending electronic 70 mail to <taler@gnu.org>.