eas build
Start a build
Options
Name | Description |
---|---|
-e, --profile <Profile Name> | Name of the build profile from eas.json. Defaults to "production" if defined in eas.json |
-m, --message <Value> | A short message describing the build |
-p, --platform <Platform> | |
--auto-submit | Submit on build complete using the submit profile with the same name as the build profile |
--auto-submit-with-profile <Profile Name> | Submit on build complete using the submit profile with provided name |
--clear-cache | Clear cache before the build |
--json | Enable JSON output, non-JSON messages will be printed to stderr |
--local | Run build locally [experimental] |
--non-interactive | Run the command in non-interactive mode |
--output <Value> | Output path for local build |
--no-wait | Don't wait for build(s) to complete |
--wait | Wait for build(s) to complete |