From 27c947481029f1149a1ef93f6ed908cb400dea16 Mon Sep 17 00:00:00 2001 From: "sg-doc-holiday[bot]" <219201796+sg-doc-holiday[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 14:55:45 +0000 Subject: [PATCH] getting-started: update local.mdx Extend the local deployment guide to cover using Google Cloud CLI with local credentials, mirroring existing Azure CLI instructions and matching docker-compose README guidance for HOST_CLOUDSDK_CONFIG. This keeps docker-based deployment docs consistent without increasing detail beyond current level. --- getting-started/deployment/local.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/getting-started/deployment/local.mdx b/getting-started/deployment/local.mdx index b26a583..95a8a97 100644 --- a/getting-started/deployment/local.mdx +++ b/getting-started/deployment/local.mdx @@ -146,4 +146,11 @@ To do this, you need to set two environment variables in the `.env` file under t * `OPS_ENABLE_HOST_SESSION=true`: enables sharing of the host session with the platform container. * `HOST_AZURE_CONFIG_DIR="~/.azure"`: defines the path to the host machine's Azure configuration folder that will be shared with the platform container. +## Using Google Cloud CLI in workflows: running with local credentials + +It is possible to share your local Google Cloud CLI session with the platform for local applications. +To do this, you need to set two environment variables in the `.env` file under the installation folder: +* `OPS_ENABLE_HOST_SESSION=true`: enables sharing of the host session with the platform container. +* `HOST_CLOUDSDK_CONFIG="~/.config/gcloud"`: defines the path to the host machine's Google Cloud configuration folder that will be shared with the platform container. +