eas-cli 16.3.0 → 16.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -162,7 +162,7 @@ ALIASES
162
162
  $ eas login
163
163
  ```
164
164
 
165
- _See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/account/login.ts)_
165
+ _See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/account/login.ts)_
166
166
 
167
167
  ## `eas account:logout`
168
168
 
@@ -179,7 +179,7 @@ ALIASES
179
179
  $ eas logout
180
180
  ```
181
181
 
182
- _See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/account/logout.ts)_
182
+ _See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/account/logout.ts)_
183
183
 
184
184
  ## `eas account:view`
185
185
 
@@ -196,7 +196,7 @@ ALIASES
196
196
  $ eas whoami
197
197
  ```
198
198
 
199
- _See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/account/view.ts)_
199
+ _See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/account/view.ts)_
200
200
 
201
201
  ## `eas analytics [STATUS]`
202
202
 
@@ -210,7 +210,7 @@ DESCRIPTION
210
210
  display or change analytics settings
211
211
  ```
212
212
 
213
- _See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/analytics.ts)_
213
+ _See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/analytics.ts)_
214
214
 
215
215
  ## `eas autocomplete [SHELL]`
216
216
 
@@ -262,7 +262,7 @@ DESCRIPTION
262
262
  create a branch
263
263
  ```
264
264
 
265
- _See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/branch/create.ts)_
265
+ _See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/branch/create.ts)_
266
266
 
267
267
  ## `eas branch:delete [NAME]`
268
268
 
@@ -283,7 +283,7 @@ DESCRIPTION
283
283
  delete a branch
284
284
  ```
285
285
 
286
- _See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/branch/delete.ts)_
286
+ _See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/branch/delete.ts)_
287
287
 
288
288
  ## `eas branch:list`
289
289
 
@@ -303,7 +303,7 @@ DESCRIPTION
303
303
  list all branches
304
304
  ```
305
305
 
306
- _See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/branch/list.ts)_
306
+ _See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/branch/list.ts)_
307
307
 
308
308
  ## `eas branch:rename`
309
309
 
@@ -323,7 +323,7 @@ DESCRIPTION
323
323
  rename a branch
324
324
  ```
325
325
 
326
- _See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/branch/rename.ts)_
326
+ _See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/branch/rename.ts)_
327
327
 
328
328
  ## `eas branch:view [NAME]`
329
329
 
@@ -346,7 +346,7 @@ DESCRIPTION
346
346
  view a branch
347
347
  ```
348
348
 
349
- _See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/branch/view.ts)_
349
+ _See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/branch/view.ts)_
350
350
 
351
351
  ## `eas build`
352
352
 
@@ -383,7 +383,7 @@ DESCRIPTION
383
383
  start a build
384
384
  ```
385
385
 
386
- _See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/build/index.ts)_
386
+ _See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/build/index.ts)_
387
387
 
388
388
  ## `eas build:cancel [BUILD_ID]`
389
389
 
@@ -402,7 +402,7 @@ DESCRIPTION
402
402
  cancel a build
403
403
  ```
404
404
 
405
- _See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/build/cancel.ts)_
405
+ _See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/build/cancel.ts)_
406
406
 
407
407
  ## `eas build:configure`
408
408
 
@@ -419,7 +419,7 @@ DESCRIPTION
419
419
  configure the project to support EAS Build
420
420
  ```
421
421
 
422
- _See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/build/configure.ts)_
422
+ _See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/build/configure.ts)_
423
423
 
424
424
  ## `eas build:delete [BUILD_ID]`
425
425
 
@@ -438,7 +438,7 @@ DESCRIPTION
438
438
  delete a build
439
439
  ```
440
440
 
441
- _See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/build/delete.ts)_
441
+ _See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/build/delete.ts)_
442
442
 
443
443
  ## `eas build:dev`
444
444
 
@@ -458,7 +458,7 @@ DESCRIPTION
458
458
  run dev client simulator/emulator build with matching fingerprint or create a new one
459
459
  ```
460
460
 
461
- _See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/build/dev.ts)_
461
+ _See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/build/dev.ts)_
462
462
 
463
463
  ## `eas build:download`
464
464
 
@@ -470,7 +470,7 @@ USAGE
470
470
 
