Options

platform

p
string
Accepted values: ios, android, all

The platform to build the app, exaple values: ios, android, all.

profile

string

Name of the build profile from eas.json. Defaults to "production" if defined in eas.json.

autoSubmit

boolean
Default: false

Submit on build complete using the submit profile with the same name as the build profile

autoSubmitWithProfile

string

Submit on build complete using the submit profile with provided name

clearCache

boolean
Default: false

Clear cache before the build

interactive

boolean
Default: true

Run command in interactive mode

json

boolean
Default: false

Enable JSON output, non-JSON messages will be printed to stderr

local

boolean
Default: false

Run build locally [experimental]

output

string

Output path for local build

wait

boolean
Default: true

Wait for build(s) to complete