NAME
App::Pinto::Admin::Command::list - list the contents of the repository
VERSION
version 0.025_001
SYNOPSIS
pinto-admin --path=/some/dir list [OPTIONS]
DESCRIPTION
This command lists the distributions and packages that are indexed in your repository. You can format the output to see the specific bits of information that you want.
Note this command never changes the state of your repository.
COMMAND ARGUMENTS
None.
COMMAND OPTIONS
- --format=FORMAT_SPECIFICATION
-
Specifies how the output should be formatted using
printf
-like placeholders. The following placeholders are allowed:Placeholder Meaning ----------------------------------------------------------------------- n Package name N Package name-version v Package version V Package numeric version m Package maturity: [D] = developer [R] = release x Index status: [*] = latest [-] = ineligible p Logical distribution path P Native distribtuion path (relative to the repository) s Distribution source: [L] = local [F] = foreign S Distribution source URL d Distribution name D Distribution name-version w Distribution version W Distribution numeric version u Distribution url -----------------------------------------------------------------------
The default format is:
%x%m%s %n %v %p\n
. See String::Format for additional information on the formatting capabilities, such as specifying field width, alignment, and padding. - --noinit
-
Prevents Pinto from pulling/updating the repository from the VCS before the operation. This is only relevant if you are using a VCS-based storage mechanism. This can speed up operations considerably, but should only be used if you *know* that your working copy is up-to-date and you are going to be the only actor touching the Pinto repository within the VCS.
AUTHOR
Jeffrey Ryan Thalhammer <jeff@imaginative-software.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Imaginative Software Systems.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.