1App::Pinto::Command::prUospesr(3C)ontributed Perl DocumeAnptpa:t:iPoinnto::Command::props(3)
2
3
4
6 App::Pinto::Command::props - show or set stack properties
7
9 version 0.14
10
12 pinto --root=REPOSITORY_ROOT props [OPTIONS] [STACK]
13
15 This command shows or sets stack configuration properties. If the
16 "--properties" option is given, then the properties will be set. If
17 the "--properties" option is not given, then properties will just be
18 shown.
19
21 If the "STACK" argument is given, then the properties for that stack
22 will be set/shown. If the "STACK" argument is not given, then
23 properties for the default stack will be set/shown.
24
26 --format=FORMAT_SPECIFICATION
27 Format the output using "printf"-style placeholders. This only
28 matters when showing properties. Valid placeholders are:
29
30 Placeholder Meaning
31 -----------------------------------------------------------------------------
32 %p Property name
33 %v Package value
34
35 --properties name=value
36 --prop name=value
37 -P name=value
38 Specifies property names and values. You can repeat this option to
39 set multiple properties. If the property with that name does not
40 already exist, it will be created. Property names must be
41 alphanumeric plus hyphens and underscores, and will be forced to
42 lower case. Setting a property to an empty string will cause it to
43 be deleted.
44
45 Properties starting with the prefix "pinto-" are reserved for
46 internal use, SO DO NOT CREATE OR CHANGE THEM.
47
49 The following properties are supported for each stack:
50
51 description
52 A description of the stack, usually to inform users of the
53 application and/or environment that the stack is intended for. For
54 a new stack, defaults to "The STACK_NAME stack". For a copied
55 stack, defaults to "Copy of stack STACK_NAME".
56
57 target_perl_version
58 The version of perl that this stack is targeted at. This is used
59 to determine whether a particular package is satisfied by the perl
60 core and therefore does not need to be added to the stack.
61
62 It must be a version string or number for an existing perl release,
63 and cannot be later than the latest version specified in your
64 Module::CoreList. To target even newer perls, just install the
65 latest version of Module::CoreList. Remember that Pinto is often
66 installed as a stand-alone application, so you will need to update
67 Pinto's copy of Module::CoreList - for example:
68
69 cpanm -L /opt/local/pinto/ Module::CoreList
70
72 Jeffrey Ryan Thalhammer <jeff@stratopan.com>
73
75 This software is copyright (c) 2015 by Jeffrey Ryan Thalhammer.
76
77 This is free software; you can redistribute it and/or modify it under
78 the same terms as the Perl 5 programming language system itself.
79
80
81
82perl v5.34.0 2022-01-21 App::Pinto::Command::props(3)