Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Extension Command Laravel Package

wp-cli/extension-command

WP-CLI extension-command adds wp plugin and wp theme management: install, activate/deactivate, update, delete, and more. Supports bulk actions, multisite network activation, exclusions, and forcing reactivation to rerun hooks.

View on GitHub
Deep Wiki
Context7
v2.3.6
  • Keep failed update output parseable for JSON and CSV [#529]
  • Add plugin/theme download subcommands runnable before WordPress load [#527]
v2.3.5
  • Fix Plugin name with HTML entities test [#526]
v2.3.4
  • Harden theme update test [#525]
v2.3.3
  • Harden check-update test [#520]
  • Tests: further improve Windows compatibility [#519]
v2.3.2
  • Tests: improve Windows compatibility [#518]
v2.3.1
  • Skip VCS-controlled plugins/themes during updates by default [#513]
  • Allow multiple values for field filter options in wp plugin list and wp theme list [#511]
  • List mu-plugins from subfolders [#484]
v2.3.0
  • Fix --skip-update-check in admin context [#508]
  • Add --slug option to plugin/theme install for custom directory naming [#506]
  • Regenerate README file [#504]
  • Fix plugin deactivation during force install with explicit --activate flag [#500]
  • Fix --all --network to network-activate single-site active plugins [#499]
  • Fix newly reported PHPStan issues [#498]
  • Add --force flag to plugin activate to re-run activation hooks [#496]
  • Add --auto-update-indicated flag to plugin update and theme update commands [#495]
  • Display extension names during bulk updates [#492]
  • Pass correct variable to requirements_not_met [#489]
  • Regenerate README file [#488]
  • Do not scaffold _s theme in test [#487]
  • Support installing plugins from single PHP file URLs [#486]
  • Regenerate README file [#485]
  • Support WordPress.org plugin/theme directory URLs in install commands [#483]
  • Add missing documentation for is-active subcommands [#482]
  • Add warning in wp plugin is-active for missing plugin files still in active_plugins [#480]
  • Mock more HTTP requests in wporg status test [#478]
  • Add type field to distinguish block themes from classic themes [#477]
  • Add check-update commands for plugins and themes [#475]
  • Include broken themes in wp theme list [#473]
  • Display unexpected plugin output during activation with --debug [#471]
  • Add plugin dependencies support with --with-dependencies flag and install-dependencies command [#469]
  • Mock HTTP requests in wporg status tests [#467]
v2.2.0
  • Fix tests for Hello Dolly [#465]
  • Add missing space in plugin install doc [#459]
  • PHPStan level 9 [#453]
  • Handle case where paid plugin update is put into no_update array [#451]
  • Require PHP 7.2.24+ [#450]
v2.1.24
  • Fix Gherkin lint issues [#449]
  • Don't use transient values when doing wp plugin|theme list [#446]
  • Fix fatal error issue in in_array function [#445]
  • Regenerate README file [#442]
  • Support requires and requires_php in plugin/theme list and update command [#440]
  • Regenerate README file [#439]
  • Update logic when deleting and uninstalling plugins [#438]
  • Check WordPress and PHP requirements before installing a theme or plugin [#436]
  • Require wp-cli/wp-cli v2.12 [#435]
  • Add --force-check flag to wp plugin list and wp theme list. [#426]
  • Cache certain GitHub URLs [#385]
v2.1.23
  • Composer: prevent a lock file from being created [#434]
  • Use strpos instead of str_contains in get_wporg_data function [#432]
v2.1.22
  • Replace edit-flow plugin by debug-bar in feature tests [#427]
v2.1.21
  • Regenerate README file [#425]
  • Add --recently-active option in plugin list command [#424]
  • Fix visibility in command class methods [#423]
  • Add support for GitHub release installation [#421]
v2.1.20
  • Regenerate README file [#422]
  • Improve warning message for install and activate multiple themes [#419]
  • Replace User Switching from feature tests [#418]
  • Update the theme in feature tests [#417]
  • Show additional plugin headers values in wp plugin get <plugin> output [#414]
  • Add tested_up_to field [#413]
  • Warn multiple themes installation with activate [#408]
  • Regenerate README file [#404]
  • Fix plugin commands examples [#403]
  • Regenerate README file [#402]
  • Update theme commands examples [#401]
  • Correct param type in Parse Theme Name trait [#400]
v2.1.19
  • Fix counting of errors when attempting activations [#398]
v2.1.18
  • Regenerate README file [#397]
  • Added --minor and --patch CLI option in wp theme update [#393]
v2.1.17
  • Remove duplicated code [#391]
  • Switch tests to use site-secrets instead of user-switching [#389]
  • Support 'wporg_status' and 'wporg_last_updated' as optional wp plugin list fields [#382]
v2.1.16
  • Regenerate README file [#381]
  • Add update_version to the default fields for plugin and theme commands [#380]
  • Update some tests for SQLite [#378]
v2.1.15
  • Warn on delete failure, instead of hard exiting [#376]
v2.1.14
  • Update to WPCS v3 [#373]
  • Add optional 'author' field to wp plugin list [#369]
  • Default to false when the "network" flag is omitted in the activate command [#364]
v2.1.13
  • Fix PHP 8.2 'Creation of dynamic property' warning [#360]
v2.1.12
  • Ensure a stable version is used when --minor or --patch specified [#355]
  • Fix fatal error in invalid plugin update offer [#354]
v2.1.11
  • Add composer phpcbf [#353]
  • Replace empty namespace autoloader with classmap [#352]
v2.1.10
  • Add format option to wp plugin|theme auto-updates status [#351]
  • Include optional 'auto_updates' field in plugin and theme lists [#350]
  • Avoid deleting theme if the specified version cannot be found [#349]
v2.1.9
  • Fix failing tests [#347]
  • Fix failing PHP 5.6 tests by requiring WP 5.2 [#342]
  • Regenerate README file [#340]
  • Delete plugin translation files when plugin is uninstalled [#339]
  • Don't report an error when 5 out of 5 plugins were updated [#338]
  • remove extra space [#335]
v2.1.8
  • Avoid throwing error when excluding missing plugin [#332]
v2.1.7
  • Exit with 0 when checked theme is active parent theme [#327]
v2.1.6
  • Avoid deleting parent of active theme unless using --force [#324]
v2.1.5
  • Regenerate README file [#322]
  • Add optional --exclude=<name> argument for multiple plugin commands [#321]
  • Add "johnpbloch/wordpress-core-installer": true to composer.json [#320]
  • Fix broken Behat tests [#318]
  • Add title/description for mu-plugins. [#305]
v2.1.4
  • Ensure bundled themes don't interfere with update tests [#311]
  • Allow Composer plugins to run [#310]
v2.1.3
  • Add support for PHP 8.1 [#306]
  • Regenerate README file [#303]
  • Replace one-time-login with a sample plugin in the tests [#302]
  • Add --skip-update-check flag to plugin list and theme list commands [#300]
v2.1.2
  • Check for WP_Error on bulk updates [#294]
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky
spatie/mailcoach-vapor
spatie/laravel-javascript-views