-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Labels
command:plugin-deleteRelated to 'plugin delete' commandRelated to 'plugin delete' commandcommand:theme-deleteRelated to 'theme delete' commandRelated to 'theme delete' commandgood-first-issueGood for newcomersGood for newcomers
Milestone
Description
Right now it's not possible to run something like wp theme delete --all or wp plugin delete --all to quickly delete all themes and plugins.
I guess my best bet right now is to use the list commands + xargs or something.
wp plugin uninstall --all works though, so I think there's some inconsistency.
Edit: #88 already covers wp plugin delete --all. My suggestion expands this to the theme command as well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
command:plugin-deleteRelated to 'plugin delete' commandRelated to 'plugin delete' commandcommand:theme-deleteRelated to 'theme delete' commandRelated to 'theme delete' commandgood-first-issueGood for newcomersGood for newcomers