1App::Pinto::Command::coUpsye(r3)Contributed Perl DocumenAtpapt:i:oPninto::Command::copy(3)
2
3
4
6 App::Pinto::Command::copy - create a new stack by copying another
7
9 version 0.14
10
12 pinto --root=REPOSITORY_ROOT copy [OPTIONS] STACK TO_STACK
13
15 This command creates a new stack by copying an existing one. All the
16 pins and properties from the existing stack will also be copied to the
17 new one. The new stack must not already exist.
18
19 Use the new command to create a new empty stack, or the props command
20 to change a stack's properties after it has been created.
21
23 The two required arguments are the name of the source and target
24 stacks. Stack names must be alphanumeric plus hyphens, underscores,
25 and periods, and are not case-sensitive.
26
28 --default
29 Also mark the new stack as the default stack.
30
31 --description=TEXT
32 -d TEXT
33 Use TEXT for the description of the stack. If not specified,
34 defaults to 'Copy of stack STACK'.
35
36 --lock
37 Also lock the new stack to prevent future changes. This is useful
38 for creating a read-only "tag" of a stack. You can always use the
39 lock or unlock commands at a later time.
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.28.1 2017-08-06 App::Pinto::Command::copy(3)