docs/reference/cli/pixi/workspace/platform/move.md
Reorder a workspace platform, changing its selection priority
--8<-- "docs/reference/cli/pixi/workspace/platform/move_extender:description"
pixi workspace platform move [OPTIONS] <--before <PLATFORM>|--after <PLATFORM>|--to-top|--to-bottom> <NAME>
<NAME></a>
: Name of the platform to moverequired: true
--before <PLATFORM></a>
: Move it directly before this platform--after <PLATFORM></a>
: Move it directly after this platform--to-top</a>
: Move it to the top of the list (highest selection priority)--to-bottom</a>
: Move it to the bottom of the list (lowest selection priority)--no-install</a>
: Don't update the environment, only refresh the lock-fileenv: PIXI_NO_INSTALL
--8<-- "docs/reference/cli/pixi/workspace/platform/move_extender:example"