gcloud alpha datastore databases create - create a Google Cloud Firestore in Datastore Mode database
gcloud alpha datastore databases create [--region=REGION] [GCLOUD_WIDE_FLAG ...]
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud alpha firestore database update --type=datastore-mode instead.
(ALPHA) (DEPRECATED) Create a Google Cloud Firestore in Datastore Mode database.
This command is deprecated. Please use gcloud alpha firestore database update --type=datastore-mode instead.
To create Google Cloud Firestore in Datastore Mode database
$ gcloud alpha datastore databases create
To create an app in the us-central region, run:
$ gcloud alpha datastore databases create --region=us-central
- --region=REGION
The region to create the Google Cloud Firestore in Datastore Mode database within. Use gcloud app regions list to list available regions.
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
This command is currently in alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist. These variants are also available:
$ gcloud datastore databases create
$ gcloud beta datastore databases create