Skip to content

[eas-cli] Create new command to configure a new project#3196

Merged
mackenco merged 11 commits intomainfrom
cm/ENG-17487/publish-previews
Sep 30, 2025
Merged

[eas-cli] Create new command to configure a new project#3196
mackenco merged 11 commits intomainfrom
cm/ENG-17487/publish-previews

Conversation

@mackenco
Copy link
Copy Markdown
Contributor

@mackenco mackenco commented Sep 26, 2025

Why

Creating a new command that users can run to get a fresh expo project with EAS services hooked up

How

Test Plan

  • Pull down the branch and run easd (or however you run the cli locally) new
  • Follow all the prompts
  • Once done, cd into your new project and run yarn preview
  • Follow the preview URL, ensure that it spins up an app that works

@linear
Copy link
Copy Markdown

linear bot commented Sep 26, 2025

@github-actions
Copy link
Copy Markdown

github-actions bot commented Sep 26, 2025

Size Change: +3.43 kB (+0.01%)

Total Size: 54.1 MB

Filename Size Change
./packages/eas-cli/dist/eas-linux-x64.tar.gz 54.1 MB +3.43 kB (+0.01%)

compressed-size-action

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 26, 2025

Codecov Report

❌ Patch coverage is 86.03352% with 25 lines in your changes missing coverage. Please review.
✅ Project coverage is 51.92%. Comparing base (1380b02) to head (75a5980).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
packages/eas-cli/src/commands/project/new.ts 87.80% 21 Missing ⚠️
packages/eas-cli/src/utils/prompts.ts 40.00% 3 Missing ⚠️
packages/eas-cli/src/commands/build/configure.ts 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3196      +/-   ##
==========================================
+ Coverage   51.76%   51.92%   +0.17%     
==========================================
  Files         618      618              
  Lines       24996    25147     +151     
  Branches     5249     5265      +16     
==========================================
+ Hits        12937    13056     +119     
- Misses      10975    11006      +31     
- Partials     1084     1085       +1     

☔ View full report in Codecov by Sentry.
📢 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.

@mackenco mackenco marked this pull request as ready for review September 29, 2025 18:06
@github-actions
Copy link
Copy Markdown

Subscribed to pull request

File Patterns Mentions
**/* @douglowder
packages/eas-cli/src/commands/build/** @sjchmiela

Generated by CodeMention

@github-actions
Copy link
Copy Markdown

✅ Thank you for adding the changelog entry!

@mackenco mackenco merged commit ba68f40 into main Sep 30, 2025
11 checks passed
@mackenco mackenco deleted the cm/ENG-17487/publish-previews branch September 30, 2025 15:32
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.

2 participants