pixi-task

Define and manage Pixi project tasks

TLDR

Add task to project
$ pixi task add [name] [command]
List tasks
$ pixi task list
Remove task
$ pixi task remove [name]
Add task with alias
$ pixi task alias [name] [existing_task]

SYNOPSIS

pixi task command [options]

DESCRIPTION

pixi task manages project tasks. Tasks are defined commands that can be run within the project environment. Similar to npm scripts or Makefile targets. Supports dependencies between tasks.

PARAMETERS

add name command

Add new task.
list
List all tasks.
remove name
Remove task.
alias name target
Create task alias.
--depends-on tasks
Task dependencies.

INSTALL

sudo pacman -S pixi
brew install pixi
nix profile install nixpkgs#pixi

SEE ALSO

pixi(1)