| App::Pinto::Command::register(3pm) | User Contributed Perl Documentation | App::Pinto::Command::register(3pm) |
App::Pinto::Command::register - put existing packages on a stack
version 0.14
pinto --root=REPOSITORY_ROOT register [OPTIONS] ARCHIVE ...
!! THIS COMMAND IS EXPERIMENTAL !!
This command adds packages to a stack. The archive which contains those packages must already exist in the repository.
To add packages from an archive in an upstream repository, use the pull command. To add packages from a local archive, use the add command.
Arguments are the archives you want to register. Archives are specified as "AUTHOR/ARCHIVE_NAME". For example:
SHAKESPEARE/King-Lear-1.2.tar.gz
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 |