eas-cli 16.2.1 → 16.2.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
@@ -161,7 +161,7 @@ ALIASES
161
161
  $ eas login
162
162
  ```
163
163
 
164
- _See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/account/login.ts)_
164
+ _See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/account/login.ts)_
165
165
 
166
166
  ## `eas account:logout`
167
167
 
@@ -178,7 +178,7 @@ ALIASES
178
178
  $ eas logout
179
179
  ```
180
180
 
181
- _See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/account/logout.ts)_
181
+ _See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/account/logout.ts)_
182
182
 
183
183
  ## `eas account:view`
184
184
 
@@ -195,7 +195,7 @@ ALIASES
195
195
  $ eas whoami
196
196
  ```
197
197
 
198
- _See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/account/view.ts)_
198
+ _See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/account/view.ts)_
199
199
 
200
200
  ## `eas analytics [STATUS]`
201
201
 
@@ -209,7 +209,7 @@ DESCRIPTION
209
209
  display or change analytics settings
210
210
  ```
211
211
 
212
- _See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/analytics.ts)_
212
+ _See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/analytics.ts)_
213
213
 
214
214
  ## `eas autocomplete [SHELL]`
215
215
 
@@ -261,7 +261,7 @@ DESCRIPTION
261
261
  create a branch
262
262
  ```
263
263
 
264
- _See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/branch/create.ts)_
264
+ _See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/branch/create.ts)_
265
265
 
266
266
  ## `eas branch:delete [NAME]`
267
267
 
@@ -282,7 +282,7 @@ DESCRIPTION
282
282
  delete a branch
283
283
  ```
284
284
 
285
- _See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/branch/delete.ts)_
285
+ _See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/branch/delete.ts)_
286
286
 
287
287
  ## `eas branch:list`
288
288
 
@@ -302,7 +302,7 @@ DESCRIPTION
302
302
  list all branches
303
303
  ```
304
304
 
305
- _See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/branch/list.ts)_
305
+ _See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/branch/list.ts)_
306
306
 
307
307
  ## `eas branch:rename`
308
308
 
@@ -322,7 +322,7 @@ DESCRIPTION
322
322
  rename a branch
323
323
  ```
324
324
 
325
- _See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/branch/rename.ts)_
325
+ _See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/branch/rename.ts)_
326
326
 
327
327
  ## `eas branch:view [NAME]`
328
328
 
@@ -345,7 +345,7 @@ DESCRIPTION
345
345
  view a branch
346
346
  ```
347
347
 
348
- _See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/branch/view.ts)_
348
+ _See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/branch/view.ts)_
349
349
 
350
350
  ## `eas build`
351
351
 
@@ -382,7 +382,7 @@ DESCRIPTION
382
382
  start a build
383
383
  ```
384
384
 
385
- _See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/build/index.ts)_
385
+ _See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/build/index.ts)_
386
386
 
387
387
  ## `eas build:cancel [BUILD_ID]`
388
388
 
@@ -401,7 +401,7 @@ DESCRIPTION
401
401
  cancel a build
402
402
  ```
403
403
 
404
- _See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/build/cancel.ts)_
404
+ _See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/build/cancel.ts)_
405
405
 
406
406
  ## `eas build:configure`
407
407
 
@@ -418,7 +418,7 @@ DESCRIPTION
418
418
  configure the project to support EAS Build
419
419
  ```
420
420
 
421
- _See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/build/configure.ts)_
421
+ _See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/build/configure.ts)_
422
422
 
423
423
  ## `eas build:delete [BUILD_ID]`
424
424
 
@@ -437,7 +437,7 @@ DESCRIPTION
437
437
  delete a build
438
438
  ```
439
439
 
440
- _See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/build/delete.ts)_
440
+ _See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/build/delete.ts)_
441
441
 
442
442
  ## `eas build:dev`
443
443
 
@@ -457,7 +457,7 @@ DESCRIPTION
457
457
  run dev client simulator/emulator build with matching fingerprint or create a new one
458
458
  ```
459
459
 
460
- _See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/build/dev.ts)_
460
+ _See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/build/dev.ts)_
461
461
 
462
462
  ## `eas build:inspect`
463
463
 
@@ -492,7 +492,7 @@ DESCRIPTION
492
492
  inspect the state of the project at specific build stages, useful for troubleshooting
