Version 0.9.0 is now available.
New distribution method
The PEAR channel has been abandoned, and replaced with a much simpler distribution method: you download a single Phar archive. Done.
Of course, installing via git is still possible and encouraged, if you want to hack on WP-CLI.
The front page has up-to-date information about all the supported installation methods.
Changelog
Commands:
- added
wp media regeneratecommand. props Viper007Bond and benmay for the initial work - added
wp rolecommand - added
wp termcommand - added wp post edit
- added
--editflag towp post create - added
wp scaffold _s - added
wp core init-tests - made
wp scaffold plugingenerate files for unit tests. see the blog post - added
--formatparameter towp user list - made
wp helpwork without a WP install - added
--forceflag towp core download
Internals:
- fixed
--pathargument getting ignored when runningwp core download - don’t set
WP_ADMINto true - fixed loading error with some
wp-config.phpfiles - replaced git submodules with Composer dependencies
- improved functional test coverage and set up Travis CI builds
You can also browse the full list of resolved issues.
Contributors to this release: danielbachhuber, drrobotnik, erwanlr, goldenapples, jmslbam, leewillis77, nacin, nb, ocean90, scribu, sebastiaandegeus, taupecat.
