mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Jul 20 11:47:24 UTC 2023
This commit is contained in:
parent
b4c2508b12
commit
64e67b443c
325 changed files with 10090 additions and 1806 deletions
|
|
@ -4,9 +4,9 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud storage objects list URLS [URLS ...]
|
||||
[--additional-headers=HEADER=VALUE] [--fetch-encrypted-object-hashes]
|
||||
[--stat] [--decryption-keys=[DECRYPTION_KEY,...]] [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--raw] [--stat] [--decryption-keys=[DECRYPTION_KEY,...]]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
List Cloud Storage objects.
|
||||
|
|
@ -45,6 +45,10 @@ FLAGS
|
|||
encrypted object in order to fetch hashes. This can significantly
|
||||
increase the cost of the command.
|
||||
|
||||
--raw
|
||||
Shows metadata in the format returned by the API instead of
|
||||
standardizing it.
|
||||
|
||||
--stat
|
||||
Emulates gsutil stat-style behavior. Does not show past object versions
|
||||
and changes output format.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue