docs/reference/cli/pixi/workspace/environment/add.md
Adds an environment to the manifest file
--8<-- "docs/reference/cli/pixi/workspace/environment/add_extender:description"
pixi workspace environment add [OPTIONS] <NAME>
<NAME></a>
: The name of the environment to addrequired: true
--feature (-f) <FEATURES></a>
: Features to add to the environmentMay be provided more than once.
--solve-group <SOLVE_GROUP></a>
: The solve-group to add the environment to--no-default-feature</a>
: Don't include the default feature in the environmentdefault: false
--force</a>
: Update the manifest even if the environment already existsdefault: false
--8<-- "docs/reference/cli/pixi/workspace/environment/add_extender:example"