mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 11:21:48 +00:00
32 lines
744 B
Text
32 lines
744 B
Text
NAME
|
|
gcloud beta emulators firestore - manage your local firestore emulator
|
|
|
|
SYNOPSIS
|
|
gcloud beta emulators firestore COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) This set of commands allows you to start and use a local firestore
|
|
emulator.
|
|
|
|
EXAMPLES
|
|
To start a local firestore emulator, run:
|
|
|
|
$ gcloud beta 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
|
|
(BETA) Start a local firestore emulator.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud alpha emulators firestore
|
|
|