docs/reference/cli/pixi/info.md
Information about the system, workspace and environments for the current machine
--8<-- "docs/reference/cli/pixi/info_extender:description"
pixi info [OPTIONS]
--extended</a>
: Show cache and environment size--json</a>
: Whether to show the output as JSON or not--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
--manifest-path (-m) <MANIFEST_PATH></a>
: The path to pixi.toml, pyproject.toml, or the workspace directory--workspace (-w) <WORKSPACE></a>
: Name of the workspace--8<-- "docs/reference/cli/pixi/info_extender:example"