471
471
  FLAGS
472
472
  -p, --platform=(ios|android)
473
- --dev-client Filter only dev-client builds.
473
+ --[no-]dev-client Filter only dev-client builds.
474
474
  --fingerprint=<value> (required) Fingerprint hash of the build to download
475
475
  --json Enable JSON output, non-JSON messages will be printed to stderr.
476
476
  --non-interactive Run the command in non-interactive mode.
@@ -479,7 +479,7 @@ DESCRIPTION
479
479
  download simulator/emulator builds for a given fingerprint hash
480
480
  ```
481
481
 
482
- _See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/build/download.ts)_
482
+ _See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/build/download.ts)_
483
483
 
484
484
  ## `eas build:inspect`
485
485
 
@@ -514,7 +514,7 @@ DESCRIPTION
514
514
  inspect the state of the project at specific build stages, useful for troubleshooting
515
515
  ```
516
516
 
517
- _See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/build/inspect.ts)_
517
+ _See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/build/inspect.ts)_
518
518
 
519
519
  ## `eas build:list`
520
520
 
@@ -566,7 +566,7 @@ DESCRIPTION
566
566
  list all builds for your project
567
567
  ```
568
568
 
569
- _See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/build/list.ts)_
569
+ _See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/build/list.ts)_
570
570
 
571
571
  ## `eas build:resign`
572
572
 
@@ -595,7 +595,7 @@ DESCRIPTION
595
595
  re-sign a build archive
596
596
  ```
597
597
 
598
- _See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/build/resign.ts)_
598
+ _See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/build/resign.ts)_
599
599
 
600
600
  ## `eas build:run`
601
601
 
@@ -621,7 +621,7 @@ DESCRIPTION
621
621
  run simulator/emulator builds from eas-cli
622
622
  ```
623
623
 
624
- _See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/build/run.ts)_
624
+ _See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/build/run.ts)_
625
625
 
626
626
  ## `eas build:submit`
627
627
 
@@ -671,7 +671,7 @@ DESCRIPTION
671
671
  get the latest version from EAS servers
672
672
  ```
673
673
 
674
- _See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/build/version/get.ts)_
674
+ _See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/build/version/get.ts)_
675
675
 
676
676
  ## `eas build:version:set`
677
677
 
@@ -690,7 +690,7 @@ DESCRIPTION
690
690
  update version of an app
691
691
  ```
692
692
 
693
- _See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/build/version/set.ts)_
693
+ _See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/build/version/set.ts)_
694
694
 
695
695
  ## `eas build:version:sync`
696
696
 
@@ -709,7 +709,7 @@ DESCRIPTION
709
709
  update a version in native code with a value stored on EAS servers
710
710
  ```
711
711
 
712
- _See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/build/version/sync.ts)_
712
+ _See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/build/version/sync.ts)_
713
713
 
714
714
  ## `eas build:view [BUILD_ID]`
715
715
 
@@ -726,7 +726,7 @@ DESCRIPTION
726
726
  view a build for your project
727
727
  ```
728
728
 
729
- _See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/build/view.ts)_
729
+ _See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/build/view.ts)_
730
730
 
731
731
  ## `eas channel:create [NAME]`
732
732
 
@@ -747,7 +747,7 @@ DESCRIPTION
747
747
  create a channel
748
748
  ```
749
749
 
750
- _See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/channel/create.ts)_
750
+ _See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/channel/create.ts)_
751
751
 
752
752
  ## `eas channel:edit [NAME]`
753
753
 
@@ -769,7 +769,7 @@ DESCRIPTION
769
769
  point a channel at a new branch
770
770
  ```
771
771
 
772
- _See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/channel/edit.ts)_
772
+ _See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/channel/edit.ts)_
773
773
 
774
774
  ## `eas channel:list`
775
775
 
@@ -789,7 +789,7 @@ DESCRIPTION
789
789
  list all channels
790
790
  ```
791
791
 
792
- _See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/channel/list.ts)_
792
+ _See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/channel/list.ts)_
793
793
 
794
794
  ## `eas channel:pause [NAME]`
795
795
 
@@ -811,7 +811,7 @@ DESCRIPTION
811
811
  pause a channel to stop it from sending updates
