Top "Gcloud" questions

gcloud is the main command line tool of Google Cloud SDK, which allows you to manage resources on Google Cloud Platform and perform various developer workflow tasks.

-bash: gcloud: command not found on Mac

I'm following the Quickstart for Mac OS X to install the cloud SDK. Following the steps exactly, 1) python -V returns "…

bash gcloud google-cloud-sdk
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
`gcloud compute copy-files`: permission denied when copying files

I'm having a hard time copying files over to my Google Compute Engine. I am using an Ubuntu server on …

linux ubuntu permissions google-compute-engine gcloud
Could not find default credentials

I'm playing with Google container engine on gcloud. So after successfully finished gloud init I followed instructions and did: gcloud …

kubernetes gcloud
ERROR: (gcloud.compute.ssh) Could not fetch resource: - Insufficient Permission

I am having trouble working through the Compute Engine Quickstart: Build a to-do app with a MongoDB tutorial. (edit: I …

ssh gcloud
How do I list the roles associated with a gcp service account?

In the google cloud gui console I went to "IAM & admin" > "Service accounts" and created a service account …

google-cloud-platform gcloud google-cloud-iam
Completely Uninstall Google Cloud SDK Mac

I cannot seem to find an uninstall script for the gcloud sdk. I have already removed all the components (except …

gcloud
--recurse ERROR: Insufficient Permission: Request had insufficient authentication scopes

I'm trying to copy a directory from my vm to my local machine's Desktop with the following command: gcloud compute …

terminal google-cloud-platform gcloud
How do I list all IAM users for my Google Cloud Project

I'd like to be able to list all users and service account associated with my projects (preferably using the gcloud …

google-cloud-platform gcloud google-cloud-iam
Is there any way to use gcloud with python3?

I have a little confused about gcloud with python3 After I installed gcloud in python3 env and I tried to …

python google-app-engine google-cloud-platform gcloud