docs/reference/cli/pixi/workspace/register/index.md
Commands to manage the registry of workspaces. Default command will add a new workspace
--8<-- "docs/reference/cli/pixi/workspace/register_extender:description"
pixi workspace register [OPTIONS] [COMMAND]
| Command | Description |
|---|---|
list | List the registered workspaces |
remove | Remove a workspace from registry |
prune | Prune disassociated workspaces from registry |
--name (-n) <NAME></a>
: Name of the workspace to register. Defaults to the name of the current workspace--path (-p) <PATH></a>
: Path to register. Defaults to the path to the current workspace--force (-f)</a>
: Overwrite the workspace entry if the name of the workspace already exists in the registry--no-config</a>
: Don't read system or user-level configuration files. Project-local <project>/.pixi/config.toml is still loadedenv: PIXI_NO_CONFIG
default: false
--config-file <PATH></a>
: Load configuration from this file instead of searching system and user-level paths. Project-local <project>/.pixi/config.toml is still merged on topenv: PIXI_CONFIG_FILE
--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/register_extender:example"