Questions tagged [gcloud-cli]

gcloud is the command line utility for Google Cloud Platform.

gcloud is the command line utility for Google Cloud Platform. Documentation at https://cloud.google.com/sdk/gcloud

64 questions
0
votes
1 answer

Migrate existing instance to new network

In one of my GCP projects, I have created a new network with heightened security settings compared to the default network created for any project. I would like to migrate my existing instances from the default network to this new network without…
0
votes
1 answer

How to auto insert input on gcloud linux command

running this command from my code: gcloud compute copy-files --zone "$ZONE" "$USER@$SERVER_NAME":"$REMOTE_DIR_LOCATION" "$LOCAL_DIR_LOCATION" I get this message, for which I want to auto press "enter" 3 times WARNING: You do not have an SSH key for…
WebQube
  • 8,510
  • 12
  • 51
  • 93
-1
votes
1 answer

how to update a GAE app with GCLOUD via socks5 proxy

i created my GAE app in development console. i use to update it using appcfg. now i am behind a socks5 proxy, and couldnt find the way to set appcfg to go through. can someone reply all the steps to do it please ? could be using appcfg or gcloud…
1 2 3 4
5