App::Cme::Command::update - Update the configuration of an application
Contents
Common Options
See "Global Options" in cme.
Copyright And License
This software is Copyright (c) 2014-2022 by Dominique Dumont <ddumont@cpan.org>.
This is free software, licensed under:
The GNU Lesser General Public License, Version 2.1, February 1999
perl v5.40.0 2024-12-01 App::Cme::Command::update(3pm)
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
