mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Aug 31 09:34:57 UTC 2022
This commit is contained in:
parent
978ed239f6
commit
6749f65ca2
159 changed files with 2919 additions and 561 deletions
|
|
@ -55,6 +55,18 @@ EXAMPLES
|
|||
|
||||
$ gcloud alpha storage cp --recursive dir gs://my-bucket
|
||||
|
||||
Recursive listings are similar to adding ** to a query, except ** matches
|
||||
only cloud objects and will not match prefixes. For example, the following
|
||||
would not match gs://my-bucket/dir/log.txt
|
||||
|
||||
$ gcloud alpha storage cp gs://my-bucket/**/dir dir
|
||||
|
||||
** retrieves a flat list of objects in a single API call. However, **
|
||||
matches folders for non-cloud queries. For example, a folder dir would be
|
||||
copied in the following.
|
||||
|
||||
$ gcloud alpha storage cp ~/Downloads/**/dir gs://my-bucket
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
[SOURCE ...]
|
||||
The source path(s) to copy.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue