denvig deps
The deps command helps you manage project dependencies detected by plugins across different languages and package managers.
denvig deps <subcommand>Subcommands
Section titled “Subcommands”List all dependencies detected by plugins:
denvig deps listoutdated
Section titled “outdated”Show outdated dependencies across all detected package managers:
denvig deps outdatedit’s also possible to check semver compatible updates only:
denvig deps outdated --semver patchdenvig deps outdated --semver minorDependencies are cached for 1 hour by default to speed up subsequent commands. Use --no-cache to bypass the cache and fetch fresh data:
denvig deps outdated --no-cacheShow why a specific dependency is installed:
denvig deps why <package>