1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 06:11:59 +00:00

gcloud: Thu Jul 20 11:47:24 UTC 2023

This commit is contained in:
Automated 2023-07-20 11:47:25 +00:00
parent b4c2508b12
commit 64e67b443c
325 changed files with 10090 additions and 1806 deletions

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud alpha storage objects describe URL
[--additional-headers=HEADER=VALUE] [--fetch-encrypted-object-hashes]
[--decryption-keys=[DECRYPTION_KEY,...]] [GCLOUD_WIDE_FLAG ...]
[--raw] [--decryption-keys=[DECRYPTION_KEY,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Describe a Cloud Storage object.
@ -37,6 +37,10 @@ FLAGS
matching decryption key is present on the system, this flag retries the
GET request with the key.
--raw
Shows metadata in the format returned by the API instead of
standardizing it.
ENCRYPTION FLAGS
--decryption-keys=[DECRYPTION_KEY,...]
A comma-separated list of customer-supplied encryption keys (RFC 4648

View file

@ -4,9 +4,9 @@ NAME
SYNOPSIS
gcloud alpha 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
(ALPHA) List Cloud Storage objects.
@ -46,6 +46,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.