From a08dbdcf39cd2824527d153f490514087b70d1c8 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 12 Dec 2023 12:38:42 +0100 Subject: just analyse: support dumping the provides map of a target --- share/man/just.1.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'share') diff --git a/share/man/just.1.md b/share/man/just.1.md index 600b742d..57bfa98a 100644 --- a/share/man/just.1.md +++ b/share/man/just.1.md @@ -667,6 +667,14 @@ treated as stdout. Output is a JSON map between tree ids and the corresponding artifact map, which maps the path to the artifact description. +**`--dump-provides`** *`PATH`* +Dump the provides map of the given target to file. *`-`* is treated +as stdout. The output is a JSON object mapping the providers to their +values, serialized as JSON; in particular, artifacts are replaced +by a JSON object with their intensional description. Therefore, the +dumped JSON is not uniquely readable, but requires an out-of-band +understanding where artifacts are to be expected. + **`rebuild`** specific options ------------------------------ -- cgit v1.2.3