From 73e7fa78bd8b78de1e0f2dfe1295cd5d25333bb7 Mon Sep 17 00:00:00 2001 From: deepalak56 Date: Sat, 18 Apr 2026 11:27:23 +0530 Subject: [PATCH] docs: Add documentation for experimental_remote_output_service This PR adds documentation for the new `--experimental_remote_output_service` flag, which allows users to specify an endpoint for a remote output service. The documentation is added to the remote caching page, as it is a related feature. A note is included to indicate that the feature is still experimental. Fixes #21802 --- docs/remote/caching.mdx | 6 ++++++ site/en/remote/caching.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/docs/remote/caching.mdx b/docs/remote/caching.mdx index 09774d2187f04e..6526d867d29c67 100644 --- a/docs/remote/caching.mdx +++ b/docs/remote/caching.mdx @@ -246,6 +246,12 @@ remote cache: build --remote_upload_local_results=false ``` +You can also specify an experimental remote output service endpoint. Note that this feature is a work-in-progress. + +```posix-terminal +build --experimental_remote_output_service=grpc://your.host:port +``` + ### Exclude specific targets from using the remote cache {#targets-remote-cache} To exclude specific targets from using the remote cache, tag the target with diff --git a/site/en/remote/caching.md b/site/en/remote/caching.md index 3877e4548be67e..55c81780fdee57 100644 --- a/site/en/remote/caching.md +++ b/site/en/remote/caching.md @@ -247,6 +247,12 @@ remote cache: build --remote_upload_local_results=false ``` +You can also specify an experimental remote output service endpoint. Note that this feature is a work-in-progress. + +```posix-terminal +build --experimental_remote_output_service=grpc://your.host:port +``` + ### Exclude specific targets from using the remote cache {:#targets-remote-cache} To exclude specific targets from using the remote cache, tag the target with