google-cloud-sdk icon indicating copy to clipboard operation
google-cloud-sdk copied to clipboard

Mirror of gcloud Google Cloud Platform SDK to track release changes

Results 6 google-cloud-sdk issues
Sort by recently updated
recently updated
newest added

I am trying to suppress the password prompt for `gcloud auth application-default print-access-token`. When piping `echo ""` into that command, I expect: - The password prompt to be suppressed -...

The error on function name pattern says only hyphen (`-`) is acceptable https://github.com/twistedpair/google-cloud-sdk/blob/23a3ae5621dc114ebc6ab5d7981f0c3ac3d590c5/google-cloud-sdk/lib/googlecloudsdk/api_lib/functions/v1/util.py#L57 but the regex itself allos underscore `(_)` https://github.com/twistedpair/google-cloud-sdk/blob/23a3ae5621dc114ebc6ab5d7981f0c3ac3d590c5/google-cloud-sdk/lib/googlecloudsdk/api_lib/functions/v1/util.py#L53

I see that this repo is updated regularly, but I do not see methods like `gcloud alpha logging tail` https://cloud.google.com/sdk/gcloud/reference/alpha/logging/tail

Hi TwistedPair, thank your very much for your repo. I'm looking for changes in `bin/bootstrapping/install.py` because I'm struggling to bring https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=google-cloud-sdk to work after v404. Have you ever encountered `ERROR:...

`gcloud compute config-ssh` command generates this ssh config file: ![Image](https://github.com/user-attachments/assets/cb720217-b091-4146-bb5a-2d31a4bc99a4) Note the whitespace. Unfortunately, my windows username has whitespace in it! ![Image](https://github.com/user-attachments/assets/a0d97d56-8cf6-4628-80f3-f085e0de8182) For now, I can manually put quotes around...

This repo was linked in a stackoverflow discussion here: https://stackoverflow.com/questions/77073256/where-is-the-github-repo-for-gcloud-cli-google-cloud-sdk I can find gsutil repo but not gcloud-cli repo. Do you happen to know where the official repo lives ?