mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 23:49:35 +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
|
|
@ -3,7 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud storage objects describe URL [--additional-headers=HEADER=VALUE]
|
||||
[--fetch-encrypted-object-hashes]
|
||||
[--fetch-encrypted-object-hashes] [--raw]
|
||||
[--decryption-keys=[DECRYPTION_KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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