Skip to content

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 as exp build:{ios|android} will return non-zero status code when a build is already in progress (the exact purpose of exptool check:status).
  • exptool wait:build - Use exp build:{ios|android} as the build command is synchronous by default now!
  • exptool download:artifact - Use curl -o app.apk "$(exp url:apk --non-interactive)" or curl -o app.ipa "$(exp url:ipa --non-interactive)"
  • exptool url:artifact - Use exp url:apk to log Android binary urls or exp url:ipa to log iOS binary urls.

Clone this wiki locally