Back to Pixi

pixi task remove

docs/reference/cli/pixi/task/remove.md

0.77.1963 B
Original Source
<!--- This file is autogenerated. Do not edit manually! -->

pixi task remove

Remove a command from the workspace

--8<-- "docs/reference/cli/pixi/task/remove_extender:description"

Usage

pixi task remove [OPTIONS] [TASK_NAME]...

Arguments

  • <a id="arg-TASK_NAME" href="#arg-TASK_NAME"><TASK_NAME></a> : Task name to remove

May be provided more than once.

Options

  • <a id="arg---platform" href="#arg---platform">--platform (-p) <PLATFORM></a> : The platform for which the task should be removed
  • <a id="arg---feature" href="#arg---feature">--feature (-f) <FEATURE></a> : The feature for which the task should be removed
  • <a id="arg---environment" href="#arg---environment">--environment (-e) <ENVIRONMENT></a> : The environment for which the task should be removed. The task is removed from the tasks defined inline on the environment

--8<-- "docs/reference/cli/pixi/task/remove_extender:example"