812
812
  ```
813
813
 
814
- _See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/channel/pause.ts)_
814
+ _See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/channel/pause.ts)_
815
815
 
816
816
  ## `eas channel:resume [NAME]`
817
817
 
@@ -833,7 +833,7 @@ DESCRIPTION
833
833
  resume a channel to start sending updates
834
834
  ```
835
835
 
836
- _See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/channel/resume.ts)_
836
+ _See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/channel/resume.ts)_
837
837
 
838
838
  ## `eas channel:rollout [CHANNEL]`
839
839
 
@@ -866,7 +866,7 @@ DESCRIPTION
866
866
  Roll a new branch out on a channel incrementally.
867
867
  ```
868
868
 
869
- _See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/channel/rollout.ts)_
869
+ _See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/channel/rollout.ts)_
870
870
 
871
871
  ## `eas channel:view [NAME]`
872
872
 
@@ -889,7 +889,7 @@ DESCRIPTION
889
889
  view a channel
890
890
  ```
891
891
 
892
- _See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/channel/view.ts)_
892
+ _See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/channel/view.ts)_
893
893
 
894
894
  ## `eas config`
895
895
 
@@ -910,7 +910,7 @@ DESCRIPTION
910
910
  display project configuration (app.json + eas.json)
911
911
  ```
912
912
 
913
- _See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/config.ts)_
913
+ _See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/config.ts)_
914
914
 
915
915
  ## `eas credentials`
916
916
 
@@ -927,7 +927,7 @@ DESCRIPTION
927
927
  manage credentials
928
928
  ```
929
929
 
930
- _See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/credentials/index.ts)_
930
+ _See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/credentials/index.ts)_
931
931
 
932
932
  ## `eas credentials:configure-build`
933
933
 
@@ -945,7 +945,7 @@ DESCRIPTION
945
945
  Set up credentials for building your project.
946
946
  ```
947
947
 
948
- _See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
948
+ _See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/credentials/configure-build.ts)_
949
949
 
950
950
  ## `eas deploy [options]`
951
951
 
@@ -973,7 +973,7 @@ ALIASES
973
973
  $ eas worker:deploy
974
974
  ```
975
975
 
976
- _See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/deploy/index.ts)_
976
+ _See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/deploy/index.ts)_
977
977
 
978
978
  ## `eas deploy:alias`
979
979
 
@@ -998,7 +998,7 @@ ALIASES
998
998
  $ eas deploy:promote
999
999
  ```
1000
1000
 
1001
- _See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/deploy/alias.ts)_
1001
+ _See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/deploy/alias.ts)_
1002
1002
 
1003
1003
  ## `eas deploy:promote`
1004
1004
 
@@ -1035,7 +1035,7 @@ DESCRIPTION
1035
1035
  register new Apple Devices to use for internal distribution
1036
1036
  ```
1037
1037
 
1038
- _See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/device/create.ts)_
1038
+ _See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/device/create.ts)_
1039
1039
 
1040
1040
  ## `eas device:delete`
1041
1041
 
@@ -1055,7 +1055,7 @@ DESCRIPTION
1055
1055
  remove a registered device from your account
1056
1056
  ```
1057
1057
 
1058
- _See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/device/delete.ts)_
1058
+ _See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/device/delete.ts)_
1059
1059
 
1060
1060
  ## `eas device:list`
1061
1061
 
@@ -1076,7 +1076,7 @@ DESCRIPTION
1076
1076
  list all registered devices for your account
1077
1077
  ```
1078
1078
 
1079
- _See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/device/list.ts)_
1079
+ _See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/device/list.ts)_
1080
1080
 
1081
1081
  ## `eas device:rename`
1082
1082
 
@@ -1097,7 +1097,7 @@ DESCRIPTION
1097
1097
  rename a registered device
1098
1098
  ```
1099
1099
 
1100
- _See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/device/rename.ts)_
1100
+ _See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/device/rename.ts)_
1101
1101
 
1102
1102
  ## `eas device:view [UDID]`
1103
1103
 
@@ -1111,7 +1111,7 @@ DESCRIPTION
1111
1111
  view a device for your project
1112
1112
  ```
1113
1113
 
