1App::Cme::Command::searUcshe(r3)Contributed Perl DocumenAtpapt:i:oCnme::Command::search(3)
2
3
4
6 App::Cme::Command::search - Search the configuration of an application
7
9 version 1.038
10
13 Search configuration data with the following options:
14
15 -search
16 Specifies a string or pattern to search. "cme" will a list of path
17 pointing to the matching tree element and their value. See
18 "grab(...)" in Config::Model::AnyThing for details on the path
19 syntax.
20
21 -narrow-search
22 Narrows down the search to:
23
24 element
25 value
26 key
27 summary
28 Summary text
29
30 description
31 description text
32
33 help
34 value help text
35
36 Example:
37
38 $ cme search multistrap my_mstrap.conf -search http -narrow value
39 sections:base source -> 'http://ftp.fr.debian.org'
40 sections:debian source -> 'http://ftp.uk.debian.org/debian'
41 sections:toolchains source -> 'http://www.emdebian.org/debian'
42
44 See "Global Options" in cme.
45
47 cme
48
50 Dominique Dumont
51
53 This software is Copyright (c) 2014-2022 by Dominique Dumont
54 <ddumont@cpan.org>.
55
56 This is free software, licensed under:
57
58 The GNU Lesser General Public License, Version 2.1, February 1999
59
60
61
62perl v5.36.0 2023-01-19 App::Cme::Command::search(3)