plushu / plushu-plugins-plugin

Plugin that provides plugin management commands for Plushu
0 stars 0 forks source link

plugins:update-all #10

Closed stuartpb closed 10 years ago

stuartpb commented 10 years ago

This will call a plushook (update-all-plugins) that triggers the equivalent of plugins:update for all plugins that manage plugins.

Alternately, this could be made the default behavior of the argless plugins:update, meaning it would just be a little harder to only update all root plugins (plushu plugins | xargs plushu update).

Yeah, considering it's not all that hard to emulate the old behavior, which is a strange use case (you want to update all plugins, but only at the root level?), I think I might just make this the new default behavior.