logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

App::Pinto::Command::copy - create a new stack by copying another

Author

       Jeffrey Ryan Thalhammer <jeff@stratopan.com>

Command Arguments

       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.

Command Options

       --default
           Also mark the new stack as the default stack.

       --description=TEXT
       -d TEXT
           Use TEXT for the description of the stack.  If not specified, defaults to 'Copy of stack STACK'.

       --lock
           Also  lock the new stack to prevent future changes.  This is useful for creating a read-only "tag" of
           a stack.  You can always use the lock or unlock commands at a later time.

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.

       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.

Name

       App::Pinto::Command::copy - create a new stack by copying another

Synopsis

         pinto --root=REPOSITORY_ROOT copy [OPTIONS] STACK TO_STACK

Version

       version 0.14

See Also