summaryrefslogtreecommitdiff
path: root/frags/libeufin-config-cli.rst
diff options
context:
space:
mode:
Diffstat (limited to 'frags/libeufin-config-cli.rst')
-rw-r--r--frags/libeufin-config-cli.rst51
1 files changed, 51 insertions, 0 deletions
diff --git a/frags/libeufin-config-cli.rst b/frags/libeufin-config-cli.rst
new file mode 100644
index 00000000..5475324e
--- /dev/null
+++ b/frags/libeufin-config-cli.rst
@@ -0,0 +1,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.