493
493
  ```
494
494
 
495
- _See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/build/inspect.ts)_
495
+ _See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/build/inspect.ts)_
496
496
 
497
497
  ## `eas build:list`
498
498
 
@@ -544,7 +544,7 @@ DESCRIPTION
544
544
  list all builds for your project
545
545
  ```
546
546
 
547
- _See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/build/list.ts)_
547
+ _See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/build/list.ts)_
548
548
 
549
549
  ## `eas build:resign`
550
550
 
@@ -573,7 +573,7 @@ DESCRIPTION
573
573
  re-sign a build archive
574
574
  ```
575
575
 
576
- _See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/build/resign.ts)_
576
+ _See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/build/resign.ts)_
577
577
 
578
578
  ## `eas build:run`
579
579
 
@@ -599,7 +599,7 @@ DESCRIPTION
599
599
  run simulator/emulator builds from eas-cli
600
600
  ```
601
601
 
602
- _See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/build/run.ts)_
602
+ _See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/build/run.ts)_
603
603
 
604
604
  ## `eas build:submit`
605
605
 
@@ -649,7 +649,7 @@ DESCRIPTION
649
649
  get the latest version from EAS servers
650
650
  ```
651
651
 
652
- _See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/build/version/get.ts)_
652
+ _See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/build/version/get.ts)_
653
653
 
654
654
  ## `eas build:version:set`
655
655
 
@@ -668,7 +668,7 @@ DESCRIPTION
668
668
  update version of an app
669
669
  ```
670
670
 
671
- _See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/build/version/set.ts)_
671
+ _See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/build/version/set.ts)_
672
672
 
673
673
  ## `eas build:version:sync`
674
674
 
@@ -687,7 +687,7 @@ DESCRIPTION
687
687
  update a version in native code with a value stored on EAS servers
688
688
  ```
689
689
 
690
- _See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/build/version/sync.ts)_
690
+ _See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/build/version/sync.ts)_
691
691
 
692
692
  ## `eas build:view [BUILD_ID]`
693
693
 
@@ -704,7 +704,7 @@ DESCRIPTION
704
704
  view a build for your project
705
705
  ```
706
706
 
707
- _See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/build/view.ts)_
707
+ _See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/build/view.ts)_
708
708
 
709
709
  ## `eas channel:create [NAME]`
710
710
 
@@ -725,7 +725,7 @@ DESCRIPTION
725
725
  create a channel
726
726
  ```
727
727
 
728
- _See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/channel/create.ts)_
728
+ _See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/channel/create.ts)_
729
729
 
730
730
  ## `eas channel:edit [NAME]`
731
731
 
@@ -747,7 +747,7 @@ DESCRIPTION
747
747
  point a channel at a new branch
748
748
  ```
749
749
 
750
- _See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/channel/edit.ts)_
750
+ _See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/channel/edit.ts)_
751
751
 
752
752
  ## `eas channel:list`
753
753
 
@@ -767,7 +767,7 @@ DESCRIPTION
767
767
  list all channels
768
768
  ```
769
769
 
770
- _See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/channel/list.ts)_
770
+ _See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/channel/list.ts)_
771
771
 
772
772
  ## `eas channel:pause [NAME]`
773
773
 
@@ -789,7 +789,7 @@ DESCRIPTION
789
789
  pause a channel to stop it from sending updates
790
790
  ```
791
791
 
792
- _See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/channel/pause.ts)_
792
+ _See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/channel/pause.ts)_
793
793
 
794
794
  ## `eas channel:resume [NAME]`
795
795
 
@@ -811,7 +811,7 @@ DESCRIPTION
811
811
  resume a channel to start sending updates
812
812
  ```
813
813
 
814
- _See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/channel/resume.ts)_
814
+ _See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/channel/resume.ts)_
815
815
 
816
816
  ## `eas channel:rollout [CHANNEL]`
817
817
 
@@ -844,7 +844,7 @@ DESCRIPTION
844
844
  Roll a new branch out on a channel incrementally.
845
845
  ```
846
846
 
847
- _See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/channel/rollout.ts)_
847
+ _See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/channel/rollout.ts)_
848
848
 
849
849
  ## `eas channel:view [NAME]`
850
850
 
@@ -867,7 +867,7 @@ DESCRIPTION
867
867
  view a channel
868
868
  ```
869
869
 
870
- _See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/channel/view.ts)_
870
+ _See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/channel/view.ts)_
871
871
 
872
872
  ## `eas config`
873
873
 
@@ -888,7 +888,7 @@ DESCRIPTION
888
888
  display project configuration (app.json + eas.json)
889
889
  ```
890
890
 
891
- _See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/config.ts)_
891
+ _See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/config.ts)_
892
892
 
893
893
  ## `eas credentials`
894
894
 
@@ -905,7 +905,7 @@ DESCRIPTION
905
905
  manage credentials
906
906
  ```
907
907
 
908
- _See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/credentials/index.ts)_
908
+ _See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/credentials/index.ts)_
909
909
 
910
910
  ## `eas credentials:configure-build`
911
911
 
@@ -923,7 +923,7 @@ DESCRIPTION
923
923
  Set up credentials for building your project.
924
924
  ```
925
925
 
926
- _See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/credentials/configure-build.ts)_
926
+ _See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/credentials/configure-build.ts)_
927
927
 
928
928
  ## `eas deploy [options]`
929
929
 
@@ -951,7 +951,7 @@ ALIASES
951
951
  $ eas worker:deploy
952
952
  ```
953
953
 
954
- _See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/deploy/index.ts)_
954
+ _See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/deploy/index.ts)_
955
955
 
956
956
  ## `eas deploy:alias`
957
957
 
@@ -976,7 +976,7 @@ ALIASES
976
976
  $ eas deploy:promote
977
977
  ```
978
978
 
979
- _See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/deploy/alias.ts)_
979
+ _See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/deploy/alias.ts)_
980
980
 
981
981
  ## `eas deploy:promote`
982
982
 
@@ -1013,7 +1013,7 @@ DESCRIPTION
1013
1013
  register new Apple Devices to use for internal distribution
1014
1014
  ```
1015
1015
 
1016
- _See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/device/create.ts)_
1016
+ _See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/device/create.ts)_
1017
1017
 
1018
1018
  ## `eas device:delete`
1019
1019
 
@@ -1033,7 +1033,7 @@ DESCRIPTION
1033
1033
  remove a registered device from your account
1034
1034
  ```
1035
1035
 
1036
- _See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/device/delete.ts)_
1036
+ _See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/device/delete.ts)_
1037
1037
 
1038
1038
  ## `eas device:list`
1039
1039
 
@@ -1054,7 +1054,7 @@ DESCRIPTION
1054
1054
  list all registered devices for your account
1055
1055
  ```
1056
1056
 
1057
- _See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/device/list.ts)_
1057
+ _See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/device/list.ts)_
1058
1058
 
1059
1059
  ## `eas device:rename`
1060
1060
 
@@ -1075,7 +1075,7 @@ DESCRIPTION
1075
1075
  rename a registered device
1076
1076
  ```
1077
1077
 
1078
- _See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/device/rename.ts)_
1078
+ _See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/device/rename.ts)_
1079
1079
 
1080
1080
  ## `eas device:view [UDID]`
1081
1081
 
@@ -1089,7 +1089,7 @@ DESCRIPTION
1089
1089
  view a device for your project
1090
1090
  ```
1091
1091
 
1092
- _See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/device/view.ts)_
1092
+ _See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/device/view.ts)_
1093
1093
 
1094
1094
  ## `eas diagnostics`
1095
1095
 
@@ -1103,7 +1103,7 @@ DESCRIPTION
1103
1103
  display environment info
1104
1104
  ```
1105
1105
 
1106
- _See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/diagnostics.ts)_
1106
+ _See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/diagnostics.ts)_
1107
1107
 
1108
1108
  ## `eas env:create [ENVIRONMENT]`
1109
1109
 
@@ -1132,7 +1132,7 @@ DESCRIPTION
1132
1132
  create an environment variable for the current project or account
1133
1133
  ```
1134
1134
 
1135
- _See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/env/create.ts)_
1135
+ _See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/env/create.ts)_
1136
1136
 
1137
1137
  ## `eas env:delete [ENVIRONMENT]`
1138
1138
 
@@ -1156,7 +1156,7 @@ DESCRIPTION
1156
1156
  delete an environment variable for the current project or account
1157
1157
  ```
