pixi-project
Manage Pixi project settings and platforms
TLDR
Initialize new project
$ pixi project init
Show project info$ pixi project info
Add platform support$ pixi project platform add [platform]
Add channel$ pixi project channel add [channel]
SYNOPSIS
pixi project command [options]
DESCRIPTION
pixi project manages Pixi project configuration. Create new projects, add platform support, and configure channels. Projects are defined in pixi.toml files.
PARAMETERS
init
Initialize new project.info
Show project information.platform cmd
Manage platform support.channel cmd
Manage channels.version cmd
Manage project version.
SEE ALSO
pixi(1), pixi-config(1)
