docs/reference/cli/pixi/workspace/channel.md
Commands to manage workspace channels
--8<-- "docs/reference/cli/pixi/workspace/channel_extender:description"
pixi workspace channel [OPTIONS] <COMMAND>
| Command | Description |
|---|---|
add | Adds a channel to the manifest and updates the lock file |
list | List the channels in the manifest |
remove | Remove channel(s) from the manifest and updates the lock 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/channel_extender:example"