mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Thu Mar 26 12:11:21 UTC 2026
This commit is contained in:
parent
c0febd2be1
commit
89a3bc9276
1093 changed files with 69108 additions and 2686 deletions
|
|
@ -7,9 +7,9 @@ SYNOPSIS
|
|||
[--all-versions, -a]
|
||||
[--exclude-name-pattern=EXCLUDE_NAME_PATTERN, -e EXCLUDE_NAME_PATTERN]
|
||||
[--exclude-name-pattern-file=EXCLUDE_NAME_PATTERN_FILE,
|
||||
-X EXCLUDE_NAME_PATTERN_FILE] [--readable-sizes, -r]
|
||||
[--summarize, -s] [--total, -c] [--zero-terminator, -0]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
-X EXCLUDE_NAME_PATTERN_FILE] [--metadata-filter=METADATA_FILTER]
|
||||
[--readable-sizes, -r] [--summarize, -s] [--total, -c]
|
||||
[--zero-terminator, -0] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Displays the amount of space in bytes used by the objects in a bucket,
|
||||
|
|
@ -76,6 +76,15 @@ FLAGS
|
|||
Similar to -e, but excludes patterns from the given file. The patterns
|
||||
to exclude should be listed one per line.
|
||||
|
||||
--metadata-filter=METADATA_FILTER
|
||||
Server side filtering for objects. Works only for Google Cloud Storage
|
||||
URLs. The filter only works for objects, and not directories or
|
||||
buckets, which means commands like storage ls and storage du will still
|
||||
list directories or buckets even if they do not contain any objects
|
||||
matching the filter. See
|
||||
https://cloud.google.com/storage/docs/listing-objects#filter-by-object-contexts-syntax
|
||||
for more details.
|
||||
|
||||
--readable-sizes, -r
|
||||
Prints object sizes in human-readable format. For example, 1 KiB, 234
|
||||
MiB, or 2GiB.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue