gdcloud kms keys list
Stay organized with collections
Save and categorize content based on your preferences.
NAME
gdcloud kms keys list - List AEAD keys or signing keys.
SYNOPSIS
gdcloud kms keys list [flags]
EXAMPLES
To list all keys, run:
gdcloud kms keys list
To list AEAD keys, run:
gdcloud kms keys list --key-type=AEADKey
To list signing keys, run:
gdcloud kms keys list --key-type=SigningKey
OPTIONAL FLAGS
--key-type string Type of key to list (AEADKey or SigningKey).
--not-ready If set, only list keys that are not ready.
--ready If set, only return keys that are ready.
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration, --format, --help, --project, --quiet.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-07-27 UTC."],[],[]]