docs/reference/cli/pixi/workspace/activation/script/add.md
Add activation script(s) to the end of activation.scripts
--8<-- "docs/reference/cli/pixi/workspace/activation/script/add_extender:description"
pixi workspace activation script add [OPTIONS] <SCRIPT>...
<SCRIPT></a>
: The activation script path(s), relative to the workspace rootMay be provided more than once.
required: true
--feature (-f) <FEATURE></a>
: The name of the feature to modify--environment (-e) <ENVIRONMENT></a>
: The environment to modify. The activation is written to the content defined inline on the environment--target (-t) <TARGET></a>
: The target selector to modify, e.g. linux-64, unix or a glob like cuda-*--8<-- "docs/reference/cli/pixi/workspace/activation/script/add_extender:example"