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-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/ 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 PHPPHP PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. https://www.php.net/manual/en/index.php errors only on STDERR
You can also browse the full list of resolved issues on GithubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged by the repository owner. https://github.com/.
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.