LinuxCommandLibrary

pixi-task

Define and manage Pixi project tasks

TLDR

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

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.

SEE ALSO

pixi(1), pixi-run(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard