📦 WP-CLI package that bundles the framework with a set of common commands
Find a file
2023-11-02 14:28:17 +01:00
.github Add build step for wp-cli/phar 2023-10-27 13:55:20 +02:00
features Fix SQLite tests (#588) 2023-11-01 15:50:13 -07:00
php Better wording for php-cgi error 2022-12-09 10:23:52 +01:00
utils Always create xz-compressed Debian packages 2023-10-26 18:03:38 +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 Remove useless gitignores 2019-04-23 12:36:33 +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 Post-release version bump 2023-10-25 13:29:39 +02:00
composer.lock Post-release version bump 2023-10-25 13:29:39 +02: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 Updated phpCS version to 5.6, this was done for all bundled commands at once 2020-06-04 17:41:27 +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.