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::rename - change the name of a stack

Author

       Jeffrey Ryan Thalhammer <jeff@stratopan.com>

Command Arguments

       The two required arguments are the current name and new name of the stack.  Stack names must be
       alphanumeric plus hyphens and underscores, and are not case-sensitive.

Command Options

       NONE.

Description

       This command changes the name of an existing stack.  Once the name is changed, you will not be able to
       perform commands or access archives via the old stack name.

       See the new command to create a new empty stack, or the copy command to duplicate an existing stack, or
       the props command to change a stack's properties after it has been created.

Name

       App::Pinto::Command::rename - change the name of a stack

Synopsis

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

Version

       version 0.14

See Also