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::lock - mark a stack as read-only

Author

       Jeffrey Ryan Thalhammer <jeff@stratopan.com>

Command Arguments

       As an alternative to the "--stack" option, you can also specify the stack as an argument. So the
       following examples are equivalent:

         pinto --root REPOSITORY_ROOT lock --stack dev
         pinto --root REPOSITORY_ROOT lock dev

       A stack specified as an argument in this fashion will override any stack specified with the "--stack"
       option.  If a stack is not specified by neither argument nor option, then it defaults to the stack that
       is currently marked as the default stack.

Command Options

       --stack NAME
       -s NAME
           Lock  the  stack with the given NAME.  Defaults to the name of whichever stack is currently marked as
           the default stack.  Use the stacks command to see the stacks in the repository.

Description

       This command locks a stack so that its packages cannot be changed. It is typically used with the copy
       command to effectively create a read-only "tag" of a stack.

       To unlock a stack, use the unlock command.

Name

       App::Pinto::Command::lock - mark a stack as read-only

Synopsis

         pinto --root=REPOSITORY_ROOT lock [OPTIONS]

Version

       version 0.14

See Also