Version 0.7.0 is now available.
If you had installed WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. The project page is http://wp-cli.org/ https://make.wordpress.org/cli/ using PEAR, you will probably have to re-install it from scratch, since the URLURL A specific web address of a website or web page on the Internet, such as a website’s URL www.wordpress.org for the channel has changed.
There is a new wiki page for creating commands which has information about the new @synopsis tag etc. It also describes how you can create man pages for your custom commands.
Changelog
Commands:
- added wp shell
- added
wp cache - added
wp comment - added
wp rewrite - added
wp user import-csv - added
wp user set-roleandwp user remove-role - added
wp core is-installed - added
wp blog delete - added
wp post list - made
wp post deleteaccept a list of IDs - added
--dry-runoptionwp plugin update-all - improved
wp export
Breaking changes:
- converted
wp plugin update --alltowp plugin update-all - converted
wp theme update --alltowp theme update-all - converted
wp generate poststowp post generate - converted
wp generate userstowp user generate - renamed
wp core install_networktowp core install-network - renamed
--pathoption to--dirinwp export
Internals:
- removed support for default subcommands
- introduced
@synopsisdocblock tag - introduced
@subcommanddocblock tag - introduced
@aliasdocblock tag - introduced
WP_CLI::add_man_dir()
You can also browse the full list of resolved issues.
Contributors to this release: andreascreten, bendoh, builtbylane, danielbachhuber, goldenapples, jghazally, lackingpenguin, navitronic, ozh, scribu, tddewey.