docs/reference/cli/pixi/workspace.md
Modify the workspace configuration file through the command line
--8<-- "docs/reference/cli/pixi/workspace_extender:description"
pixi workspace [OPTIONS] <COMMAND>
| Command | Description |
|---|---|
channel | Commands to manage workspace channels |
description | Commands to manage workspace description |
platform | Commands to manage workspace platforms |
version | Commands to manage workspace version |
environment | Commands to manage workspace environments |
feature | Commands to manage workspace features |
export | Commands to export workspaces to other formats |
name | Commands to manage workspace name |
register | Commands to manage the registry of workspaces. Default command will add a new workspace |
requires-pixi | Commands to manage the pixi minimum version requirement |
--manifest-path (-m) <MANIFEST_PATH></a>
: The path to pixi.toml, pyproject.toml, or the workspace directory--workspace (-w) <WORKSPACE></a>
: Name of the workspace--8<-- "docs/reference/cli/pixi/workspace_extender:example"