diff --git a/external/vendor.mdx b/external/vendor.mdx
index f02e94a2..ab82c46c 100644
--- a/external/vendor.mdx
+++ b/external/vendor.mdx
@@ -95,22 +95,6 @@ Note that vendoring all dependencies has a few **disadvantages**:
Therefore, consider vendoring for specific targets first.
-### Vendor tools for Bazel subcommands {#vendor-tools-for-subcommands}
-
-Some Bazel subcommands (such as `bazel mod tidy`) have implicit tool
-dependencies that are not reachable from user build targets, so they are
-**not** included by `bazel vendor //...`. To vendor those tools as well, add
-the `@bazel_tools//tools:tools_for_bazel_subcommands` filegroup to your
-vendor invocation:
-
-```none
-bazel vendor //... @bazel_tools//tools:tools_for_bazel_subcommands
-```
-
-This is required if you plan to run commands like `bazel mod tidy` in an
-offline or hermetic environment (for example with `--vendor_dir` and
-`--nofetch`).
-
## Configure vendor mode with VENDOR.bazel {#configure-vendor-mode}
You can control how given repos are handled with the VENDOR.bazel file located
diff --git a/navigation.json b/navigation.json
index 99f6ff9e..a3d046ca 100644
--- a/navigation.json
+++ b/navigation.json
@@ -87,6 +87,14 @@
"$ref": "./navigation/7.7.en.json"
}
]
+ },
+ {
+ "version": "6.5",
+ "languages": [
+ {
+ "$ref": "./navigation/6.5.en.json"
+ }
+ ]
}
]
}
diff --git a/reference/command-line-reference.mdx b/reference/command-line-reference.mdx
index 6f51089e..0f00cb9d 100644
--- a/reference/command-line-reference.mdx
+++ b/reference/command-line-reference.mdx
@@ -1470,6 +1470,15 @@ Remote caching and execution options:
`--[no]experimental_remote_discard_merkle_trees` default: "true"
: If set to true, discard in-memory copies of the input root's Merkle tree and associated input mappings during calls to GetActionResult() and Execute(). This reduces memory usage significantly, but does require Bazel to recompute them upon remote cache misses and retries.
+`--experimental_remote_downloader=` default: see description
+: A Remote Asset API endpoint URI, to be used as a remote download proxy. The supported schemes are grpc, grpcs (grpc with TLS enabled) and unix (local UNIX sockets). If no scheme is provided Bazel will default to grpcs. See: https://github.com/bazelbuild/remote-apis/blob/master/build/bazel/remote/asset/v1/remote_asset.proto
+
+`--[no]experimental_remote_downloader_local_fallback` default: "false"
+: Whether to fall back to the local downloader if remote downloader fails.
+
+`--[no]experimental_remote_downloader_propagate_credentials` default: "false"
+: Whether to propagate credentials from netrc and credential helper to the remote downloader server. The server implementation needs to support the new `http_header_url:
load("@bazel//tools/build_defs/repo:git.bzl", "git_repository")
-git_repository(name, add_prefix, branch, build_file, build_file_content, canonical_id, commit,
- init_submodules, patch_args, patch_cmds, patch_cmds_win, patch_strip, patch_tool,
- patches, recursive_init_submodules, remote, remote_module_file_integrity,
+git_repository(name, branch, build_file, build_file_content, canonical_id, commit, init_submodules,
+ patch_args, patch_cmds, patch_cmds_win, patch_strip, patch_tool, patches,
+ recursive_init_submodules, remote, remote_module_file_integrity,
remote_module_file_urls, remote_patch_strip, remote_patches, shallow_since,
sparse_checkout_file, sparse_checkout_patterns, strip_prefix, tag, verbose,
workspace_file, workspace_file_content)
@@ -64,24 +64,6 @@ The reasons are:
A unique name for this repository.
-
add_prefix- -Destination directory relative to the repository directory. - -The git repo will be cloned into this directory, after applying `strip_prefix` -(if any) to the file paths within the repo. For example, file -`foo-1.2.3/src/foo.h` will be cloned to `bar/src/foo.h` if `add_prefix = "bar"` -and `strip_prefix = "foo-1.2.3"`. -
load("@bazel//tools/build_defs/repo:git.bzl", "new_git_repository")
-new_git_repository(name, add_prefix, branch, build_file, build_file_content, canonical_id, commit,
+new_git_repository(name, branch, build_file, build_file_content, canonical_id, commit,
init_submodules, patch_args, patch_cmds, patch_cmds_win, patch_strip, patch_tool,
patches, recursive_init_submodules, remote, remote_module_file_integrity,
remote_module_file_urls, remote_patch_strip, remote_patches, shallow_since,
@@ -471,24 +453,6 @@ Deprecated - use the drop-in replacement 'git_repository' instead
A unique name for this repository.
-
-
-
-
-add_prefix
-
-
-String; optional
-
-
-
-Destination directory relative to the repository directory.
-
-The git repo will be cloned into this directory, after applying `strip_prefix`
-(if any) to the file paths within the repo. For example, file
-`foo-1.2.3/src/foo.h` will be cloned to `bar/src/foo.h` if `add_prefix = "bar"`
-and `strip_prefix = "foo-1.2.3"`.
-
diff --git a/upstream b/upstream
index bca007ec..8736593a 160000
--- a/upstream
+++ b/upstream
@@ -1 +1 @@
-Subproject commit bca007ec74f21464115b9175fa217698302ace74
+Subproject commit 8736593a1498bab4964f307595744f463cad22d3
diff --git a/versions/8.0.1/reference/flag-cheatsheet.mdx b/versions/8.0.1/reference/flag-cheatsheet.mdx
index b543ea51..6c406ea6 100644
--- a/versions/8.0.1/reference/flag-cheatsheet.mdx
+++ b/versions/8.0.1/reference/flag-cheatsheet.mdx
@@ -23,7 +23,7 @@ The following flags are meant to be set explicitly on the command line.
- `--config`
+ --config
@@ -37,7 +37,7 @@ be selected with --config=<group>.
- `--keep_going`
+ --keep_going
@@ -49,7 +49,7 @@ By default, Bazel fails eagerly.
- `--remote_download_outputs`
+ --remote_download_outputs
@@ -70,7 +70,7 @@ and intermediate artifacts that are necessary for local actions.
- `--stamp`
+ --stamp
@@ -96,7 +96,7 @@ The following flags can help you better understand Bazel build or test errors.
- `--announce_rc`
+ --announce_rc
@@ -109,7 +109,7 @@ machine-defined, or project-defined .bazelrc files.
- `--auto_output_filter`
+ --auto_output_filter
@@ -124,7 +124,7 @@ command line. To disable all filtering, set
- `--sandbox_debug`
+ --sandbox_debug
@@ -147,7 +147,7 @@ builds by default and what gets sandboxed, see our
- `--subcommands (-s)`
+ --subcommands (-s)
@@ -170,7 +170,7 @@ a server restart. Toggle these flags with caution.
- `--bazelrc`
+ --bazelrc
@@ -193,7 +193,7 @@ the .bazelrc file>.
- `--host_jvm_args`
+ --host_jvm_args
@@ -226,7 +226,7 @@ For example, the following limits the Bazel heap size to 3GB:
- `--output_base`
+ --output_base
@@ -257,7 +257,7 @@ The following flags are related to Bazel test
- `--java_debug`
+ --java_debug
@@ -269,7 +269,7 @@ Causes Java tests to wait for a debugger connection before being executed.
- `--runs_per_test`
+ --runs_per_test
@@ -283,7 +283,7 @@ flaky tests and see whether a fix causes a test to pass consistently.
- `--test_output`
+ --test_output
@@ -308,7 +308,7 @@ The following flags are related to Bazel run.
- `--run_under`
+ --run_under
@@ -333,7 +333,7 @@ options.
- `--disk_cache`
+ --disk_cache
@@ -350,7 +350,7 @@ up Bazel builds by adding
- `--jobs`
+ --jobs
@@ -365,7 +365,7 @@ cluster executes more jobs than you have cores locally.
- `--local_resources`
+ --local_resources
@@ -382,7 +382,7 @@ Limits how much CPU or RAM is consumed by locally running actions.
- `--sandbox_base`
+ --sandbox_base
@@ -412,7 +412,7 @@ options.
- `--flaky_test_attempts`
+ --flaky_test_attempts
@@ -427,7 +427,7 @@ the test summary.
- `--remote_cache`
+ --remote_cache
@@ -440,7 +440,7 @@ speed up Bazel builds. It can be combined with a local disk cache.
- `--remote_download_regex`
+ --remote_download_regex
@@ -454,7 +454,7 @@ patterns may be specified by repeating this flag.
- `--remote_executor`
+ --remote_executor
@@ -468,7 +468,7 @@ a remote execution service. You'll often need to Add
- `--remote_instance_name`
+ --remote_instance_name
@@ -480,7 +480,7 @@ The value to pass as instance_name in the remote execution API.
- `--show-timestamps`
+ --show-timestamps
@@ -494,7 +494,7 @@ quickly understand what step took how long.
- `--spawn_strategy`
+ --spawn_strategy
diff --git a/versions/8.1.1/reference/flag-cheatsheet.mdx b/versions/8.1.1/reference/flag-cheatsheet.mdx
index 23bb4e1d..462f987f 100644
--- a/versions/8.1.1/reference/flag-cheatsheet.mdx
+++ b/versions/8.1.1/reference/flag-cheatsheet.mdx
@@ -23,7 +23,7 @@ The following flags are meant to be set explicitly on the command line.
- `--config`
+ --config
@@ -37,7 +37,7 @@ be selected with --config=<group>.
- `--keep_going`
+ --keep_going
@@ -49,7 +49,7 @@ By default, Bazel fails eagerly.
- `--remote_download_outputs`
+ --remote_download_outputs
@@ -70,7 +70,7 @@ and intermediate artifacts that are necessary for local actions.
- `--stamp`
+ --stamp
@@ -96,7 +96,7 @@ The following flags can help you better understand Bazel build or test errors.
- `--announce_rc`
+ --announce_rc
@@ -109,7 +109,7 @@ machine-defined, or project-defined .bazelrc files.
- `--auto_output_filter`
+ --auto_output_filter
@@ -124,7 +124,7 @@ command line. To disable all filtering, set
- `--sandbox_debug`
+ --sandbox_debug
@@ -147,7 +147,7 @@ builds by default and what gets sandboxed, see our
- `--subcommands (-s)`
+ --subcommands (-s)
@@ -170,7 +170,7 @@ a server restart. Toggle these flags with caution.
- `--bazelrc`
+ --bazelrc
@@ -193,7 +193,7 @@ the .bazelrc file>.
- `--host_jvm_args`
+ --host_jvm_args
@@ -226,7 +226,7 @@ For example, the following limits the Bazel heap size to 3GB:
- `--output_base`
+ --output_base
@@ -257,7 +257,7 @@ The following flags are related to Bazel test
- `--java_debug`
+ --java_debug
@@ -269,7 +269,7 @@ Causes Java tests to wait for a debugger connection before being executed.
- `--runs_per_test`
+ --runs_per_test
@@ -283,7 +283,7 @@ flaky tests and see whether a fix causes a test to pass consistently.
- `--test_output`
+ --test_output
@@ -308,7 +308,7 @@ The following flags are related to Bazel run.
- `--run_under`
+ --run_under
@@ -333,7 +333,7 @@ options.
- `--disk_cache`
+ --disk_cache
@@ -350,7 +350,7 @@ up Bazel builds by adding
- `--jobs`
+ --jobs
@@ -365,7 +365,7 @@ cluster executes more jobs than you have cores locally.
- `--local_resources`
+ --local_resources
@@ -382,7 +382,7 @@ Limits how much CPU or RAM is consumed by locally running actions.
- `--sandbox_base`
+ --sandbox_base
@@ -412,7 +412,7 @@ options.
- `--flaky_test_attempts`
+ --flaky_test_attempts
@@ -427,7 +427,7 @@ the test summary.
- `--remote_cache`
+ --remote_cache
@@ -440,7 +440,7 @@ speed up Bazel builds. It can be combined with a local disk cache.
- `--remote_download_regex`
+ --remote_download_regex
@@ -454,7 +454,7 @@ patterns may be specified by repeating this flag.
- `--remote_executor`
+ --remote_executor
@@ -468,7 +468,7 @@ a remote execution service. You'll often need to Add
- `--remote_instance_name`
+ --remote_instance_name
@@ -480,7 +480,7 @@ The value to pass as instance_name in the remote execution API.
- `--show-timestamps`
+ --show-timestamps
@@ -494,7 +494,7 @@ quickly understand what step took how long.
- `--spawn_strategy`
+ --spawn_strategy
diff --git a/versions/8.2.1/reference/flag-cheatsheet.mdx b/versions/8.2.1/reference/flag-cheatsheet.mdx
index 2d18fc13..d8c5b8ca 100644
--- a/versions/8.2.1/reference/flag-cheatsheet.mdx
+++ b/versions/8.2.1/reference/flag-cheatsheet.mdx
@@ -23,7 +23,7 @@ The following flags are meant to be set explicitly on the command line.
- `--config`
+ --config
@@ -37,7 +37,7 @@ be selected with --config=<group>.
- `--keep_going`
+ --keep_going
@@ -49,7 +49,7 @@ By default, Bazel fails eagerly.
- `--remote_download_outputs`
+ --remote_download_outputs
@@ -70,7 +70,7 @@ and intermediate artifacts that are necessary for local actions.
- `--stamp`
+ --stamp
@@ -96,7 +96,7 @@ The following flags can help you better understand Bazel build or test errors.
- `--announce_rc`
+ --announce_rc
@@ -109,7 +109,7 @@ machine-defined, or project-defined .bazelrc files.
- `--auto_output_filter`
+ --auto_output_filter
@@ -124,7 +124,7 @@ command line. To disable all filtering, set
- `--sandbox_debug`
+ --sandbox_debug
@@ -147,7 +147,7 @@ builds by default and what gets sandboxed, see our
- `--subcommands (-s)`
+ --subcommands (-s)
@@ -170,7 +170,7 @@ a server restart. Toggle these flags with caution.
- `--bazelrc`
+ --bazelrc
@@ -193,7 +193,7 @@ the .bazelrc file>.
- `--host_jvm_args`
+ --host_jvm_args
@@ -226,7 +226,7 @@ For example, the following limits the Bazel heap size to 3GB:
- `--output_base`
+ --output_base
@@ -257,7 +257,7 @@ The following flags are related to Bazel test
- `--java_debug`
+ --java_debug
@@ -269,7 +269,7 @@ Causes Java tests to wait for a debugger connection before being executed.
- `--runs_per_test`
+ --runs_per_test
@@ -283,7 +283,7 @@ flaky tests and see whether a fix causes a test to pass consistently.
- `--test_output`
+ --test_output
@@ -308,7 +308,7 @@ The following flags are related to Bazel run.
- `--run_under`
+ --run_under
@@ -333,7 +333,7 @@ options.
- `--disk_cache`
+ --disk_cache
@@ -350,7 +350,7 @@ up Bazel builds by adding
- `--jobs`
+ --jobs
@@ -365,7 +365,7 @@ cluster executes more jobs than you have cores locally.
- `--local_resources`
+ --local_resources
@@ -382,7 +382,7 @@ Limits how much CPU or RAM is consumed by locally running actions.
- `--sandbox_base`
+ --sandbox_base
@@ -412,7 +412,7 @@ options.
- `--flaky_test_attempts`
+ --flaky_test_attempts
@@ -427,7 +427,7 @@ the test summary.
- `--remote_cache`
+ --remote_cache
@@ -440,7 +440,7 @@ speed up Bazel builds. It can be combined with a local disk cache.
- `--remote_download_regex`
+ --remote_download_regex
@@ -454,7 +454,7 @@ patterns may be specified by repeating this flag.
- `--remote_executor`
+ --remote_executor
@@ -468,7 +468,7 @@ a remote execution service. You'll often need to Add
- `--remote_instance_name`
+ --remote_instance_name
@@ -480,7 +480,7 @@ The value to pass as instance_name in the remote execution API.
- `--show-timestamps`
+ --show-timestamps
@@ -494,7 +494,7 @@ quickly understand what step took how long.
- `--spawn_strategy`
+ --spawn_strategy
diff --git a/versions/8.3.1/reference/flag-cheatsheet.mdx b/versions/8.3.1/reference/flag-cheatsheet.mdx
index 29c33ea3..615ce048 100644
--- a/versions/8.3.1/reference/flag-cheatsheet.mdx
+++ b/versions/8.3.1/reference/flag-cheatsheet.mdx
@@ -23,7 +23,7 @@ The following flags are meant to be set explicitly on the command line.
- `--config`
+ --config
@@ -37,7 +37,7 @@ be selected with --config=<group>.
- `--keep_going`
+ --keep_going
@@ -49,7 +49,7 @@ By default, Bazel fails eagerly.
- `--remote_download_outputs`
+ --remote_download_outputs
@@ -70,7 +70,7 @@ and intermediate artifacts that are necessary for local actions.
- `--stamp`
+ --stamp
@@ -96,7 +96,7 @@ The following flags can help you better understand Bazel build or test errors.
- `--announce_rc`
+ --announce_rc
@@ -109,7 +109,7 @@ machine-defined, or project-defined .bazelrc files.
- `--auto_output_filter`
+ --auto_output_filter
@@ -124,7 +124,7 @@ command line. To disable all filtering, set
- `--sandbox_debug`
+ --sandbox_debug
@@ -147,7 +147,7 @@ builds by default and what gets sandboxed, see our
- `--subcommands (-s)`
+ --subcommands (-s)
@@ -170,7 +170,7 @@ a server restart. Toggle these flags with caution.
- `--bazelrc`
+ --bazelrc
@@ -193,7 +193,7 @@ the .bazelrc file>.
- `--host_jvm_args`
+ --host_jvm_args
@@ -226,7 +226,7 @@ For example, the following limits the Bazel heap size to 3GB:
- `--output_base`
+ --output_base
@@ -257,7 +257,7 @@ The following flags are related to Bazel test
- `--java_debug`
+ --java_debug
@@ -269,7 +269,7 @@ Causes Java tests to wait for a debugger connection before being executed.
- `--runs_per_test`
+ --runs_per_test
@@ -283,7 +283,7 @@ flaky tests and see whether a fix causes a test to pass consistently.
- `--test_output`
+ --test_output
@@ -308,7 +308,7 @@ The following flags are related to Bazel run.
- `--run_under`
+ --run_under
@@ -333,7 +333,7 @@ options.
- `--disk_cache`
+ --disk_cache
@@ -350,7 +350,7 @@ up Bazel builds by adding
- `--jobs`
+ --jobs
@@ -365,7 +365,7 @@ cluster executes more jobs than you have cores locally.
- `--local_resources`
+ --local_resources
@@ -382,7 +382,7 @@ Limits how much CPU or RAM is consumed by locally running actions.
- `--sandbox_base`
+ --sandbox_base
@@ -412,7 +412,7 @@ options.
- `--flaky_test_attempts`
+ --flaky_test_attempts
@@ -427,7 +427,7 @@ the test summary.
- `--remote_cache`
+ --remote_cache
@@ -440,7 +440,7 @@ speed up Bazel builds. It can be combined with a local disk cache.
- `--remote_download_regex`
+ --remote_download_regex
@@ -454,7 +454,7 @@ patterns may be specified by repeating this flag.
- `--remote_executor`
+ --remote_executor
@@ -468,7 +468,7 @@ a remote execution service. You'll often need to Add
- `--remote_instance_name`
+ --remote_instance_name
@@ -480,7 +480,7 @@ The value to pass as instance_name in the remote execution API.
- `--show-timestamps`
+ --show-timestamps
@@ -494,7 +494,7 @@ quickly understand what step took how long.
- `--spawn_strategy`
+ --spawn_strategy
diff --git a/versions/8.4.2/reference/flag-cheatsheet.mdx b/versions/8.4.2/reference/flag-cheatsheet.mdx
index dd868759..15d54c29 100644
--- a/versions/8.4.2/reference/flag-cheatsheet.mdx
+++ b/versions/8.4.2/reference/flag-cheatsheet.mdx
@@ -23,7 +23,7 @@ The following flags are meant to be set explicitly on the command line.
- `--config`
+ --config
@@ -37,7 +37,7 @@ be selected with --config=<group>.
- `--keep_going`
+ --keep_going
@@ -49,7 +49,7 @@ By default, Bazel fails eagerly.
- `--remote_download_outputs`
+ --remote_download_outputs
@@ -70,7 +70,7 @@ and intermediate artifacts that are necessary for local actions.
- `--stamp`
+ --stamp
@@ -96,7 +96,7 @@ The following flags can help you better understand Bazel build or test errors.
- `--announce_rc`
+ --announce_rc
@@ -109,7 +109,7 @@ machine-defined, or project-defined .bazelrc files.
- `--auto_output_filter`
+ --auto_output_filter
@@ -124,7 +124,7 @@ command line. To disable all filtering, set
- `--sandbox_debug`
+ --sandbox_debug
@@ -147,7 +147,7 @@ builds by default and what gets sandboxed, see our
- `--subcommands (-s)`
+ --subcommands (-s)
@@ -170,7 +170,7 @@ a server restart. Toggle these flags with caution.
- `--bazelrc`
+ --bazelrc
@@ -193,7 +193,7 @@ the .bazelrc file>.
- `--host_jvm_args`
+ --host_jvm_args
@@ -226,7 +226,7 @@ For example, the following limits the Bazel heap size to 3GB:
- `--output_base`
+ --output_base
@@ -257,7 +257,7 @@ The following flags are related to Bazel test
- `--java_debug`
+ --java_debug
@@ -269,7 +269,7 @@ Causes Java tests to wait for a debugger connection before being executed.
- `--runs_per_test`
+ --runs_per_test
@@ -283,7 +283,7 @@ flaky tests and see whether a fix causes a test to pass consistently.
- `--test_output`
+ --test_output
@@ -308,7 +308,7 @@ The following flags are related to Bazel run.
- `--run_under`
+ --run_under
@@ -333,7 +333,7 @@ options.
- `--disk_cache`
+ --disk_cache
@@ -350,7 +350,7 @@ up Bazel builds by adding
- `--jobs`
+ --jobs
@@ -365,7 +365,7 @@ cluster executes more jobs than you have cores locally.
- `--local_resources`
+ --local_resources
@@ -382,7 +382,7 @@ Limits how much CPU or RAM is consumed by locally running actions.
- `--sandbox_base`
+ --sandbox_base
@@ -412,7 +412,7 @@ options.
- `--flaky_test_attempts`
+ --flaky_test_attempts
@@ -427,7 +427,7 @@ the test summary.
- `--remote_cache`
+ --remote_cache
@@ -440,7 +440,7 @@ speed up Bazel builds. It can be combined with a local disk cache.
- `--remote_download_regex`
+ --remote_download_regex
@@ -454,7 +454,7 @@ patterns may be specified by repeating this flag.
- `--remote_executor`
+ --remote_executor
@@ -468,7 +468,7 @@ a remote execution service. You'll often need to Add
- `--remote_instance_name`
+ --remote_instance_name
@@ -480,7 +480,7 @@ The value to pass as instance_name in the remote execution API.
- `--show-timestamps`
+ --show-timestamps
@@ -494,7 +494,7 @@ quickly understand what step took how long.
- `--spawn_strategy`
+ --spawn_strategy
diff --git a/versions/8.5.1/reference/flag-cheatsheet.mdx b/versions/8.5.1/reference/flag-cheatsheet.mdx
index 6f7944ca..6aba0ae4 100644
--- a/versions/8.5.1/reference/flag-cheatsheet.mdx
+++ b/versions/8.5.1/reference/flag-cheatsheet.mdx
@@ -23,7 +23,7 @@ The following flags are meant to be set explicitly on the command line.
- `--config`
+ --config
@@ -37,7 +37,7 @@ be selected with --config=<group>.
- `--keep_going`
+ --keep_going
@@ -49,7 +49,7 @@ By default, Bazel fails eagerly.
- `--remote_download_outputs`
+ --remote_download_outputs
@@ -70,7 +70,7 @@ and intermediate artifacts that are necessary for local actions.
- `--stamp`
+ --stamp
@@ -96,7 +96,7 @@ The following flags can help you better understand Bazel build or test errors.
- `--announce_rc`
+ --announce_rc
@@ -109,7 +109,7 @@ machine-defined, or project-defined .bazelrc files.
- `--auto_output_filter`
+ --auto_output_filter
@@ -124,7 +124,7 @@ command line. To disable all filtering, set
- `--sandbox_debug`
+ --sandbox_debug
@@ -147,7 +147,7 @@ builds by default and what gets sandboxed, see our
- `--subcommands (-s)`
+ --subcommands (-s)
@@ -170,7 +170,7 @@ a server restart. Toggle these flags with caution.
- `--bazelrc`
+ --bazelrc
@@ -193,7 +193,7 @@ the .bazelrc file>.
- `--host_jvm_args`
+ --host_jvm_args
@@ -226,7 +226,7 @@ For example, the following limits the Bazel heap size to 3GB:
- `--output_base`
+ --output_base
@@ -257,7 +257,7 @@ The following flags are related to Bazel test
- `--java_debug`
+ --java_debug
@@ -269,7 +269,7 @@ Causes Java tests to wait for a debugger connection before being executed.
- `--runs_per_test`
+ --runs_per_test
@@ -283,7 +283,7 @@ flaky tests and see whether a fix causes a test to pass consistently.
- `--test_output`
+ --test_output
@@ -308,7 +308,7 @@ The following flags are related to Bazel run.
- `--run_under`
+ --run_under
@@ -333,7 +333,7 @@ options.
- `--disk_cache`
+ --disk_cache
@@ -350,7 +350,7 @@ up Bazel builds by adding
- `--jobs`
+ --jobs
@@ -365,7 +365,7 @@ cluster executes more jobs than you have cores locally.
- `--local_resources`
+ --local_resources
@@ -382,7 +382,7 @@ Limits how much CPU or RAM is consumed by locally running actions.
- `--sandbox_base`
+ --sandbox_base
@@ -412,7 +412,7 @@ options.
- `--flaky_test_attempts`
+ --flaky_test_attempts
@@ -427,7 +427,7 @@ the test summary.
- `--remote_cache`
+ --remote_cache
@@ -440,7 +440,7 @@ speed up Bazel builds. It can be combined with a local disk cache.
- `--remote_download_regex`
+ --remote_download_regex
@@ -454,7 +454,7 @@ patterns may be specified by repeating this flag.
- `--remote_executor`
+ --remote_executor
@@ -468,7 +468,7 @@ a remote execution service. You'll often need to Add
- `--remote_instance_name`
+ --remote_instance_name
@@ -480,7 +480,7 @@ The value to pass as instance_name in the remote execution API.
- `--show-timestamps`
+ --show-timestamps
@@ -494,7 +494,7 @@ quickly understand what step took how long.
- `--spawn_strategy`
+ --spawn_strategy
diff --git a/versions/8.6.0/reference/flag-cheatsheet.mdx b/versions/8.6.0/reference/flag-cheatsheet.mdx
index d2539867..03ddc21c 100644
--- a/versions/8.6.0/reference/flag-cheatsheet.mdx
+++ b/versions/8.6.0/reference/flag-cheatsheet.mdx
@@ -22,7 +22,7 @@ The following flags are meant to be set explicitly on the command line.
- `--config`
+ --config
@@ -36,7 +36,7 @@ be selected with --config=<group>.
- `--keep_going`
+ --keep_going
@@ -48,7 +48,7 @@ By default, Bazel fails eagerly.
- `--remote_download_outputs`
+ --remote_download_outputs
@@ -69,7 +69,7 @@ and intermediate artifacts that are necessary for local actions.
- `--stamp`
+ --stamp
@@ -96,7 +96,7 @@ The following flags can help you better understand Bazel build or test errors.
- `--announce_rc`
+ --announce_rc
@@ -109,7 +109,7 @@ machine-defined, or project-defined .bazelrc files.
- `--auto_output_filter`
+ --auto_output_filter
@@ -124,7 +124,7 @@ command line. To disable all filtering, set
- `--sandbox_debug`
+ --sandbox_debug
@@ -147,7 +147,7 @@ builds by default and what gets sandboxed, see our
- `--subcommands (-s)`
+ --subcommands (-s)
@@ -171,7 +171,7 @@ a server restart. Toggle these flags with caution.
- `--bazelrc`
+ --bazelrc
@@ -194,7 +194,7 @@ the .bazelrc file>.
- `--host_jvm_args`
+ --host_jvm_args
@@ -227,7 +227,7 @@ For example, the following limits the Bazel heap size to 3GB:
- `--output_base`
+ --output_base
@@ -259,7 +259,7 @@ The following flags are related to Bazel test
- `--java_debug`
+ --java_debug
@@ -271,7 +271,7 @@ Causes Java tests to wait for a debugger connection before being executed.
- `--runs_per_test`
+ --runs_per_test
@@ -285,7 +285,7 @@ flaky tests and see whether a fix causes a test to pass consistently.
- `--test_output`
+ --test_output
@@ -311,7 +311,7 @@ The following flags are related to Bazel run.
- `--run_under`
+ --run_under
@@ -337,7 +337,7 @@ options.
- `--disk_cache`
+ --disk_cache
@@ -354,7 +354,7 @@ up Bazel builds by adding
- `--jobs`
+ --jobs
@@ -369,7 +369,7 @@ cluster executes more jobs than you have cores locally.
- `--local_resources`
+ --local_resources
@@ -386,7 +386,7 @@ Limits how much CPU or RAM is consumed by locally running actions.
- `--sandbox_base`
+ --sandbox_base
@@ -417,7 +417,7 @@ options.
- `--flaky_test_attempts`
+ --flaky_test_attempts
@@ -432,7 +432,7 @@ the test summary.
- `--remote_cache`
+ --remote_cache
@@ -445,7 +445,7 @@ speed up Bazel builds. It can be combined with a local disk cache.
- `--remote_download_regex`
+ --remote_download_regex
@@ -459,7 +459,7 @@ patterns may be specified by repeating this flag.
- `--remote_executor`
+ --remote_executor
@@ -473,7 +473,7 @@ a remote execution service. You'll often need to Add
- `--remote_instance_name`
+ --remote_instance_name
@@ -485,7 +485,7 @@ The value to pass as instance_name in the remote execution API.
- `--show-timestamps`
+ --show-timestamps
@@ -499,7 +499,7 @@ quickly understand what step took how long.
- `--spawn_strategy`
+ --spawn_strategy
diff --git a/versions/9.0.0/reference/flag-cheatsheet.mdx b/versions/9.0.0/reference/flag-cheatsheet.mdx
index 5fbf46bf..97deccdf 100644
--- a/versions/9.0.0/reference/flag-cheatsheet.mdx
+++ b/versions/9.0.0/reference/flag-cheatsheet.mdx
@@ -23,7 +23,7 @@ The following flags are meant to be set explicitly on the command line.
- `--config`
+ --config
@@ -37,7 +37,7 @@ be selected with --config=<group>.
- `--keep_going`
+ --keep_going
@@ -49,7 +49,7 @@ By default, Bazel fails eagerly.
- `--remote_download_outputs`
+ --remote_download_outputs
@@ -70,7 +70,7 @@ and intermediate artifacts that are necessary for local actions.
- `--stamp`
+ --stamp
@@ -96,7 +96,7 @@ The following flags can help you better understand Bazel build or test errors.
- `--announce_rc`
+ --announce_rc
@@ -109,7 +109,7 @@ machine-defined, or project-defined .bazelrc files.
- `--auto_output_filter`
+ --auto_output_filter
@@ -124,7 +124,7 @@ command line. To disable all filtering, set
- `--sandbox_debug`
+ --sandbox_debug
@@ -147,7 +147,7 @@ builds by default and what gets sandboxed, see our
- `--subcommands (-s)`
+ --subcommands (-s)
@@ -170,7 +170,7 @@ a server restart. Toggle these flags with caution.
- `--bazelrc`
+ --bazelrc
@@ -193,7 +193,7 @@ the .bazelrc file>.
- `--host_jvm_args`
+ --host_jvm_args
@@ -226,7 +226,7 @@ For example, the following limits the Bazel heap size to 3GB:
- `--output_base`
+ --output_base
@@ -257,7 +257,7 @@ The following flags are related to Bazel test
- `--java_debug`
+ --java_debug
@@ -269,7 +269,7 @@ Causes Java tests to wait for a debugger connection before being executed.
- `--runs_per_test`
+ --runs_per_test
@@ -283,7 +283,7 @@ flaky tests and see whether a fix causes a test to pass consistently.
- `--test_filter`
+ --test_filter
@@ -300,7 +300,7 @@ debugging. This flag is often used in conjunction with
- `--test_output`
+ --test_output
@@ -325,7 +325,7 @@ The following flags are related to Bazel run.
- `--run_under`
+ --run_under
@@ -350,7 +350,7 @@ options.
- `--disk_cache`
+ --disk_cache
@@ -367,7 +367,7 @@ up Bazel builds by adding
- `--jobs`
+ --jobs
@@ -382,7 +382,7 @@ cluster executes more jobs than you have cores locally.
- `--local_resources`
+ --local_resources
@@ -399,7 +399,7 @@ Limits how much CPU or RAM is consumed by locally running actions.
- `--sandbox_base`
+ --sandbox_base
@@ -429,7 +429,7 @@ options.
- `--flaky_test_attempts`
+ --flaky_test_attempts
@@ -444,7 +444,7 @@ the test summary.
- `--remote_cache`
+ --remote_cache
@@ -457,7 +457,7 @@ speed up Bazel builds. It can be combined with a local disk cache.
- `--remote_download_regex`
+ --remote_download_regex
@@ -471,7 +471,7 @@ patterns may be specified by repeating this flag.
- `--remote_executor`
+ --remote_executor
@@ -485,7 +485,7 @@ a remote execution service. You'll often need to Add
- `--remote_instance_name`
+ --remote_instance_name
@@ -497,7 +497,7 @@ The value to pass as instance_name in the remote execution API.
- `--show_timestamps`
+ --show_timestamps
@@ -511,7 +511,7 @@ quickly understand what step took how long.
- `--spawn_strategy`
+ --spawn_strategy
diff --git a/versions/9.1.0/reference/flag-cheatsheet.mdx b/versions/9.1.0/reference/flag-cheatsheet.mdx
index ebfea398..6abfef35 100644
--- a/versions/9.1.0/reference/flag-cheatsheet.mdx
+++ b/versions/9.1.0/reference/flag-cheatsheet.mdx
@@ -22,7 +22,7 @@ The following flags are meant to be set explicitly on the command line.
- `--config`
+ --config
@@ -36,7 +36,7 @@ be selected with --config=<group>.
- `--keep_going`
+ --keep_going
@@ -48,7 +48,7 @@ By default, Bazel fails eagerly.
- `--remote_download_outputs`
+ --remote_download_outputs
@@ -69,7 +69,7 @@ and intermediate artifacts that are necessary for local actions.
- `--stamp`
+ --stamp
@@ -96,7 +96,7 @@ The following flags can help you better understand Bazel build or test errors.
- `--announce_rc`
+ --announce_rc
@@ -109,7 +109,7 @@ machine-defined, or project-defined .bazelrc files.
- `--auto_output_filter`
+ --auto_output_filter
@@ -124,7 +124,7 @@ command line. To disable all filtering, set
- `--sandbox_debug`
+ --sandbox_debug
@@ -147,7 +147,7 @@ builds by default and what gets sandboxed, see our
- `--subcommands (-s)`
+ --subcommands (-s)
@@ -171,7 +171,7 @@ a server restart. Toggle these flags with caution.
- `--bazelrc`
+ --bazelrc
@@ -194,7 +194,7 @@ the .bazelrc file>.
- `--host_jvm_args`
+ --host_jvm_args
@@ -227,7 +227,7 @@ For example, the following limits the Bazel heap size to 3GB:
- `--output_base`
+ --output_base
@@ -259,7 +259,7 @@ The following flags are related to Bazel test
- `--java_debug`
+ --java_debug
@@ -271,7 +271,7 @@ Causes Java tests to wait for a debugger connection before being executed.
- `--runs_per_test`
+ --runs_per_test
@@ -285,7 +285,7 @@ flaky tests and see whether a fix causes a test to pass consistently.
- `--test_filter`
+ --test_filter
@@ -302,7 +302,7 @@ debugging. This flag is often used in conjunction with
- `--test_output`
+ --test_output
@@ -328,7 +328,7 @@ The following flags are related to Bazel run.
- `--run_under`
+ --run_under
@@ -354,7 +354,7 @@ options.
- `--disk_cache`
+ --disk_cache
@@ -371,7 +371,7 @@ up Bazel builds by adding
- `--jobs`
+ --jobs
@@ -386,7 +386,7 @@ cluster executes more jobs than you have cores locally.
- `--local_resources`
+ --local_resources
@@ -403,7 +403,7 @@ Limits how much CPU or RAM is consumed by locally running actions.
- `--sandbox_base`
+ --sandbox_base
@@ -434,7 +434,7 @@ options.
- `--flaky_test_attempts`
+ --flaky_test_attempts
@@ -449,7 +449,7 @@ the test summary.
- `--remote_cache`
+ --remote_cache
@@ -462,7 +462,7 @@ speed up Bazel builds. It can be combined with a local disk cache.
- `--remote_download_regex`
+ --remote_download_regex
@@ -476,7 +476,7 @@ patterns may be specified by repeating this flag.
- `--remote_executor`
+ --remote_executor
@@ -490,7 +490,7 @@ a remote execution service. You'll often need to Add
- `--remote_instance_name`
+ --remote_instance_name
@@ -502,7 +502,7 @@ The value to pass as instance_name in the remote execution API.
- `--show_timestamps`
+ --show_timestamps
@@ -516,7 +516,7 @@ quickly understand what step took how long.
- `--spawn_strategy`
+ --spawn_strategy