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
--all flag to re-implement the current behavior (wp package update --all)
Thoughts?