releases.shpreview
Expo/EAS CLI

EAS CLI

$npx -y @buildinternet/releases show eas-cli
Mon
Wed
Fri
AprMayJunJulAugSepOctNovDecJanFebMarApr
Less
More
Releases13Avg4/moVersionsv16.32.0 → v18.7.0
Apr 14, 2026

🎉 New features

  • [build-tools] Add eas/read_package_json and eas/read_app_config functions (#3585 by @gwdp)
  • [eas-cli] Add --skip-bundler to eas build:dev to install and run a development build without starting the local Expo/Metro server. (#3604 by @mmichels-brex)
Apr 10, 2026

🎉 New features

  • [eas-cli] Add missing Apple metadata attributes for age ratings and content descriptions. (#3584 by @EvanBacon)
  • [eas-cli] Add App Clip metadata support to metadata:push and metadata:pull (default experience action, per-locale subtitle and header image, App Store review invocation URLs). (#3590 by @EvanBacon)
  • [build-tools] Add working_directory input to eas/build function group for custom builds. (#3582 by @szdziedzic)
  • [eas-cli] Add observe:metrics, observe:events, and observe:versions commands. (#3401 by @ubax, @douglowder)

🐛 Bug fixes

  • [steps] Coerce numeric env values to strings in workflow step configuration. (#3583 by @szdziedzic)
  • [build-tools][eas-cli] Detect iOS Development provisioning profiles and set correct code signing identity instead of treating them as Ad Hoc. (#3496 by @qwertey6)
  • [build-tools] Prevent detecting Yarn Modern as Classic based on lockfile (#3572 by @kitten)
  • [eas-cli] Bump @expo/apple-utils to 2.1.18 to fix metadata:push failing on ageRatingDeclarations due to the removed gamblingAndContests attribute. (#3588 by @EvanBacon)
  • [eas-cli] Bump @expo/apple-utils to 2.1.19 to fix image and video uploads via metadata:push getting stuck in AWAITING_UPLOAD state. The asset client was inheriting Bearer token injection from the App Store Connect API client, which caused S3 presigned URL uploads to be silently mishandled by Apple's CDN. Fixes screenshots, previews, and App Clip header image uploads. (#3590 by @EvanBacon)
  • [eas-cli] metadata:pull now preserves screenshot, video preview, and App Clip header image entries with placeholder paths when the asset is in an unrendered state, so users can recover broken records by replacing the file or removing the entry instead of having entries silently dropped from store.config.json. (#3590 by @EvanBacon)
  • [eas-cli] Surface hosting deployment's asset upload errors sooner (#3600 by @kitten)
Apr 2, 2026

🎉 New features

  • [eas-cli] Add screenshots and previews support to metadata:push and metadata:pull. (#3301 by @EvanBacon)
  • [eas-cli] Add --non-interactive flag to metadata:push and metadata:pull commands with ASC API Key auth support. (#3548 by @EvanBacon)

🐛 Bug fixes

  • [eas-cli] Fix workflow:logs for builds using built-in EAS build steps. (#3523 by @douglowder)
  • [build-tools][worker] Read Expo app config with expo config CLI invocation before falling back to @expo/config (#3536 by @kitten)
  • Fix hasIgnoredIosProjectAsync() always returning false for ignored iOS projects. (#3562 by @sjchmiela)

🧹 Chores

Mar 16, 2026

🎉 New features

Mar 10, 2026

🎉 New features

Mar 9, 2026

🎉 New features

  • Auto-enable --non-interactive when --json is passed, so users no longer need to specify both flags. (#3476 by @krystofwoldrich)
  • Auto-generate Android keystore in non-interactive mode instead of throwing an error. (#3477 by @EvanBacon)
  • Add --source-maps flag to prevent uploading server sourcemaps (#3478 by @hassankhan)

🐛 Bug fixes

  • Provide an override for the new --environment flag requirement in the update command. (#3442 by @douglowder)
  • Add missing --include=dev for npm install commands (#3459 by @kitten)
  • Add missing --production false for yarn install commands for Yarn Classic (#3459 by @kitten)

🧹 Chores

Mar 4, 2026

🎉 New features

  • Support YAML anchors and aliases when parsing workflow files. (#3435 by @sjchmiela)

🐛 Bug fixes

  • Remove --environment flag requirement for update:configure. (#3440 by @douglowder)
  • Fix login spinner interfering with prompts in eas go command when not logged in. (#3451 by @byronkarlen)
Feb 27, 2026
Feb 25, 2026

🛠 Breaking changes

  • Require --environment flag for update commands when SDK >= 55. (#3398 by @douglowder)
Feb 23, 2026

🐛 Bug fixes

  • Revert authorization code flow with PKCE for browser-based login. (#3422 by @byronkarlen)
Feb 20, 2026

🎉 New features

  • Use authorization code flow with PKCE for browser-based login. (#3398 by @byronkarlen)
Feb 12, 2026

🛠 Breaking changes

  • Drop support for Node 18 and Node 19. Require Node 20+. (#3343 by @sjchmiela)

🎉 New features

  • Add --browser flag to eas login for browser-based authentication. (#3312 by @byronkarlen)

🐛 Bug fixes

  • Hide progress bar in build credits warning when usage reaches 100%. (#3371 by @mackenco)

🧹 Chores

Jan 30, 2026

🎉 New features

  • Hidden beta version of new eas account:usage command for viewing account usage and billing estimates. (#3334 by @douglowder, @EvanBacon)
  • Add --no-bytecode and --source-maps [mode] flags to eas update. (#3339 by @brentvatne)
  • Add App Clip bundle identifier registration support for multi-target iOS builds. (#3300 by @evanbacon)
  • Add --runtime-version and --platform filters to eas update:list. (#3261 by @HarelSultan)

🐛 Bug fixes

  • Fix --source-maps flag compatibility with older SDKs that only support it as a boolean flag. (#3341 by @brentvatne)
  • Use --dump-sourcemaps as fallback when --source-maps is not provided to eas update, for backwards compatibility. (8cc324e1 by @brentvatne)
  • Fix metadata:pull failing for apps with only a live version by falling back to live app version and info. (#3299 by @EvanBacon)
  • eas init should fix and validate project name and slug. (#3277 by @douglowder)

🧹 Chores

Nov 20, 2025

🎉 New features

  • eas:new sorts organization accounts first in account selection. (#3256 by @mackenco)

🐛 Bug fixes

  • Fix eas:build bug where overages are checked before config is ready. (#3260 by @mackenco)

🧹 Chores

Nov 13, 2025

🎉 New features

  • Kick off update patch generation if enabled - this is feature is in preview, don't use it for prod yet please. (#3250 by @quinlanj)

🐛 Bug fixes

🧹 Chores

  • Fix yarn watch. (#3251 by @quinlanj)
  • Remove the node_modules installation requirement for workflow:run command. (#3254 by @kudo)
Oct 29, 2025

🎉 New features

🧹 Chores

  • eas:new cleanup (remove hidden tag, fix README error, output cleanup). (#3243 by @mackenco)
Oct 28, 2025

🧹 Chores

  • Remove preview label from EAS Hosting commands (#3241 by @kitten)
Oct 27, 2025

🎉 New features

  • eas:new command changes (project name prompt, output cleanup, additional project files, additional prompts). (#3235 by @mackenco)
  • eas:build command displays a warning when account is near its build limit. (#3236 by @mackenco)

🐛 Bug fixes

🧹 Chores

  • Document the default values for track and releaseStatus. (#3229 by @kadikraman)
Oct 19, 2025

🐛 Bug fixes

🎉 New features

  • workflow:run --wait shows periodic job and step status updates. (#3227 by @douglowder)

🐛 Bug fixes

  • workflow:logs should show logs from build and repack jobs. (#3226 by @douglowder)
Previous123Next
Latest
v18.7.0
Tracking Since
Dec 6, 2024
Last fetched Apr 19, 2026