Is there a --apple-team-id or equivalent flag for EAS Build?

149 Views Asked by At

I have access to a few developer accounts because I am an admin of them and I was wondering if it is possible to login through my main account on EAS Build then pass through a --apple-team-id ######## flag or something along those lines. And if I can include my main account on non-interactive mode that would be even better, just trying to automate a few things. For example,

eas build --platform ios --apple-account [email protected] --apple-team-id ######## --non-interactive
1

There are 1 best solutions below

0
On

The only way I have found to do this is using the EXPO_APPLE_TEAM_ID environment variable (source):

EXPO_APPLE_TEAM_ID=<team-id> eas build --platform ios