From d131e38b2164c5b46b691029de3e4786951acb45 Mon Sep 17 00:00:00 2001 From: "bazel.build machine account" Date: Mon, 26 Aug 2024 15:04:01 -0400 Subject: [PATCH] [7.4.0] document --invocation_id (#23342) This flag is widely used to integrate Bazel with existing CI and a BES service. Let's make sure that it's documented. Closes #19703. PiperOrigin-RevId: 661331479 Change-Id: Ifae2cfacb734170ebdd898f0c4ef30a80dcae94a Commit https://github.com/bazelbuild/bazel/commit/bfe268399a08e8873ef66f6512794fcbb2569910 Co-authored-by: Son Luong Ngoc --- .../google/devtools/build/lib/runtime/CommonCommandOptions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/google/devtools/build/lib/runtime/CommonCommandOptions.java b/src/main/java/com/google/devtools/build/lib/runtime/CommonCommandOptions.java index 7eb1434c82731b..270d1116a8723a 100644 --- a/src/main/java/com/google/devtools/build/lib/runtime/CommonCommandOptions.java +++ b/src/main/java/com/google/devtools/build/lib/runtime/CommonCommandOptions.java @@ -168,7 +168,7 @@ public String getTypeDescription() { name = "invocation_id", defaultValue = "", converter = UUIDConverter.class, - documentationCategory = OptionDocumentationCategory.UNDOCUMENTED, + documentationCategory = OptionDocumentationCategory.UNCATEGORIZED, effectTags = {OptionEffectTag.BAZEL_MONITORING, OptionEffectTag.BAZEL_INTERNAL_CONFIGURATION}, help = "Unique identifier, in UUID format, for the command being run. If explicitly specified"