Created
September 24, 2015 03:53
-
-
Save jineshpaloor/acbf783874e2f3d810d0 to your computer and use it in GitHub Desktop.
gcloud commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# login in to gcloud instance | |
gcloud compute --project "lda-cis" ssh --zone "us-central1-f" "instance-1" | |
gcloud compute --project "lda-cis" ssh --zone "us-central1-f" "instance-2" | |
# scp in gcloud | |
gcloud compute --project "lda-cis" copy-files --zone "us-central1-f" "instance-1":/home/rajareddykarri/enwiki-20150805-pages-articles.xml.bz2 . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment