eas-cli 9.2.0 → 10.0.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
@@ -143,7 +143,7 @@ ALIASES
143
143
  $ eas login
144
144
  ```
145
145
 
146
- _See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/account/login.ts)_
146
+ _See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/account/login.ts)_
147
147
 
148
148
  ## `eas account:logout`
149
149
 
@@ -160,7 +160,7 @@ ALIASES
160
160
  $ eas logout
161
161
  ```
162
162
 
163
- _See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/account/logout.ts)_
163
+ _See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/account/logout.ts)_
164
164
 
165
165
  ## `eas account:view`
166
166
 
@@ -177,7 +177,7 @@ ALIASES
177
177
  $ eas whoami
178
178
  ```
179
179
 
180
- _See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/account/view.ts)_
180
+ _See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/account/view.ts)_
181
181
 
182
182
  ## `eas analytics [STATUS]`
183
183
 
@@ -191,7 +191,7 @@ DESCRIPTION
191
191
  display or change analytics settings
192
192
  ```
193
193
 
194
- _See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/analytics.ts)_
194
+ _See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/analytics.ts)_
195
195
 
196
196
  ## `eas autocomplete [SHELL]`
197
197
 
@@ -243,7 +243,7 @@ DESCRIPTION
243
243
  create a branch
244
244
  ```
245
245
 
246
- _See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/branch/create.ts)_
246
+ _See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/branch/create.ts)_
247
247
 
248
248
  ## `eas branch:delete [NAME]`
249
249
 
@@ -264,7 +264,7 @@ DESCRIPTION
264
264
  delete a branch
265
265
  ```
266
266
 
267
- _See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/branch/delete.ts)_
267
+ _See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/branch/delete.ts)_
268
268
 
269
269
  ## `eas branch:list`
270
270
 
@@ -284,7 +284,7 @@ DESCRIPTION
284
284
  list all branches
285
285
  ```
286
286
 
287
- _See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/branch/list.ts)_
287
+ _See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/branch/list.ts)_
288
288
 
289
289
  ## `eas branch:rename`
290
290
 
@@ -304,7 +304,7 @@ DESCRIPTION
304
304
  rename a branch
305
305
  ```
306
306
 
307
- _See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/branch/rename.ts)_
307
+ _See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/branch/rename.ts)_
308
308
 
309
309
  ## `eas branch:view [NAME]`
310
310
 
@@ -327,7 +327,7 @@ DESCRIPTION
327
327
  view a branch
328
328
  ```
329
329
 
330
- _See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/branch/view.ts)_
330
+ _See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/branch/view.ts)_
331
331
 
332
332
  ## `eas build`
333
333
 
@@ -364,7 +364,7 @@ DESCRIPTION
364
364
  start a build
365
365
  ```
366
366
 
367
- _See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/build/index.ts)_
367
+ _See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/build/index.ts)_
368
368
 
369
369
  ## `eas build:cancel [BUILD_ID]`
370
370
 
@@ -383,7 +383,7 @@ DESCRIPTION
383
383
  cancel a build
384
384
  ```
385
385
 
386
- _See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/build/cancel.ts)_
386
+ _See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/build/cancel.ts)_
387
387
 
388
388
  ## `eas build:configure`
389
389
 
@@ -400,7 +400,7 @@ DESCRIPTION
400
400
  configure the project to support EAS Build
401
401
  ```
402
402
 
403
- _See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/build/configure.ts)_
403
+ _See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/build/configure.ts)_
404
404
 
405
405
  ## `eas build:delete [BUILD_ID]`
406
406
 
@@ -419,7 +419,7 @@ DESCRIPTION
419
419
  delete a build
420
420
  ```
421
421
 
422
- _See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/build/delete.ts)_
422
+ _See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/build/delete.ts)_
423
423
 
424
424
  ## `eas build:inspect`
425
425
 
@@ -454,7 +454,7 @@ DESCRIPTION
454
454
  inspect the state of the project at specific build stages, useful for troubleshooting
455
455
  ```
456
456
 
