1App::Pinto::Command::neUws(e3r)Contributed Perl DocumentAaptpi:o:nPinto::Command::new(3)
2
3
4
6 App::Pinto::Command::new - create a new empty stack
7
9 version 0.14
10
12 pinto --root=REPOSITORY_ROOT new [OPTIONS] STACK
13
15 This command creates a new empty stack.
16
17 See the copy command to create a new stack from another one, or the
18 props command to change a stack's properties after it has been created.
19
21 The required argument is the name of the stack you wish to create.
22 Stack names must be alphanumeric plus hyphens and underscores, and are
23 not case sensitive.
24
26 --default
27 Also mark the new stack as the default stack.
28
29 --description=TEXT
30 -d TEXT
31 Use TEXT for the description of the stack.
32
33 --target-perl-version=VERSION
34 --tpv=VERSION
35 Sets the target perl version for the stack. Pinto never pulls
36 distributions for prerequisites that are satisfied by the core of
37 the target perl version. VERSION must be a valid version number
38 for an existing release of perl 5. Defaults to the global target
39 Perl version of this repository.
40
42 Jeffrey Ryan Thalhammer <jeff@stratopan.com>
43
45 This software is copyright (c) 2015 by Jeffrey Ryan Thalhammer.
46
47 This is free software; you can redistribute it and/or modify it under
48 the same terms as the Perl 5 programming language system itself.
49
50
51
52perl v5.30.1 2020-01-30 App::Pinto::Command::new(3)