scripts/Windows/install_gcloud_sdk.ps1

Write-Host "Installing Google Cloud SDK..." -ForegroundColor Cyan

choco install gcloudsdk --ignore-checksums

Write-Host "Installed Google Cloud SDK" -ForegroundColor Green