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

Fetch specific versions of plugins/themes from wordpress.org using a build file

Results 4 wp-cli-build issues
Sort by recently updated
recently updated
newest added

- added types - fixed https://github.com/front/wp-cli-build/issues/26 issue - updated composer

https://github.com/front/wp-cli-build/blob/4fc75a88ff1b3561ff231aec5a5b78e21d4df152/src/Helper/Utils.php#L185 $failed_version_download is undefined, coz it was initialized in different scope.

Getting the following error when trying to install **front/wp-cli-build**: ``` Error: Package installation failed. Reverted composer.json. PHP Notice: Trying to access array offset on value of type null in phar:///usr/local/bin/wp/vendor/wp-cli/package-command/src/Package_Command.php...

TLDR: Add support for patches in the build file. I'm mainly a Drupal developer and hence is used to Drush and install.make / install.make.yaml. I like being able to just...

enhancement