summaryrefslogtreecommitdiff
path: root/test/end-to-end/cli/analyse.sh
AgeCommit message (Collapse)Author
2024-04-24just analyse: add --dump-result command line optionAlberto Sartori
The result of the analysis is a JSON object containing the keys `"artifacts"`, `"runfiles"`, and `"provides"`. This JSON object, by default, is logged. However, it might be useful to process the data contained in it, while, for example, developing new rules. This patch adds a new command line option (`--dump-result`), reserved to the subcommand `analyse`, to dump the analysis result to the given file or stdout (if `-` is given).
2023-12-14just analyse: support dumping the provides map of a targetKlaus Aehlig