NAME
gdcloud kms keys decrypt - Decrypt the ciphertext using the passed key and return the plaintext file.
SYNOPSIS
gdcloud kms keys decrypt KEY_NAME [flags]
DESCRIPTION
This command decrypts the ciphertext using the passed key and returns the plaintext file.
REQUIRED FLAGS
--ciphertext-file string File to decrypt.
--plaintext-file string Output file that contains the decrypted ciphertext.
OPTIONAL FLAGS
--additional-authenticated-data-file string Provides additional authenticated data.
--timeout duration Time limit to complete the decrypt crypto operation. (default 3m0s)
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration, --format, --help, --project, --quiet.
For more information, see the gdcloud CLI reference overview page.