-
Notifications
You must be signed in to change notification settings - Fork 961
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
Svnsairam setup turtlestack cli #5846
Svnsairam setup turtlestack cli #5846
Conversation
I believe you're going to want to feature-gate this. |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #5846 +/- ##
=======================================
Coverage 54.94% 54.94%
=======================================
Files 339 339
Lines 23151 23151
Branches 4733 4733
=======================================
Hits 12721 12721
Misses 9303 9303
Partials 1127 1127 ☔ View full report in Codecov by Sentry. |
const projectId = setup?.rcfile?.projects?.default; | ||
if (projectId) { | ||
await requirePermissions({ ...options, project: projectId }); | ||
await Promise.all([ensure(projectId, "firebaseextensions.googleapis.com", "unused", true)]); |
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.
Can we add a TODO here to replace with real API later?
Description
Scenarios Tested
Sample Commands