mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
40 lines
922 B
Text
40 lines
922 B
Text
NAME
|
|
gcloud firestore databases - manage Creation of Cloud Firestore in Native
|
|
mode Database
|
|
|
|
SYNOPSIS
|
|
gcloud firestore databases COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Manage Creation of Cloud Firestore in Native mode Database.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
Create a Google Cloud Firestore database via Firestore API.
|
|
|
|
delete
|
|
Delete a Google Cloud Firestore database.
|
|
|
|
describe
|
|
Describes information about a Cloud Firestore database.
|
|
|
|
list
|
|
Lists all Firestore databases under the project.
|
|
|
|
update
|
|
Update the database configuration of a Cloud Firestore database.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha firestore databases
|
|
|
|
$ gcloud beta firestore databases
|
|
|