-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor env:link, add tests #2587
Refactor env:link, add tests #2587
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @khamilowicz and the rest of your teammates on Graphite |
Size Change: -1.56 kB (0%) Total Size: 52.9 MB
|
7dacc37
to
8351549
Compare
0fa04cc
to
4b67f55
Compare
8351549
to
686de52
Compare
4b67f55
to
408e636
Compare
686de52
to
cf96d31
Compare
408e636
to
d330899
Compare
cf96d31
to
d23bd96
Compare
d330899
to
757bc07
Compare
d23bd96
to
f3e7c08
Compare
757bc07
to
0671f67
Compare
f3e7c08
to
e039833
Compare
5cb484a
to
e46bfcb
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2587 +/- ##
==========================================
+ Coverage 51.87% 52.87% +1.01%
==========================================
Files 563 563
Lines 21303 21376 +73
Branches 4348 4380 +32
==========================================
+ Hits 11049 11301 +252
+ Misses 9366 9231 -135
+ Partials 888 844 -44
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
e039833
to
b34acbb
Compare
3b540ac
to
16a0fe8
Compare
f686743
to
1722d85
Compare
16a0fe8
to
076b630
Compare
1722d85
to
a23e973
Compare
076b630
to
ef1335b
Compare
a23e973
to
3b567f3
Compare
ef1335b
to
855b3ce
Compare
3b567f3
to
2ebaad6
Compare
855b3ce
to
e3dfd4d
Compare
2ebaad6
to
993ded4
Compare
e3dfd4d
to
e8b7509
Compare
993ded4
to
dfbdef7
Compare
e8b7509
to
4311ded
Compare
dfbdef7
to
a367357
Compare
4311ded
to
b4d4ac6
Compare
a367357
to
47b7ca8
Compare
Merge activity
|
47b7ca8
to
983f38c
Compare
⏩ The changelog entry check has been skipped since the "no changelog" label is present. |
|
Why
ENG-13525: Update EAS-CLI for new EnvVar features
Add tests, polish the interface
How
variable-name
andvariable-environment
to select the variablelink
andunlink
actionAll commands that were using name parameter to identify a single variable will use variable-name and variable-environment instead. This change will enable user to distinguish between name and environment that is identifying variable that is acted upon, and name and environment that is a parameter for command.
For example, when the user wants to update variable TEST that has environment production and change its name and change its environment, they can use:
eas env:update --variable-name TEST --variable-environment production --name TEST-update --environment production --environment preview
Test Plan
Added tests