457
- _See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/build/inspect.ts)_
457
+ _See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/build/inspect.ts)_
458
458
 
459
459
  ## `eas build:list`
460
460
 
@@ -504,7 +504,7 @@ DESCRIPTION
504
504
  list all builds for your project
505
505
  ```
506
506
 
507
- _See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/build/list.ts)_
507
+ _See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/build/list.ts)_
508
508
 
509
509
  ## `eas build:resign`
510
510
 
@@ -533,7 +533,7 @@ DESCRIPTION
533
533
  re-sign a build archive
534
534
  ```
535
535
 
536
- _See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/build/resign.ts)_
536
+ _See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/build/resign.ts)_
537
537
 
538
538
  ## `eas build:run`
539
539
 
@@ -559,7 +559,7 @@ DESCRIPTION
559
559
  run simulator/emulator builds from eas-cli
560
560
  ```
561
561
 
562
- _See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/build/run.ts)_
562
+ _See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/build/run.ts)_
563
563
 
564
564
  ## `eas build:submit`
565
565
 
@@ -609,7 +609,7 @@ DESCRIPTION
609
609
  get the latest version from EAS servers
610
610
  ```
611
611
 
612
- _See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/build/version/get.ts)_
612
+ _See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/build/version/get.ts)_
613
613
 
614
614
  ## `eas build:version:set`
615
615
 
@@ -628,7 +628,7 @@ DESCRIPTION
628
628
  update version of an app
629
629
  ```
630
630
 
631
- _See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/build/version/set.ts)_
631
+ _See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/build/version/set.ts)_
632
632
 
633
633
  ## `eas build:version:sync`
634
634
 
@@ -647,7 +647,7 @@ DESCRIPTION
647
647
  update a version in native code with a value stored on EAS servers
648
648
  ```
649
649
 
650
- _See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/build/version/sync.ts)_
650
+ _See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/build/version/sync.ts)_
651
651
 
652
652
  ## `eas build:view [BUILD_ID]`
653
653
 
@@ -664,7 +664,7 @@ DESCRIPTION
664
664
  view a build for your project
665
665
  ```
666
666
 
667
- _See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/build/view.ts)_
667
+ _See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/build/view.ts)_
668
668
 
669
669
  ## `eas channel:create [NAME]`
670
670
 
@@ -685,7 +685,7 @@ DESCRIPTION
685
685
  create a channel
686
686
  ```
687
687
 
688
- _See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/channel/create.ts)_
688
+ _See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/channel/create.ts)_
689
689
 
690
690
  ## `eas channel:edit [NAME]`
691
691
 
@@ -707,7 +707,7 @@ DESCRIPTION
707
707
  point a channel at a new branch
708
708
  ```
709
709
 
710
- _See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/channel/edit.ts)_
710
+ _See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/channel/edit.ts)_
711
711
 
712
712
  ## `eas channel:list`
713
713
 
@@ -727,7 +727,7 @@ DESCRIPTION
727
727
  list all channels
728
728
  ```
729
729
 
730
- _See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/channel/list.ts)_
730
+ _See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/channel/list.ts)_
731
731
 
732
732
  ## `eas channel:rollout [CHANNEL]`
733
733
 
@@ -759,7 +759,7 @@ DESCRIPTION
759
759
  Roll a new branch out on a channel incrementally.
760
760
  ```
761
761
 
762
- _See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/channel/rollout.ts)_
762
+ _See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/channel/rollout.ts)_
763
763
 
764
764
  ## `eas channel:view [NAME]`
765
765
 
@@ -782,7 +782,7 @@ DESCRIPTION
782
782
  view a channel
783
783
  ```
784
784
 
785
- _See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/channel/view.ts)_
785
+ _See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/channel/view.ts)_
786
786
 
787
787
  ## `eas config`
788
788
 
@@ -803,7 +803,7 @@ DESCRIPTION
803
803
  display project configuration (app.json + eas.json)
