Back to Pixi

pixi workspace platform remove

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

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

pixi workspace platform remove

Remove platform(s) from the workspace file and updates the lock file

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

Usage

pixi workspace platform remove [OPTIONS] <PLATFORM>...

Arguments

  • <a id="arg-PLATFORM" href="#arg-PLATFORM"><PLATFORM></a> : The platform name(s) to remove

May be provided more than once.

required: true

Options

  • <a id="arg---no-install" href="#arg---no-install">--no-install</a> : Don't update the environment, only remove the platform(s) from the lock file

env: PIXI_NO_INSTALL

  • <a id="arg---feature" href="#arg---feature">--feature (-f) <FEATURE></a> : The name of the feature to remove the platform from
  • <a id="arg---environment" href="#arg---environment">--environment (-e) <ENVIRONMENT></a> : The environment to remove the platform from. The platform is removed from the platforms defined inline on the environment

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