Back to Pixi

pixi config append

docs/reference/cli/pixi/config/append.md

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

pixi config append

Append a value to a list configuration key

--8<-- "docs/reference/cli/pixi/config/append_extender:description"

Usage

pixi config append [OPTIONS] <KEY> <VALUE>

Arguments

  • <a id="arg-<KEY>" href="#arg-<KEY>"><KEY></a> : Configuration key to set

required: true

  • <a id="arg-<VALUE>" href="#arg-<VALUE>"><VALUE></a> : Configuration value to (pre|ap)pend

required: true

Config Options

  • <a id="arg---local" href="#arg---local">--local (-l)</a> : Operation on project-local configuration
  • <a id="arg---global" href="#arg---global">--global (-g)</a> : Operation on global configuration
  • <a id="arg---system" href="#arg---system">--system (-s)</a> : Operation on system configuration

Global Options

  • <a id="arg---manifest-path" href="#arg---manifest-path">--manifest-path (-m) <MANIFEST_PATH></a> : The path to pixi.toml, pyproject.toml, or the workspace directory
  • <a id="arg---workspace" href="#arg---workspace">--workspace (-w) <WORKSPACE></a> : Name of the workspace

Description

Append a value to a list configuration key

Example: pixi config append default-channels bioconda

--8<-- "docs/reference/cli/pixi/config/append_extender:example"