diff --git a/CHANGELOG.md b/CHANGELOG.md index ba0404274a..d45b8c473c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ This is the log of notable changes to EAS CLI and related packages. ### 🎉 New features +- [eas-cli] Add `--system-image-package` to `eas simulator` for selecting a validated x86_64 Android emulator system image. ([#4317](https://github.com/expo/eas-cli/pull/4317) by [@szdziedzic](https://github.com/szdziedzic)) - [eas-cli] Update workflow run logs in real time, instead of every 10 seconds. ([#4228](https://github.com/expo/eas-cli/pull/4228) by [@AHGIJMKLKKZNPJKQR](https://github.com/AHGIJMKLKKZNPJKQR)) - [build-tools] Add `expo-device-hub` web previews to Android web-preview-only, Agent Device, Argent, and Appium remote sessions. ([#4304](https://github.com/expo/eas-cli/pull/4304) by [@krystofwoldrich](https://github.com/krystofwoldrich)) - [eas-cli] Add `eas workflow:ssh [command...]` to open an ssh session on the worker running a workflow job. ([#4032](https://github.com/expo/eas-cli/pull/4032) by [@gwdp](https://github.com/gwdp)) diff --git a/packages/eas-cli/README.md b/packages/eas-cli/README.md index af76b1a497..0175abfc06 100644 --- a/packages/eas-cli/README.md +++ b/packages/eas-cli/README.md @@ -2556,10 +2556,11 @@ _See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/exp ``` USAGE - $ eas sim [-p android|ios] [--name ] [--device ] [--build-id | - --application-archive-url | --expo-go] [--sdk-version ] [--launch-arg ...] [--open-url - ] [--type agent-device|appium|argent|web-preview-only] [--package-version ] [--max-duration-minutes - ] [--max-idle-time-minutes ] [--force] [--out-config-type env|dotenv] [--json] [--non-interactive] + $ eas sim [-p android|ios] [--name ] [--device ] [--system-image-package ] + [--build-id | --application-archive-url | --expo-go] [--sdk-version ] [--launch-arg + ...] [--open-url ] [--type agent-device|appium|argent|web-preview-only] + [--package-version ] [--max-duration-minutes ] [--max-idle-time-minutes ] [--force] + [--out-config-type env|dotenv] [--json] [--non-interactive] FLAGS -p, --platform=