Download aab files to local at the end of the build

Trying to use firebase test lab between eas build and eas submit, is there an eas-cli command to get the file url of the latest android build that i can download using curl?
Or is the only way is to parse the output of eas build?
Please suggest.

Thanks
Mano

Expo CLI 4.4.7 environment info:
System:
OS: Linux 5.4 Ubuntu 18.04.5 LTS (Bionic Beaver)
Shell: 4.4.20 - /bin/bash
Binaries:
Node: 12.18.0 - ~/.nvm/versions/node/v12.18.0/bin/node
Yarn: 1.22.4 - /usr/local/bin/yarn
npm: 6.14.4 - ~/.nvm/versions/node/v12.18.0/bin/npm
Watchman: 20210131.142312.0 - /usr/local/bin/watchman
npmPackages:
expo: ~41.0.1 => 41.0.1
react: 16.13.1 => 16.13.1
react-dom: 16.13.1 => 16.13.1
react-native: https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz => 0.63.2
npmGlobalPackages:
expo-cli: 4.4.7
Expo Workflow: managed

Parsing output is the only way if you need to do that locally, but you can do that on list command instead (it might be easier)

eas build:list --limit 1 --status finished

If you don’t need to run that locally you can use

We plan to support better use cases like this in the future, one of the options we are considering is outputting json output if the flag --json is specified, that should be a lot easier to parse with sth like jq

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