From dd6484a6417c8c7d1aea61f37bcdde26a501f526 Mon Sep 17 00:00:00 2001 From: Dmitry Spikhalsky Date: Fri, 26 Dec 2025 14:15:05 -0500 Subject: [PATCH] Describe how to configure FileArtifactStorage from CLI --- docs/api-reference/cli/cli.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api-reference/cli/cli.html b/docs/api-reference/cli/cli.html index 7a43a085d..aa324501a 100644 --- a/docs/api-reference/cli/cli.html +++ b/docs/api-reference/cli/cli.html @@ -199,7 +199,7 @@

api_server
--artifact_service_uri <artifact_service_uri>
-

Optional. The URI of the artifact service, supported URIs: gs://<bucket name> for GCS artifact service.

+

Optional. The URI of the artifact service, supported URIs: gs://<bucket name> for GCS artifact service, file://<fs root> for local file storage.

@@ -671,7 +671,7 @@

cloud_run
--artifact_service_uri <artifact_service_uri>
-

Optional. The URI of the artifact service, supported URIs: gs://<bucket name> for GCS artifact service.

+

Optional. The URI of the artifact service, supported URIs: gs://<bucket name> for GCS artifact service, file://<fs root> for local file storage.

@@ -832,7 +832,7 @@

gke
--artifact_service_uri <artifact_service_uri>
-

Optional. The URI of the artifact service, supported URIs: gs://<bucket name> for GCS artifact service.

+

Optional. The URI of the artifact service, supported URIs: gs://<bucket name> for GCS artifact service, file://<fs root> for local file storage.

@@ -1269,7 +1269,7 @@

web
--artifact_service_uri <artifact_service_uri>
-

Optional. The URI of the artifact service, supported URIs: gs://<bucket name> for GCS artifact service.

+

Optional. The URI of the artifact service, supported URIs: gs://<bucket name> for GCS artifact service, file://<fs root> for local file storage.