mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Tue Oct 18 11:38:19 UTC 2022
This commit is contained in:
parent
389ff42bae
commit
5c08d21169
159 changed files with 4170 additions and 656 deletions
|
|
@ -1,15 +1,15 @@
|
|||
NAME
|
||||
gcloud beta emulators firestore - manage your local firestore emulator
|
||||
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
|
||||
(BETA) This set of commands allows you to start and use a local Firestore
|
||||
emulator.
|
||||
|
||||
EXAMPLES
|
||||
To start a local firestore emulator, run:
|
||||
To start the local Firestore emulator, run:
|
||||
|
||||
$ gcloud beta emulators firestore start
|
||||
|
||||
|
|
@ -22,11 +22,13 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
start
|
||||
(BETA) Start a local firestore emulator.
|
||||
(BETA) Start a local Firestore emulator.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud emulators firestore
|
||||
|
||||
$ gcloud alpha emulators firestore
|
||||
|
||||
|
|
|
|||
|
|
@ -1,18 +1,26 @@
|
|||
NAME
|
||||
gcloud beta emulators firestore start - start a local firestore emulator
|
||||
gcloud beta emulators firestore start - start a local Firestore emulator
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta emulators firestore start [--host-port=HOST_PORT]
|
||||
[--rules=RULES] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) This command starts a local firestore emulator.
|
||||
(BETA) This command starts a local Firestore emulator.
|
||||
|
||||
EXAMPLES
|
||||
To start a local firestore emulator, run:
|
||||
To start the local Firestore emulator, run:
|
||||
|
||||
$ gcloud beta emulators firestore start
|
||||
|
||||
To bind to a specific host and port, run:
|
||||
|
||||
$ gcloud beta emulators firestore start --host-port=0.0.0.0:8080
|
||||
|
||||
To run the local Firestore emulator with a Firebase Rules set, run:
|
||||
|
||||
$ gcloud beta emulators firestore start --rules=firestore.rules
|
||||
|
||||
FLAGS
|
||||
--host-port=HOST_PORT
|
||||
The host:port to which the emulator should be bound. Can take the form
|
||||
|
|
@ -27,7 +35,9 @@ FLAGS
|
|||
The default value is localhost:8080.
|
||||
|
||||
--rules=RULES
|
||||
If set, all projects will use the security rules in this file
|
||||
If set, all projects will use the security rules in this file. More
|
||||
information on Firebase Rules and the syntax for this file is available
|
||||
at https://firebase.google.com/docs/rules.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
@ -38,8 +48,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud emulators firestore start
|
||||
|
||||
$ gcloud alpha emulators firestore start
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ GROUPS
|
|||
(BETA) Manage your local datastore emulator.
|
||||
|
||||
firestore
|
||||
(BETA) Manage your local firestore emulator.
|
||||
(BETA) Manage your local Firestore emulator.
|
||||
|
||||
pubsub
|
||||
(BETA) Manage your local pubsub emulator.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue