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