Skip to content

pixi workspace feature#

Commands to manage workspace features

Usage#

pixi workspace feature [OPTIONS] <COMMAND>

Subcommands#

Command Description
list List the features in the manifest file
remove Remove a feature from the manifest file

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

Global Options#