1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Aug 31 09:34:57 UTC 2022

This commit is contained in:
Automated 2022-08-31 09:34:57 +00:00
parent 978ed239f6
commit 6749f65ca2
Failed to extract signature
159 changed files with 2919 additions and 561 deletions

View file

@ -45,8 +45,14 @@ EXAMPLES
$ gcloud alpha storage ls gs://my-bucket/**/*.txt
Double-star expansion can not be combined with other expressions in a given
path segment and operates as a single star in that context. For example:
** retrieves a flat list of objects in a single API call and will not match
prefixes. The following command would not match gs://my-bucket/dir/log.txt:
$ gcloud alpha storage ls gs://my-bucket/**/dir
Double-star expansion also can not be combined with other expressions in a
given path segment and operates as a single star in that context. For
example:
gs://my-bucket/dir**/log.txt is treated as:
@ -59,8 +65,8 @@ EXAMPLES
$ gcloud alpha storage ls --recursive gs://bucket
Recursive listings are similar to ``**'' except recursive listings include
line breaks and header formatting for each subdirectory.
Recursive listings are similar to ** except recursive listings include line
breaks and header formatting for each subdirectory.
POSITIONAL ARGUMENTS
[PATH ...]