mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 11:21:48 +00:00
53 lines
1.3 KiB
Text
53 lines
1.3 KiB
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:
|
|
|
|
clone
|
|
Clone a Google Cloud Firestore database from another.
|
|
|
|
connection-string
|
|
Prints the mongo connection string for the given Firestore database.
|
|
|
|
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.
|
|
|
|
ping
|
|
Times the connection and ping time for a Firestore with MongoDB
|
|
compatibility database.
|
|
|
|
restore
|
|
Restores a Cloud Firestore database from a backup.
|
|
|
|
update
|
|
Update the database configuration of a Cloud Firestore database.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha firestore databases
|
|
|
|
$ gcloud beta firestore databases
|
|
|