.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is turned on, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{ . if \nF \{ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. . \" fudge factors for nroff and troff .if n \{\ . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] \fP .\} .if t \{\ . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff .if n \{\ . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} .if t \{\ . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' .ds 8 \h'\*(#H'\(*b\h'-\*(#H' .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] .ds ae a\h'-(\w'a'u*4/10)'e .ds Ae A\h'-(\w'A'u*4/10)'E . \" corrections for vroff .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' . \" for low resolution devices (crt and lpr) .if \n(.H>23 .if \n(.V>19 \ \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} .rm #[ #] #H #V #F C .\" ======================================================================== .\" .IX Title "PINTO 1p" .TH PINTO 1p "2014-07-20" "perl v5.18.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" pinto \- Curate a custom repository of Perl modules .SH "VERSION" .IX Header "VERSION" version 0.097 .SH "SYNOPSIS" .IX Header "SYNOPSIS" .Vb 1 \& pinto \-\-root=REPOSITORY_ROOT [global options] COMMAND [command options] [args] .Ve .SH "DESCRIPTION" .IX Header "DESCRIPTION" pinto is a tool for creating and managing a custom CPAN-like repository of Perl modules. The purpose of such a repository is to provide a stable, curated stack of dependencies from which you can reliably build, test, and deploy your application using the standard Perl tool chain. pinto provides various commands for gathering and managing distribution dependencies within the repository, so that you can control precisely which dependencies go into your application. .SH "COMMANDS" .IX Header "COMMANDS" pinto supports several commands that perform various operations on your repository, or report information about your repository. To get a listing of all the available commands: .PP .Vb 1 \& $> pinto commands .Ve .PP Each command has its own options and arguments. To get a brief summary: .PP .Vb 1 \& $> pinto help COMMAND .Ve .PP To see the complete manual for a command: .PP .Vb 1 \& $> pinto manual COMMAND .Ve .SH "GLOBAL OPTIONS" .IX Header "GLOBAL OPTIONS" The following options are available for all commands. .IP "\-\-root \s-1DIRECTORY\s0 | \s-1URL\s0" 4 .IX Item "--root DIRECTORY | URL" .PD 0 .IP "\-r \s-1DIRECTORY\s0 | \s-1URL\s0" 4 .IX Item "-r DIRECTORY | URL" .PD Specifies the root of your repository. This is mandatory for (almost) all commands unless you've set the \f(CW\*(C`PINTO_REPOSITORY_ROOT\*(C'\fR environment variable to point to your repository. The root can be a path to a local directory, or the \s-1URL\s0 where a pintod server is listening. .IP "\-\-no\-color" 4 .IX Item "--no-color" .PD 0 .IP "\-\-no\-colour" 4 .IX Item "--no-colour" .PD Do not colorize command output. .IP "\-\-password \s-1PASS\s0" 4 .IX Item "--password PASS" .PD 0 .IP "\-p \s-1PASS\s0" 4 .IX Item "-p PASS" .PD The password to use for server authentication. This is only relevant if using a remote repository. If the \s-1PASS\s0 is \*(L"\-\*(R" then you will be prompted for a password. .IP "\-\-quiet" 4 .IX Item "--quiet" .PD 0 .IP "\-q" 4 .IX Item "-q" .PD Report only fatal errors. This option silently overrides the \&\f(CW\*(C`\-\-verbose\*(C'\fR options. Also suppresses the progress meter. .Sp Note: The progress meter is always suppressed when using a remote repository. This will hopefully be fixed a future release. .IP "\-\-username \s-1NAME\s0" 4 .IX Item "--username NAME" .PD 0 .IP "\-u \s-1NAME\s0" 4 .IX Item "-u NAME" .PD The username to user for server authentication. This is only relevant if using a remote repository. Defaults to your current login. .IP "\-\-verbose" 4 .IX Item "--verbose" .PD 0 .IP "\-v" 4 .IX Item "-v" .PD Display more diagnostic messages. This switch can be repeated multiple times for greater effect. Diagnostic messages are always sent to \s-1STDERR.\s0 .SH "CONFIGURATION" .IX Header "CONFIGURATION" Each repository has a configuration file that lives inside the repostiory at \fI.pinto/config/pinto.ini\fR. This file is generated for you with default values when you create the repository. You can influence the initial value for some of the properties when you run the init command. Thereafter, you can change these properties by editing the configuraiton file directly. .PP The following configuration parameters are supported: .IP "sources = \s-1URL1\s0 [\s-1URL2 URL3 ...\s0]" 4 .IX Item "sources = URL1 [URL2 URL3 ...]" This is a space-delimited list of the URLs for the upstream repositories that this repository will pull archives from. These can point to \s-1CPAN\s0 mirrors, minicpan mirrors, or stacks within other Pinto repositories. Pinto will search the source repositories in the order they are listed here. The default value is \f(CW\*(C`http://cpan.perl.org http://backpan.perl.org\*(C'\fR. .IP "target_perl_version = X.X.X" 4 .IX Item "target_perl_version = X.X.X" Sets the default \f(CW\*(C`target_perl_version\*(C'\fR property for all new stacks. Otherwise, all new stacks will target the version of perl that you first used to create the repository. You can always configure the target perl for each stack independently by using the props command. .PP \&\fB\s-1BEWARE:\s0\fR The above configuration properties are global \*(-- they affect every stack in the repository. They also have a major affect on how the repository behaves. For these reasons, it is generally unwise to change these parameters once you have established the repository and filled it with content. If you do change them, be sure and notify your team about it. Each stack also has some stack-specific configuration properties. Those can be shown or set using the props command. .SH "ENVIRONMENT VARIABLES" .IX Header "ENVIRONMENT VARIABLES" The following environment variables influence the behavior of pinto. If you have installed pinto as a stand-alone application as described in Pinto::Manual::Installing, then the best place to set these variables is in your \fI~/.pintorc\fR file. .ie n .IP """PINTO_REPOSITORY_ROOT""" 4 .el .IP "\f(CWPINTO_REPOSITORY_ROOT\fR" 4 .IX Item "PINTO_REPOSITORY_ROOT" Sets the default path or \s-1URL\s0 of the pinto repository, if the \f(CW\*(C`\-\-root\*(C'\fR is not specified. The \f(CW\*(C`\-\-root\*(C'\fR is required for almost all commands. So if you usually only work with one repository, then setting this can save you quite a bit of typing. .ie n .IP """PINTO_EDITOR""" 4 .el .IP "\f(CWPINTO_EDITOR\fR" 4 .IX Item "PINTO_EDITOR" Sets the path to editor application that will be used to compose log messages. If not set, defaults to \f(CW\*(C`VISUAL\*(C'\fR or \f(CW\*(C`EDITOR\*(C'\fR. If none of those are set, either \f(CW\*(C`nano\*(C'\fR, \f(CW\*(C`pico\*(C'\fR, or \f(CW\*(C`vi\*(C'\fR will be used (in that order). .ie n .IP """PINTO_NO_COLOR""" 4 .el .IP "\f(CWPINTO_NO_COLOR\fR" 4 .IX Item "PINTO_NO_COLOR" .PD 0 .ie n .IP """PINTO_NO_COLOUR""" 4 .el .IP "\f(CWPINTO_NO_COLOUR\fR" 4 .IX Item "PINTO_NO_COLOUR" .PD If set to a true value, suppresses color in all command output. .ie n .IP """PINTO_COLORS""" 4 .el .IP "\f(CWPINTO_COLORS\fR" 4 .IX Item "PINTO_COLORS" .PD 0 .ie n .IP """PINTO_COLOURS""" 4 .el .IP "\f(CWPINTO_COLOURS\fR" 4 .IX Item "PINTO_COLOURS" .PD A comma-separated list of exactly three color names. Any name supported by Term::ANSIColor is allowed. These will be the colors that pinto uses to colorize various output. For example: .Sp .Vb 1 \& PINTO_COLORS=\*(Aqred, light blue, green on_white\*(Aq .Ve .Sp Listing too many or too few colors will cause an exception, as will using an invalid color name. .ie n .IP """PINTO_USERNAME""" 4 .el .IP "\f(CWPINTO_USERNAME\fR" 4 .IX Item "PINTO_USERNAME" Sets the default username when \f(CW\*(C`\-\-username\*(C'\fR is not specified. This is only used for authentication with a pintod server. Defaults to your current shell username. .ie n .IP """PINTO_AUTHOR_ID""" 4 .el .IP "\f(CWPINTO_AUTHOR_ID\fR" 4 .IX Item "PINTO_AUTHOR_ID" Sets the default author identity when the \f(CW\*(C`\-\-author\*(C'\fR option is not specified (currently, only used by the add command). Defaults to your current shell username. By \s-1PAUSE\s0 convention, all author id's are forced to uppercase. .ie n .IP """PINTO_PAGER""" 4 .el .IP "\f(CWPINTO_PAGER\fR" 4 .IX Item "PINTO_PAGER" Sets the path to the pager application that will be used to paginate output from each command. Defaults to \f(CW\*(C`PAGER\*(C'\fR. If none of these are set, then no pager is used. .ie n .IP """PINTO_DEBUG""" 4 .el .IP "\f(CWPINTO_DEBUG\fR" 4 .IX Item "PINTO_DEBUG" If set to 1, pinto will emit more diagnostic messages to \s-1STDERR. \s0 If set to 2, pinto will emit even more diagnostic messages. .SH "SEE ALSO" .IX Header "SEE ALSO" pintod to allow remote access to your Pinto repository. .PP Pinto::Manual for general information on using Pinto. .PP Stratopan for hosting your Pinto repository in the cloud. .SH "AUTHOR" .IX Header "AUTHOR" Jeffrey Ryan Thalhammer .SH "COPYRIGHT AND LICENSE" .IX Header "COPYRIGHT AND LICENSE" This software is copyright (c) 2013 by Jeffrey Ryan Thalhammer. .PP This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.