mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 23:49:35 +00:00
gcloud: Thu Feb 22 10:25:44 UTC 2024
This commit is contained in:
parent
5bf6fb3fc0
commit
8778dcbd7e
245 changed files with 9946 additions and 513 deletions
|
|
@ -2,8 +2,8 @@ NAME
|
|||
gcloud emulators firestore start - start a local Firestore emulator
|
||||
|
||||
SYNOPSIS
|
||||
gcloud emulators firestore start [--host-port=HOST_PORT] [--rules=RULES]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
gcloud emulators firestore start [--database-mode=DATABASE_MODE]
|
||||
[--host-port=HOST_PORT] [--rules=RULES] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
This command starts a local Firestore emulator.
|
||||
|
|
@ -21,7 +21,18 @@ EXAMPLES
|
|||
|
||||
$ gcloud emulators firestore start --rules=firestore.rules
|
||||
|
||||
To run the local Firestore emulator in Datastore Mode, run:
|
||||
|
||||
$ gcloud emulators firestore start --database-mode=datastore-mode
|
||||
|
||||
FLAGS
|
||||
--database-mode=DATABASE_MODE
|
||||
The database mode to start the Firestore Emulator in. The valid options
|
||||
are:
|
||||
|
||||
`firestore-native` (default): start the emulator in Firestore Native
|
||||
`datastore-mode`: start the emulator in Datastore Mode
|
||||
|
||||
--host-port=HOST_PORT
|
||||
The host:port to which the emulator should be bound. Can take the form
|
||||
of a single address (hostname, IPv4, or IPv6) and/or port:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue