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=