App::Pinto::Command::copy(3pm) | User Contributed Perl Documentation | App::Pinto::Command::copy(3pm) |
App::Pinto::Command::copy - create a new stack by copying another
version 0.14
pinto --root=REPOSITORY_ROOT copy [OPTIONS] STACK TO_STACK
This command creates a new stack by copying an existing one. All the pins and properties from the existing stack will also be copied to the new one. The new stack must not already exist.
Use the new command to create a new empty stack, or the props command to change a stack's properties after it has been created.
The two required arguments are the name of the source and target stacks. Stack names must be alphanumeric plus hyphens, underscores, and periods, and are not case-sensitive.
Jeffrey Ryan Thalhammer <jeff@stratopan.com>
This software is copyright (c) 2015 by Jeffrey Ryan Thalhammer.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2022-10-16 | perl v5.34.0 |