diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-12-12 12:38:42 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-12-14 12:41:11 +0100 |
commit | a08dbdcf39cd2824527d153f490514087b70d1c8 (patch) | |
tree | f3ea003b42a056823b0a402c42c0590910756082 /share | |
parent | 5e99a8eca8ef8955dac0d2c76fb0e96b9802b4e8 (diff) | |
download | justbuild-a08dbdcf39cd2824527d153f490514087b70d1c8.tar.gz |
just analyse: support dumping the provides map of a target
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just.1.md | 8 |
1 files changed, 8 insertions, 0 deletions
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 ------------------------------ |