macOS
brew install eas-clilocal Homebrew formula metadata
brew
eas-cli のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install eas-clilocal Homebrew formula metadata
nix profile install nixpkgs#eas-clinixpkgs package indexes · pkgs/by-name/ea/eas-cli/package.nix · ソース: api.github.com
概要
Command-line tool for working with Expo Application Services
履歴
EAS CLI is Expo's command-line client for Expo Application Services, the hosted build, submit, update, hosting, metadata, workflow, and observability services used by Expo and React Native projects. Package-manager users know it as the `eas` executable distributed through npm and Homebrew.
The `eas-cli` npm package was created in August 2020, and the official GitHub repository was created days later. It grew out of Expo's move from the older Expo build/update services toward Expo Application Services, a broader set of cloud services for building, signing, submitting, and updating native mobile apps.
The repository README presents the package as the EAS command-line tool and documents global npm or Yarn installation. Over time, the command surface expanded far beyond `eas build` into credentials, submit, update, channels, metadata, workflows, hosting/deploy commands, environment management, diagnostics, and account administration.
EAS CLI adoption follows Expo and React Native adoption rather than a standalone infrastructure-tool adoption curve. Developers install it when they need cloud Android/iOS builds, store submissions, signing credential management, internal distribution, or over-the-air updates for Expo and React Native projects.
The npm registry records hundreds of published versions, which reflects the rapid release cadence of Expo's managed service client. Homebrew packages the npm tarball as `eas-cli`, giving macOS and Linux users a package-manager route in addition to the official npm install path.
Common workflows include `eas build --platform all` to produce Android and iOS binaries, `eas submit` to upload builds to app stores, and `eas update` to publish JavaScript and asset updates through EAS Update. Project build profiles and CLI version constraints live in `eas.json`.
EAS Build can manage Android keystores, iOS provisioning profiles, and distribution certificates, or use credentials provided by the project. That is why the CLI sits at the boundary between package tooling and sensitive mobile-release infrastructure.
For package nerds, EAS CLI is a good example of a service-backed CLI becoming the canonical interface for a platform. The interesting package is not just a binary; it is the versioned client for a large hosted release workflow.
It also shows the JavaScript CLI packaging pattern clearly: the source is a GitHub monorepo package, npm is the primary distribution channel, and Homebrew repackages the npm artifact for users who prefer system package managers.
セキュリティ状態
eas-cli に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
eas.jsonCredential-bearing paths to review before unattended agent runs.
credentials.jsonios/certs/dist.p12ios/certs/profile.mobileprovision実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
eas | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:eas-cli |
|---|---|
| バージョン | 20.5.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/eas-cli |
| ホームページ | https://docs.expo.dev/eas/ |
| リポジトリ | https://github.com/expo/eas-cli |
| 上流ドキュメント | https://docs.expo.dev/eas |
| ライセンス | MIT |
| ソースアーカイブ | https://registry.npmjs.org/eas-cli/-/eas-cli-20.5.1.tgz |
| 最終更新 | 2026-07-02T18:04:35Z |
| Pulse | updated |
| 依存関係 | node |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | eas-cli |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
eas-cli
nix profile install nixpkgs#eas-cliソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.