docs/reference/cli/pixi/tree.md
Show a tree of workspace dependencies
--8<-- "docs/reference/cli/pixi/tree_extender:description"
pixi tree [OPTIONS] [REGEX]
<REGEX></a>
: List only packages matching a regular expression--platform (-p) <PLATFORM></a>
: The platform to list packages for. Defaults to the current platform--environment (-e) <ENVIRONMENT></a>
: The environment to list packages for. Defaults to the default environment--invert (-i)</a>
: Invert tree and show what depends on given package in the regex argument--no-config</a>
: Don't read system or user-level configuration files. Project-local <project>/.pixi/config.toml is still loadedenv: PIXI_NO_CONFIG
default: false
--config-file <PATH></a>
: Load configuration from this file instead of searching system and user-level paths. Project-local <project>/.pixi/config.toml is still merged on topenv: PIXI_CONFIG_FILE
--frozen</a>
: Install the environment as defined in the lock file, doesn't update lock file if it isn't up-to-date with the manifest fileenv: PIXI_FROZEN
--locked</a>
: Check if lock file is up-to-date before installing the environment, aborts when lock file isn't up-to-date with the manifest fileenv: PIXI_LOCKED
--no-install</a>
: Don't modify the environment, only modify the lock fileenv: PIXI_NO_INSTALL
--manifest-path (-m) <MANIFEST_PATH></a>
: The path to pixi.toml, pyproject.toml, or the workspace directory--workspace (-w) <WORKSPACE></a>
: Name of the workspaceShow a tree of workspace dependencies
Dependency names highlighted in green are directly specified in the manifest. Yellow version numbers are conda packages, PyPI version numbers are blue.
--8<-- "docs/reference/cli/pixi/tree_extender:example"