eas-cli 5.5.0 → 5.7.0

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
@@ -135,7 +135,7 @@ ALIASES
135
135
  $ eas login
136
136
  ```
137
137
 
138
- _See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/account/login.ts)_
138
+ _See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/account/login.ts)_
139
139
 
140
140
  ## `eas account:logout`
141
141
 
@@ -152,7 +152,7 @@ ALIASES
152
152
  $ eas logout
153
153
  ```
154
154
 
155
- _See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/account/logout.ts)_
155
+ _See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/account/logout.ts)_
156
156
 
157
157
  ## `eas account:view`
158
158
 
@@ -169,7 +169,7 @@ ALIASES
169
169
  $ eas whoami
170
170
  ```
171
171
 
172
- _See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/account/view.ts)_
172
+ _See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/account/view.ts)_
173
173
 
174
174
  ## `eas analytics [STATUS]`
175
175
 
@@ -183,7 +183,7 @@ DESCRIPTION
183
183
  display or change analytics settings
184
184
  ```
185
185
 
186
- _See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/analytics.ts)_
186
+ _See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/analytics.ts)_
187
187
 
188
188
  ## `eas autocomplete [SHELL]`
189
189
 
@@ -233,7 +233,7 @@ DESCRIPTION
233
233
  create a branch
234
234
  ```
235
235
 
236
- _See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/branch/create.ts)_
236
+ _See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/branch/create.ts)_
237
237
 
238
238
  ## `eas branch:delete [NAME]`
239
239
 
@@ -254,7 +254,7 @@ DESCRIPTION
254
254
  delete a branch
255
255
  ```
256
256
 
257
- _See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/branch/delete.ts)_
257
+ _See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/branch/delete.ts)_
258
258
 
259
259
  ## `eas branch:list`
260
260
 
@@ -274,7 +274,7 @@ DESCRIPTION
274
274
  list all branches
275
275
  ```
276
276
 
277
- _See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/branch/list.ts)_
277
+ _See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/branch/list.ts)_
278
278
 
279
279
  ## `eas branch:rename`
280
280
 
@@ -294,7 +294,7 @@ DESCRIPTION
294
294
  rename a branch
295
295
  ```
296
296
 
297
- _See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/branch/rename.ts)_
297
+ _See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/branch/rename.ts)_
298
298
 
299
299
  ## `eas branch:view [NAME]`
300
300
 
@@ -317,7 +317,7 @@ DESCRIPTION
317
317
  view a branch
318
318
  ```
319
319
 
320
- _See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/branch/view.ts)_
320
+ _See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/branch/view.ts)_
321
321
 
322
322
  ## `eas build`
323
323
 
@@ -347,7 +347,7 @@ DESCRIPTION
347
347
  start a build
348
348
  ```
349
349
 
350
- _See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/build/index.ts)_
350
+ _See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/build/index.ts)_
351
351
 
352
352
  ## `eas build:cancel [BUILD_ID]`
353
353
 
@@ -364,7 +364,7 @@ DESCRIPTION
364
364
  cancel a build
365
365
  ```
366
366
 
367
- _See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/build/cancel.ts)_
367
+ _See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/build/cancel.ts)_
368
368
 
369
369
  ## `eas build:configure`
370
370
 
@@ -381,7 +381,7 @@ DESCRIPTION
381
381
  configure the project to support EAS Build
382
382
  ```
383
383
 
384
- _See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/build/configure.ts)_
384
+ _See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/build/configure.ts)_
385
385
 
386
386
  ## `eas build:inspect`
387
387
 
@@ -416,7 +416,7 @@ DESCRIPTION
416
416
  inspect the state of the project at specific build stages, useful for troubleshooting
417
417
  ```
418
418
 
419
- _See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/build/inspect.ts)_
419
+ _See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/build/inspect.ts)_
420
420
 
421
421
  ## `eas build:list`
422
422
 
@@ -454,7 +454,7 @@ DESCRIPTION
454
454
  list all builds for your project
455
455
  ```
456
456
 
457
- _See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/build/list.ts)_
457
+ _See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/build/list.ts)_
458
458
 
459
459
  ## `eas build:resign`
460
460
 
