-
Notifications
You must be signed in to change notification settings - Fork 1k
Add handling for REQUIRE_FORCE
issues.
#8151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
REQUIRE_FORCE
issues.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM other than the cli-table3 issue
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8151 +/- ##
==========================================
+ Coverage 51.12% 51.14% +0.02%
==========================================
Files 423 423
Lines 29722 29729 +7
Branches 6083 6085 +2
==========================================
+ Hits 15196 15206 +10
+ Misses 13160 13157 -3
Partials 1366 1366 ☔ View full report in Codecov by Sentry. |
Description
Add handling for the
REQUIRE_FORCE
warning level. Iffdc build
returns an issue withREQUIRE_FORCE
, the--force
flag is required in order to deploy that change. Also includes a minor fix for parsing theWorkaround
object.Scenarios Tested
firebase deploy --force
with an operation missing an@auth
directivefirebase deploy
with an operation missing an@auth
directiveSample Commands
firebase deploy