Changelog
12.6.0 - 2024-10-21
eas channel:pause
and eas channel:resume
commands to pause/resume update delivery to builds using specific update channels and display paused status in channel details output. (#2614 by @fiberjw)Changelog
12.5.2 - 2024-10-11
worker
deploy API flow. (#2601 by @kitten))Changelog
12.5.0 - 2024-09-23
EAS_DANGEROUS_OVERRIDE_ANDROID_APPLICATION_ID
and EAS_DANGEROUS_OVERRIDE_IOS_BUNDLE_IDENTIFIER
environment variables as overrides of the Android application ID and iOS bundle identifier in managed workflow too. (#2576 by @sjchmiela)Changelog
12.4.0 - 2024-09-14
worker:alias
command to assign aliases from the CLI. (#2548 by @byCedric)worker --prod
flag to deploy to production from the CLI. (#2550 by @byCedric)worker --alias
flag to assign custom aliases when deploying. (#2551 by @byCedric))worker --id
flag to use a custom deployment identifier. (#2552 by @byCedric))worker --environment
flag to deploy with EAS environment variables. (#2557 by @kitten))worker --export-dir
flag to select exported directory. (#2560 by @byCedric))worker --json
flag to allow integrating with 3rd parties and custom tooling. (#2561 by @byCedric))worker:alias --json
flag to allow integrating with 3rd parties and custom tooling. (#2562 by @byCedric))expo.extra
plugin-generated data with expo.extra.eas.projectId
in eas init
. (#2554 by @byCedric))eas worker
. (#2569 by @byCedric))--non-interactive
argument to worker:deploy
command. (#2544 by @kitten)@expo/env
dotenv files for worker deployments. (#2545 by @kitten)worker --production
and clean up command output. (#2555 by @byCedric))worker
and worker:alias
command output. (#2558 by @byCedric))worker
and worker:alias
command outputs. (#2563 by @byCedric))static
exports in eas deploy
and add modified time. (#2565 by @byCedric))eas worker --help
--environment
description. (#2567 by @byCedric))Changelog
12.3.0 - 2024-09-09
--non-interactive
and --force
support when --id
is not passed to the eas init
command. (#1983 by @mymattcarroll)