diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb754744a3..2bc75075820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,2 @@ - Fixes an issue where the suggested redeploy command for Firebase Functions was incorrect for names with dashes. +- Adds a the `--export-on-exit` flag to `emulators:start` and `emulators:exec` to automatically export emulator data on command exit (#2224) diff --git a/src/commands/emulators-exec.ts b/src/commands/emulators-exec.ts index 4b9c9394e23..8c07f0ddb49 100644 --- a/src/commands/emulators-exec.ts +++ b/src/commands/emulators-exec.ts @@ -2,6 +2,7 @@ import { Command } from "../command"; import * as commandUtils from "../emulator/commandUtils"; module.exports = new Command("emulators:exec