Projects deletable from CLI; eas browse opens project page
v21.0.1
4 featuresThis release4 featuresNew capabilitiesAI-tallied from the release notes
From the original release noteView original ↗
🎉 New features
- [eas-cli] Add
eas project:deletecommand to delete a project — the current directory's project by default, or any project passed as an argument (@account/slugor ID). Confirmation requires the project's full name, typed at the interactive prompt or passed via--dangerously-confirm-deletion(required in non-interactive mode). Deletion requires sudo mode: the command prompts for your password (and OTP) to upgrade the session when the server requires it. Deletion was previously only possible from the website. (#4012 by @brentvatne) - [eas-cli] Add
eas browseto open the project page on expo.dev in a web browser, with an optional page argument (e.g.eas browse build,eas browse hosting) for project subpages and a--no-browserflag to print the URL.eas openis now an alias ofeas browse. (#4003 by @jonsamp) - [eas-cli] Add
--dev-domainflag toeas deployto choose the project's preview URL (<name>.expo.app) without prompting, allowing first-time deploys with--non-interactive. (#4004 by @brentvatne) - [eas-cli] Add
-pas an alias for--platformineas simulator:start. (#3902 by @brentvatne)
🧹 Chores
- [eas-cli][build-tools][local-build-plugin][worker] Bump
tarto7.5.19. (#3971 by @szdziedzic)
Fetched July 15, 2026


