Update README-GCD.md

This commit is contained in:
Julio Castillo
2026-01-08 15:21:16 +01:00
committed by GitHub
parent f8f856c9ac
commit dd1be0fe14

View File

@@ -28,7 +28,7 @@ An IdP is configured for your organization, and you can sign in with your admini
Clone the latest version of the repository (currently v50.0.0) or download it from the Releases page:
```bash
git clone --branch v50.0.0 git@github.com:GoogleCloudPlatform/cloud-foundation-fabric.git
git clone https://github.com/GoogleCloudPlatform/cloud-foundation-fabric.git
```
### Google Cloud CLI
@@ -60,7 +60,8 @@ Once the above file has been created and the gcloud profile configured, run the
```bash
gcloud auth login \
--login-config=$WF_POOL_FILE_PATH/wif-login-config-$UNIVERSE_NAME.json \
--no-launch-browser
--no-launch-browser
gcloud auth application-default login \
--login-config=$WF_POOL_FILE_PATH/wif-login-config-$UNIVERSE_NAME.json
```