The second ever 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/ Hack Day is now complete! It was a ton of fun to collaborate with folks all over the world — without the long airplane flight 😊
Many thanks to everyone that participated! 🙏 @antoniosejas, @janwoostendorp, @johnbillion, @kau-boy, @pekkakortelainen, @schlessera, @shawnhooper, @skithund, @swissspidy, @thelovekesh, @wojtekn, @xknown
We had twenty-one pull requests that were merged during the event:
- Add missing documentation for
$dataattribute inhttp_request() - Add
docker composecommand support in SSH command generation - Site_Command: Do not assume
get_super_admins()has the0array index - Improve SQLite compatibility
- Fix super admin test on SQLite
- Move SQLite plugin to mu-plugins
- Further improve SQLite testing
- Re-enable some tests for SQLite
- Add
update_versionto the default fields forpluginandthemecommands - Add missing required arguments when using
--prompt - Fix SQLite mu-plugins usage with composer installs
- Remove use of
@require-wp-latest - Update PHPCS workflow to add full report in CI logs
- Add examples on listing unapproved, spam and trash comments
- Replace DOS line endings with LF
- Remove the pre-commit hook installation and its corresponding command
- Remove inexistent
post-install-cmd - Add edge case handling checksum verification of Hello Dolly
- Support for adding and removing of multiple user roles
- Add
--force-checkflag tocheck-updatecommand - Add verbosity level and quiet flag in ssh command based on debug flag
In addition to those, we had an additional four pull requests that were submitted during the event that aren’t yet merged:
- Add support for MySQL socket connection
- Dist Archive: ask user confirmation if file exists before overwriting it
- Enable formatter for search command
- Check if Installed Plugins Are No Longer in the Plugin Directory
It was really great to spend time with folks on Zoom, too. ❤️ We spent several hours triaging the backlog, talking through various issues, and being thankful we weren’t frantically fixing a curl compatibility issue.
See you at the next WP-CLI Hack Day!