Back to Pixi

pixi workspace platform move

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

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

pixi workspace platform move

Reorder a workspace platform, changing its selection priority

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

Usage

pixi workspace platform move [OPTIONS] <--before <PLATFORM>|--after <PLATFORM>|--to-top|--to-bottom> <NAME>

Arguments

  • <a id="arg-NAME" href="#arg-NAME"><NAME></a> : Name of the platform to move

required: true

Options

  • <a id="arg---before" href="#arg---before">--before <PLATFORM></a> : Move it directly before this platform
  • <a id="arg---after" href="#arg---after">--after <PLATFORM></a> : Move it directly after this platform
  • <a id="arg---to-top" href="#arg---to-top">--to-top</a> : Move it to the top of the list (highest selection priority)
  • <a id="arg---to-bottom" href="#arg---to-bottom">--to-bottom</a> : Move it to the bottom of the list (lowest selection priority)
  • <a id="arg---no-install" href="#arg---no-install">--no-install</a> : Don't update the environment, only refresh the lock-file

env: PIXI_NO_INSTALL

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