1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-14 00:46:53 +00:00
gcloud-help/gcloud/beta/firestore/databases/help

56 lines
1.4 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud beta firestore databases - manage Creation of Cloud Firestore in
Native mode Database
SYNOPSIS
gcloud beta firestore databases COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) 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:
2025-11-18 10:53:36 +00:00
clone
(BETA) Clone a Google Cloud Firestore database from another.
2025-04-16 10:41:40 +00:00
connection-string
(BETA) Prints the mongo connection string for the given Firestore
database.
2022-03-01 04:29:52 +00:00
create
2023-03-01 10:23:17 +00:00
(BETA) Create a Google Cloud Firestore database via Firestore API.
2022-03-01 04:29:52 +00:00
2023-11-15 11:42:54 +00:00
delete
(BETA) Delete a Google Cloud Firestore database.
2023-04-20 10:38:56 +00:00
describe
2023-06-15 10:31:27 +00:00
(BETA) Describes information about a Cloud Firestore database.
2023-04-20 10:38:56 +00:00
list
(BETA) Lists all Firestore databases under the project.
2025-10-15 10:52:53 +00:00
ping
(BETA) Times the connection and ping time for a Firestore with MongoDB
compatibility database.
2024-05-30 09:26:18 +00:00
restore
(BETA) Restores a Cloud Firestore database from a backup.
2023-04-20 10:38:56 +00:00
update
(BETA) Update the database configuration of a Cloud Firestore database.
2022-03-01 04:29:52 +00:00
NOTES
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud firestore databases
$ gcloud alpha firestore databases