mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
41 lines
1.2 KiB
Text
41 lines
1.2 KiB
Text
NAME
|
|
gcloud beta firestore databases create - create a Google Cloud Firestore
|
|
Native database
|
|
|
|
SYNOPSIS
|
|
gcloud beta firestore databases create [--region=REGION]
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Create a Google Cloud Firestore Native database.
|
|
|
|
EXAMPLES
|
|
To create Google Cloud Firestore Native database
|
|
|
|
$ gcloud beta firestore databases create
|
|
|
|
To create an app in the us-central region, run:
|
|
|
|
$ gcloud beta firestore databases create --region=us-central
|
|
|
|
FLAGS
|
|
--region=REGION
|
|
The region to create the Google Cloud Firestore Native database within.
|
|
Use gcloud app regions list to list available regions.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
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.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud firestore databases create
|
|
|
|
$ gcloud alpha firestore databases create
|
|
|