📦 WP-CLI package that bundles the framework with a set of common commands
Find a file
2026-05-25 11:34:29 +02:00
.github Update deployment matrix after WordPress 7.0 (#1031) 2026-05-22 12:19:19 +02:00
features Merge branch 'main' into copilot/fix-wp-config-mustache-file 2026-05-25 11:33:27 +02:00
php Add back fix without patch, add tests 2026-02-26 10:50:59 +01:00
utils Update deb/RPM packaging scripts: add PHP 8.3–8.5, drop PHP < 7.2 (#923) 2026-04-08 22:56:30 +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
.typos.toml spellcheck fixes 2026-01-21 13:28:13 +01:00
AGENTS.md Update file(s) from wp-cli/.github 2025-11-11 13:31:06 +00:00
behat.yml Update Behat configuration file 2021-03-03 16:33:42 +00:00
codecov.yml Add codecov config 2026-03-27 12:40:00 +01:00
composer.json Use PR branch for testing 2026-05-25 11:34:29 +02:00
composer.lock Use PR branch for testing 2026-05-25 11:34:29 +02:00
CONTRIBUTING.md Use a shortened CONTRIBUTING blurb in README, and point to handbook 2017-06-21 05:21:50 -07:00
LICENSE Update license copyright date to 2018 2018-02-20 15:07:59 +01:00
phpcs.xml.dist Update PHP_CodeSniffer repository links 2026-03-26 21:05:50 +01: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.