How to set team & provider

I am running command “eas build --platform ios --profile production --local”

but every time i will need to select team & provider, is there a way to configure this somewhere (ENV variable?)

heya! you can pass in --non-interactive to skip this

we do have some environment variables that support this to an extent, but i’d recommend the flag right now instead as the env vars have some quirks we need to resolve