GitHub
github.com › expo › eas-cli
GitHub - expo/eas-cli: Fastest way to build, submit, and update iOS and Android apps
Fastest way to build, submit, and update iOS and Android apps - expo/eas-cli
Starred by 1.2K users
Forked by 162 users
Languages TypeScript
Videos
02:42
How to Create an Expo Account & Install EAS CLI Globally ...
07:19
How to configure a development build | EAS Tutorial - YouTube
React Native Development Build tutorial with EAS - YouTube
07:01
Distribute iOS Apps to Simulators in 7 minutes with eas-cli (React ...
06:09
Expo EAS CLI to Submit Apps to the Apple App Store With or Without ...
42:53
Sending Over-the-Air (OTA) Updates with EAS Update | Step-by-Step ...
Fig
fig.io › manual › eas
eas | Fig
EAS CLI is the command-line app that you will use to interact with EAS services from your terminal
npm
npmjs.com › package › eas-cli
eas-cli - npm
EAS command line tool. Latest version: 16.28.0, last published: a month ago. Start using eas-cli in your project by running `npm i eas-cli`. There are 5 other projects in the npm registry using eas-cli.
» npm install eas-cli
Published Nov 20, 2025
Version 16.28.0
Repository https://github.com/expo/eas-cli
Homepage https://github.com/expo/eas-cli
npm
npmjs.com › package › eas-cli-local-build-plugin
eas-cli-local-build-plugin - npm
eas-cli-local-build-plugin is a light wrapper around @expo/build-tools library that runs builds locally. The job object is passed as a base64-encoded string argument.
» npm install eas-cli-local-build-plugin
GitHub
github.com › expo › eas-cli › releases
Releases · expo/eas-cli
Fastest way to build, submit, and update iOS and Android apps - expo/eas-cli
Author expo
Hashnode
janellgames.hashnode.dev › what-could-go-wrong-setting-up-eas-for-fast-react-native-deployment
Setting Up EAS for React Native
February 9, 2025 - In this blog post, I try to follow the tutorial, https://janellgames.hashnode.dev/setting-up-eas-for-fast-react-native-deployment. Sounds simple - we’re just setting up EAS, right? What could go wrong? My instructions say to install Expo CLI and EAS CLI globally with npm install -g expo-cli eas-cli
X-CMD
x-cmd.com › install › eas-cli
eas-cli | x-cmd install | installation
x docker alpine eas-cli · sh · xd alp eas-cli · sh · x docker ubuntu eas-cli · sh · xd ubu eas-cli · sh · x docker kali eas-cli · sh · xd kal eas-cli · sh · x docker debian eas-cli · sh · xd deb eas-cli · sh · x docker fedora eas-cli · sh · xd fed eas-cli ·
Top answer 1 of 14
37
For some reason yarn does not add it to commands, might be a path issue, set-up issue with yarn.
using npm it worked fine
npm install -g eas-cli
2 of 14
10
It worked for me , when i added this to .zshrc file in Mac operating system with M1 chip
export PATH="$PATH:$(npm get prefix)/bin"
UNPKG
unpkg.com › browse › [email protected] › README.md
eas-cli/README.md
# eas-cli EAS command line tool [](https://oclif.io) [](https://npmjs.org/package/eas-cli) [](https://npmjs.org/package/eas-cli) [](https://github.com/expo/eas-cli/blob/main/package.json) * [Installation](#installation) * [Usage](#usage) * [Commands](#commands) # Installation ```sh npm install -g eas-cli # or yarn global add eas-cli ``` # Usage ```sh eas COMMAND # runs
GitHub
github.com › expo › eas-cli › issues › 2031
I deleted EAS cli file path /user/local/bin/eas after it failed to upgrade due to conflicting package managers · Issue #2031 · expo/eas-cli
August 29, 2023 - After attempting to build my app severally and getting build failed, I was told to run "when eas" command and delete the file path. After doing so, eas commands do not run again in my project.
Published Aug 29, 2023