-
-
Notifications
You must be signed in to change notification settings - Fork 81
feat: add create flow and unify bin with --mode #681
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
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.
PR Compliance Checks Passed!
Codecov Report
@@ Coverage Diff @@
## main #681 +/- ##
==========================================
+ Coverage 56.32% 63.03% +6.71%
==========================================
Files 64 77 +13
Lines 403 487 +84
Branches 77 83 +6
==========================================
+ Hits 227 307 +80
- Misses 165 169 +4
Partials 11 11
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
🎉 This is included in version v1.29.1 🎉 The release is available on: Cheers! 📦🚀 |
PR Checklist
status: accepting prs
Overview
Changes the bin script to be the main launching point for the app. It can take in or prompt for a
--mode
set to either"create"
,"initialize"
, or"migrate"
.This comes with a few cleanups:
runOrRestore
so that it just runs or logs - leaving parsing logic to the functions that call itTracking my todo items:
create
flow alongsideinitialize
andmigrate