pmpc - Net::PMP::CLI application
# create a config file to store id+secret # Config::Any recognizes many config file formats by file extension. % cat ~/.pmp.yaml id: my-id-string secret: my-secret-string # list all users % pmpc users # list all groups % pmpc groups # create a group % pmpc create --profile group --title 'my group' # delete a group % pmpc delete --guid iam-not-a-real-guid
pmpc is a command-line application using Net::PMP::CLI.
Type pmpc --help for usage.
pmpc --help
Peter Karman, <pkarman at cpan.org>
<pkarman at cpan.org>
Please report any bugs or feature requests to bug-net-pmp at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-PMP. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
bug-net-pmp at rt.cpan.org
You can find documentation for this module with the perldoc command.
perldoc Net::PMP::Client
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-PMP
AnnoCPAN: Annotated CPAN documentation
http://annocpan.org/dist/Net-PMP
CPAN Ratings
http://cpanratings.perl.org/d/Net-PMP
Search CPAN
http://search.cpan.org/dist/Net-PMP/
American Public Media and the Public Media Platform sponsored the development of this module.
Copyright 2013 American Public Media Group
See the LICENSE file that accompanies this module.
To install Net::PMP, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Net::PMP
CPAN shell
perl -MCPAN -e shell install Net::PMP
For more information on module installation, please visit the detailed CPAN module installation guide.