1114
- _See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/device/view.ts)_
1114
+ _See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/device/view.ts)_
1115
1115
 
1116
1116
  ## `eas diagnostics`
1117
1117
 
@@ -1125,7 +1125,7 @@ DESCRIPTION
1125
1125
  display environment info
1126
1126
  ```
1127
1127
 
1128
- _See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/diagnostics.ts)_
1128
+ _See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/diagnostics.ts)_
1129
1129
 
1130
1130
  ## `eas env:create [ENVIRONMENT]`
1131
1131
 
@@ -1154,7 +1154,7 @@ DESCRIPTION
1154
1154
  create an environment variable for the current project or account
1155
1155
  ```
1156
1156
 
1157
- _See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/env/create.ts)_
1157
+ _See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/env/create.ts)_
1158
1158
 
1159
1159
  ## `eas env:delete [ENVIRONMENT]`
1160
1160
 
@@ -1178,7 +1178,7 @@ DESCRIPTION
1178
1178
  delete an environment variable for the current project or account
1179
1179
  ```
1180
1180
 
1181
- _See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/env/delete.ts)_
1181
+ _See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/env/delete.ts)_
1182
1182
 
1183
1183
  ## `eas env:exec ENVIRONMENT BASH_COMMAND`
1184
1184
 
@@ -1199,7 +1199,7 @@ DESCRIPTION
1199
1199
  execute a command with environment variables from the selected environment
1200
1200
  ```
1201
1201
 
1202
- _See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/env/exec.ts)_
1202
+ _See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/env/exec.ts)_
1203
1203
 
1204
1204
  ## `eas env:get [ENVIRONMENT]`
1205
1205
 
@@ -1224,7 +1224,7 @@ DESCRIPTION
1224
1224
  view an environment variable for the current project or account
1225
1225
  ```
1226
1226
 
1227
- _See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/env/get.ts)_
1227
+ _See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/env/get.ts)_
1228
1228
 
1229
1229
  ## `eas env:list [ENVIRONMENT]`
1230
1230
 
@@ -1249,7 +1249,7 @@ DESCRIPTION
1249
1249
  list environment variables for the current project or account
1250
1250
  ```
1251
1251
 
1252
- _See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/env/list.ts)_
1252
+ _See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/env/list.ts)_
1253
1253
 
1254
1254
  ## `eas env:pull [ENVIRONMENT]`
1255
1255
 
@@ -1272,7 +1272,7 @@ DESCRIPTION
1272
1272
  pull environment variables for the selected environment to .env file
1273
1273
  ```
1274
1274
 
1275
- _See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/env/pull.ts)_
1275
+ _See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/env/pull.ts)_
1276
1276
 
1277
1277
  ## `eas env:push [ENVIRONMENT]`
1278
1278
 
@@ -1293,7 +1293,7 @@ DESCRIPTION
1293
1293
  push environment variables from .env file to the selected environment
1294
1294
  ```
1295
1295
 
1296
- _See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/env/push.ts)_
1296
+ _See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/env/push.ts)_
1297
1297
 
1298
1298
  ## `eas env:update [ENVIRONMENT]`
1299
1299
 
@@ -1324,7 +1324,7 @@ DESCRIPTION
1324
1324
  update an environment variable on the current project or account
1325
1325
  ```
1326
1326
 
1327
- _See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/env/update.ts)_
1327
+ _See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/env/update.ts)_
1328
1328
 
1329
1329
  ## `eas fingerprint:compare [HASH1] [HASH2]`
1330
1330
 
@@ -1369,7 +1369,7 @@ EXAMPLES
1369
1369
  $ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
1370
1370
  ```
1371
1371
 
1372
- _See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/fingerprint/compare.ts)_
1372
+ _See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/fingerprint/compare.ts)_
1373
1373
 
1374
1374
  ## `eas fingerprint:generate`
1375
1375
 
@@ -1400,7 +1400,7 @@ EXAMPLES
1400
1400
  $ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
1401
1401
  ```
1402
1402
 
1403
- _See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/fingerprint/generate.ts)_
1403
+ _See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/fingerprint/generate.ts)_
1404
1404
 
1405
1405
  ## `eas help [COMMAND]`
1406
1406
 
@@ -1508,7 +1508,7 @@ DESCRIPTION
1508
1508
  validate the local store configuration
1509
1509
  ```