1158
1158
 
1159
- _See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/env/delete.ts)_
1159
+ _See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/env/delete.ts)_
1160
1160
 
1161
1161
  ## `eas env:exec ENVIRONMENT BASH_COMMAND`
1162
1162
 
@@ -1177,7 +1177,7 @@ DESCRIPTION
1177
1177
  execute a command with environment variables from the selected environment
1178
1178
  ```
1179
1179
 
1180
- _See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/env/exec.ts)_
1180
+ _See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/env/exec.ts)_
1181
1181
 
1182
1182
  ## `eas env:get [ENVIRONMENT]`
1183
1183
 
@@ -1202,7 +1202,7 @@ DESCRIPTION
1202
1202
  view an environment variable for the current project or account
1203
1203
  ```
1204
1204
 
1205
- _See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/env/get.ts)_
1205
+ _See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/env/get.ts)_
1206
1206
 
1207
1207
  ## `eas env:list [ENVIRONMENT]`
1208
1208
 
@@ -1227,7 +1227,7 @@ DESCRIPTION
1227
1227
  list environment variables for the current project or account
1228
1228
  ```
1229
1229
 
1230
- _See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/env/list.ts)_
1230
+ _See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/env/list.ts)_
1231
1231
 
1232
1232
  ## `eas env:pull [ENVIRONMENT]`
1233
1233
 
@@ -1250,7 +1250,7 @@ DESCRIPTION
1250
1250
  pull environment variables for the selected environment to .env file
1251
1251
  ```
1252
1252
 
1253
- _See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/env/pull.ts)_
1253
+ _See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/env/pull.ts)_
1254
1254
 
1255
1255
  ## `eas env:push [ENVIRONMENT]`
1256
1256
 
@@ -1271,7 +1271,7 @@ DESCRIPTION
1271
1271
  push environment variables from .env file to the selected environment
1272
1272
  ```
1273
1273
 
1274
- _See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/env/push.ts)_
1274
+ _See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/env/push.ts)_
1275
1275
 
1276
1276
  ## `eas env:update [ENVIRONMENT]`
1277
1277
 
@@ -1302,7 +1302,7 @@ DESCRIPTION
1302
1302
  update an environment variable on the current project or account
1303
1303
  ```
1304
1304
 
1305
- _See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/env/update.ts)_
1305
+ _See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/env/update.ts)_
1306
1306
 
1307
1307
  ## `eas fingerprint:compare [HASH1] [HASH2]`
1308
1308
 
@@ -1347,7 +1347,7 @@ EXAMPLES
1347
1347
  $ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
1348
1348
  ```
1349
1349
 
1350
- _See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/fingerprint/compare.ts)_
1350
+ _See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/fingerprint/compare.ts)_
1351
1351
 
1352
1352
  ## `eas fingerprint:generate`
1353
1353
 
@@ -1378,7 +1378,7 @@ EXAMPLES
1378
1378
  $ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
1379
1379
  ```
1380
1380
 
1381
- _See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/fingerprint/generate.ts)_
1381
+ _See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/fingerprint/generate.ts)_
1382
1382
 
1383
1383
  ## `eas help [COMMAND]`
1384
1384
 
@@ -1486,7 +1486,7 @@ DESCRIPTION
1486
1486
  validate the local store configuration
1487
1487
  ```
1488
1488
 
1489
- _See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/metadata/lint.ts)_
1489
+ _See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/metadata/lint.ts)_
1490
1490
 
1491
1491
  ## `eas metadata:pull`
1492
1492
 
@@ -1503,7 +1503,7 @@ DESCRIPTION
1503
1503
  generate the local store configuration from the app stores
1504
1504
  ```
1505
1505
 
1506
- _See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/metadata/pull.ts)_
1506
+ _See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/metadata/pull.ts)_
1507
1507
 
1508
1508
  ## `eas metadata:push`
1509
1509
 
@@ -1520,7 +1520,7 @@ DESCRIPTION
1520
1520
  sync the local store configuration to the app stores
1521
1521
  ```
1522
1522
 
1523
- _See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/metadata/push.ts)_
1523
+ _See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/metadata/push.ts)_
1524
1524
 
1525
1525
  ## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
1526
1526
 
@@ -1550,7 +1550,7 @@ DESCRIPTION
1550
1550
  open the project page in a web browser
1551
1551
  ```
