1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Apr 12 10:43:12 UTC 2023

This commit is contained in:
Automated 2023-04-12 10:43:12 +00:00
parent 32e56b8b99
commit b155beb241
220 changed files with 7834 additions and 1142 deletions

View file

@ -3,7 +3,8 @@ NAME
database
SYNOPSIS
gcloud firestore databases create [--region=REGION] [GCLOUD_WIDE_FLAG ...]
gcloud firestore databases create [--location=LOCATION] [--region=REGION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Create a Google Cloud Firestore Native database.
@ -15,16 +16,23 @@ EXAMPLES
To create an app in the nam5 region (multi-region), run:
$ gcloud firestore databases create --region=nam5
$ gcloud firestore databases create --location=nam5
To create an app in the us-east1 region, run:
$ gcloud firestore databases create --region=us-east1
$ gcloud firestore databases create --location=us-east1
FLAGS
--location=LOCATION
The location to create the Google Cloud Firestore Native database
within. Available locations are listed at
https://cloud.google.com/firestore/docs/locations.
--region=REGION
The region to create the Google Cloud Firestore Native database within.
Use gcloud app regions list to list available regions.
(DEPRECATED) The region to create the Google Cloud Firestore Native
database within. Use gcloud app regions list to list available regions.
The --region option is deprecated; use --location instead.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,