mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Aug 17 09:22:03 UTC 2022
This commit is contained in:
parent
fa820bfa8d
commit
c614d893da
183 changed files with 3129 additions and 270 deletions
|
|
@ -3,7 +3,8 @@ NAME
|
|||
stdout
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha storage cat URL [URL ...] [--display-url, -d]
|
||||
gcloud alpha storage cat URL [URL ...]
|
||||
[--decryption-keys=[DECRYPTION_KEY,...]] [--display-url, -d]
|
||||
[--range=RANGE, -r RANGE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -38,6 +39,13 @@ POSITIONAL ARGUMENTS
|
|||
The url of objects to list.
|
||||
|
||||
FLAGS
|
||||
--decryption-keys=[DECRYPTION_KEY,...]
|
||||
A comma separated list of customer-supplied encryption keys (RFC 4648
|
||||
section 4 base64-encoded AES256 strings) that will be used to decrypt
|
||||
Google Cloud Storage objects. Data encrypted with a customer-managed
|
||||
encryption key (CMEK) is decrypted automatically, so CMEKs do not need
|
||||
to be listed here.
|
||||
|
||||
--display-url, -d
|
||||
Prints the header before each object.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue