HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pixi config — Manage the configuration file. More information: <https://pixi.sh/latest/reference/cli/#config>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
theconfigurationcommandpixi configclimanagefilemore

Problem

How to use the pixi config command: Manage the configuration file. More information: <https://pixi.sh/latest/reference/cli/#config>.

Solution

pixi config — Manage the configuration file. More information: <https://pixi.sh/latest/reference/cli/#config>.

Edit the configuration file:
pixi config edit


List all configurations:
pixi config list


Prepend a value to a list configuration key:
pixi config prepend {{key}} {{value}}


Append a value to a list configuration key:
pixi config append {{key}} {{value}}


Set a configuration key to a value:
pixi config set {{key}} {{value}}


Unset a configuration key:
pixi config unset {{key}}

Code Snippets

Edit the configuration file

pixi config edit

List all configurations

pixi config list

Prepend a value to a list configuration key

pixi config prepend {{key}} {{value}}

Append a value to a list configuration key

pixi config append {{key}} {{value}}

Set a configuration key to a value

pixi config set {{key}} {{value}}

Context

tldr-pages: common/pixi config

Revisions (0)

No revisions yet.