docs/reference/cli/pixi/task/alias.md
Alias another specific command
--8<-- "docs/reference/cli/pixi/task/alias_extender:description"
pixi task alias [OPTIONS] <ALIAS> <DEPENDS_ON>...
<ALIAS></a>
: Alias namerequired: true
<DEPENDS_ON></a>
: Depends on these tasks to executeMay be provided more than once.
required: true
--platform (-p) <PLATFORM></a>
: The platform for which the alias should be added--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--description <DESCRIPTION></a>
: The description of the alias task--8<-- "docs/reference/cli/pixi/task/alias_extender:example"