Back to Pixi

pixi workspace environment add

docs/reference/cli/pixi/workspace/environment/add.md

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

pixi workspace environment add

Adds an environment to the manifest file

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

Usage

pixi workspace environment add [OPTIONS] <NAME>

Arguments

  • <a id="arg-<NAME>" href="#arg-<NAME>"><NAME></a> : The name of the environment to add

required: true

Options

  • <a id="arg---feature" href="#arg---feature">--feature (-f) <FEATURES></a> : Features to add to the environment

May be provided more than once.

  • <a id="arg---solve-group" href="#arg---solve-group">--solve-group <SOLVE_GROUP></a> : The solve-group to add the environment to
  • <a id="arg---no-default-feature" href="#arg---no-default-feature">--no-default-feature</a> : Don't include the default feature in the environment

default: false

  • <a id="arg---force" href="#arg---force">--force</a> : Update the manifest even if the environment already exists

default: false

--8<-- "docs/reference/cli/pixi/workspace/environment/add_extender:example"