logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

App::Cme::Command::dump - Dump the configuration of an application

Author

       Dominique Dumont

Common Options

       See "Global Options" in cme.

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 | non_upstream_default ]

       Choose to dump every values (full), or only customized values (default)

       "non_upstream_default" is like "full" mode, but value identical with application default are omitted. But
       this should seldom happen.

       By default, dump in yaml format. This can be changed in "json", "perl", "cml" (aka Config::Model::Loader
       format, "cds" is also accepted) with "-format" option.

Name

       App::Cme::Command::dump - Dump the configuration of an application

See Also

       cme

Synopsis

         # dump ~/.ssh/config in cme syntax
         # (this example requires Config::Model::OpenSsh)
         $ cme dump -format cml ssh
         Host:"*" -
         Host:"*.debian.org"
           User=dod -

Version

       version 1.041

See Also