1App::Pinto::Command::unUlsoecrk(C3o)ntributed Perl DocumAepnpt:a:tPiionnto::Command::unlock(3)
2
3
4
6 App::Pinto::Command::unlock - mark a stack as writable
7
9 version 0.14
10
12 pinto --root=REPOSITORY_ROOT unlock [OPTIONS]
13
15 This command unlocks a stack so that its packages can be changed.
16
17 Unlocking a stack does not cause an event in the revision history, so
18 reverting the stack will not restore the lock. To lock a stack, use
19 the lock command.
20
22 As an alternative to the "--stack" option, you can also specify the
23 stack as an argument. So the following examples are equivalent:
24
25 pinto --root REPOSITORY_ROOT unlock --stack dev
26 pinto --root REPOSITORY_ROOT unlock dev
27
28 A stack specified as an argument in this fashion will override any
29 stack specified with the "--stack" option.
30
32 --stack NAME
33 -s NAME
34 Unlock the stack with the given NAME. Defaults to the name of
35 whichever stack is currently marked as the default stack. Use the
36 stacks command to see the stacks in the repository.
37
39 Jeffrey Ryan Thalhammer <jeff@stratopan.com>
40
42 This software is copyright (c) 2015 by Jeffrey Ryan Thalhammer.
43
44 This is free software; you can redistribute it and/or modify it under
45 the same terms as the Perl 5 programming language system itself.
46
47
48
49perl v5.32.1 2021-01-27 App::Pinto::Command::unlock(3)