Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 996 Bytes

File metadata and controls

29 lines (23 loc) · 996 Bytes
title pixi workspace platform remove

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

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

Usage

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

Arguments

  • <PLATFORM> : The platform name to remove
    May be provided more than once.
    required: true

Options

  • --no-install : Don't update the environment, only remove the platform(s) from the lock-file
    env: PIXI_NO_INSTALL
  • --feature (-f) <FEATURE> : The name of the feature to remove the platform from

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