mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 03:42:48 +00:00
30 lines
553 B
Plaintext
30 lines
553 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pixi project
|
|
|
|
> Modify the project configuration file.
|
|
> More information: <https://pixi.sh/latest/reference/cli/#project>.
|
|
|
|
- Manage project channels:
|
|
|
|
`pixi project channel {{command}}`
|
|
|
|
- Manage project description:
|
|
|
|
`pixi project description {{command}}`
|
|
|
|
- Manage project platform:
|
|
|
|
`pixi project platform {{command}}`
|
|
|
|
- Manage project version:
|
|
|
|
`pixi project version {{command}}`
|
|
|
|
- Manage project environment:
|
|
|
|
`pixi project environment {{command}}`
|