Skip to content

pixi workspace platform add#

Adds a platform(s) to the workspace file and updates the lockfile

Usage#

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

Arguments#

  • <PLATFORM>
    The platform name(s) to add
    May be provided more than once.
    required: true

Options#

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