summaryrefslogtreecommitdiff
path: root/frags/libeufin-config-cli.rst
blob: 5475324ecebef46a88660b42f0c79b4fb7c37c61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
config
------

This command inspect or change the configuration.

**-h** \| **--help**
   Print short help on options.

Subcommands: **get**, **dump**, **pathsub**

config get
-----------

This command lookup config value.

It takes two arguments, the section name and the option name

**-h** \| **--help**
   Print short help on options.
**-c** \| **--config** *FILENAME*
   Specifies the configuration file.
**-L** \| **--log** *LOGLEVEL*
   Configure logging to use LOGLEVEL.
**-f** \| **--filename**
   Interpret value as path with dollar-expansion.

config dump
-----------

This command dump the configuration.

**-h** \| **--help**
   Print short help on options.
**-c** \| **--config** *FILENAME*
   Specifies the configuration file.
**-L** \| **--log** *LOGLEVEL*
   Configure logging to use LOGLEVEL.

config pathsub
--------------

This command substitute variables in a path.

It takes one argument, a path expression.

**-h** \| **--help**
   Print short help on options.
**-c** \| **--config** *FILENAME*
   Specifies the configuration file.
**-L** \| **--log** *LOGLEVEL*
   Configure logging to use LOGLEVEL.