whyrusleeping / gx

A package management tool
MIT License
1.88k stars 110 forks source link

Update all #138

Open JustinDrake opened 7 years ago

JustinDrake commented 7 years ago

I have a project with many gx dependencies. I want to update all dependencies to the latest (as recorded in the lastpubver in master).

Is there an easy way to update all dependencies, instead of updating them one by one with gx update?

whyrusleeping commented 7 years ago

This would require a slight change to the package.json format, the github path needs to be saved as a top level thing as opposed to one of the go specific fields. Then we can make a gx update --all type command pretty easily.