expo-ci-doctor
v1.1.1
Published
Find the root cause of failed Expo, EAS, Xcode, Gradle, CocoaPods, and Metro builds
Maintainers
Readme
Expo CI Doctor
Find the root cause of failed Expo, EAS, Xcode, Gradle, CocoaPods, and Metro builds.
npx expo-ci-doctor@latest analyze eas-build.logExpo CI Doctor is complementary to the official Expo Doctor:
npx expo-doctor@latestchecks project health before a build.npx expo-ci-doctor analyze build.logexplains a failed build from its log.
It is deterministic, runs locally, sends no source or logs anywhere, and supports JSON and PR-ready Markdown output.
npx expo-ci-doctor analyze build.log --json
npx expo-ci-doctor analyze build.log --markdownMaintenance status: Expo CI Doctor is no longer actively maintained. Published versions remain available so existing users and CI builds do not break. Rules may become stale as Expo and native tooling evolve.
Archived website: https://levkosyk.github.io/expo-ci-doctor/
Documentation: https://github.com/LevKosyk/expo-ci-doctor/tree/main/docs
Exit codes
0: no known failure pattern1: one or more diagnoses found2: invalid arguments or unreadable input
MIT © Lev Kosyk
