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::update - Update the configuration of an application

Author

       Dominique Dumont

Common Options

       See "Global Options" in cme.

Description

       Update a configuration file. The update is done scanning external resource.

       For instance, "cme update dpkg-copyright" command can be used to update a specific Debian package file
       ("debian/copyright"). This is done by scanning the headers of source files.

       Currently, only dpkg-copyright application currently supports updates.

       The configuration data (i.e. the content of "debian/copyright" in this example) is mapped to a tree
       structure inside cme. You can:

       •   view this structure in YAML format by running "cme dump dpkg-copyright"

       •   view  this  structure  in  Config::Model's  format  (aka  "cml")  by  running  "cme  dump -format cml
           dpkg-copyright". This format is documented in Config::Model::Loader.

       •   get a graphical view with "cme edit dpkg-copyright".

Name

       App::Cme::Command::update - Update the configuration of an application

Options

       -open-item
           Open a specific item of the configuration when opening the editor

See Also

       cme

Synopsis

          cme update <application>
          # example: cme update dpkg-copyright

Version

       version 1.041

See Also