You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our idea is to extend the pixi project command to have more option.
Some ideas that would be helpful on top of my mind:
version modification/fetch support
platforms modification/fetch support
description modification/fetch support
pixi project version
0.1.0
pixi project version major
1.0.0
pixi project version minor
1.1.0
pixi project version patch
1.1.1
pixi project version 1.2.3
1.2.3
# Should also update the lockfile
pixi project platforms add linux-64
pixi project platforms remove osx-64
pixi project platforms
linux-64, osx-arm64
pixi project description "This is a test description"
pixi project description
This is a test description
The text was updated successfully, but these errors were encountered:
…scription}` (#579)
A first proposal for #575
The idea is to add a few new `pixi project` commands:
- [x] `pixi project description set`
- [x] `pixi project description get`
- [x] `pixi project channel list`
- [x] `pixi project channel remove`
- [x] `pixi project platform list`
- [x] `pixi project platform remove`
- [x] `pixi project platform add`
- [x] `pixi project version get`
- [x] `pixi project version set`
- [x] `pixi project version {major,minor,patch}`: I did a first pass,
but I feel the logic should live on rattler, no?
Tests are missing.
See also a few comments/questions below.
---------
Co-authored-by: Ruben Arts <[email protected]>
Our idea is to extend the
pixi project
command to have more option.Some ideas that would be helpful on top of my mind:
version
modification/fetch supportplatforms
modification/fetch supportdescription
modification/fetch supportThe text was updated successfully, but these errors were encountered: