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

gcloud: Wed Oct 8 11:07:39 UTC 2025

This commit is contained in:
Automated 2025-10-08 11:07:39 +00:00
parent a0434a4d7a
commit 6f9bb9a0f0
137 changed files with 5133 additions and 291 deletions

View file

@ -4,8 +4,8 @@ NAME
SYNOPSIS
gcloud alpha storage objects list URLS [URLS ...]
[--additional-headers=HEADER=VALUE] [--exhaustive]
[--fetch-encrypted-object-hashes] [--next-page-token=NEXT_PAGE_TOKEN]
[--raw] [--soft-deleted] [--stat]
[--fetch-encrypted-object-hashes] [--metadata-filter=METADATA_FILTER]
[--next-page-token=NEXT_PAGE_TOKEN] [--raw] [--soft-deleted] [--stat]
[--decryption-keys=[DECRYPTION_KEY,...]] [--filter=EXPRESSION]
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
@ -36,6 +36,11 @@ EXAMPLES
$ gcloud alpha storage objects list gs://my-bucket \
--format="json(name)"
List only contexts attached to objects as key value pairs.
$ gcloud alpha storage objects list gs://my-bucket \
--format=contextsonly
POSITIONAL ARGUMENTS
URLS [URLS ...]
Specifies URL of objects to list.
@ -58,6 +63,15 @@ FLAGS
encrypted object in order to fetch hashes. This can significantly
increase the cost of the command.
--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.
--next-page-token=NEXT_PAGE_TOKEN
Page token for resuming LIST calls.