LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pixi-project

Manage Pixi project settings and platforms

TLDR

Initialize new project
$ pixi project init
copy
Show project info
$ pixi project info
copy
Add platform support
$ pixi project platform add [platform]
copy
Add channel
$ pixi project channel add [channel]
copy

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)

Copied to clipboard
Kai