New WP-CLI v2.12.0 release is out! Full PHP 8.4 compatibility, numerous bug fixes and many new features...
Grab it fresh off the 'Press! 😉
make.wordpress.org/cli/2025/…
If you're a #WordPress site owner or administrator but unfamiliar with @wpcli (WordPress command-line interface) and feel a bit apprehensive, I have you covered in the newest Core Dev Blog article💃
developer.wordpress.org/news…
I've long been annoyed with how unergonomic it is to run WP-CLI commands in wp-env. So I put together a solution that makes wp-env's presence completely transparent: weston.ruter.net/2024/09/03/…
New WP-CLI v2.11.0 release is out!
Lots of bug fixes, lots of documentation improvements and many new features... ☺️
Test it right away!
make.wordpress.org/cli/2024/…
The results from the WP-CLI Hack Day 2024 are in ... 😎
15 pull requests merged and 6 open pull requests still in the pipeline! 🎉
Read more => make.wordpress.org/cli/2024/…
The first WP-CLI hack day of 2024 is coming up this week. 🤓🎈
Join us on Friday, April 26th at 08:00 UTC!
For more details, refer to the blog post at make.wordpress.org/cli/2024/….
ALT Terminal-like text rendering with the details of the event formatted as a WP-CLI command.
Date: 2024-04-26
Start: 08:00 UTC
1. Video Chat: 09:00 UTC
2. Video Chat: 15:00 UTC
Conclusion: 16:00 UTC
The first WP-CLI hack day of 2024 is coming up this week. 🤓🎈
Join us on Friday, April 26th at 08:00 UTC!
For more details, refer to the blog post at make.wordpress.org/cli/2024/….
ALT Terminal-like text rendering with the details of the event formatted as a WP-CLI command.
Date: 2024-04-26
Start: 08:00 UTC
1. Video Chat: 09:00 UTC
2. Video Chat: 15:00 UTC
Conclusion: 16:00 UTC
⚠️ Important tip
If you suspect your website was hacked or infected with malicious code: DON'T RUN REGULAR WP-CLI COMMANDS ON IT!
With most regular commands WP-CLI will execute the malicious code just like your web server, however it will have elevated privileges as well. 🧵👇
Once you know where the malicious code is, you can still use WP-CLI to some extent if you always make sure the malicious code is NEVER triggered.
For example, if bad code is only in plugin XYZ, you can append `--skip-plugins=xyz` to all the commands to make sure it's not loaded.
Some WP-CLI commands (like most of the DB commands) don't actually load WordPress itself, so they are safe to use.
But for all other commands, always remember: WP-CLI will load and execute your entire WordPress site with all active plugins/themes, just like your web server.
If your work day just started, hello! 👋
WP-CLI Hack Day is in full swing, so don't forget to check out make.wordpress.org/cli/handb… and say hello on Slack to joy the fun! #hackwpcli
If you want to follow our progress from the outside, all pull requests created or merged during WP-CLI Hack Day can be found in this central place #hackwpcligithub.com/wp-cli/wp-cli/iss…