Skip to content

pixi workspace channel remove#

About#

Remove channel(s) from the manifest and updates the lockfile

Usage#

pixi workspace channel remove [OPTIONS] <CHANNEL>...

Arguments#

  • <CHANNEL>
    The channel name or URL
    May be provided more than once.
    required: true

Options#

Config Options#

Update Options#

  • --no-install
    Don't modify the environment, only modify the lock-file
  • --frozen=<FROZEN>
    Install the environment as defined in the lockfile, doesn't update lockfile if it isn't up-to-date with the manifest file
    env: PIXI_FROZEN
    default: false
    options: true, false
  • --locked=<LOCKED>
    Check if lockfile is up-to-date before installing the environment, aborts when lockfile isn't up-to-date with the manifest file
    env: PIXI_LOCKED
    default: false
    options: true, false

Global Options#