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.