YAML read/write plugin for Config::Model
A plugin to let cme and Config::Model read and write Yaml files.
Once this module is installed, you can modify a model to specify a
YAML
backend, either with
cme meta edit
or using Perl code. See the example in
Config::Model::BackendMgr synopsis
Run:
apt install cme libconfig-model-backend-yaml-perl
You can also install this project from CPAN:
cpanm install App::Cme
cpanm install Config::Model::Backend::Yaml
You may also follow these instructions to install and build from git.
Please report any issue on https://github.com/dod38fr/config-model-backend-yaml/issues
- Using cme
- An example that shows how to update a model