[eas-cli] Add --name filter to simulator:list - #4118
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4118 +/- ##
==========================================
+ Coverage 62.43% 62.43% +0.01%
==========================================
Files 1009 1009
Lines 45735 45737 +2
Branches 9621 9622 +1
==========================================
+ Hits 28548 28550 +2
Misses 15724 15724
Partials 1463 1463 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
7dcc9cd to
d6351a3
Compare
403690e to
4c386ce
Compare
🤖 AI code reviewDecision: Approve Overall PR risk: Low. The change is additive and affects the hidden simulator list command filter path. The most plausible breakage is a server schema mismatch for the new filter field. No reviewer reported a warning or critical finding. No findings. This review is advisory — it never blocks a merge and never auto-approves. |
4c386ce to
b60f69c
Compare
b60f69c to
5832c11
Compare
|
✅ Thank you for adding the changelog entry! |
|
Subscribed to pull request
Generated by CodeMention Warning: The preamble and epilogue options in commentConfiguration are deprecated. Use template instead. |
Why
Lets you filter
eas simulator:listresults by session name, next to the existing--status,--type, and--platformfilters.How
--namemaps to theDeviceRunSessionFilterInput.namefield added in expo/universe#29550, which does a case-insensitive prefix match server side. That change is deployed, so the regenerated schema picks the field up from production.Test Plan
CI passes.