While the Expo CLI automatically detects and loads a local .env file during its execution, unfortunately the EAS CLI does not while performing local builds. It would be nice to have a build flag to detect and use a local.env file during local builds, since local builds have no access to EAS Secrets. The alternative is always specifying all secrets in the argument before the rest of the build command, which is frustrating over time. Since Expo CLI automatically detects build variables, doing the same via local EAS Build would be appreciated.