1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 02:25:19 +00:00

gcloud: Mon Oct 23 11:10:08 UTC 2023

This commit is contained in:
Automated 2023-10-23 11:10:09 +00:00
parent c30bb7b4ce
commit a15665661a
123 changed files with 3724 additions and 306 deletions

View file

@ -3,12 +3,11 @@ NAME
SYNOPSIS
gcloud kms raw-decrypt --ciphertext-file=CIPHERTEXT_FILE
--plaintext-file=PLAINTEXT_FILE
--plaintext-file=PLAINTEXT_FILE --version=VERSION
[--additional-authenticated-data-file=ADDITIONAL_AUTHENTICATED_DATA_FILE]
[--initialization-vector-file=INITIALIZATION_VECTOR_FILE] [--key=KEY]
[--keyring=KEYRING] [--location=LOCATION]
[--skip-integrity-verification] [--version=VERSION]
[GCLOUD_WIDE_FLAG ...]
[--skip-integrity-verification] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
gcloud kms raw-decrypt decrypts the given ciphertext file using the given
@ -54,6 +53,9 @@ REQUIRED FLAGS
--plaintext-file=PLAINTEXT_FILE
File path of the plaintext file to store the decrypted data.
--version=VERSION
Version to use for decryption.
OPTIONAL FLAGS
--additional-authenticated-data-file=ADDITIONAL_AUTHENTICATED_DATA_FILE
File path to the optional file containing the additional authenticated
@ -75,9 +77,6 @@ OPTIONAL FLAGS
--skip-integrity-verification
Skip integrity verification on request and response API fields.
--version=VERSION
Version to use for decryption.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -3,12 +3,11 @@ NAME
SYNOPSIS
gcloud kms raw-encrypt --ciphertext-file=CIPHERTEXT_FILE
--plaintext-file=PLAINTEXT_FILE
--plaintext-file=PLAINTEXT_FILE --version=VERSION
[--additional-authenticated-data-file=ADDITIONAL_AUTHENTICATED_DATA_FILE]
[--initialization-vector-file=INITIALIZATION_VECTOR_FILE] [--key=KEY]
[--keyring=KEYRING] [--location=LOCATION]
[--skip-integrity-verification] [--version=VERSION]
[GCLOUD_WIDE_FLAG ...]
[--skip-integrity-verification] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Encrypts the given plaintext file using the given CryptoKey containing a
@ -73,6 +72,9 @@ REQUIRED FLAGS
--plaintext-file=PLAINTEXT_FILE
File path of the plaintext file to encrypt.
--version=VERSION
Version to use for encryption.
OPTIONAL FLAGS
--additional-authenticated-data-file=ADDITIONAL_AUTHENTICATED_DATA_FILE
File path to the optional file containing the additional authenticated
@ -94,9 +96,6 @@ OPTIONAL FLAGS
--skip-integrity-verification
Skip integrity verification on request and response API fields.
--version=VERSION
Version to use for encryption.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,