API-CLI
view release on metacpan or search on metacpan
examples/pod/metacpancl.pod view on Meta::CPAN
=head1 DESCRIPTION
=head2 GLOBAL OPTIONS
--data-file File with data for POST/PUT/PATCH/DELETE requests
--debug -d debug (flag)
--verbose -v verbose (flag)
--help -h Show command help (flag)
=head2 SUBCOMMANDS
=head3 GET
metacpancl GET <subcommands>
GET call
=head3 GET /author/:author
metacpancl GET /author/:author <author>
Author information
Parameters:
author * CPAN handle
=head3 GET /distribution/:distribution
metacpancl GET /distribution/:distribution <distribution>
Distribution information not specific to a version...
Parameters:
distribution * distribution name
=head3 GET /module/:module
metacpancl GET /module/:module <module>
Module information
Parameters:
module * Module name
=head3 GET /pod/:module
metacpancl GET /pod/:module [options] <module>
Module POD
Options:
--q-content-type Default is text/html
Parameters:
module * Module name
=head3 GET /release/:author/:release
metacpancl GET /release/:author/:release <author> <release>
Release information
Parameters:
author * CPAN handle
release * release, e.g. Moose-123
=head3 GET /release/:distribution
metacpancl GET /release/:distribution <distribution>
Release information
Parameters:
distribution * distribution name
=head3 GET /release/_search
metacpancl GET /release/_search [options]
Search releases
Options:
--q-q * query ("author:ANDK AND status:latest")
--q-fields resultset fields
--q-size how many results
=head3 POST
metacpancl POST <subcommands>
POST call
=head3 POST /file
metacpancl POST /file
file
=head3 help
metacpancl help <subcommands> [options]
Show command help
Options:
( run in 0.827 second using v1.01-cache-2.11-cpan-df04353d9ac )