NAME
nakamura.pl
SYNOPSIS
nakamura perl script. Provides a means of manipulating a running nakamura system from the command line.
OPTIONS
Usage: perl nakamura.pl [-OPTIONS [-MORE_OPTIONS]] [--] [PROGRAM_ARG1 ...] The following options are accepted:
--help or help - view the script synopsis and options
--man or man - view the full script documentation
authz - run authz related actions
content - run content related actions
group_member - run group membership related actions
group_role - run group role related actions
group - run group related actions
json_query_servlet - run json query servlet related actions
ldap_synch - run ldap synchronization related actions
user - run user related actions
world - run world related actions
Options may be merged together. -- stops processing of options. Space is not required between options and their arguments. For full details run: perl nakamura.pl --man
USAGE
- Output help for this script:
-
perl nakamura.pl help
- Output fuller help for this script:
-
perl nakamura.pl man
DESCRIPTION
nakamura perl script. Provides a means of manipulating a running nakamura system from the command line.
REQUIRED ARGUMENTS
None.
DIAGNOSTICS
None.
EXIT STATUS
1 on success, otherwise failure.
CONFIGURATION
None needed.
DEPENDENCIES
Carp; Pod::Usage;
INCOMPATIBILITIES
None known (^_-)
BUGS AND LIMITATIONS
None known (^_-)
AUTHOR
Daniel Parry -- daniel@caret.cam.ac.uk
LICENSE AND COPYRIGHT
LICENSE: http://dev.perl.org/licenses/artistic.html
COPYRIGHT: (c) 2011 Daniel David Parry <perl@ddp.me.uk>