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::default - mark the default stack

Author

       Jeffrey Ryan Thalhammer <jeff@stratopan.com>

Beware

       Think carefully before changing the default stack.  This will dramatically affect all users of the
       repository, so it is wise to notify them well in advance.

Command Arguments

       The argument is the name of the stack you wish to mark as the default.  The stack must already exist.  A
       stack argument cannot be used when the "--none" option is specified.

Command Options

       --none
           Unmarks  the  default stack (if one exists).  This option cannot be used when the "STACK" argument is
           specified.

Description

       This command marks the given "STACK" as the default stack for the repository.  The existing default stack
       (if one exists) is thereby unmarked.  The default stack is used by most pinto commands where a stack is
       not explicitly specified either by option or argument.

       If the "--none" option is given instead of a "STACK" argument, then the default stack is unmarked (if one
       exists).  When a repository has no default stack, you will have to explicitly specify the stack as option
       or argument for most pinto commands.

       Use the stacks command to list the stacks that currently exist in the repository and show which one is
       the default.

Name

       App::Pinto::Command::default - mark the default stack

Synopsis

         pinto --root=REPOSITORY_ROOT default [OPTIONS] [STACK]

Version

       version 0.14

See Also