1552
1552
 
1553
- _See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/open.ts)_
1553
+ _See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/open.ts)_
1554
1554
 
1555
1555
  ## `eas project:info`
1556
1556
 
@@ -1564,7 +1564,7 @@ DESCRIPTION
1564
1564
  information about the current project
1565
1565
  ```
1566
1566
 
1567
- _See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/project/info.ts)_
1567
+ _See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/project/info.ts)_
1568
1568
 
1569
1569
  ## `eas project:init`
1570
1570
 
@@ -1587,7 +1587,7 @@ ALIASES
1587
1587
  $ eas init
1588
1588
  ```
1589
1589
 
1590
- _See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/project/init.ts)_
1590
+ _See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/project/init.ts)_
1591
1591
 
1592
1592
  ## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
1593
1593
 
@@ -1605,7 +1605,7 @@ ALIASES
1605
1605
  $ eas onboarding
1606
1606
  ```
1607
1607
 
1608
- _See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/project/onboarding.ts)_
1608
+ _See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/project/onboarding.ts)_
1609
1609
 
1610
1610
  ## `eas submit`
1611
1611
 
@@ -1636,7 +1636,7 @@ ALIASES
1636
1636
  $ eas build:submit
1637
1637
  ```
1638
1638
 
1639
- _See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/submit.ts)_
1639
+ _See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/submit.ts)_
1640
1640
 
1641
1641
  ## `eas update`
1642
1642
 
@@ -1678,7 +1678,7 @@ DESCRIPTION
1678
1678
  publish an update group
1679
1679
  ```
1680
1680
 
1681
- _See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/update/index.ts)_
1681
+ _See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/update/index.ts)_
1682
1682
 
1683
1683
  ## `eas update:configure`
1684
1684
 
@@ -1698,7 +1698,7 @@ DESCRIPTION
1698
1698
  configure the project to support EAS Update
1699
1699
  ```
1700
1700
 
1701
- _See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/update/configure.ts)_
1701
+ _See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/update/configure.ts)_
1702
1702
 
1703
1703
  ## `eas update:delete GROUPID`
1704
1704
 
@@ -1719,7 +1719,7 @@ DESCRIPTION
1719
1719
  delete all the updates in an update group
1720
1720
  ```
1721
1721
 
1722
- _See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/update/delete.ts)_
1722
+ _See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/update/delete.ts)_
1723
1723
 
1724
1724
  ## `eas update:edit [GROUPID]`
1725
1725
 
@@ -1743,7 +1743,7 @@ DESCRIPTION
1743
1743
  edit all the updates in an update group
1744
1744
  ```
1745
1745
 
1746
- _See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/update/edit.ts)_
1746
+ _See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/update/edit.ts)_
1747
1747
 
1748
1748
  ## `eas update:list`
1749
1749
 
@@ -1765,7 +1765,7 @@ DESCRIPTION
1765
1765
  view the recent updates
1766
1766
  ```
1767
1767
 
1768
- _See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/update/list.ts)_
1768
+ _See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/update/list.ts)_
1769
1769
 
1770
1770
  ## `eas update:republish`
1771
1771
 
@@ -1797,7 +1797,7 @@ DESCRIPTION
1797
1797
  roll back to an existing update
1798
1798
  ```
1799
1799
 
1800
- _See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/update/republish.ts)_
1800
+ _See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/update/republish.ts)_
1801
1801
 
1802
1802
  ## `eas update:roll-back-to-embedded`
1803
1803
 
@@ -1825,7 +1825,7 @@ DESCRIPTION
1825
1825
  roll back to the embedded update
1826
1826
  ```
1827
1827
 
1828
- _See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
1828
+ _See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
1829
1829
 
1830
1830
  ## `eas update:rollback`
1831
1831
 
@@ -1845,7 +1845,7 @@ DESCRIPTION
1845
1845
  roll back to an embedded update or an existing update
1846
1846
  ```
1847
1847
 
1848
- _See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/update/rollback.ts)_
1848
+ _See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/update/rollback.ts)_
1849
1849
 
1850
1850
  ## `eas update:view GROUPID`
1851
1851
 
@@ -1865,7 +1865,7 @@ DESCRIPTION
1865
1865
  update group details
