File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,16 @@ boolean options, all defaulting to `True`:
1515 - ` --show-packageconfig ` to ` --packageconfig ` (default) and ` --no-packageconfig `
1616 - ` --ignore-proprietary ` to ` --packages-proprietary ` (default) and ` --no-packages-proprietary `
1717
18+ - Console output handling has been updated:
19+ - ** Human-readable** output is now redirected to ** stderr**
20+ - ** Structured JSON** output is emitted on ** stdout** to facilitate seamless
21+ integration of the tool into automated pipelines and scripting workflows.
22+
23+ - The JSON output file has been updated:
24+ - The JSON output file is no longer generated by default.
25+ - The ` --output <PATH> ` option have been renamed to ` --json-output <PATH> `
26+ - The ` --json-output <PATH> ` option must now be explicitly specified to enable JSON file generation.
27+
1828### Fixed
1929
2030### Removed
You can’t perform that action at this time.
0 commit comments