Open JustinDrake opened 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.
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
?