שם
gdcloud kms keys create – יצירת מפתח חדש של AEAD או מפתח חתימה.
SYNOPSIS
gdcloud kms keys create KEY_NAME [flags]
דוגמאות
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
דגלים נדרשים
--key-type string Type of key to create (AEADKey or SigningKey).
דגלים אופציונליים
--async Display information about the operation in progress, without waiting for the operation to complete.
GDCLOUD WIDE FLAGS
הדגלים האלה זמינים לכל הפקודות: --configuration, --format, --help, --project, --quiet.
מידע נוסף זמין בדף סקירה כללית של מדריך העזר ל-CLI של gcloud.