In the last two and a half months, we’ve added a ton of new features, fixed many bugs and improved our functional test suite.
New installer
You can still install WP-CLI by cloning the git repo, but the preferred method is to use the installer, as described on the front page.
The main reason for using the installer is to be able to leverage the optional Boris package, for an enhanced wp shell experience.
Changelog
Commands:
- added
wp scaffold child-themesubcommand - added
wp media importsubcommand - added
wp blog emptysubcommand - added
wp post getsubcommand - added
wp plugin listandwp theme listsubcommands - added
--extra-phpflag towp core configsubcommand - added
--labeloption towp scaffold post-typeandwp scaffold taxonomy - added
--verboseflag towp exportcommand - added
--fieldsoption to alllistsubcommands - removed
wp homecommand wp search-replace: added--skip_columnsoption; added--networkflag; fixed a lot of bugswp theme install: fixed--versionparameter being ignoredwp core init-tests: create the test database if necessarywp db: ignore~/.my.cnffile when running subcommandswp db query: read from STDIN if no parameter is passed
Internals:
- made it possible to call
wpfrom subdirectories - set
WP_ADMINto true - improved Cygwin compatibility
- replaced
--manflag with--help --gen - converted
--jsonto--format=jsoneverywhere - show PHP errors only on STDERR
You can also browse the full list of resolved issues on Github.
Contributors to this release: cyberhobo, daithi-coombes, danielbachhuber, future500, glebis, goldenapples, j3lamp, jmslbam, mwilliamson, om4james, scribu, tlovett1, tolgap, twisty, westonruter.
What’s next?
I foresee a comeback of community commands, but in a better form.
