table of contents
| App::Cme::Command::dump(3pm) | User Contributed Perl Documentation | App::Cme::Command::dump(3pm) |
NAME¶
App::Cme::Command::dump - Dump the configuration of an applicationVERSION¶
version 1.016SYNOPSIS¶
# dump ~/.ssh/config in cme syntax
# (this example requires Config::Model::OpenSsh)
$ cme dump -format cml ssh
Host:"*" -
Host:"*.debian.org"
User=dod -
DESCRIPTION¶
Dump configuration content on STDOUT with YAML format.By default, dump only custom values, i.e. different from application built-in values or model default values. You can use the "-dumptype" option for other types of dump:
-dumptype [ full | custom ]
Choose to dump every values (full) or only customized values (default)
By default, dump in yaml format. This can be changed in "JSON", "Perl", "cml" (aka Config::Model::Loader format).
Common options¶
See "Global Options" in cme.SEE ALSO¶
cmeAUTHOR¶
Dominique DumontCOPYRIGHT AND LICENSE¶
This software is Copyright (c) 2016 by Dominique Dumont.This is free software, licensed under:
The GNU Lesser General Public License, Version 2.1, February 1999
| 2017-01-18 | perl v5.24.1 |