Thanks to visit codestin.com
Credit goes to pixi.prefix.dev

Skip to content

pixi task#

Interact with tasks in the workspace

Usage#

pixi task [OPTIONS] <COMMAND>

Subcommands#

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

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#