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
The only way I have found to do this is using the
EXPO_APPLE_TEAM_ID
environment variable (source):