forked from prefix-dev/pixi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat:
update --json
(prefix-dev#1446)
Fixes prefix-dev#1437 Schema: ```json { "environment": { "linux-64": [ { "name": "zstd", "before": { "version": "1.5.5", "build": "hfc55251_0" }, "after": { "version": "1.5.6", "build": "ha6fb4c9_0" }, "type": "conda" "explicit": false } ] } } ``` @pavelzw Let me know what you think! I changed to an array instead of a dictionary because a package changing from conda to pypi is represented as a removal followed by an insert. The `explicit` flag is only present if its value is `true`. @ruben-arts This is missing a test! Waiting for Pavel to give me the green light first. ### TODO: - [x] Documentation, add it to the reference/cli.md - [x] Full record spec in json output
- Loading branch information
1 parent
49d0bff
commit b95d571
Showing
15 changed files
with
348 additions
and
68 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.