@@ -480,7 +480,7 @@ DESCRIPTION
480
480
  re-sign a build archive
481
481
  ```
482
482
 
483
- _See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/build/resign.ts)_
483
+ _See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/build/resign.ts)_
484
484
 
485
485
  ## `eas build:run`
486
486
 
@@ -504,7 +504,7 @@ DESCRIPTION
504
504
  run simulator/emulator builds from eas-cli
505
505
  ```
506
506
 
507
- _See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/build/run.ts)_
507
+ _See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/build/run.ts)_
508
508
 
509
509
  ## `eas build:submit`
510
510
 
@@ -553,7 +553,7 @@ DESCRIPTION
553
553
  get the latest version from EAS servers
554
554
  ```
555
555
 
556
- _See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/build/version/get.ts)_
556
+ _See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/build/version/get.ts)_
557
557
 
558
558
  ## `eas build:version:set`
559
559
 
@@ -572,7 +572,7 @@ DESCRIPTION
572
572
  update version of an app
573
573
  ```
574
574
 
575
- _See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/build/version/set.ts)_
575
+ _See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/build/version/set.ts)_
576
576
 
577
577
  ## `eas build:version:sync`
578
578
 
@@ -591,7 +591,7 @@ DESCRIPTION
591
591
  update a version in native code with a value stored on EAS servers
592
592
  ```
593
593
 
594
- _See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/build/version/sync.ts)_
594
+ _See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/build/version/sync.ts)_
595
595
 
596
596
  ## `eas build:view [BUILD_ID]`
597
597
 
@@ -608,7 +608,7 @@ DESCRIPTION
608
608
  view a build for your project
609
609
  ```
610
610
 
611
- _See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/build/view.ts)_
611
+ _See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/build/view.ts)_
612
612
 
613
613
  ## `eas channel:create [NAME]`
614
614
 
@@ -629,7 +629,7 @@ DESCRIPTION
629
629
  create a channel
630
630
  ```
631
631
 
632
- _See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/channel/create.ts)_
632
+ _See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/channel/create.ts)_
633
633
 
634
634
  ## `eas channel:edit [NAME]`
635
635
 
@@ -651,7 +651,7 @@ DESCRIPTION
651
651
  point a channel at a new branch
652
652
  ```
653
653
 
654
- _See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/channel/edit.ts)_
654
+ _See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/channel/edit.ts)_
655
655
 
656
656
  ## `eas channel:list`
657
657
 
@@ -671,7 +671,7 @@ DESCRIPTION
671
671
  list all channels
672
672
  ```
673
673
 
674
- _See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/channel/list.ts)_
674
+ _See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/channel/list.ts)_
675
675
 
676
676
  ## `eas channel:rollout [CHANNEL]`
677
677
 
@@ -703,7 +703,7 @@ DESCRIPTION
703
703
  Roll a new branch out on a channel incrementally.
704
704
  ```
705
705
 
706
- _See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/channel/rollout.ts)_
706
+ _See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/channel/rollout.ts)_
707
707
 
708
708
  ## `eas channel:view [NAME]`
709
709
 
@@ -726,7 +726,7 @@ DESCRIPTION
726
726
  view a channel
727
727
  ```
728
728
 
729
- _See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/channel/view.ts)_
729
+ _See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/channel/view.ts)_
730
730
 
731
731
  ## `eas config`
732
732
 
@@ -747,7 +747,7 @@ DESCRIPTION
747
747
  display project configuration (app.json + eas.json)
748
748
  ```
749
749
 
750
- _See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/config.ts)_
750
+ _See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/config.ts)_
751
751
 
752
752
  ## `eas credentials`
753
753
 
@@ -764,7 +764,7 @@ DESCRIPTION
764
764
  manage credentials
765
765
  ```
766
766
 
767
- _See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/credentials.ts)_
767
+ _See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/credentials.ts)_
768
768
 
769
769
  ## `eas device:create`
770
770
 
@@ -778,7 +778,7 @@ DESCRIPTION
778
778
  register new Apple Devices to use for internal distribution
779
779
  ```
780
780
 
781
- _See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/device/create.ts)_
781
+ _See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/device/create.ts)_
782
782
 
783
783
  ## `eas device:delete`
784
784
 