804
804
  ```
805
805
 
806
- _See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/config.ts)_
806
+ _See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/config.ts)_
807
807
 
808
808
  ## `eas credentials`
809
809
 
@@ -820,7 +820,7 @@ DESCRIPTION
820
820
  manage credentials
821
821
  ```
822
822
 
823
- _See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/credentials/index.ts)_
823
+ _See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/credentials/index.ts)_
824
824
 
825
825
  ## `eas credentials:configure-build`
826
826
 
@@ -838,7 +838,7 @@ DESCRIPTION
838
838
  Set up credentials for building your project.
839
839
  ```
840
840
 
841
- _See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
841
+ _See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
842
842
 
843
843
  ## `eas device:create`
844
844
 
@@ -852,7 +852,7 @@ DESCRIPTION
852
852
  register new Apple Devices to use for internal distribution
853
853
  ```
854
854
 
855
- _See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/device/create.ts)_
855
+ _See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/device/create.ts)_
856
856
 
857
857
  ## `eas device:delete`
858
858
 
@@ -872,7 +872,7 @@ DESCRIPTION
872
872
  remove a registered device from your account
873
873
  ```
874
874
 
875
- _See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/device/delete.ts)_
875
+ _See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/device/delete.ts)_
876
876
 
877
877
  ## `eas device:list`
878
878
 
@@ -893,7 +893,7 @@ DESCRIPTION
893
893
  list all registered devices for your account
894
894
  ```
895
895
 
896
- _See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/device/list.ts)_
896
+ _See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/device/list.ts)_
897
897
 
898
898
  ## `eas device:rename`
899
899
 
@@ -914,7 +914,7 @@ DESCRIPTION
914
914
  rename a registered device
915
915
  ```
916
916
 
917
- _See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/device/rename.ts)_
917
+ _See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/device/rename.ts)_
918
918
 
919
919
  ## `eas device:view [UDID]`
920
920
 
@@ -928,7 +928,7 @@ DESCRIPTION
928
928
  view a device for your project
929
929
  ```
930
930
 
931
- _See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/device/view.ts)_
931
+ _See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/device/view.ts)_
932
932
 
933
933
  ## `eas diagnostics`
934
934
 
@@ -942,7 +942,7 @@ DESCRIPTION
942
942
  display environment info
943
943
  ```
944
944
 
945
- _See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/diagnostics.ts)_
945
+ _See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/diagnostics.ts)_
946
946
 
947
947
  ## `eas help [COMMAND]`
948
948
 
@@ -1049,7 +1049,7 @@ DESCRIPTION
1049
1049
  validate the local store configuration
1050
1050
  ```
1051
1051
 
1052
- _See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/metadata/lint.ts)_
1052
+ _See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/metadata/lint.ts)_
1053
1053
 
1054
1054
  ## `eas metadata:pull`
1055
1055
 
@@ -1066,7 +1066,7 @@ DESCRIPTION
1066
1066
  generate the local store configuration from the app stores
1067
1067
  ```
1068
1068
 
1069
- _See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/metadata/pull.ts)_
1069
+ _See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/metadata/pull.ts)_
1070
1070
 
1071
1071
  ## `eas metadata:push`
1072
1072
 
@@ -1083,7 +1083,7 @@ DESCRIPTION
1083
1083
  sync the local store configuration to the app stores
1084
1084
  ```
1085
1085
 
1086
- _See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/metadata/push.ts)_
1086
+ _See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/metadata/push.ts)_
1087
1087
 
1088
1088
  ## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
1089
1089
 
@@ -1113,7 +1113,7 @@ DESCRIPTION
1113
1113
  open the project page in a web browser
1114
1114
  ```
1115
1115
 
1116
- _See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/open.ts)_
1116
+ _See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/open.ts)_
1117
1117
 
1118
1118
  ## `eas project:info`
1119
1119
 
@@ -1127,7 +1127,7 @@ DESCRIPTION
1127
1127
  information about the current project
1128
1128
  ```
1129
1129
 
1130
- _See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/project/info.ts)_
1130
+ _See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/project/info.ts)_
1131
1131
 
1132
1132
  ## `eas project:init`
1133
1133
 
