gdcloud kms keys list

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.

For more information, see the gdcloud CLI reference overview page.