docs/reference/cli/pixi/workspace/environment.md
Commands to manage workspace environments
--8<-- "docs/reference/cli/pixi/workspace/environment_extender:description"
pixi workspace environment [OPTIONS] <COMMAND>
| Command | Description |
|---|---|
add | Adds an environment to the manifest file |
list | List the environments in the manifest file |
remove | Remove an environment from the manifest file |
--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/workspace/environment_extender:example"