Elektra  0.8.20
Plugin: camel

This plugin reads configuration data specified in a very limited subset of the data serialization language YAML.

Examples

Basic Usage

`` <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 ```

Limitations

Currently this plugin should not be used by anyone.