google-cloud-sdk
google-cloud-sdk copied to clipboard
Mirror of gcloud Google Cloud Platform SDK to track release changes
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:  Note the whitespace. Unfortunately, my windows username has whitespace in it!  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 ?