Back to Pixi

pixi config edit

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

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

pixi config edit

Edit the configuration file

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

Usage

pixi config edit [OPTIONS] [EDITOR]

Arguments

  • <a id="arg-<EDITOR>" href="#arg-<EDITOR>"><EDITOR></a> : The editor to use, defaults to EDITOR environment variable or nano on Unix and notepad on Windows

env: EDITOR

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

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