-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Add experimental uv sync --output-format json
#13689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 14 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
179450c
Add --format=Json | Text
x0rw 55eea25
Replace env actions strings with enums
x0rw a6738ec
Refactor, proper design, improve design to support future JSON logging
x0rw 84ef6dc
Add --format=pretty-json, Update cli.md
x0rw 03238e8
chore: Remove PrettyJson from SyncFormat enum (per review feedback)
x0rw 349564c
Enhance with Python executable and version information
x0rw 3b10fff
Remove failing
x0rw 9c2cdff
Serialize lockfile actions, generalise DryRunAction enum to work on m…
x0rw 3194aee
Fix lint issue ';', Add missing if stmnt
x0rw 451c511
cleanup and centralize printing logic
Gankra 9552b14
fill in noop prints
Gankra 3e49b24
fixup rebase
Gankra 4b0e8c7
remove --dry-run requirement and add tests
Gankra c3ee144
fixup
Gankra bd5312a
wip cleanups
Gankra 2662d0a
wip
Gankra b482502
regenerate
Gankra 0c9d930
fixup root path lookup
Gankra a28d0c8
better windows masking
Gankra d3dc2fd
fix windows snap regex
Gankra eed6a82
Merge branch 'main' into gankra/sync-json
zanieb 7faf7cc
Review
zanieb 5b73350
Use `Self` in constructors
zanieb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A bit weird to impl this when we don't for the other formats, but 🤷♀️