1866
1866
  ```
1867
1867
 
1868
- _See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/update/view.ts)_
1868
+ _See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/update/view.ts)_
1869
1869
 
1870
1870
  ## `eas webhook:create`
1871
1871
 
@@ -1886,7 +1886,7 @@ DESCRIPTION
1886
1886
  create a webhook
1887
1887
  ```
1888
1888
 
1889
- _See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/webhook/create.ts)_
1889
+ _See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/webhook/create.ts)_
1890
1890
 
1891
1891
  ## `eas webhook:delete [ID]`
1892
1892
 
@@ -1906,7 +1906,7 @@ DESCRIPTION
1906
1906
  delete a webhook
1907
1907
  ```
1908
1908
 
1909
- _See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/webhook/delete.ts)_
1909
+ _See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/webhook/delete.ts)_
1910
1910
 
1911
1911
  ## `eas webhook:list`
1912
1912
 
@@ -1924,7 +1924,7 @@ DESCRIPTION
1924
1924
  list webhooks
1925
1925
  ```
1926
1926
 
1927
- _See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/webhook/list.ts)_
1927
+ _See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/webhook/list.ts)_
1928
1928
 
1929
1929
  ## `eas webhook:update`
1930
1930
 
@@ -1946,7 +1946,7 @@ DESCRIPTION
1946
1946
  update a webhook
1947
1947
  ```
1948
1948
 
1949
- _See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/webhook/update.ts)_
1949
+ _See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/webhook/update.ts)_
1950
1950
 
1951
1951
  ## `eas webhook:view ID`
1952
1952
 
@@ -1963,7 +1963,7 @@ DESCRIPTION
1963
1963
  view a webhook
1964
1964
  ```
1965
1965
 
1966
- _See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/webhook/view.ts)_
1966
+ _See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/webhook/view.ts)_
1967
1967
 
1968
1968
  ## `eas whoami`
1969
1969
 
@@ -2047,7 +2047,7 @@ DESCRIPTION
2047
2047
  create a new workflow configuration YAML file
2048
2048
  ```
2049
2049
 
2050
- _See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/workflow/create.ts)_
2050
+ _See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/workflow/create.ts)_
2051
2051
 
2052
2052
  ## `eas workflow:run [FILE]`
2053
2053
 
@@ -2067,7 +2067,7 @@ DESCRIPTION
2067
2067
  Run an EAS workflow
2068
2068
  ```
2069
2069
 
2070
- _See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/workflow/run.ts)_
2070
+ _See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/workflow/run.ts)_
2071
2071
 
2072
2072
  ## `eas workflow:validate PATH`
2073
2073
 
@@ -2087,5 +2087,5 @@ DESCRIPTION
2087
2087
  validate a workflow configuration yaml file
