From 1dc0f86e5325ebffe2dd6fd7e90ff3e47e33936b Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 17 Mar 2025 16:13:12 +0100 Subject: just-profile(5): document action-specific artifacts, stdout, stderr --- share/man/just-profile.5.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'share') diff --git a/share/man/just-profile.5.md b/share/man/just-profile.5.md index fcce3748..70895efe 100644 --- a/share/man/just-profile.5.md +++ b/share/man/just-profile.5.md @@ -53,6 +53,13 @@ The profile file contains the following information. - For the key *`"time"`* for non-cached actions the build time in seconds. + - For the key *`"artifacts"`* an object with keys the output paths and values + the hashes of the corresponding artifacts as hex-encoded strings. + + - For they keys *`"stdout"`* and *`"stderr"`* the hashes of stdout and stderr, + respectively, as hex-encoded strings, provided the respective output is + non-empty. + See also ======== -- cgit v1.2.3