Back to Pixi

pixi global tree

docs/reference/cli/pixi/global/tree.md

0.69.0964 B
Original Source
<!--- This file is autogenerated. Do not edit manually! -->

pixi global tree

Show a tree of dependencies for a specific global environment

--8<-- "docs/reference/cli/pixi/global/tree_extender:description"

Usage

pixi global tree [OPTIONS] --environment <ENVIRONMENT> [REGEX]

Arguments

  • <a id="arg-<REGEX>" href="#arg-<REGEX>"><REGEX></a> : List only packages matching a regular expression

Options

  • <a id="arg---environment" href="#arg---environment">--environment (-e) <ENVIRONMENT></a> : The environment to list packages for

required: true

  • <a id="arg---invert" href="#arg---invert">--invert (-i)</a> : Invert tree and show what depends on a given package in the regex argument

Description

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