📦 WP-CLI package that bundles the framework with a set of common commands
Find a file
2025-08-11 22:24:39 +02:00
.github Bump actions/checkout from 4 to 5 2025-08-11 20:12:31 +00:00
features Add tests to trigger phar path resolution bug 2025-05-06 11:34:09 +02:00
php Fix phar path resolution 2025-05-06 12:03:03 +02:00
utils PHPStan level 9 2025-07-10 16:31:36 +02:00
.actrc Update file(s) from wp-cli/.github 2020-05-26 08:59:04 +00:00
.editorconfig Update file(s) from wp-cli/.github 2023-05-27 15:41:38 +00:00
.gitattributes Use str_replace instead of preg_replace to normalize EOLs of doc comments. 2017-07-13 13:17:15 +01:00
.gitignore PHPStan level 9 2025-07-10 16:31:36 +02:00
.mailmap Revert "Remove WP-CLI files unrelated to wp package *" 2017-03-10 12:57:05 -08:00
behat.yml Update Behat configuration file 2021-03-03 16:33:42 +00:00
composer.json PHPStan level 9 2025-07-10 16:31:36 +02:00
composer.lock Bump wp-cli/wp-cli-tests from 5.0.0 to 5.0.1 2025-07-28 17:37:22 +00:00
CONTRIBUTING.md Use a shortened CONTRIBUTING blurb in README, and point to handbook 2017-06-21 05:21:50 -07:00
dependencies.yml Add a GitHub setting for label to dependencies.yml 2019-02-07 06:45:27 -08:00
LICENSE Update license copyright date to 2018 2018-02-20 15:07:59 +01:00
phpcs.xml.dist Require PHP 7.2.24+ 2025-05-07 12:37:45 +02:00
phpstan.neon.dist PHPStan level 9 2025-07-10 16:31:36 +02:00
README.md Move the new README into its proper location (#478) 2023-02-07 13:29:32 -08:00

wp-cli/wp-cli-bundle

Combines the most common commands into the standard, installable version of WP-CLI.

Generally, bundled commands either relate directly to a WordPress API or offer some common developer convenience. New commands are included in the WP-CLI bundle when the project governance decides they should be. There isn't much of a formal process to it, so feel free to ask if you ever have a question.

The handbook documents the various ways you can install the bundle. The Phar is built on every merge and pushed to wp-cli/builds repository. A stable version is tagged a few times each year. Both wp-cli/wp-cli and wp-cli/wp-cli-bundle use milestones to indicate the next stable release. For wp-cli/wp-cli, the milestone represents the version of the WP-CLI framework. For wp-cli/wp-cli-bundle, the milestone represents the WP-CLI Phar version. We keep these in sync for backwards compatibility reasons, and to avoid causing confusion with third party commands. Each of the command repositories are versioned independently according to semantic versioning principles as needed.