LinuxCommandLibrary

uv-tree

Display project dependency tree

TLDR

Show dependency tree

$ uv tree
copy
Show tree with depth limit
$ uv tree --depth [n]
copy
Show inverted tree
$ uv tree --invert
copy
Show tree for package
$ uv tree --package [name]
copy

SYNOPSIS

uv tree [options]

DESCRIPTION

uv tree displays the dependency tree for a project. Shows packages and their dependencies in hierarchical format. Useful for understanding and debugging dependency relationships.

PARAMETERS

--depth n

Limit tree depth.
--invert
Show reverse dependencies.
--package name
Show specific package.
--no-dev
Exclude dev dependencies.

SEE ALSO

uv(1), pipdeptree(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community