mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Jun 26 10:50:44 UTC 2025
This commit is contained in:
parent
3a534cb57c
commit
f645b4c02d
150 changed files with 4099 additions and 393 deletions
|
|
@ -6,8 +6,8 @@ SYNOPSIS
|
|||
gcloud alpha firestore databases create --location=LOCATION
|
||||
[--database=DATABASE; default="(default)"] [--delete-protection]
|
||||
[--edition=EDITION; default="standard"] [--enable-pitr]
|
||||
[--kms-key-name=KMS_KEY_NAME] [--type=TYPE; default="firestore-native"]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--kms-key-name=KMS_KEY_NAME] [--tags=[KEY=VALUE,...]]
|
||||
[--type=TYPE; default="firestore-native"] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
EXAMPLES
|
||||
To create a Firestore Enterprise database named foo in nam5 for use with
|
||||
|
|
@ -20,6 +20,11 @@ EXAMPLES
|
|||
|
||||
$ gcloud alpha firestore databases create --location=nam5
|
||||
|
||||
To create a Firestore Native database in us-central1 with tags.
|
||||
|
||||
$ gcloud alpha firestore databases create --location=us-central1 \
|
||||
--tags=key1=value1,key2=value2
|
||||
|
||||
To create a Datastore Mode database in us-east1.
|
||||
|
||||
$ gcloud alpha firestore databases create --location=us-east1 \
|
||||
|
|
@ -106,6 +111,11 @@ OPTIONAL FLAGS
|
|||
How to retrieve this resource ID is listed at
|
||||
https://cloud.google.com/kms/docs/getting-resource-ids#getting_the_id_for_a_key_and_version.
|
||||
|
||||
--tags=[KEY=VALUE,...]
|
||||
Tags to attach to the database
|
||||
|
||||
Example: --tags=key1=value1,key2=value2
|
||||
|
||||
--type=TYPE; default="firestore-native"
|
||||
The type of the database. TYPE must be one of: firestore-native,
|
||||
datastore-mode.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue