Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wp-cli/wp-cli-bundle
📦 WP-CLI package that bundles the framework with a set of common commands
https://github.com/wp-cli/wp-cli-bundle
assembly bundle cli hacktoberfest phar wordpress wp-cli
Last synced: 6 days ago
JSON representation
📦 WP-CLI package that bundles the framework with a set of common commands
- Host: GitHub
- URL: https://github.com/wp-cli/wp-cli-bundle
- Owner: wp-cli
- License: mit
- Created: 2018-07-31T13:26:48.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T13:15:33.000Z (about 2 months ago)
- Last Synced: 2024-10-20T08:51:01.555Z (about 2 months ago)
- Topics: assembly, bundle, cli, hacktoberfest, phar, wordpress, wp-cli
- Language: Gherkin
- Homepage:
- Size: 11.5 MB
- Stars: 84
- Watchers: 10
- Forks: 30
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
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](https://make.wordpress.org/cli/handbook/contributions/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](https://make.wordpress.org/cli/handbook/guides/installing/). The Phar is [built on every merge](https://github.com/wp-cli/wp-cli-bundle/blob/main/.github/workflows/deployment.yml) and pushed to [wp-cli/builds](https://github.com/wp-cli/builds) repository. A stable version is [tagged a few times each year](https://make.wordpress.org/cli/handbook/contributions/release-checklist/).
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.