Back to Pixi

pixi workspace preview remove

docs/reference/cli/pixi/workspace/preview/remove.md

0.77.1903 B
Original Source
<!--- This file is autogenerated. Do not edit manually! -->

pixi workspace preview remove

Remove preview flag(s) from the workspace

--8<-- "docs/reference/cli/pixi/workspace/preview/remove_extender:description"

Usage

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

Arguments

  • <a id="arg-PREVIEW_FLAG" href="#arg-PREVIEW_FLAG"><PREVIEW_FLAG></a> : The preview flag(s) to add or remove, e.g. pixi-build

May be provided more than once.

required: true

options: pixi-build

Options

  • <a id="arg---force" href="#arg---force">--force</a> : 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

--8<-- "docs/reference/cli/pixi/workspace/preview/remove_extender:example"