v12.4.0
๐ New features
- Add
worker:alias
command to assign aliases from the CLI. (#2548 by @byCedric) - Add
worker --prod
flag to deploy to production from the CLI. (#2550 by @byCedric) - Add
worker --alias
flag to assign custom aliases when deploying. (#2551 by @byCedric)) - Add
worker --id
flag to use a custom deployment identifier. (#2552 by @byCedric)) - Add
worker --environment
flag to deploy with EAS environment variables. (#2557 by @kitten)) - Add
worker --export-dir
flag to select exported directory. (#2560 by @byCedric)) - Add
worker --json
flag to allow integrating with 3rd parties and custom tooling. (#2561 by @byCedric)) - Add
worker:alias --json
flag to allow integrating with 3rd parties and custom tooling. (#2562 by @byCedric))
๐ Bug fixes
- Avoid merging
expo.extra
plugin-generated data withexpo.extra.eas.projectId
ineas init
. (#2554 by @byCedric))
๐งน Chores
- Make error message for invalid CFBundleShortVersionString more descriptive and actionable. Improve CFBundleShortVersionString validation regex. (#2542 by @szdziedzic)
- Add missing
--non-interactive
argument toworker:deploy
command. (#2544 by @kitten) - Source
@expo/env
dotenv files for worker deployments. (#2545 by @kitten) - Support
worker --production
and clean up command output. (#2555 by @byCedric)) - Unify both
worker
andworker:alias
command output. (#2558 by @byCedric)) - Share similar table/json output in both
worker
andworker:alias
command outputs. (#2563 by @byCedric)) - Polish the project URL prompt when setting up new projects. (#2564 by @byCedric))
- Always assume
static
exports ineas deploy
and add modified time. (#2565 by @byCedric))