Skip to content

Commit

Permalink
SITE-1778: WP-CLI 2.11 (#9209)
Browse files Browse the repository at this point in the history
* SITE-1778: WP-CLI 2.11

* Update source/releasenotes/2024-09-06-wp-cli-2-11.md

Co-authored-by: Chris Reynolds <[email protected]>

* user exists command

* delete unknown

* Update source/releasenotes/2024-09-06-wp-cli-2-11.md

* Update 2024-09-06-wp-cli-2-11.md

* Change date, fix link

---------

Co-authored-by: Chris Reynolds <[email protected]>
Co-authored-by: Scott Buscemi <[email protected]>
Co-authored-by: Ingrid <[email protected]>
Co-authored-by: Rachel <[email protected]>
  • Loading branch information
5 people authored Sep 10, 2024
1 parent 827dbdb commit 336bfcb
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions source/releasenotes/2024-09-06-wp-cli-2-11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: WP-CLI v2.11.0 release now available on Pantheon
published_date: "2024-09-10"
categories: [wordpress]
---

We're thrilled to announce the availability of WP-CLI v2.11.0 on the Pantheon platform.

WP-CLI is easily accessible for any WordPress site on Pantheon through our CLI, [Terminus](/terminus), allowing you to manage your WordPress installations efficiently with WP-CLI’s powerful commands at your fingertips.

### Highlights

* **New site generator command:**
This new command has been added to create multiple sites programmatically in a multisite installation. This is useful for testing or development purposes.

* **GitHub release installation support:**
The extension command now supports installing plugins and themes directly from GitHub releases.

* **Minor and patch limitations for theme updates:**
Themes can now be updated only to their latest minor or patch releases, similar to plugins.

* **New "user exists" command:**
A new `wp user exists` command allows for quick checks on whether a user exists in the WordPress database.

* **Option to delete unknown image sizes:**
The new `--delete-unknown` flag added to `wp media regenerate` is especially helpful for site owners dealing with [highly populated media directories](/release-notes/2024/08/prevent-filesystem-overload).

* **Bug fixes:**
WP-CLI 2.11.0 includes numerous bug fixes, with over 250 pull requests merged, addressing both minor and significant issues.

For a deeper dive into all the changes, we encourage you to explore the [detailed WP-CLI changelog](https://make.wordpress.org/cli/2024/08/08/wp-cli-v2-11-0-release-notes).

0 comments on commit 336bfcb

Please sign in to comment.