@@ -798,7 +798,7 @@ DESCRIPTION
798
798
  remove a registered device from your account
799
799
  ```
800
800
 
801
- _See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/device/delete.ts)_
801
+ _See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/device/delete.ts)_
802
802
 
803
803
  ## `eas device:list`
804
804
 
@@ -819,7 +819,7 @@ DESCRIPTION
819
819
  list all registered devices for your account
820
820
  ```
821
821
 
822
- _See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/device/list.ts)_
822
+ _See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/device/list.ts)_
823
823
 
824
824
  ## `eas device:rename`
825
825
 
@@ -840,7 +840,7 @@ DESCRIPTION
840
840
  rename a registered device
841
841
  ```
842
842
 
843
- _See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/device/rename.ts)_
843
+ _See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/device/rename.ts)_
844
844
 
845
845
  ## `eas device:view [UDID]`
846
846
 
@@ -854,7 +854,7 @@ DESCRIPTION
854
854
  view a device for your project
855
855
  ```
856
856
 
857
- _See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/device/view.ts)_
857
+ _See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/device/view.ts)_
858
858
 
859
859
  ## `eas diagnostics`
860
860
 
@@ -868,7 +868,7 @@ DESCRIPTION
868
868
  display environment info
869
869
  ```
870
870
 
871
- _See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/diagnostics.ts)_
871
+ _See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/diagnostics.ts)_
872
872
 
873
873
  ## `eas help [COMMAND]`
874
874
 
@@ -956,7 +956,7 @@ DESCRIPTION
956
956
  validate the local store configuration
957
957
  ```
958
958
 
959
- _See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/metadata/lint.ts)_
959
+ _See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/metadata/lint.ts)_
960
960
 
961
961
  ## `eas metadata:pull`
962
962
 
@@ -973,7 +973,7 @@ DESCRIPTION
973
973
  generate the local store configuration from the app stores
974
974
  ```
975
975
 
976
- _See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/metadata/pull.ts)_
976
+ _See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/metadata/pull.ts)_
977
977
 
978
978
  ## `eas metadata:push`
979
979
 
@@ -990,7 +990,7 @@ DESCRIPTION
990
990
  sync the local store configuration to the app stores
991
991
  ```
992
992
 
993
- _See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/metadata/push.ts)_
993
+ _See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/metadata/push.ts)_
994
994
 
995
995
  ## `eas open`
996
996
 
@@ -1004,7 +1004,7 @@ DESCRIPTION
1004
1004
  open the project page in a web browser
1005
1005
  ```
1006
1006
 
1007
- _See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/open.ts)_
1007
+ _See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/open.ts)_
1008
1008
 
1009
1009
  ## `eas project:info`
1010
1010
 
@@ -1018,7 +1018,7 @@ DESCRIPTION
1018
1018
  information about the current project
1019
1019
  ```
1020
1020
 
1021
- _See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/project/info.ts)_
1021
+ _See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/project/info.ts)_
1022
1022
 
1023
1023
  ## `eas project:init`
1024
1024
 
@@ -1040,7 +1040,7 @@ ALIASES
1040
1040
  $ eas init
1041
1041
  ```
1042
1042
 
1043
- _See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/project/init.ts)_
1043
+ _See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/project/init.ts)_
1044
1044
 
1045
1045
  ## `eas secret:create`
1046
1046
 
@@ -1063,7 +1063,7 @@ DESCRIPTION
1063
1063
  create an environment secret on the current project or owner account
1064
1064
  ```
1065
1065
 
1066
- _See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/secret/create.ts)_
1066
+ _See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/secret/create.ts)_
1067
1067
 
1068
1068
  ## `eas secret:delete`
1069
1069
 
@@ -1081,7 +1081,7 @@ DESCRIPTION
1081
1081
  delete an environment secret by ID
1082
1082
  ```
1083
1083
 
1084
- _See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/secret/delete.ts)_
1084
+ _See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/secret/delete.ts)_
1085
1085
 
1086
1086
  ## `eas secret:list`
1087
1087
 
@@ -1095,7 +1095,7 @@ DESCRIPTION
1095
1095
  list environment secrets available for your current app
1096
1096
  ```
1097
1097
 
