Skip to content

Commit 212a248

Browse files
author
Christophe Guerreiro
committed
CHANGELOG: Update for JSON format and console output handling
Signed-off-by: Christophe Guerreiro <christophe.guerreiro@non.se.com>
1 parent 307c415 commit 212a248

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)