[eas-cli] Use the selected EAS environment in eas update - #4269
Draft
ramonclaudio wants to merge 4 commits into
Draft
[eas-cli] Use the selected EAS environment in eas update#4269ramonclaudio wants to merge 4 commits into
ramonclaudio wants to merge 4 commits into
Conversation
|
✅ Thank you for adding the changelog entry! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## @ramonclaudio/dvt-119-eas-cli-env-mode #4269 +/- ##
==========================================================================
+ Coverage 63.90% 64.05% +0.15%
==========================================================================
Files 1033 1033
Lines 47555 47574 +19
Branches 10002 10007 +5
==========================================================================
+ Hits 30384 30467 +83
+ Misses 17070 17005 -65
- Partials 101 102 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Stacked on #4229.
Why
eas updatedoesn't always use the EAS env chosen from the interactive prompt for app config, export, and Fingerprint.How
I updated the command to load the EAS env chosen from either
--environmentor the prompt, use production mode for app config and export, and pass the selected env vars to config updates, runtime version resolution, and Fingerprint.Test Plan
Tests and package checks pass.