Elektra
0.8.23
|
This plugin reads configuration data specified in a very limited subset of the data serialization language YAML.
`` <h1>Mount yaml plugin to cascading namespace
/examples/camel` sudo kdb mount config.yaml /examples/camel camel
kdb set /examples/camel/key value kdb get /examples/camel/key #> value
kdb set /examples/camel/kittens "warm & fuzzy" kdb get /examples/camel/kittens #> warm & fuzzy
kdb set /examples/camel/empty ""
kdb export /examples/camel camel #> { #> "empty" : "" #> , "key" : "value" #> , "kittens" : "warm & fuzzy" #> }
kdb rm -r /examples/camel sudo kdb umount /examples/camel ```
Currently this plugin should not be used by anyone.