| App::Pinto::Command::unregister(3pm) | User Contributed Perl Documentation | App::Pinto::Command::unregister(3pm) |
App::Pinto::Command::unregister - remove packages from a stack
version 0.14
pinto --root=REPOSITORY_ROOT unregister [OPTIONS] TARGET ...
!! THIS COMMAND IS EXPERIMENTAL !!
This command unregisters packages from a stack, so that they no longer appear in its index. However, the archives that contain the packages will remain in the repository. When unregistering, all the sister packages in the same distribution are also unregistered.
To permanently remove an archive from the repository, use the delete command. To re-register packages on a stack, use the register command.
Arguments are the targets that you want to unregister. Targets can be specified as packages (with or without version number) or distributions. For example:
Foo::Bar # Unregisters any version of Foo::Bar Foo::Bar~1.2 # Unregisters Foo::Bar 1.2 or higher SHAKESPEARE/King-Lear-1.2.tar.gz # Unregisters a specific distribuion
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.
The default style is "concise". However, the default style can changed by setting the "PINTO_DIFF_STYLE" environment variable to your preferred STYLE. This variable affects the default style for diff reports generated by all other commands too.
Jeffrey Ryan Thalhammer <jeff@stratopan.com>
This software is copyright (c) 2015 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.
| 2022-10-16 | perl v5.36.0 |