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::new - create a new empty stack

Author

       Jeffrey Ryan Thalhammer <jeff@stratopan.com>

Command Arguments

       The required argument is the name of the stack you wish to create.  Stack names must be alphanumeric plus
       hyphens and underscores, 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.

       --target-perl-version=VERSION
       --tpv=VERSION
           Sets  the  target perl version for the stack.  Pinto never pulls distributions for prerequisites that
           are satisfied by the core of the target perl version.  VERSION must be a valid version number for  an
           existing release of perl 5.  Defaults to the global target Perl version of this repository.

Description

       This command creates a new empty stack.

       See the copy command to create a new stack from another one, or the props command to change a stack's
       properties after it has been created.

Name

       App::Pinto::Command::new - create a new empty stack

Synopsis

         pinto --root=REPOSITORY_ROOT new [OPTIONS] STACK

Version

       version 0.14

See Also