Top "Gcloud-cli" questions

gcloud is the command line utility for Google Cloud Platform.

Gcloud command line get default project_id

I'm looking for a one-liner to get the default project id with gcloud config list core/project give me Your …

gcloud gcloud-cli
How to change the active configuration profile in gcloud?

I have created a new configuration profile using command: gcloud init and now I don't know how to switch to …

google-compute-engine gcloud gcloud-cli
Find out where Google Cloud SDK is installed

I need to add the Google Cloud SDK in the PATH. So I need the path to where is installed. …

bash google-cloud-platform gcloud gcloud-cli
GPG error: http://packages.cloud.google.com/apt EXPKEYSIG 3746C208A7317B0F

I get the following error when running sudo apt update on Debian. GPG error: http://packages.cloud.google.com/apt …

google-cloud-platform gcloud gcloud-cli
List all the tables in a dataset in bigquery using bq CLI and store them to google cloud storage

I have around 108 tables in a dataset. I am trying to extract all those tables using the following bash script: # …

google-cloud-platform google-bigquery gcloud-cli
Can I authenticate gcloud cli using both service account and user credentials?

Google API clients typically recognise the GOOGLE_APPLICATION_CREDENTIALS environment variable. If found, it's expected to point to a JSON …

gcloud gcloud-cli
Can I automate Google Cloud SDK gcloud init - interactive command

Documentation on Google Cloud SDK https://cloud.google.com/sdk/docs/ directs one to run gcloud init after installing it. …

gcloud google-cloud-sdk gcloud-cli
On Windows git pull and clone for Google cloud repository pops credential manager dialog box

Pulling from an existing clone git pull or cloning Google cloud repository with gcloud gcloud source repos clone default my_…

git gcloud-cli