Back to Pixi

pixi task alias

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

0.76.11.1 KB
Original Source
<!--- This file is autogenerated. Do not edit manually! -->

pixi task alias

Alias another specific command

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

Usage

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

Arguments

  • <a id="arg-ALIAS" href="#arg-ALIAS"><ALIAS></a> : Alias name

required: true

  • <a id="arg-DEPENDS_ON" href="#arg-DEPENDS_ON"><DEPENDS_ON></a> : Depends on these tasks to execute

May be provided more than once.

required: true

Options

  • <a id="arg---platform" href="#arg---platform">--platform (-p) <PLATFORM></a> : The platform for which the alias should be added
  • <a id="arg---environment" href="#arg---environment">--environment (-e) <ENVIRONMENT></a> : The environment for which the alias should be added. The alias is written to the tasks defined inline on the environment, creating the environment if it does not exist
  • <a id="arg---description" href="#arg---description">--description <DESCRIPTION></a> : The description of the alias task

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