mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
51 lines
1.3 KiB
Text
51 lines
1.3 KiB
Text
NAME
|
|
gcloud alpha firestore - manage your Cloud Firestore resources
|
|
|
|
SYNOPSIS
|
|
gcloud alpha firestore GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) export -- Export data to Google Cloud Storage
|
|
|
|
import -- Import data from Google Cloud Storage
|
|
|
|
indexes -- Manage your Cloud Firestore indexes
|
|
|
|
operations -- Manage Long Running Operations for Cloud Firestore
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
databases
|
|
(ALPHA) Manage Creation of Cloud Firestore in Native mode Database.
|
|
|
|
indexes
|
|
(ALPHA) Manage indexes for Cloud Firestore.
|
|
|
|
operations
|
|
(ALPHA) Manage Long Running Operations for Cloud Firestore.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
export
|
|
(ALPHA) export Cloud Firestore documents to Google Cloud Storage.
|
|
|
|
import
|
|
(ALPHA) import Cloud Firestore documents from Google Cloud Storage.
|
|
|
|
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
|
|
|
|
$ gcloud beta firestore
|
|
|