@@ -1149,7 +1149,7 @@ ALIASES
1149
1149
  $ eas init
1150
1150
  ```
1151
1151
 
1152
- _See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/project/init.ts)_
1152
+ _See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/project/init.ts)_
1153
1153
 
1154
1154
  ## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
1155
1155
 
@@ -1167,7 +1167,7 @@ ALIASES
1167
1167
  $ eas onboarding
1168
1168
  ```
1169
1169
 
1170
- _See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/project/onboarding.ts)_
1170
+ _See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/project/onboarding.ts)_
1171
1171
 
1172
1172
  ## `eas secret:create`
1173
1173
 
@@ -1190,7 +1190,7 @@ DESCRIPTION
1190
1190
  create an environment secret on the current project or owner account
1191
1191
  ```
1192
1192
 
1193
- _See code: [packages/eas-cli/src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/secret/create.ts)_
1193
+ _See code: [packages/eas-cli/src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/secret/create.ts)_
1194
1194
 
1195
1195
  ## `eas secret:delete`
1196
1196
 
@@ -1208,7 +1208,7 @@ DESCRIPTION
1208
1208
  delete an environment secret by ID
1209
1209
  ```
1210
1210
 
1211
- _See code: [packages/eas-cli/src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/secret/delete.ts)_
1211
+ _See code: [packages/eas-cli/src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/secret/delete.ts)_
1212
1212
 
1213
1213
  ## `eas secret:list`
1214
1214
 
@@ -1222,7 +1222,7 @@ DESCRIPTION
1222
1222
  list environment secrets available for your current app
1223
1223
  ```
1224
1224
 
1225
- _See code: [packages/eas-cli/src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/secret/list.ts)_
1225
+ _See code: [packages/eas-cli/src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/secret/list.ts)_
1226
1226
 
1227
1227
  ## `eas secret:push`
1228
1228
 
@@ -1242,7 +1242,7 @@ DESCRIPTION
1242
1242
  read environment secrets from env file and store on the server
1243
1243
  ```
1244
1244
 
1245
- _See code: [packages/eas-cli/src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/secret/push.ts)_
1245
+ _See code: [packages/eas-cli/src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/secret/push.ts)_
1246
1246
 
1247
1247
  ## `eas submit`
1248
1248
 
@@ -1273,7 +1273,7 @@ ALIASES
1273
1273
  $ eas build:submit
1274
1274
  ```
1275
1275
 
1276
- _See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/submit.ts)_
1276
+ _See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/submit.ts)_
1277
1277
 
1278
1278
  ## `eas update`
1279
1279
 
@@ -1306,7 +1306,7 @@ DESCRIPTION
1306
1306
  publish an update group
1307
1307
  ```
1308
1308
 
1309
- _See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/update/index.ts)_
1309
+ _See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/update/index.ts)_
1310
1310
 
1311
1311
  ## `eas update:configure`
1312
1312
 
@@ -1324,7 +1324,7 @@ DESCRIPTION
1324
1324
  configure the project to support EAS Update
1325
1325
  ```
1326
1326
 
1327
- _See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/update/configure.ts)_
1327
+ _See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/update/configure.ts)_
1328
1328
 
1329
1329
  ## `eas update:delete GROUPID`
1330
1330
 
@@ -1345,7 +1345,7 @@ DESCRIPTION
1345
1345
  delete all the updates in an update group
1346
1346
  ```
1347
1347
 
1348
- _See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/update/delete.ts)_
1348
+ _See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/update/delete.ts)_
1349
1349
 
1350
1350
  ## `eas update:list`
1351
1351
 
@@ -1367,7 +1367,7 @@ DESCRIPTION
1367
1367
  view the recent updates
1368
1368
  ```
1369
1369
 
1370
- _See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/update/list.ts)_
1370
+ _See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/update/list.ts)_
1371
1371
 
1372
1372
  ## `eas update:republish`
1373
1373
 
@@ -1394,7 +1394,7 @@ DESCRIPTION
1394
1394
  roll back to an existing update
1395
1395
  ```
