gdcloud kms keys create

NAME

gdcloud kms keys create: cria uma nova chave de assinatura ou AEAD.

SYNOPSIS

gdcloud kms keys create KEY_NAME [flags]

EXEMPLOS

To create a new AEAD key, run:
    gdcloud kms keys create my-aead-key --key-type=AEADKey

To create a new signing key, run:
    gdcloud kms keys create my-signing-key --key-type=SigningKey

FLAGS OBRIGATÓRIAS

      --key-type string   Type of key to create (AEADKey or SigningKey).

FLAGS OPCIONAIS

      --async   Display information about the operation in progress, without waiting for the operation to complete.

FLAGS GERAIS DA GDCLOUD

Essas flags estão disponíveis para todos os comandos: --configuration, --format, --help, --project, --quiet.

Para mais informações, consulte a página Visão geral da referência da CLI gdcloud.