logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Pixi Config - Manage Project Configuration | Online Free DevTools by Hexmos

Manage project configuration with Pixi Config. Configure project settings, dependencies, and environments using command-line interface. Free online tool, no registration required.

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}}

See Also