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 regenerate
command. props Viper007Bond and benmay for the initial work - added
wp role
command - added
wp term
command - added wp post edit
- added
--edit
flag towp post create
- added
wp scaffold _s
- added
wp core init-tests
- made
wp scaffold plugin
generate files for unit tests. see the blog post - added
--format
parameter towp user list
- made
wp help
work without a WP install - added
--force
flag towp core download
Internals:
- fixed
--path
argument getting ignored when runningwp core download
- don’t set
WP_ADMIN
to true - fixed loading error with some
wp-config.php
files - 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.