2088
2088
  ```
2089
2089
 
2090
- _See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.2.1/packages/eas-cli/src/commands/workflow/validate.ts)_
2090
+ _See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.2.2/packages/eas-cli/src/commands/workflow/validate.ts)_
2091
2091
  <!-- commandsstop -->
@@ -9,6 +9,7 @@ const fs_extra_1 = tslib_1.__importDefault(require("fs-extra"));
9
9
  const node_stream_zip_1 = tslib_1.__importDefault(require("node-stream-zip"));
10
10
  const path_1 = tslib_1.__importDefault(require("path"));
11
11
  const tar_1 = tslib_1.__importDefault(require("tar"));
12
+ const uuid_1 = require("uuid");
12
13
  const url_1 = require("../build/utils/url");
13
14
  const EasCommand_1 = tslib_1.__importDefault(require("../commandUtils/EasCommand"));
14
15
  const flags_1 = require("../commandUtils/flags");
@@ -20,6 +21,7 @@ const log_1 = tslib_1.__importDefault(require("../log"));
20
21
  const prompts_1 = require("../prompts");
21
22
  const xcode = tslib_1.__importStar(require("../run/ios/xcode"));
22
23
  const uploads_1 = require("../uploads");
24
+ const paths_1 = require("../utils/paths");
23
25
  const progress_1 = require("../utils/progress");
24
26
  class BuildUpload extends EasCommand_1.default {
25
27
  static description = 'upload a local build and generate a sharable link';
@@ -70,6 +72,8 @@ class BuildUpload extends EasCommand_1.default {
70
72
  hash: fingerprint,
71
73
  });
72
74
  }
75
+ log_1.default.log(`Using build ${localBuildPath}`);
76
+ log_1.default.log(`Fingerprint hash: ${fingerprint ?? 'Unknown'}`);
73
77
  log_1.default.log('Uploading your app archive to EAS');
74
78
  const bucketKey = await uploadAppArchiveAsync(graphqlClient, localBuildPath);
75
79
  const build = await LocalBuildMutation_1.LocalBuildMutation.createLocalBuildAsync(graphqlClient, projectId, { platform: (0, AppPlatform_1.toAppPlatform)(platform), simulator }, { type: generated_1.LocalBuildArchiveSourceType.Gcs, bucketKey }, { distribution: generated_1.DistributionType.Internal, fingerprintHash: fingerprint, developmentClient });
@@ -148,20 +152,20 @@ async function resolveLocalBuildPathAsync(platform, inputBuildPath) {
148
152
  throw new Error(`Found no application archives at ${inputBuildPath}.`);
149
153
  }
150
154
  async function findArtifactsAsync({ rootDir, patternOrPathArray, }) {
151
- const files = [];
155
+ const files = new Set();
152
156
  for (const patternOrPath of patternOrPathArray) {
153
157
  if (path_1.default.isAbsolute(patternOrPath) && (await fs_extra_1.default.pathExists(patternOrPath))) {
154
- files.push(patternOrPath);
158
+ files.add(patternOrPath);
155
159
  }
156
160
  else {
157
161
  const filesFound = await (0, fast_glob_1.default)(patternOrPath, {
158
162
  cwd: rootDir,
159
163
  onlyFiles: false,
160
164
  });
161
- files.push(...filesFound);
165
+ filesFound.forEach(file => files.add(file));
162
166
  }
163
167
  }
164
- return files.map(filePath => {
168
+ return [...files].map(filePath => {
165
169
  // User may provide an absolute path as input in which case
166
170
  // fg will return an absolute path.
167
171
  if (path_1.default.isAbsolute(filePath)) {
@@ -172,9 +176,18 @@ async function findArtifactsAsync({ rootDir, patternOrPathArray, }) {
172
176
  return path_1.default.join(rootDir, filePath);
173
177
  });
174
178
  }
175
- async function uploadAppArchiveAsync(graphqlClient, path) {
176
- const fileSize = (await fs_extra_1.default.stat(path)).size;
177
- const bucketKey = await (0, uploads_1.uploadFileAtPathToGCSAsync)(graphqlClient, generated_1.UploadSessionType.EasShareGcsAppArchive, path, (0, progress_1.createProgressTracker)({
179
+ async function uploadAppArchiveAsync(graphqlClient, originalPath) {
180
+ let filePath = originalPath;
181
+ if ((await fs_extra_1.default.stat(filePath)).isDirectory()) {
182
+ await fs_extra_1.default.mkdirp((0, paths_1.getTmpDirectory)());
183
+ const tarPath = path_1.default.join((0, paths_1.getTmpDirectory)(), `${(0, uuid_1.v4)()}.tar.gz`);
184
+ const parentPath = path_1.default.dirname(originalPath);
185
+ const folderName = path_1.default.basename(originalPath);
186
+ await tar_1.default.create({ cwd: parentPath, file: tarPath, gzip: true }, [folderName]);
187
+ filePath = tarPath;
188
+ }
189
+ const fileSize = (await fs_extra_1.default.stat(filePath)).size;
190
+ const bucketKey = await (0, uploads_1.uploadFileAtPathToGCSAsync)(graphqlClient, generated_1.UploadSessionType.EasShareGcsAppArchive, filePath, (0, progress_1.createProgressTracker)({
178
191
  total: fileSize,
179
192
  message: 'Uploading to EAS',
180
193
  completedMessage: 'Uploaded to EAS',
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "16.2.1",
2
+ "version": "16.2.2",
3
3
  "commands": {
4
4
  "analytics": {
5
5
  "id": "analytics",
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.2.1",
4
+ "version": "16.2.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": "89d1572f9d84809c951ecbe359ea37b5c25fdaf3"
242
+ "gitHead": "98308bb3bd47d878e41fbb06583bc6bbc05b86b3"
243
243
  }