1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Apr 30 11:00:00 UTC 2025

This commit is contained in:
Automated 2025-04-30 11:00:00 +00:00
parent 4d8dd33b3e
commit b03a332ad8
196 changed files with 7097 additions and 313 deletions

View file

@ -4,7 +4,8 @@ NAME
SYNOPSIS
gcloud beta emulators firestore start [--database-mode=DATABASE_MODE]
[--export-on-exit=EXPORT_ON_EXIT] [--host-port=HOST_PORT]
[--import-data=IMPORT_DATA] [--rules=RULES] [GCLOUD_WIDE_FLAG ...]
[--import-data=IMPORT_DATA] [--licenses] [--rules=RULES]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) This command starts a local Firestore emulator.
@ -64,6 +65,10 @@ FLAGS
File path to the data to be loaded into the emulator upon start up.
Example:/home/user/myexports/sampleExport/sampleExport.overall_export_metadata.
--licenses
If set, the emulator will print open-source dependencies and licenses,
then exit.
--rules=RULES
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