1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-09 19:06:53 +00:00
gcloud-help/gcloud/alpha/firestore/databases/create
2022-08-24 09:45:53 +00:00

39 lines
1.4 KiB
Text

NAME
gcloud alpha firestore databases create - create a Google Cloud Firestore
Native database via Firestore API
SYNOPSIS
gcloud alpha firestore databases create [--location=LOCATION]
[--type=TYPE; default="firestore-native"] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create a Google Cloud Firestore Native database via Firestore API.
FLAGS
--location=LOCATION
The location to create the Google Cloud Firestore Native database
within. Available databases are listed at
https://cloud.google.com/firestore/docs/locations.
--type=TYPE; default="firestore-native"
The type of the database. TYPE must be one of: firestore-native,
datastore-mode.
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 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 firestore databases create
$ gcloud beta firestore databases create