NAME
pinto-remote - Interact with a remote a Pinto repository
VERSION
version 0.021
SYNOPSIS
pinto-remote --repos=URL COMMAND [OPTIONS] [ARGS]
pinto-remote help COMMAND
pinto-remote manual COMMAND
DESCRIPTION
pinto-remote is a command line utility for using a remote Pinto repository. See pinto-admin for information on creating a Pinto repository, and pinto-server for information on providing remote access to the repository.
Once a Pinto repository has been established and the pinto-server is running, you can use pinto-remote to add distributions, remove packages, or inspect the contents of the repository.
GLOBAL OPTIONS
The following options are available for all commands.
- --repos=URL
-
Specifies the URL of your remote repository (i.e. this is where pinto-server is listening. You may omit the
http://part if you like. And if you do not specify a port in your URL, then it defaults to default port used by pinto-server (which is currently 3000).
COMMANDS
pinto-remote supports several commands that perform various operations on your remote repository, or report information about your remote repository. To get a listing of all the available commands:
pinto-remote commands
Each command has its own options and arguments. To get a brief summary:
pinto−remote help <command>
To see the complete manual for a command:
pinto−remote manual <command>
SEE ALSO
Pinto::Manual for broad information about using the Pinto tools.
pinto‐admin to create and manage a Pinto repository.
pinto‐server to allow remote access to your Pinto repository.
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.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 66:
You forgot a '=back' before '=head1'
- Around line 76:
Non-ASCII character seen before =encoding in 'pinto−remote'. Assuming UTF-8