Skip to content

pixi config list#

List configuration values

Usage#

pixi config list [OPTIONS] [KEY]

Arguments#

  • <KEY>
    Configuration key to show (all if not provided)

Options#

  • --json
    Output in JSON format

Config Options#

  • --no-config
    Don't read system or user-level configuration files. Project-local <project>/.pixi/config.toml is still loaded
    env: PIXI_NO_CONFIG
    default: false
  • --config-file <PATH>
    Load configuration from this file instead of searching system and user-level paths. Project-local <project>/.pixi/config.toml is still merged on top
    env: PIXI_CONFIG_FILE
  • --local (-l)
    Operation on project-local configuration
  • --global (-g)
    Operation on global configuration
  • --system (-s)
    Operation on system configuration

Global Options#

Description#

List configuration values

Example: pixi config list default-channels

Examples#

pixi config list default-channels
pixi config list --json
pixi config list --system
pixi config list -g