[eas-cli] Add --link-project-id flag to eas build - #4138
Draft
williamgrosset wants to merge 1 commit into
Draft
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4138 +/- ##
==========================================
+ Coverage 62.43% 62.53% +0.11%
==========================================
Files 1009 1009
Lines 45737 45753 +16
Branches 9622 9627 +5
==========================================
+ Hits 28550 28608 +58
+ Misses 15726 15690 -36
+ Partials 1461 1455 -6 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
williamgrosset
force-pushed
the
williamgrosset/build-link-project-id
branch
from
August 4, 2026 20:48
52f1ecf to
4c5d06f
Compare
|
✅ Thank you for adding the changelog entry! |
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.
Why
Users/agents should be able to assert which EAS project a build should belong to.
How
--link-project-id <id>toeas buildto link the directory to an existing project before building, likeeas init --id (writes extra.eas.projectId). Supports non-interactive:eas build -p ios --link-project-id <id> --non-interactive.--force; interactively it prompts to overwrite.--forcedeliberately relinks.Test Plan
Manually verified an EAS project is successfully linked and
eas buildcontinues it's execution:link-project-id-flag.mov