docs/reference/cli/pixi/global/tree.md
Show a tree of dependencies for a specific global environment
--8<-- "docs/reference/cli/pixi/global/tree_extender:description"
pixi global tree [OPTIONS] --environment <ENVIRONMENT> [REGEX]
<REGEX></a>
: List only packages matching a regular expression--environment (-e) <ENVIRONMENT></a>
: The environment to list packages forrequired: true
--invert (-i)</a>
: Invert tree and show what depends on a given package in the regex argumentShow a tree of a global environment dependencies
Dependency names highlighted in green are directly specified in the manifest.
--8<-- "docs/reference/cli/pixi/global/tree_extender:example"