1510
1510
 
1511
- _See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/metadata/lint.ts)_
1511
+ _See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/metadata/lint.ts)_
1512
1512
 
1513
1513
  ## `eas metadata:pull`
1514
1514
 
@@ -1525,7 +1525,7 @@ DESCRIPTION
1525
1525
  generate the local store configuration from the app stores
1526
1526
  ```
1527
1527
 
1528
- _See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/metadata/pull.ts)_
1528
+ _See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/metadata/pull.ts)_
1529
1529
 
1530
1530
  ## `eas metadata:push`
1531
1531
 
@@ -1542,7 +1542,7 @@ DESCRIPTION
1542
1542
  sync the local store configuration to the app stores
1543
1543
  ```
1544
1544
 
1545
- _See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/metadata/push.ts)_
1545
+ _See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/metadata/push.ts)_
1546
1546
 
1547
1547
  ## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
1548
1548
 
@@ -1572,7 +1572,7 @@ DESCRIPTION
1572
1572
  open the project page in a web browser
1573
1573
  ```
1574
1574
 
1575
- _See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/open.ts)_
1575
+ _See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/open.ts)_
1576
1576
 
1577
1577
  ## `eas project:info`
1578
1578
 
@@ -1586,7 +1586,7 @@ DESCRIPTION
1586
1586
  information about the current project
1587
1587
  ```
1588
1588
 
1589
- _See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/project/info.ts)_
1589
+ _See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/project/info.ts)_
1590
1590
 
1591
1591
  ## `eas project:init`
1592
1592
 
@@ -1609,7 +1609,7 @@ ALIASES
1609
1609
  $ eas init
1610
1610
  ```
1611
1611
 
1612
- _See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/project/init.ts)_
1612
+ _See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/project/init.ts)_
1613
1613
 
1614
1614
  ## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
1615
1615
 
@@ -1627,7 +1627,7 @@ ALIASES
1627
1627
  $ eas onboarding
1628
1628
  ```
1629
1629
 
1630
- _See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/project/onboarding.ts)_
1630
+ _See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/project/onboarding.ts)_
1631
1631
 
1632
1632
  ## `eas submit`
1633
1633
 
@@ -1658,7 +1658,7 @@ ALIASES
1658
1658
  $ eas build:submit
1659
1659
  ```
1660
1660
 
1661
- _See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/submit.ts)_
1661
+ _See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/submit.ts)_
1662
1662
 
1663
1663
  ## `eas update`
1664
1664
 
@@ -1700,7 +1700,7 @@ DESCRIPTION
1700
1700
  publish an update group
1701
1701
  ```
1702
1702
 
1703
- _See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/update/index.ts)_
1703
+ _See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/update/index.ts)_
1704
1704
 
1705
1705
  ## `eas update:configure`
1706
1706
 
@@ -1720,7 +1720,7 @@ DESCRIPTION
1720
1720
  configure the project to support EAS Update
1721
1721
  ```
1722
1722
 
1723
- _See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/update/configure.ts)_
1723
+ _See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/update/configure.ts)_
1724
1724
 
1725
1725
  ## `eas update:delete GROUPID`
1726
1726
 
@@ -1741,7 +1741,7 @@ DESCRIPTION
1741
1741
  delete all the updates in an update group
1742
1742
  ```
1743
1743
 
1744
- _See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/update/delete.ts)_
1744
+ _See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/update/delete.ts)_
1745
1745
 
1746
1746
  ## `eas update:edit [GROUPID]`
1747
1747
 
@@ -1765,7 +1765,7 @@ DESCRIPTION
1765
1765
  edit all the updates in an update group
1766
1766
  ```
1767
1767
 
1768
- _See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/update/edit.ts)_
1768
+ _See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/update/edit.ts)_
1769
1769
 
1770
1770
  ## `eas update:list`
1771
1771
 
@@ -1787,7 +1787,7 @@ DESCRIPTION
1787
1787
  view the recent updates
1788
1788
  ```
1789
1789
 
1790
- _See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/update/list.ts)_
1790
+ _See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/update/list.ts)_
1791
1791
 
1792
1792
  ## `eas update:republish`
