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

buildLoggerLevel

string
Default: info
Accepted values: trace, debug, info, warn, error, fatal

The level of logs to output during the build process.

clearCache

boolean
Default: false

Clear cache before the build

freezeCredentials

boolean
Default: false

Prevent the build from updating credentials in non-interactive mode

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]

message

string

A short message describing the build

output

string

Output path for local build

wait

boolean
Default: true

Wait for build(s) to complete