commands.sh

uv tree

all

Display project dependencies in a tree format.

More info →

Options (1)

-d, --depthboolean

Show 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 --universal

Show dependency tree up to a certain depth

uv tree [-d|--depth] n

Show the latest available version for all outdated packages

uv tree --outdated

Exclude dependencies from the dev group

uv tree --no-dev

Show the inverted tree, so children are dependents instead of dependencies

uv tree --invert
made by @shridhargupta | data from tldr-pages