Skip to content

Commit 69a815c

Browse files
TomasMortonjoehan
andauthored
Add shortname option for kms-key-name to firestore:databases:create (#7510)
Co-authored-by: joehan <[email protected]>
1 parent 79b63ea commit 69a815c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/commands/firestore-databases-create.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ export const command = new Command("firestore:databases:create <database>")
2727
)
2828
// TODO(b/356137854): Remove allowlist only message once feature is public GA.
2929
.option(
30-
"--kms-key-name <kmsKeyName>",
31-
"The resource ID of a Cloud KMS key. If set, the database created will be a Customer-managed Encryption Key (CMEK) database encrypted with this key. This feature is allowlist only in initial launch.",
30+
"-k, --kms-key-name <kmsKeyName>",
31+
"The resource ID of a Cloud KMS key. If set, the database created will be a " +
32+
"Customer-managed Encryption Key (CMEK) database encrypted with this key. " +
33+
"This feature is allowlist only in initial launch.",
3234
)
3335
.before(requirePermissions, ["datastore.databases.create"])
3436
.before(warnEmulatorNotSupported, Emulators.FIRESTORE)

0 commit comments

Comments
 (0)