wp-cli-bundle icon indicating copy to clipboard operation
wp-cli-bundle copied to clipboard

📦 WP-CLI package that bundles the framework with a set of common commands

Results 8 wp-cli-bundle issues
Sort by recently updated
recently updated
newest added

It seems `README.md` is a copy of `wp-cli/wp-cli`. It'll be problematic to have duplicated documentation. What should this `README.md` contain?

scope:documentation

Currently the phar file update is manual. Could we create a Composer package that contains only the phar file?

scope:distribution

Given a wodpress project using composer to manage dependencies. Running `composer require wp-cli/wp-cli-bundle` results in the following dependency tree: composer show --tree wp-cli/wp-cli-bundle ``` wp-cli/wp-cli-bundle v2.10.0 ├──wp-cli/cache-command ^2 │ └──wp-cli/wp-cli...

Assumes the existence of a new `wp-cli/phar` repository with a `composer.json` such as this one: ```json { "name": "wp-cli/wp-cli-shim", "description": "Composer-based WP-CLI Phar", "license": ["MIT"], "require": { "php": ">=5.6" },...

scope:distribution

Fixes #593 Lintian reports php-wpcli_2.9.0_all.deb has two errors Thank you! Daniel Lewart Urbana, Illinois

scope:distribution

``` user@ubuntu:~/wp-cli-bundle$ utils/wp-cli-updatedeb.sh ... E: php-wpcli: depends-on-obsolete-package Depends: mysql-client => default-mysql-client E: php-wpcli: php-script-but-no-php-cli-dep php (does not satisfy php-cli:any) [usr/bin/wp] X: php-wpcli: bin-sbin-mismatch usr/bin/wp bin/wp -> usr/bin/wp sign it: dpkg-sig...

scope:distribution

In https://github.com/wp-cli/wp-cli-tests/pull/220, we replaced `mysql_native_password` with `caching_sha2_password`. That seemed to work fine everywhere, but there are warnings & thus failures in the deployment step. See https://github.com/wp-cli/wp-cli-bundle/actions/runs/11257982684/job/31305127211#step:15:218 and https://github.com/wp-cli/wp-cli-tests/issues/226

bug
scope:testing
scope:distribution

This is related to (and required for) https://github.com/wp-cli/wp-cli/pull/5962 This will set an extra constant that stores the outer filesystem's filename. When that filename doesn't match with the phar's internal filename...