Skip to content

pixi workspace preview remove#

Remove preview flag(s) from the workspace

Usage#

pixi workspace preview remove [OPTIONS] <PREVIEW_FLAG>...

Arguments#

  • <PREVIEW_FLAG>
    The preview flag(s) to add or remove, e.g. pixi-build
    May be provided more than once.
    required: true
    options: pixi-build

Options#

  • --force
    Remove the flag(s) even when the manifest no longer loads without them

Description#

Remove preview flag(s) from the workspace.

Example: pixi workspace preview remove pixi-build