-
Notifications
You must be signed in to change notification settings - Fork 1.1k
adds a check for a hosting site to exist in hosting init #6493
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #6493 +/- ##
==========================================
- Coverage 54.73% 54.65% -0.08%
==========================================
Files 346 347 +1
Lines 23724 23801 +77
Branches 4877 4893 +16
==========================================
+ Hits 12985 13009 +24
- Misses 9543 9595 +52
- Partials 1196 1197 +1 ☔ View full report in Codecov by Sentry. |
svnsairam
approved these changes
Nov 6, 2023
BTW - if you want this to not go in until 13, merge into |
Description
Adds an experiment for and logic to detect when a hosting site isn't available and prompt to create one when able.
firebase init <hosting>
prompt to create a site if one is not availablefirebase deploy
prompt to create site if one is not availablefirebase hosting:channel:*
will fail if no Hosting site existsScenarios Tested
All of the above
Sample Commands