Skip to content
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

How can we automate distribution of the download URL from an internal/preview build? #2156

Closed
jcohenho opened this issue Dec 15, 2023 · 3 comments
Labels
enhancement New feature or request needs review Issue is ready to be reviewed by a maintainer

Comments

@jcohenho
Copy link

jcohenho commented Dec 15, 2023

I'd like to automatically send out a download URL of a build once it's finished. Is there a programmatic way to get the build ID that's autogenerated with each build? This would be helpful for creating the final URL which uses the build ID as the path.

@jcohenho jcohenho added enhancement New feature or request needs review Issue is ready to be reviewed by a maintainer labels Dec 15, 2023
@szdziedzic
Copy link
Member

You can use --json and --non-interactive flags to achieve this.

https://github.com/expo/eas-cli?tab=readme-ov-file#eas-build

@dani-mp
Copy link

dani-mp commented Dec 18, 2023

@szdziedzic just to double check, there's no way to do this automatically via Expo/EAS, right? i.e. configuring somewhere (or via the cli) that when a build is finished, the link is sent automatically via email to the stakeholders.

@szdziedzic
Copy link
Member

@dani-mp You can use our email notifications https://expo.dev/accounts/[your-account-name]/settings/email-notifications or use webhooks for that https://docs.expo.dev/eas/webhooks/. I believe it should solve for your use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs review Issue is ready to be reviewed by a maintainer
Projects
None yet
Development

No branches or pull requests

3 participants