From 9494b652374bf4ab9463b6681555ecf88bc08265 Mon Sep 17 00:00:00 2001 From: Aman Mittal Date: Sun, 3 May 2026 12:14:48 +0530 Subject: [PATCH 1/3] [docs] Update EAS CLI reference to 18.9.1 (#45243) # Why Update EAS CLI reference to 18.9.1. # How Run `pnpm run eas-cli-sync` # Checklist - [ ] I added a `changelog.md` entry and rebuilt the package sources according to [this short guide](https://github.com/expo/expo/blob/main/CONTRIBUTING.md#-before-submitting) - [ ] This diff will work correctly for `npx expo prebuild` & EAS Build (eg: updated a module plugin). - [ ] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md) --- docs/.oxfmtrc.json | 3 ++- docs/pages/eas/cli.mdx | 2 +- .../data/eas-cli-commands.json | 27 ++++++++++++++----- 3 files changed, 24 insertions(+), 8 deletions(-) diff --git a/docs/.oxfmtrc.json b/docs/.oxfmtrc.json index 0beffabc999fff..ee2471a7cc1c20 100644 --- a/docs/.oxfmtrc.json +++ b/docs/.oxfmtrc.json @@ -30,6 +30,7 @@ "out", "public", "pages/versions/latest", - "next-env.d.ts" + "next-env.d.ts", + "ui/components/EASCLIReference/data/eas-cli-commands.json" ] } diff --git a/docs/pages/eas/cli.mdx b/docs/pages/eas/cli.mdx index d87831211e1adc..89e6d35bef1b6f 100644 --- a/docs/pages/eas/cli.mdx +++ b/docs/pages/eas/cli.mdx @@ -2,7 +2,7 @@ title: EAS CLI reference sidebar_title: EAS CLI description: EAS CLI is a command-line tool that allows you to interact with Expo Application Services (EAS) from your terminal. -cliVersion: 18.8.1 +cliVersion: 18.9.1 --- import { EASCLIReference } from '~/ui/components/EASCLIReference'; diff --git a/docs/ui/components/EASCLIReference/data/eas-cli-commands.json b/docs/ui/components/EASCLIReference/data/eas-cli-commands.json index 7c9b745dfa1f37..16f38c7e54339e 100644 --- a/docs/ui/components/EASCLIReference/data/eas-cli-commands.json +++ b/docs/ui/components/EASCLIReference/data/eas-cli-commands.json @@ -1,10 +1,10 @@ { "source": { "url": "https://raw.githubusercontent.com/expo/eas-cli/main/packages/eas-cli/README.md", - "fetchedAt": "2026-04-23T19:49:08.793Z", - "cliVersion": "18.8.1" + "fetchedAt": "2026-04-30T11:04:31.013Z", + "cliVersion": "18.9.1" }, - "totalCommands": 104, + "totalCommands": 107, "commands": [ { "command": "eas account:login", @@ -88,8 +88,8 @@ }, { "command": "eas build:download", - "description": "download simulator/emulator builds for a given fingerprint hash", - "usage": "USAGE\n $ eas build:download --fingerprint [-p ios|android] [--dev-client] [--json] [--non-interactive]\n\nFLAGS\n -p, --platform=