1098
- _See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/secret/list.ts)_
1098
+ _See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/secret/list.ts)_
1099
1099
 
1100
1100
  ## `eas secret:push`
1101
1101
 
@@ -1115,7 +1115,7 @@ DESCRIPTION
1115
1115
  read environment secrets from env file and store on the server
1116
1116
  ```
1117
1117
 
1118
- _See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/secret/push.ts)_
1118
+ _See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/secret/push.ts)_
1119
1119
 
1120
1120
  ## `eas submit`
1121
1121
 
@@ -1145,7 +1145,7 @@ ALIASES
1145
1145
  $ eas build:submit
1146
1146
  ```
1147
1147
 
1148
- _See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/submit.ts)_
1148
+ _See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/submit.ts)_
1149
1149
 
1150
1150
  ## `eas update`
1151
1151
 
@@ -1179,7 +1179,7 @@ DESCRIPTION
1179
1179
  publish an update group
1180
1180
  ```
1181
1181
 
1182
- _See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/update/index.ts)_
1182
+ _See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/update/index.ts)_
1183
1183
 
1184
1184
  ## `eas update:configure`
1185
1185
 
@@ -1197,7 +1197,7 @@ DESCRIPTION
1197
1197
  configure the project to support EAS Update
1198
1198
  ```
1199
1199
 
1200
- _See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/update/configure.ts)_
1200
+ _See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/update/configure.ts)_
1201
1201
 
1202
1202
  ## `eas update:delete GROUPID`
1203
1203
 
@@ -1218,7 +1218,7 @@ DESCRIPTION
1218
1218
  delete all the updates in an update group
1219
1219
  ```
1220
1220
 
1221
- _See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/update/delete.ts)_
1221
+ _See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/update/delete.ts)_
1222
1222
 
1223
1223
  ## `eas update:list`
1224
1224
 
@@ -1240,7 +1240,7 @@ DESCRIPTION
1240
1240
  view the recent updates
1241
1241
  ```
1242
1242
 
1243
- _See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/update/list.ts)_
1243
+ _See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/update/list.ts)_
1244
1244
 
1245
1245
  ## `eas update:republish`
1246
1246
 
@@ -1267,7 +1267,7 @@ DESCRIPTION
1267
1267
  roll back to an existing update
1268
1268
  ```
1269
1269
 
1270
- _See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/update/republish.ts)_
1270
+ _See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/update/republish.ts)_
1271
1271
 
1272
1272
  ## `eas update:roll-back-to-embedded`
1273
1273
 
@@ -1294,7 +1294,7 @@ DESCRIPTION
1294
1294
  roll back to the embedded update
1295
1295
  ```
1296
1296
 
1297
- _See code: [src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
1297
+ _See code: [src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
1298
1298
 
1299
1299
  ## `eas update:rollback`
1300
1300
 
@@ -1313,7 +1313,7 @@ DESCRIPTION
1313
1313
  roll back to an embedded update or an existing update
1314
1314
  ```
1315
1315
 
1316
- _See code: [src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/update/rollback.ts)_
1316
+ _See code: [src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/update/rollback.ts)_
1317
1317
 
1318
1318
  ## `eas update:view GROUPID`
1319
1319
 
@@ -1333,7 +1333,7 @@ DESCRIPTION
1333
1333
  update group details
1334
1334
  ```
1335
1335
 
1336
- _See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/update/view.ts)_
1336
+ _See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/update/view.ts)_
1337
1337
 
1338
1338
  ## `eas webhook:create`
1339
1339
 
@@ -1354,7 +1354,7 @@ DESCRIPTION
1354
1354
  create a webhook
1355
1355
  ```
1356
1356
 
1357
- _See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/webhook/create.ts)_
1357
+ _See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/webhook/create.ts)_
1358
1358
 
1359
1359
  ## `eas webhook:delete [ID]`
1360
1360
 
@@ -1374,7 +1374,7 @@ DESCRIPTION
1374
1374
  delete a webhook
1375
1375
  ```
1376
1376
 
1377
- _See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/webhook/delete.ts)_
1377
+ _See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/webhook/delete.ts)_
1378
1378
 
1379
1379
  ## `eas webhook:list`
1380
1380
 
