docs/reference/cli/pixi/config/list.md
List configuration values
--8<-- "docs/reference/cli/pixi/config/list_extender:description"
pixi config list [OPTIONS] [KEY]
<KEY></a>
: Configuration key to show (all if not provided)--json</a>
: Output in JSON format--local (-l)</a>
: Operation on project-local configuration--global (-g)</a>
: Operation on global configuration--system (-s)</a>
: Operation on system configuration--manifest-path (-m) <MANIFEST_PATH></a>
: The path to pixi.toml, pyproject.toml, or the workspace directory--workspace (-w) <WORKSPACE></a>
: Name of the workspaceList configuration values
Example: pixi config list default-channels
--8<-- "docs/reference/cli/pixi/config/list_extender:example"