pixi workspace platform move#
Reorder a workspace platform, changing its selection priority
Usage#
pixi workspace platform move [OPTIONS] <--before <PLATFORM>|--after <PLATFORM>|--to-top|--to-bottom> <NAME>
Arguments#
-
<NAME>- Name of the platform to move
required:true
Options#
-
--before <PLATFORM>- Move it directly before this platform
-
--after <PLATFORM>- Move it directly after this platform
-
--to-top- Move it to the top of the list (highest selection priority)
-
--to-bottom- Move it to the bottom of the list (lowest selection priority)
-
--no-install- Don't update the environment, only refresh the lock-file
env:PIXI_NO_INSTALL