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::unlock - mark a stack as writable

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 unlock --stack dev
         pinto --root REPOSITORY_ROOT unlock dev

       A stack specified as an argument in this fashion will override any stack specified with the "--stack"
       option.

Command Options

       --stack NAME
       -s NAME
           Unlock 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 unlocks a stack so that its packages can be changed.

       Unlocking a stack does not cause an event in the revision history, so reverting the stack will not
       restore the lock.  To lock a stack, use the lock command.

Name

       App::Pinto::Command::unlock - mark a stack as writable

Synopsis

         pinto --root=REPOSITORY_ROOT unlock [OPTIONS]

Version

       version 0.14

See Also