1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Thu Jun 8 11:29:23 UTC 2023

This commit is contained in:
Automated 2023-06-08 11:29:23 +00:00
parent 91de7103bb
commit 435c9359b5
115 changed files with 1566 additions and 491 deletions

View file

@ -52,6 +52,19 @@ EXAMPLES
$ gcloud beta compute scp ~/localtest.txt ~/localtest2.txt \
example-instance:~/narnia
Remote Windows-based virtual machines require you to provide a path using
backslash notation:
$ gcloud beta compute scp ~/localtest.txt ~/localtest2.txt \
example-windows-instance:"C:\Users\Public"
Paths for remote Windows-based virtual machines which contain spaces in
directory name should be appropriately protected with a pair of nested
single and double quotes:
$ gcloud beta compute scp ~/localtest.txt \
'example-windows-instance:"C:\Users\Public\Test Folder"'
If the zone cannot be determined, you will be prompted for it. Use the
--zone flag to avoid being prompted: