Options (1)
-d, --depthbooleanShow dependency tree up to a certain depth
Example:
uv tree {{[-d|--depth]}} {{n}}Examples (6)
Show dependency tree for current environment
Show dependency tree for all environments
uv tree --universalShow the latest available version for all outdated packages
uv tree --outdatedExclude dependencies from the dev group
uv tree --no-devShow the inverted tree, so children are dependents instead of dependencies
uv tree --invertmade by @shridhargupta | data from tldr-pages