Elektra  0.8.23
kdb-mountpoint-info -- Print information about the default storage and resolver or a mountpoint

kdb mountpoint-info [mountpoint]

DESCRIPTION

This command will print information about the version, default resolver and default storage plugin. When a mountpoint is given as argument additional informations about the mountpoint (e.g. configuration) is printed.

EXAMPLES

1 kdb mountpoint-info
2 #> Version: 0.8.19
3 #> Default resolver: resolver_fm_hpu_b
4 #> Default storage: ini
5 
6 kdb mount /tmp/test.ini system/test ini hello=ini -c hello=world
7 
8 kdb mountpoint-info system/test
9 #> Version: 0.8.19
10 #> Default resolver: resolver_fm_hpu_b
11 #> Default storage: ini
12 #> Mountpoint: system/test
13 #> File: /tmp/test.ini
14 #> config:
15 #> hello = world
16 #> path = /tmp/test.ini
17 #> getplugins:
18 #> #0#resolver
19 #> #5#ini#ini#
20 #> config:
21 #> hello = ini
22 #> setplugins:
23 #> #0#resolver
24 #> #5#ini
25 #> #6#sync#sync#
26 #> #7#resolver
27 #> errorplugins:
28 #> #5#resolver_fm_hpu_b#resolver#