-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
The wp package update command updates all outdated packages. I'd like to be able to update one specific package like so:
wp package update vendor/package-name
I'm also tempted to suggest bringing it in line with the plugin update and theme update commands, which at minimum would...
- require one or more package name arguments (which, I acknowledge, breaks existing functionality, and is very bad)
- suggest the addition of an
--allflag to re-implement the current behavior (wp package update --all)
Thoughts?
Copilot