-
Notifications
You must be signed in to change notification settings - Fork 97
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
Allow specifying groups
option in submit
command
#2891
base: main
Are you sure you want to change the base?
Allow specifying groups
option in submit
command
#2891
Conversation
Size Change: -1.2 kB (0%) Total Size: 53.4 MB
|
7b78b7f
to
7408a04
Compare
7408a04
to
4892814
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2891 +/- ##
==========================================
- Coverage 52.63% 52.63% -0.00%
==========================================
Files 588 588
Lines 23183 23184 +1
Branches 4854 4855 +1
==========================================
Hits 12201 12201
- Misses 10016 10017 +1
Partials 966 966 ☔ View full report in Codecov by Sentry. |
/changelog-entry new-feature Add groups option to eas submit command. |
✅ Thank you for adding the changelog entry! |
Subscribed to pull request
Generated by CodeMention |
Why
ENG-14634: Add support for
groups
option infastlane pilot
callUser should be able to pass the
groups
option tofastlane pilot
when submitting an iOS build.How
groups
flag in theeas submit
commandsubmission-config
Test Plan
eas submit -p ios --groups "Test 1"
commandDeployment plan
groups
option insubmit
command #2891