1793
1793
 
@@ -1819,7 +1819,7 @@ DESCRIPTION
1819
1819
  roll back to an existing update
1820
1820
  ```
1821
1821
 
1822
- _See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/update/republish.ts)_
1822
+ _See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/update/republish.ts)_
1823
1823
 
1824
1824
  ## `eas update:roll-back-to-embedded`
1825
1825
 
@@ -1847,7 +1847,7 @@ DESCRIPTION
1847
1847
  roll back to the embedded update
1848
1848
  ```
1849
1849
 
1850
- _See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
1850
+ _See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
1851
1851
 
1852
1852
  ## `eas update:rollback`
1853
1853
 
@@ -1867,7 +1867,7 @@ DESCRIPTION
1867
1867
  roll back to an embedded update or an existing update
1868
1868
  ```
1869
1869
 
1870
- _See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/update/rollback.ts)_
1870
+ _See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/update/rollback.ts)_
1871
1871
 
1872
1872
  ## `eas update:view GROUPID`
1873
1873
 
@@ -1887,7 +1887,7 @@ DESCRIPTION
1887
1887
  update group details
1888
1888
  ```
1889
1889
 
1890
- _See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/update/view.ts)_
1890
+ _See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/update/view.ts)_
1891
1891
 
1892
1892
  ## `eas webhook:create`
1893
1893
 
@@ -1908,7 +1908,7 @@ DESCRIPTION
1908
1908
  create a webhook
1909
1909
  ```
1910
1910
 
1911
- _See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/webhook/create.ts)_
1911
+ _See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/webhook/create.ts)_
1912
1912
 
1913
1913
  ## `eas webhook:delete [ID]`
1914
1914
 
@@ -1928,7 +1928,7 @@ DESCRIPTION
1928
1928
  delete a webhook
1929
1929
  ```
1930
1930
 
1931
- _See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/webhook/delete.ts)_
1931
+ _See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/webhook/delete.ts)_
1932
1932
 
1933
1933
  ## `eas webhook:list`
1934
1934
 
@@ -1946,7 +1946,7 @@ DESCRIPTION
1946
1946
  list webhooks
1947
1947
  ```
1948
1948
 
1949
- _See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/webhook/list.ts)_
1949
+ _See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/webhook/list.ts)_
1950
1950
 
1951
1951
  ## `eas webhook:update`
1952
1952
 
@@ -1968,7 +1968,7 @@ DESCRIPTION
1968
1968
  update a webhook
1969
1969
  ```
1970
1970
 
1971
- _See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/webhook/update.ts)_
1971
+ _See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/webhook/update.ts)_
1972
1972
 
1973
1973
  ## `eas webhook:view ID`
1974
1974
 
@@ -1985,7 +1985,7 @@ DESCRIPTION
1985
1985
  view a webhook
1986
1986
  ```
1987
1987
 
1988
- _See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/webhook/view.ts)_
1988
+ _See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/webhook/view.ts)_
1989
1989
 
1990
1990
  ## `eas whoami`
1991
1991
 
@@ -2069,7 +2069,7 @@ DESCRIPTION
2069
2069
  create a new workflow configuration YAML file
2070
2070
  ```
2071
2071
 
2072
- _See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/workflow/create.ts)_
2072
+ _See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/workflow/create.ts)_
2073
2073
 
2074
2074
  ## `eas workflow:run [FILE]`
2075
2075
 
@@ -2089,7 +2089,7 @@ DESCRIPTION
2089
2089
  Run an EAS workflow
2090
2090
  ```
2091
2091
 
2092
- _See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/workflow/run.ts)_
2092
+ _See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/workflow/run.ts)_
2093
2093
 
2094
2094
  ## `eas workflow:validate PATH`
2095
2095
 
@@ -2109,5 +2109,5 @@ DESCRIPTION
2109
2109
  validate a workflow configuration yaml file
2110
2110
  ```
2111
2111
 
2112
- _See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.3.0/packages/eas-cli/src/commands/workflow/validate.ts)_
2112
+ _See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.3.2/packages/eas-cli/src/commands/workflow/validate.ts)_
2113
2113
  <!-- commandsstop -->
@@ -28,6 +28,7 @@ class Download extends EasCommand_1.default {
28
28
  }),
