[eas-cli] Make simulator the index command - #4112
Open
szdziedzic wants to merge 3 commits into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4112 +/- ##
=======================================
Coverage 62.20% 62.20%
=======================================
Files 994 994
Lines 44716 44716
Branches 9409 9409
=======================================
Hits 27812 27812
Misses 15457 15457
Partials 1447 1447 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
✅ Thank you for adding the changelog entry! |
szdziedzic
marked this pull request as ready for review
July 29, 2026 16:39
|
Subscribed to pull request
Generated by CodeMention Warning: The preamble and epilogue options in commentConfiguration are deprecated. Use template instead. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
simulator/start.tstosimulator/index.tseas simulatorthe canonical command and retaineas simulator:startas an aliasWhy
simulator:startwas the canonical oclif command andsimulatorwas only an alias. Makingsimulatorthe index command establishes the shorter form as canonical while preserving compatibility withsimulator:start.Validation
corepack yarn buildcorepack yarn test src/commands/simulator --runInBand(45 tests)oxfmt --checkon modified filesoxlint --type-aware --import-pluginon modified filespackages/eas-cli/bin/run simulator --helppackages/eas-cli/bin/run simulator:start --helpcorepack yarn lint-changelog