1396
1396
 
1397
- _See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/update/republish.ts)_
1397
+ _See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/update/republish.ts)_
1398
1398
 
1399
1399
  ## `eas update:roll-back-to-embedded`
1400
1400
 
@@ -1421,7 +1421,7 @@ DESCRIPTION
1421
1421
  roll back to the embedded update
1422
1422
  ```
1423
1423
 
1424
- _See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
1424
+ _See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
1425
1425
 
1426
1426
  ## `eas update:rollback`
1427
1427
 
@@ -1440,7 +1440,7 @@ DESCRIPTION
1440
1440
  roll back to an embedded update or an existing update
1441
1441
  ```
1442
1442
 
1443
- _See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/update/rollback.ts)_
1443
+ _See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/update/rollback.ts)_
1444
1444
 
1445
1445
  ## `eas update:view GROUPID`
1446
1446
 
@@ -1460,7 +1460,7 @@ DESCRIPTION
1460
1460
  update group details
1461
1461
  ```
1462
1462
 
1463
- _See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/update/view.ts)_
1463
+ _See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/update/view.ts)_
1464
1464
 
1465
1465
  ## `eas webhook:create`
1466
1466
 
@@ -1481,7 +1481,7 @@ DESCRIPTION
1481
1481
  create a webhook
1482
1482
  ```
1483
1483
 
1484
- _See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/webhook/create.ts)_
1484
+ _See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/webhook/create.ts)_
1485
1485
 
1486
1486
  ## `eas webhook:delete [ID]`
1487
1487
 
@@ -1501,7 +1501,7 @@ DESCRIPTION
1501
1501
  delete a webhook
1502
1502
  ```
1503
1503
 
1504
- _See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/webhook/delete.ts)_
1504
+ _See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/webhook/delete.ts)_
1505
1505
 
1506
1506
  ## `eas webhook:list`
1507
1507
 
@@ -1519,7 +1519,7 @@ DESCRIPTION
1519
1519
  list webhooks
1520
1520
  ```
1521
1521
 
1522
- _See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/webhook/list.ts)_
1522
+ _See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/webhook/list.ts)_
1523
1523
 
1524
1524
  ## `eas webhook:update`
1525
1525
 
@@ -1541,7 +1541,7 @@ DESCRIPTION
1541
1541
  update a webhook
1542
1542
  ```
1543
1543
 
1544
- _See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/webhook/update.ts)_
1544
+ _See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/webhook/update.ts)_
1545
1545
 
1546
1546
  ## `eas webhook:view ID`
1547
1547
 
@@ -1558,7 +1558,7 @@ DESCRIPTION
1558
1558
  view a webhook
1559
1559
  ```
1560
1560
 
1561
- _See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v9.2.0/packages/eas-cli/src/commands/webhook/view.ts)_
1561
+ _See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v10.0.0/packages/eas-cli/src/commands/webhook/view.ts)_
1562
1562
 
1563
1563
  ## `eas whoami`
1564
1564
 
@@ -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.116';
9
+ const PLUGIN_PACKAGE_VERSION = '1.0.117';
10
10
  var LocalBuildMode;
