Local EAS build should support output file path

I used to build locally with Turtle. I’m now using eas build --local.

With Turtle, I could pass --output path/to/file.aab. EAS doesn’t let you set an output path, and instead forces it to something like build-DD-MM-YYYY-HH:mm.aab.

As a result, I had to hack together a shell script that renames *.aab to the path that I need. This is bound to go wrong at some point.

Please support something like --output=PATH on eas build --local. Thanks!

It will be available in the next release, also default name will change to build-timestamp.aab

1 Like

Great, thanks!

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.