Skip to content

pixi task alias#

About#

Alias another specific command

Usage#

pixi task alias [OPTIONS] <ALIAS> <DEPENDS_ON>...

Arguments#

  • <ALIAS>
    Alias name
    required: true
  • <DEPENDS_ON>
    Depends on these tasks to execute
    May be provided more than once.
    required: true

Options#

Examples#

pixi task alias test-all test-py test-cpp test-rust
pixi task alias --platform linux-64 test test-linux
pixi task alias moo cow