Skip to content

[eas-cli] Add -p alias for --platform in simulator:start#3902

Open
brentvatne wants to merge 2 commits into
mainfrom
@brentvatne/simulator-start-platform-alias
Open

[eas-cli] Add -p alias for --platform in simulator:start#3902
brentvatne wants to merge 2 commits into
mainfrom
@brentvatne/simulator-start-platform-alias

Conversation

@brentvatne

Copy link
Copy Markdown
Member

Why

eas simulator:start required the full --platform flag, while most other EAS CLI commands (build, submit, update, etc.) accept -p as a shorthand. This adds the same shorthand for consistency.

How

Added char: 'p' to the platform flag definition in simulator/start.ts, matching the convention used across the rest of the CLI.

Test Plan

$ eas simulator:start --help
USAGE
  $ eas simulator:start -p android|ios [...]

FLAGS
  -p, --platform=<option>  (required) Device platform
                           <options: android|ios>

🤖 Generated with Claude Code

brentvatne and others added 2 commits June 25, 2026 10:59
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

✅ Thank you for adding the changelog entry!

@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.03%. Comparing base (99fba8c) to head (a24f16b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3902   +/-   ##
=======================================
  Coverage   59.03%   59.03%           
=======================================
  Files         935      935           
  Lines       40931    40931           
  Branches     8622     8622           
=======================================
  Hits        24158    24158           
  Misses      16677    16677           
  Partials       96       96           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@brentvatne

Copy link
Copy Markdown
Member Author

no idea why codemention is failing here

@szdziedzic szdziedzic left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants