NAME
pmpc - Net::PMP::CLI application
SYNOPSIS
# 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
DESCRIPTION
pmpc is a command-line application using Net::PMP::CLI.
Type pmpc --help
for usage.
AUTHOR
Peter Karman, <pkarman at cpan.org>
BUGS
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.
SUPPORT
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)
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
American Public Media and the Public Media Platform sponsored the development of this module.
LICENSE AND COPYRIGHT
Copyright 2013 American Public Media Group
See the LICENSE file that accompanies this module.