I am trying to find a way to fetch all the available eas buids without configuring the project.
It is needed to run automation tests in CI and I need to fetch the latest build.
The command eas build:list
prompts me to set up the project which I don’t want.
I was looking for a way to may be pass auth token in eas build:list
command or use API endpoint get the list of builds but I haven’t found a working solution.
Thank you,