Back to Pixi

pixi workspace platform

docs/reference/cli/pixi/workspace/platform/index.md

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

pixi workspace platform

Commands to manage workspace platforms

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

Usage

pixi workspace platform [OPTIONS] <COMMAND>

Subcommands

CommandDescription
addAdds a platform(s) to the workspace file and updates the lock file
editEdit an existing workspace platform's subdir and/or virtual packages
moveReorder a workspace platform, changing its selection priority
listList every workspace platform with full detail, preceded by the auto-detected host as a separate entry
removeRemove platform(s) from the workspace file and updates the lock file

Config Options

  • <a id="arg---no-config" href="#arg---no-config">--no-config</a> : Don't read system or user-level configuration files. Project-local <project>/.pixi/config.toml is still loaded

env: PIXI_NO_CONFIG

default: false

  • <a id="arg---config-file" href="#arg---config-file">--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 top

env: PIXI_CONFIG_FILE

Global Options

  • <a id="arg---manifest-path" href="#arg---manifest-path">--manifest-path (-m) <MANIFEST_PATH></a> : The path to pixi.toml, pyproject.toml, or the workspace directory
  • <a id="arg---workspace" href="#arg---workspace">--workspace (-w) <WORKSPACE></a> : Name of the workspace
  • <a id="arg---script" href="#arg---script">--script (-s) <SCRIPT></a> : The path to a Python script containing PEP 723 metadata

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