29
29
  'dev-client': core_1.Flags.boolean({
30
30
  description: 'Filter only dev-client builds.',
31
+ allowNo: true,
31
32
  }),
32
33
  ...flags_1.EasNonInteractiveAndJsonFlags,
33
34
  };
@@ -21,6 +21,7 @@ const log_1 = tslib_1.__importDefault(require("../log"));
21
21
  const prompts_1 = require("../prompts");
22
22
  const xcode = tslib_1.__importStar(require("../run/ios/xcode"));
23
23
  const uploads_1 = require("../uploads");
24
+ const date_1 = require("../utils/date");
24
25
  const json_1 = require("../utils/json");
25
26
  const paths_1 = require("../utils/paths");
26
27
  const progress_1 = require("../utils/progress");
@@ -152,21 +153,27 @@ async function resolveLocalBuildPathAsync({ platform, inputBuildPath, nonInterac
152
153
  return applicationArchives[0];
153
154
  }
154
155
  if (applicationArchives.length > 1) {
156
+ // sort by modification time
157
+ const applicationArchivesInfo = await Promise.all(applicationArchives.map(async (archivePath) => ({
158
+ path: archivePath,
159
+ stat: await fs_extra_1.default.stat(archivePath),
160
+ })));
161
+ applicationArchivesInfo.sort((a, b) => b.stat.mtimeMs - a.stat.mtimeMs);
155
162
  if (nonInteractive) {
156
- return applicationArchives[0];
163
+ return applicationArchivesInfo[0].path;
157
164
  }
158
- const { path } = await (0, prompts_1.promptAsync)({
165
+ const { selectedPath } = await (0, prompts_1.promptAsync)({
159
166
  type: 'select',
160
- name: 'path',
167
+ name: 'selectedPath',
161
168
  message: 'Found multiple application archives. Select one:',
162
- choices: applicationArchives.map(archivePath => {
169
+ choices: applicationArchivesInfo.map(archive => {
163
170
  return {
164
- title: archivePath,
165
- value: archivePath,
171
+ title: `${archive.path.startsWith(rootDir) ? path_1.default.relative(rootDir, archive.path) : archive.path} (${(0, date_1.fromNow)(archive.stat.mtime)} ago)`,
172
+ value: archive.path,
166
173
  };
167
174
  }),
168
175
  });
169
- return path;
176
+ return selectedPath;
170
177
  }
171
178
  throw new Error(`Found no application archives at ${inputBuildPath}.`);
172
179
  }
@@ -89,8 +89,6 @@ export type FilteredCollectedAssets = {
89
89
  [RequestedPlatform.Android]?: NonNullable<CollectedAssets['android']>;
90
90
  };
91
91
  export declare function filterCollectedAssetsByRequestedPlatforms(collectedAssets: CollectedAssets, requestedPlatform: RequestedPlatform): FilteredCollectedAssets;
92
- /** Try to load the asset map for logging the names of assets published */
93
- export declare function loadAssetMapAsync(distRoot: string): Promise<AssetMap | null>;
94
92
  export declare function getAssetHashFromPath(assetPath: string): string | null;
95
93
  export declare function getOriginalPathFromAssetMap(assetMap: AssetMap | null, asset: {
96
94
  path: string;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getRuntimeToUpdateRolloutInfoGroupMappingAsync = exports.updatePublishPlatformToAppPlatform = exports.platformDisplayNames = exports.findCompatibleBuildsAsync = exports.maybeCalculateFingerprintForRuntimeVersionInfoObjectsWithoutExpoUpdatesAsync = exports.getRuntimeToPlatformsAndFingerprintInfoMappingFromRuntimeVersionInfoObjects = exports.getRuntimeVersionInfoObjectsAsync = exports.defaultPublishPlatforms = exports.getUpdateMessageForCommandAsync = exports.getBranchNameForCommandAsync = exports.isUploadedAssetCountAboveWarningThreshold = exports.uploadAssetsAsync = exports.filterOutAssetsThatAlreadyExistAsync = exports.collectAssetsAsync = exports.getOriginalPathFromAssetMap = exports.getAssetHashFromPath = exports.loadAssetMapAsync = exports.filterCollectedAssetsByRequestedPlatforms = exports.generateEasMetadataAsync = exports.loadMetadata = exports.resolveInputDirectoryAsync = exports.buildBundlesAsync = exports.buildUnsortedUpdateInfoGroupAsync = exports.convertAssetToUpdateInfoGroupFormatAsync = exports.getStorageKeyForAssetAsync = exports.getStorageKey = exports.getBase64URLEncoding = exports.guessContentTypeFromExtension = exports.MetadataJoi = void 0;
3
+ exports.getRuntimeToUpdateRolloutInfoGroupMappingAsync = exports.updatePublishPlatformToAppPlatform = exports.platformDisplayNames = exports.findCompatibleBuildsAsync = exports.maybeCalculateFingerprintForRuntimeVersionInfoObjectsWithoutExpoUpdatesAsync = exports.getRuntimeToPlatformsAndFingerprintInfoMappingFromRuntimeVersionInfoObjects = exports.getRuntimeVersionInfoObjectsAsync = exports.defaultPublishPlatforms = exports.getUpdateMessageForCommandAsync = exports.getBranchNameForCommandAsync = exports.isUploadedAssetCountAboveWarningThreshold = exports.uploadAssetsAsync = exports.filterOutAssetsThatAlreadyExistAsync = exports.collectAssetsAsync = exports.getOriginalPathFromAssetMap = exports.getAssetHashFromPath = exports.filterCollectedAssetsByRequestedPlatforms = exports.generateEasMetadataAsync = exports.loadMetadata = exports.resolveInputDirectoryAsync = exports.buildBundlesAsync = exports.buildUnsortedUpdateInfoGroupAsync = exports.convertAssetToUpdateInfoGroupFormatAsync = exports.getStorageKeyForAssetAsync = exports.getStorageKey = exports.getBase64URLEncoding = exports.guessContentTypeFromExtension = exports.MetadataJoi = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const config_plugins_1 = require("@expo/config-plugins");
6
6
  const eas_build_job_1 = require("@expo/eas-build-job");
@@ -251,7 +251,6 @@ async function loadAssetMapAsync(distRoot) {
251
251
  // TODO: basic validation?
252
252
  return assetMap;
253
253
  }
254
- exports.loadAssetMapAsync = loadAssetMapAsync;
255
254
  // exposed for testing
256
255
  function getAssetHashFromPath(assetPath) {
257
256
  const [, hash] = assetPath.match(new RegExp(/assets\/([a-z0-9]+)$/, 'i')) ?? [];
@@ -280,7 +279,8 @@ async function collectAssetsAsync(dir) {
280
279
  for (const platform of Object.keys(metadata.fileMetadata)) {
281
280
  collectedAssets[platform] = {
282
281
  launchAsset: {
283
- fileExtension: '.bundle',
282
+ // path.extname() returns an empty string when there's no extension so we use || to fall back to .bundle
283
+ fileExtension: path_1.default.extname(metadata.fileMetadata[platform].bundle) || '.bundle',
284
284
  contentType: 'application/javascript',
285
285
  path: path_1.default.resolve(dir, metadata.fileMetadata[platform].bundle),
286
286
  },
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "16.3.0",
2
+ "version": "16.3.2",
3
3
  "commands": {
4
4
  "analytics": {
5
5
  "id": "analytics",
@@ -747,7 +747,7 @@
747
747
  "name": "dev-client",
748
748
  "type": "boolean",
749
749
  "description": "Filter only dev-client builds.",
750
- "allowNo": false
750
+ "allowNo": true
751
751
  },
752
752
  "json": {
753
753
  "name": "json",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "eas-cli",
3
3
  "description": "EAS command line tool",
4
- "version": "16.3.0",
4
+ "version": "16.3.2",
5
5
  "author": "Expo <support@expo.dev>",
6
6
  "bin": {
7
7
  "eas": "./bin/run"
@@ -239,5 +239,5 @@
239
239
  "node": "20.11.0",
240
240
  "yarn": "1.22.21"
241
241
  },
242
- "gitHead": "199bb78b150e304631ce23673136d2117897ffac"
242
+ "gitHead": "c42a34092f442e8bcdd27aba7c8db85fd81c80d0"
243
243
  }