extension-command icon indicating copy to clipboard operation
extension-command copied to clipboard

Manages plugins and themes, including installs, activations, and updates.

Results 111 extension-command issues
Sort by recently updated
recently updated
newest added

It would be very helpful for security if plugin and theme list would also show the age of a plugin/theme and with which version of wordpress (Tested up to) it...

command:plugin-list
good-first-issue
contributor-day

See: https://wordpress.org/support/topic/cannot-update-powerpress-plugin/ The plugin Powerpress mistakenly put plugin headers in two php files, `powerpress.php` and `powerpress-network.php`. Arguably `wp-cli` should handle this better. WP Dashboard handles it by listing both plugins...

state:unconfirmed

## Bug Report --- ✅ If you are in the correct location now... ---> - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [x] Yes, more specifically, I reviewed the...

When uninstalling a network activated plugin, the network tag is now added to correctly deactivate the plugin before removal. Fixes #312

``` user@server:/data/blogs$ wp plugin uninstall google-analyticator --deactivate Deactivating 'google-analyticator'... Warning: Plugin 'google-analyticator' is network active and must be deactivated with --network flag. Uninstalled and deleted 'google-analyticator' plugin. Success: Uninstalled 1...

bug
good-first-issue
command:plugin-uninstall

## Feature Request - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). ### My Scenario I am working on Plugin A that needs another of our plugins, Plugin B for compatibility...

Fix for #152 Enabled option to show broken themes

command:theme-list

I have a WordPress Multisite with 172 installed themes. Checking theme updates with this below command is very slow: `wp theme list --update=available` It’s loading for 2-3 minutes and then...

I have a restricted bash and php environment where curl is not available. Maybe therefore I cannot update plugins and get the following error: "cURL error 77: " But wget...

## Bug Report - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [x] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Describe the current,...