@nx/expo:submit

Submit app binary to App Store and/or Play Store.

Options can be configured in project.json when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/reference/project-configuration#targets.

Options

profile

string

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

platform

p
string
Accepted values: ios, android, all

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

id

string

Build ID to submit

interactive

boolean
Default: true

Run command in interactive mode

latest

boolean

Submit the latest build for specified platform

path

string

Path to the .apk/.aab/.ipa file

url

string

URL to the .apk/.aab/.ipa file, app archive url

wait

boolean
Default: true

Wait for build(s) to complete