docs/reference/cli/pixi/task.md
Interact with tasks in the workspace
--8<-- "docs/reference/cli/pixi/task_extender:description"
pixi task [OPTIONS] <COMMAND>
| Command | Description |
|---|---|
add | Add a command to the workspace |
remove | Remove a command from the workspace |
alias | Alias another specific command |
list | List all tasks in the workspace |
--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/task_extender:example"