Back to Pixi

pixi clean cache

docs/reference/cli/pixi/clean/cache.md

0.70.01.2 KB
Original Source
<!--- This file is autogenerated. Do not edit manually! -->

pixi clean cache

Clean the cache of your system which are touched by pixi

--8<-- "docs/reference/cli/pixi/clean/cache_extender:description"

Usage

pixi clean cache [OPTIONS]

Options

  • <a id="arg---pypi" href="#arg---pypi">--pypi</a> : Clean only the pypi related cache
  • <a id="arg---conda" href="#arg---conda">--conda</a> : Clean only the conda related cache
  • <a id="arg---mapping" href="#arg---mapping">--mapping</a> : Clean only the mapping cache
  • <a id="arg---exec" href="#arg---exec">--exec</a> : Clean only exec cache
  • <a id="arg---repodata" href="#arg---repodata">--repodata</a> : Clean only the repodata cache
  • <a id="arg---build-backends" href="#arg---build-backends">--build-backends</a> : Clean only the build backends environments cache
  • <a id="arg---build" href="#arg---build">--build</a> : Clean only the build related cache
  • <a id="arg---yes" href="#arg---yes">--yes (-y)</a> : Answer yes to all questions

Description

Clean the cache of your system which are touched by pixi.

Specify the cache type to clean with the flags.

--8<-- "docs/reference/cli/pixi/clean/cache_extender:example"