Back to Pixi

pixi workspace activation script add

docs/reference/cli/pixi/workspace/activation/script/add.md

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

pixi workspace activation script add

Add activation script(s) to the end of activation.scripts

--8<-- "docs/reference/cli/pixi/workspace/activation/script/add_extender:description"

Usage

pixi workspace activation script add [OPTIONS] <SCRIPT>...

Arguments

  • <a id="arg-SCRIPT" href="#arg-SCRIPT"><SCRIPT></a> : The activation script path(s), relative to the workspace root

May be provided more than once.

required: true

Options

  • <a id="arg---feature" href="#arg---feature">--feature (-f) <FEATURE></a> : The name of the feature to modify
  • <a id="arg---environment" href="#arg---environment">--environment (-e) <ENVIRONMENT></a> : The environment to modify. The activation is written to the content defined inline on the environment
  • <a id="arg---target" href="#arg---target">--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"