Confd_load path with multiple keys

HI,

can you please give an example how to properly format the path parameter when list takes multiple keys e.g. confd_load -p /mylist{key1 key2}

BR Jaka

The path needs to be one argument to the confd_load command, so like

confd_load -p '/mylist{key1 key2}'

You may need to enclose a key value in double quotes if it contains spaces.