11
11
  (function (LocalBuildMode) {
12
12
  /**
@@ -152,6 +152,7 @@ async function runBuildAndSubmitAsync(graphqlClient, analytics, vcsClient, proje
152
152
  buildProfile: startedBuild.buildProfile.profile,
153
153
  submitProfile,
154
154
  nonInteractive: flags.nonInteractive,
155
+ selectedSubmitProfileName: flags.submitProfile,
155
156
  });
156
157
  startedBuild.build = await BuildQuery_1.BuildQuery.withSubmissionsByIdAsync(graphqlClient, startedBuild.build.id);
157
158
  submissions.push(submission);
@@ -288,7 +289,7 @@ async function startBuildAsync(ctx) {
288
289
  }
289
290
  return await sendBuildRequestAsync();
290
291
  }
291
- async function prepareAndStartSubmissionAsync({ build, buildCtx, moreBuilds, projectDir, buildProfile, submitProfile, nonInteractive, }) {
292
+ async function prepareAndStartSubmissionAsync({ build, buildCtx, moreBuilds, projectDir, buildProfile, submitProfile, selectedSubmitProfileName, nonInteractive, }) {
292
293
  const platform = (0, AppPlatform_1.toPlatform)(build.platform);
293
294
  const submissionCtx = await (0, context_1.createSubmissionContextAsync)({
294
295
  platform,
@@ -306,6 +307,7 @@ async function prepareAndStartSubmissionAsync({ build, buildCtx, moreBuilds, pro
306
307
  exp: buildCtx.exp,
307
308
  vcsClient: buildCtx.vcsClient,
308
309
  isVerboseFastlaneEnabled: false,
310
+ specifiedProfile: selectedSubmitProfileName,
309
311
  });
310
312
  if (moreBuilds) {
311
313
  log_1.default.newLine();
@@ -5,7 +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
+ const getenv = tslib_1.__importStar(require("getenv"));
9
9
  const authenticateTypes_1 = require("./authenticateTypes");
10
10
  const resolveCredentials_1 = require("./resolveCredentials");
11
11
  const log_1 = tslib_1.__importDefault(require("../../../log"));
@@ -130,7 +130,7 @@ async function authenticateAsUserAsync(options = {}) {
130
130
  cookies: options.cookies,
131
131
  teamId: options.teamId ?? process.env.EXPO_APPLE_TEAM_ID,
132
132
  providerId: process.env.EXPO_APPLE_PROVIDER_ID
133
- ? (0, getenv_1.int)(process.env.EXPO_APPLE_PROVIDER_ID)
133
+ ? getenv.int('EXPO_APPLE_PROVIDER_ID')
134
134
  : undefined,
135
135
  }, {
136
136
  // TODO: Provide a way to disable this for users who want to mix and match teams / providers.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "9.2.0",
2
+ "version": "10.0.0",
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": "9.2.0",
4
+ "version": "10.0.0",
5
5
  "author": "Expo <support@expo.dev>",
6
6
  "bin": {
7
7
  "eas": "./bin/run"
@@ -13,10 +13,10 @@
13
13
  "@expo/config": "8.5.4",
14
14
  "@expo/config-plugins": "7.8.4",
15
15
  "@expo/config-types": "50.0.0",
16
- "@expo/eas-build-job": "1.0.114",
17
- "@expo/eas-json": "9.0.8",
16
+ "@expo/eas-build-job": "1.0.117",
17
+ "@expo/eas-json": "10.0.0",
18
18
  "@expo/json-file": "8.2.37",
19
- "@expo/logger": "1.0.57",
19
+ "@expo/logger": "1.0.117",
20
20
  "@expo/multipart-body-parser": "1.1.0",
21
21
  "@expo/osascript": "2.0.33",
22
22
  "@expo/package-manager": "1.1.2",
@@ -28,7 +28,7 @@
28
28
  "@expo/results": "1.0.0",
29
29
  "@expo/rudder-sdk-node": "1.1.1",
30
30
  "@expo/spawn-async": "1.7.0",
31
- "@expo/steps": "1.0.114",
31
+ "@expo/steps": "1.0.117",
32
32
  "@expo/timeago.js": "1.0.0",
33
33
  "@oclif/core": "^1.26.2",
34
34
  "@oclif/plugin-autocomplete": "^2.3.10",
@@ -121,7 +121,7 @@
121
121
  "typescript": "5.3.3"
122
122
  },
123
123
  "engines": {
124
- "node": ">=16.0.0"
124
+ "node": ">=18.0.0"
125
125
  },
126
126
  "files": [
127
127
  "/bin",
@@ -223,5 +223,5 @@
223
223
  "node": "20.11.0",
224
224
  "yarn": "1.22.21"
225
225
  },
226
- "gitHead": "28ce6b7dc7f0077105e3d7fa34ff336c9863383f"
226
+ "gitHead": "a9a77b6fcb85dc1e543c2ebf9e8e5c6e431faed2"
227
227
  }