App::Pinto::Command::pin(3pm) | User Contributed Perl Documentation | App::Pinto::Command::pin(3pm) |
App::Pinto::Command::pin - force a package to stay in a stack
version 0.097
pinto --root=REPOSITORY_ROOT pin [OPTIONS] TARGET ...
This command pins a package so that it cannot be changed even if a different version is added or pulled to the stack The pin is local to the stack and does not affect any other stacks.
A package must be registered on the stack before you can pin it. To bring a package onto the stack, use the pull or register commands. To remove the pin from a package, see the unpin command.
When pinning, all its sister packages in that distribution also become pinned. Pinned packages also cannot be unregistered from the stack or deleted from the repository without the "--force" option.
Arguments are the targets you wish to unpin. Targets can be specified as packages or distributions, such as:
Some::Package Some::Other::Package AUTHOR/Some-Dist-1.2.tar.gz AUTHOR/Some-Other-Dist-1.3.zip
You can also pipe arguments to this command over STDIN. In that case, blank lines and lines that look like comments (i.e. starting with "#" or ';') will be ignored.
Jeffrey Ryan Thalhammer <jeff@stratopan.com>
This software is copyright (c) 2013 by Jeffrey Ryan Thalhammer.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2019-02-24 | perl v5.28.1 |