-
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
Update EnvironmentVariableMutation and associated commands #2581
Update EnvironmentVariableMutation and associated commands #2581
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @khamilowicz and the rest of your teammates on Graphite |
c286c72
to
4091feb
Compare
bbe860f
to
1dd682f
Compare
Size Change: -2.17 kB (0%) Total Size: 52.9 MB
|
4091feb
to
181a247
Compare
df57d64
to
3d131e1
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2581 +/- ##
==========================================
- Coverage 51.87% 51.86% -0.01%
==========================================
Files 563 563
Lines 21303 21309 +6
Branches 4348 4350 +2
==========================================
Hits 11049 11049
- Misses 9366 9372 +6
Partials 888 888
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
3de1edb
to
0b07b3f
Compare
3d131e1
to
f315c41
Compare
0b07b3f
to
a82040b
Compare
f315c41
to
df6b8c1
Compare
Merge activity
|
df6b8c1
to
98e9929
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
Bring up to date
create
andupdate
EnvVar mutations.How
updateEnvironmentVariable
operation instead ofcreateEnvironmentVariable
with an 'overwrite' option.type
parameterenvironment
parameter for shared variablesTest Plan
Tested manually, tests will be added in the following PRs