-
Notifications
You must be signed in to change notification settings - Fork 5
Deprecations
Mark Glagola edited this page Mar 19, 2018
·
3 revisions
Last update: 03/19/2018
Due to recent additions to exp, some exptool commands have been deprecated. The full list is below, along with recommended exp alternative:
-
exptool check:status- This is no longer needed asexp build:{ios|android}will return non-zero status code when a build is already in progress (the exact purpose ofexptool check:status). -
exptool wait:build- Useexp build:{ios|android}as thebuildcommand is synchronous by default now! -
exptool download:artifact- Usecurl -o app.apk "$(exp url:apk --non-interactive)"orcurl -o app.ipa "$(exp url:ipa --non-interactive)" -
exptool url:artifact- Useexp url:apkto log Android binary urls orexp url:ipato log iOS binary urls.