The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

TITLE

 remotegallery

SYNOPSIS

 remotegallery --url url --version N --username myusername --password mypassword --command command

DESCRIPTION

 This program executes the specified command against the specified Gallery
 installation via Gallery::Remote::API. It is a brain-dead stupid worker / 
 testing script and is not meant to serve as any sort of full-featured client.

OPTIONS

 --help         prints usage and options
 --url          url to your Gallery installation
 --username     your Gallery username
 --password     your Gallery password
 --command      the command you want to execute

 --parameters   parameters to send to the command. Available parameters for each
                command are found at <http://codex.gallery2.org/Gallery_Remote:Protocol>
                                Format this like a querystring: param1=val1&parm2=val2...

LICENSE

This software is released under the same terms as perl itself. If you don't know what that means visit http://perl.com/

AUTHOR

Jonathan Wright <development@neuralspace.com> All rights reserved