Overview of EAS CLI capabilities
mainEAS CLI provides a terminal-native path from source code to production through several key services:
- EAS Build (
eas build): Compile and sign Android and iOS apps with custom native code in the cloud, manage credentials, and share internal distribution builds. - EAS Submit (
eas submit): Upload your app to Google Play and App Store Connect. - EAS Update (
eas update): Push JavaScript and asset fixes directly to users using branches, channels, runtime versions, rollouts, and rollbacks. - EAS Workflows (
eas workflow): Automate development and release with CI/CD jobs defined in.eas/workflows. - EAS Hosting (
eas deploy): Deploy Expo Router and React Native web apps and API routes. - EAS Metadata (
eas metadata:push): Maintain app store presence from the command line (in preview). - Project Operations: Manage environment variables (
eas env), signing credentials (eas credentials), Apple devices (eas device), update channels (eas channel), webhooks, and project settings.