# Expo 新增 EAS CLI 指令，一鍵建立並連結具即時反應與完整型別的 Convex backend

> 📖 本站完整內容索引（documentation index）：[llms.txt](/llms.txt)

> 原作者：Expo (@expo) · 策展與摘要：EasyVibeCoding · 平台：X (Twitter) · 熱度：🔥 · 日期：2026-08-12

> 原始來源：https://x.com/expo/status/2086807731625947534

## 證據與延伸閱讀

- [Expo 新增 EAS CLI 指令，一鍵建立並連結具即時反應與完整型別的 Convex backend](https://expo.dev/blog/convex-is-a-backend-for-expo-apps) — 官方文件

## 中文摘要

Expo 新增 EAS CLI 指令，一鍵建立並連結具即時反應與完整型別的 Convex backend。

**核心整合**  
Expo 分享 Wayne Sutton 撰寫的完整教學：在已透過 `eas init` 連結 EAS 的專案中執行 `eas integrations:convex:connect`，即可建立 Convex team、專案與 deployment，安裝 `convex`，並設定本機與 production、preview、development build profile 所需的環境變數，不必另行註冊、切換 dashboard 或手動複製 deployment URL。也可用 `--region aws-us-east-1 --team-name "your-team" --project-name "your-app"` 預先指定設定。

![](https://pub-75d4fe1e4e80421b9ecb1245a7ae0d1a.r2.dev/curated/7996859539c0144c.webp)
> convex 與 Expo 的標誌並排顯示，中間以一條帶有點狀端點的線條連接，背景為深色且帶有復古風格的斜向彩色條紋。

**開發體驗**  
Convex 提供 realtime database、server functions、檔案儲存、搜尋與排程；資料變動時，`useQuery` 會自動更新，省去手動重新抓取、快取失效處理與自行撰寫 REST endpoint。執行 `npx convex dev` 後，系統會建立 `convex/`、產生 typed API，並持續同步函式與 deployment，適合聊天、即時比分與協作清單等情境。

**Agent 與管理**  
Wayne Sutton 指出，單一指令和固定旗標也適合交給 coding agent 執行。後續可用 `eas integrations:convex:project`、`eas integrations:convex:dashboard`、`eas integrations:convex:team`、`eas integrations:convex:team:invite` 管理整合；執行 `eas integrations:convex:project:delete` 或 `eas integrations:convex:team:delete` 只會移除 EAS 的整合中繼資料，不會刪除 Convex 資料與 deployment。初始區域僅支援 `aws-us-east-1`、`aws-eu-west-1`；`EXPO_PUBLIC_CONVEX_URL` 可公開，但秘密應放在 Convex environment variables 或 server functions。完整教學見 [Expo 文件](https://expo.dev/blog/convex-is-a-backend-for-expo-apps)。

## 標籤

CLI, 功能更新, Expo, Convex
