-
Notifications
You must be signed in to change notification settings - Fork 88
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
[eas-cli] Add buildArtifactsUrl
to eas-cli build:view --json
#2102
[eas-cli] Add buildArtifactsUrl
to eas-cli build:view --json
#2102
Conversation
ENG-10475 Add `buildArtifactsUrl` to `eas-cli build:view --json`
This way we'll be able to trigger a build and download its result. |
/changelog-entry bug-fix Added |
/changelog-entry bug-fix Added |
✅ Thank you for adding the changelog entry! |
Size Change: +347 B (0%) Total Size: 42.6 MB
|
Codecov Report
@@ Coverage Diff @@
## main #2102 +/- ##
=======================================
Coverage 54.20% 54.20%
=======================================
Files 509 509
Lines 18652 18652
Branches 3933 3933
=======================================
Hits 10108 10108
Misses 7857 7857
Partials 687 687
|
Why
It's nice to be able to download both application archive and "build artifact".
How
Added
buildArtifactsUrl
to GraphQL query. It contains the thing I'm looking for.Test Plan
Ran
easd build:view 7bab0c66-d917-4873-9241-c5fa0b01dec1 --json
and confirmed it has the new field.