1App::Cme::Command::updaUtsee(r3)Contributed Perl DocumenAtpapt:i:oCnme::Command::update(3)
2
3
4
6 App::Cme::Command::update - Update the configuration of an application
7
9 version 1.032
10
12 cme update <application>
13 # example: cme update dpkg-copyright
14
16 Update a configuration file. The update is done scanning external
17 resource.
18
19 For instance, "cme update dpkg-copyright" command can be used to update
20 a specific Debian package file ("debian/copyright"). This is done by
21 scanning the headers of source files.
22
23 Currently, only dpkg-copyright application currently supports updates.
24
25 The configuration data (i.e. the content of "debian/copyright" in this
26 example) is mapped to a tree structure inside cme. You can:
27
28 • view this structure in YAML format by running "cme dump
29 dpkg-copyright"
30
31 • view this structure in Config::Model's format (aka "cml") by
32 running "cme dump -format cml dpkg-copyright". This format is
33 documented in Config::Model::Loader.
34
35 • get a graphical view with "cme edit dpkg-copyright".
36
38 See "Global Options" in cme.
39
41 -open-item
42 Open a specific item of the configuration when opening the editor
43
45 cme
46
48 Dominique Dumont
49
51 This software is Copyright (c) 2014-2020 by Dominique Dumont.
52
53 This is free software, licensed under:
54
55 The GNU Lesser General Public License, Version 2.1, February 1999
56
57
58
59perl v5.32.1 2021-03-16 App::Cme::Command::update(3)