Does ConfD have a tool to print the confd.conf to a xpath: value pair?

Hi,

Does ConfD have a tool to print the confd.conf to a xpath: value pair?
For example

/confdConfig/loadPath/dir :: /usr/bin/confd/etc/confd

BR,
Harry Huang

Hi,

One way is to use the CLI:
C-style:
# show running-config confdConfig | display xpath | include " "
J-style:
> show configuration confdConfig | display xpath | match " "

/confdConfig/logs/syslogConfig/facility daemon
/confdConfig/logs/syslogConfig/udp disabled
/confdConfig/logs/syslogConfig/udp/host syslogsrv.example.com
...```