mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
33 lines
692 B
Text
33 lines
692 B
Text
NAME
|
|
gcloud emulators firestore - manage your local Firestore emulator
|
|
|
|
SYNOPSIS
|
|
gcloud emulators firestore COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
This set of commands allows you to start and use a local Firestore
|
|
emulator.
|
|
|
|
EXAMPLES
|
|
To start the local Firestore emulator, run:
|
|
|
|
$ gcloud emulators firestore start
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
start
|
|
Start a local Firestore emulator.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha emulators firestore
|
|
|
|
$ gcloud beta emulators firestore
|
|
|