NAME
wordpress-info - show wordpress info
USAGE
wordpress-info [OPTIONS]..
-h help
-c number category name or id, can be comma separated, to show posts for
-u string username *
-p string password *
-x url proxy, xmlrpc address *
-C path load username, password, and proxy from this config file
-m number show latest number posts in all categories
-P show page list
* required.
USAGE EXAMPLES
See what categories are present in the blog
wordpress-info -u leo -p 235 -x http://leocharre.com/xmlrpc.php
See what posts are in category 23 and 'dev', one category is by id, the other by name.
wordpress-info -u leo -p 235 -x http://leocharre.com/xmlrpc.php -c 'dev,23'
SEE ALSO
WordPress-CLI - parent package
AUTHOR
Leo Charre leocharre at cpan dot org
LICENSE
This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, i.e., under the terms of the "Artistic License" or the "GNU General Public License".
DISCLAIMER
This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the "GNU General Public License" for more details.