@@ -1392,7 +1392,7 @@ DESCRIPTION
1392
1392
  list webhooks
1393
1393
  ```
1394
1394
 
1395
- _See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/webhook/list.ts)_
1395
+ _See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/webhook/list.ts)_
1396
1396
 
1397
1397
  ## `eas webhook:update`
1398
1398
 
@@ -1414,7 +1414,7 @@ DESCRIPTION
1414
1414
  update a webhook
1415
1415
  ```
1416
1416
 
1417
- _See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/webhook/update.ts)_
1417
+ _See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/webhook/update.ts)_
1418
1418
 
1419
1419
  ## `eas webhook:view ID`
1420
1420
 
@@ -1431,7 +1431,7 @@ DESCRIPTION
1431
1431
  view a webhook
1432
1432
  ```
1433
1433
 
1434
- _See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/webhook/view.ts)_
1434
+ _See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v5.7.0/packages/eas-cli/src/commands/webhook/view.ts)_
1435
1435
 
1436
1436
  ## `eas whoami`
1437
1437
 
@@ -6,7 +6,7 @@ const spawn_async_1 = tslib_1.__importDefault(require("@expo/spawn-async"));
6
6
  const semver_1 = tslib_1.__importDefault(require("semver"));
7
7
  const ora_1 = require("../ora");
8
8
  const PLUGIN_PACKAGE_NAME = 'eas-cli-local-build-plugin';
9
- const PLUGIN_PACKAGE_VERSION = '1.0.44';
9
+ const PLUGIN_PACKAGE_VERSION = '1.0.48';
10
10
  var LocalBuildMode;
11
11
  (function (LocalBuildMode) {
12
12
  /**
@@ -50,6 +50,8 @@ async function collectMetadataAsync(ctx) {
50
50
  customWorkflowName: (_d = ctx.customBuildConfigMetadata) === null || _d === void 0 ? void 0 : _d.workflowName,
51
51
  developmentClient: ctx.developmentClient,
52
52
  requiredPackageManager: (_e = ctx.requiredPackageManager) !== null && _e !== void 0 ? _e : undefined,
53
+ selectedImage: ctx.buildProfile.image,
54
+ customNodeVersion: ctx.buildProfile.node,
53
55
  };
54
56
  return (0, eas_build_job_1.sanitizeMetadata)(metadata);
55
57
  }
@@ -47,6 +47,7 @@ class Submit extends EasCommand_1.default {
47
47
  exp,
48
48
  projectId,
49
49
  vcsClient,
50
+ specifiedProfile: flagsWithPlatform.profile,
50
51
  });
51
52
  if (submissionProfiles.length > 1) {
52
53
  log_1.default.newLine();
@@ -5,6 +5,7 @@ const tslib_1 = require("tslib");
5
5
  const apple_utils_1 = require("@expo/apple-utils");
6
6
  const assert_1 = tslib_1.__importDefault(require("assert"));
7
7
  const chalk_1 = tslib_1.__importDefault(require("chalk"));
8
+ const getenv_1 = require("getenv");
8
9
  const log_1 = tslib_1.__importDefault(require("../../../log"));
9
10
  const prompts_1 = require("../../../prompts");
10
11
  const authenticateTypes_1 = require("./authenticateTypes");
@@ -123,12 +124,16 @@ async function authenticateWithApiKeyAsync(options = {}) {
123
124
  };
124
125
  }
125
126
  async function authenticateAsUserAsync(options = {}) {
127
+ var _a;
126
128
  // help keep apple login visually apart from the other operations.
127
129
  log_1.default.addNewLineIfNone();
128
130
  try {
129
131
  const authState = await loginAsync({
130
132
  cookies: options.cookies,
131
- teamId: options.teamId,
133
+ teamId: (_a = options.teamId) !== null && _a !== void 0 ? _a : process.env.EXPO_APPLE_TEAM_ID,
134
+ providerId: process.env.EXPO_APPLE_PROVIDER_ID
135
+ ? (0, getenv_1.int)(process.env.EXPO_APPLE_PROVIDER_ID)
136
+ : undefined,
132
137
  }, {
133
138
  // TODO: Provide a way to disable this for users who want to mix and match teams / providers.
134
139
  autoResolveProvider: true,