Updating all of your dependencies
You can easily update your dependencies and global scripts with the update
command.
Your dependencies are by default checked in the deps.ts
file (current working directory). You can change this with --file
By default, all your dependencies are updated. You can choose which ones will be modified by adding them as arguments.
Scripts installed with eggs install
can also be updated with the -g
parameter.
Several registries are supported. We currently support:
- x.nest.land
- deno.land/x
- deno.land/std
- raw.githubusercontent.com
- denopkg.com
If you want us to add support for another registry, open an issue specifying the registry; we'll consider adding it!
An example of a dependency file:
After eggs update
: