Skip to content

Commit

Permalink
Add force flag call-out for bypassing prompts (#6506)
Browse files Browse the repository at this point in the history
* add min instances callout

* add changelog entry

* update to skip all prompts
  • Loading branch information
colerogers committed Nov 10, 2023
1 parent 55d3584 commit ea58114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Fix blocking functions in the emulator when using multiple codebases (#6504).
- Add force flag call-out for bypassing prompts (#6506).
2 changes: 1 addition & 1 deletion src/commands/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const TARGET_PERMISSIONS: Record<(typeof VALID_DEPLOY_TARGETS)[number], s
export const command = new Command("deploy")
.description("deploy code and assets to your Firebase project")
.withForce(
"delete Cloud Functions missing from the current working directory without confirmation"
"delete Cloud Functions missing from the current working directory and bypass interactive prompts"
)
.option("-p, --public <path>", "override the Hosting public directory specified in firebase.json")
.option("-m, --message <message>", "an optional message describing this deploy")
Expand Down

0 comments on commit ea58114

Please sign in to comment.