NAME
App::Pinto::Admin::Subcommand::stack::copy - create a new stack by copying another
VERSION
version 0.040_001
SYNOPSIS
pinto-admin --root=/some/dir stack copy [OPTIONS] FROM_STACK TO_STACK
DESCRIPTION
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.
Please see the stack create
subcommand to create a new empty stack, or the stack edit
subcommand to change a stack's properties after it has been created.
SUBCOMMAND ARGUMENTS
The two required arguments are the name of the source and target stacks. Stack names must be alphanumeric (including "-" or "_") and will be forced to lowercase.
SUBCOMMAND OPTIONS
AUTHOR
Jeffrey Ryan Thalhammer <jeff@imaginative-software.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Imaginative Software Systems.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.