eas-cli 9.2.0 → 10.0.1
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 +70 -65
- package/build/build/local.js +1 -1
- package/build/build/runBuildAndSubmit.js +3 -1
- package/build/commands/channel/rollout.js +1 -1
- package/build/commands/update/index.js +1 -1
- package/build/commands/update/republish.js +1 -1
- package/build/commands/update/roll-back-to-embedded.js +1 -1
- package/build/commands/update/rollback.js +1 -1
- package/build/credentials/ios/appstore/authenticate.js +2 -2
- package/oclif.manifest.json +6 -6
- package/package.json +7 -7
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/
|
|
146
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v10.0.1/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/
|
|
163
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v10.0.1/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/
|
|
180
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v10.0.1/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/
|
|
194
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v10.0.1/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/
|
|
246
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v10.0.1/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/
|
|
267
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v10.0.1/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/
|
|
287
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v10.0.1/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/
|
|
307
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v10.0.1/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/
|
|
330
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v10.0.1/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/
|
|
367
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v10.0.1/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/
|
|
386
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v10.0.1/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/
|
|
403
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v10.0.1/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/
|
|
422
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v10.0.1/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/
|
|
457
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v10.0.1/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/
|
|
507
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v10.0.1/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/
|
|
536
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v10.0.1/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/
|
|
562
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v10.0.1/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/
|
|
612
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v10.0.1/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/
|
|
631
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v10.0.1/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/
|
|
650
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v10.0.1/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/
|
|
667
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v10.0.1/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/
|
|
688
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v10.0.1/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/
|
|
710
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v10.0.1/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/
|
|
730
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/channel/list.ts)_
|
|
731
731
|
|
|
732
732
|
## `eas channel:rollout [CHANNEL]`
|
|
733
733
|
|
|
@@ -752,14 +752,15 @@ FLAGS
|
|
|
752
752
|
--action=create
|
|
753
753
|
--private-key-path=<value> File containing the PEM-encoded private key corresponding to the certificate
|
|
754
754
|
in expo-updates' configuration. Defaults to a file named "private-key.pem" in
|
|
755
|
-
the certificate's directory.
|
|
755
|
+
the certificate's directory. Only relevant if you are using code signing:
|
|
756
|
+
https://docs.expo.dev/eas-update/code-signing/
|
|
756
757
|
--runtime-version=<value> Runtime version to target. Use with --action=create
|
|
757
758
|
|
|
758
759
|
DESCRIPTION
|
|
759
760
|
Roll a new branch out on a channel incrementally.
|
|
760
761
|
```
|
|
761
762
|
|
|
762
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/
|
|
763
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
763
764
|
|
|
764
765
|
## `eas channel:view [NAME]`
|
|
765
766
|
|
|
@@ -782,7 +783,7 @@ DESCRIPTION
|
|
|
782
783
|
view a channel
|
|
783
784
|
```
|
|
784
785
|
|
|
785
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/
|
|
786
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/channel/view.ts)_
|
|
786
787
|
|
|
787
788
|
## `eas config`
|
|
788
789
|
|
|
@@ -803,7 +804,7 @@ DESCRIPTION
|
|
|
803
804
|
display project configuration (app.json + eas.json)
|
|
804
805
|
```
|
|
805
806
|
|
|
806
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/
|
|
807
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/config.ts)_
|
|
807
808
|
|
|
808
809
|
## `eas credentials`
|
|
809
810
|
|
|
@@ -820,7 +821,7 @@ DESCRIPTION
|
|
|
820
821
|
manage credentials
|
|
821
822
|
```
|
|
822
823
|
|
|
823
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/
|
|
824
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
824
825
|
|
|
825
826
|
## `eas credentials:configure-build`
|
|
826
827
|
|
|
@@ -838,7 +839,7 @@ DESCRIPTION
|
|
|
838
839
|
Set up credentials for building your project.
|
|
839
840
|
```
|
|
840
841
|
|
|
841
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/
|
|
842
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
842
843
|
|
|
843
844
|
## `eas device:create`
|
|
844
845
|
|
|
@@ -852,7 +853,7 @@ DESCRIPTION
|
|
|
852
853
|
register new Apple Devices to use for internal distribution
|
|
853
854
|
```
|
|
854
855
|
|
|
855
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/
|
|
856
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/device/create.ts)_
|
|
856
857
|
|
|
857
858
|
## `eas device:delete`
|
|
858
859
|
|
|
@@ -872,7 +873,7 @@ DESCRIPTION
|
|
|
872
873
|
remove a registered device from your account
|
|
873
874
|
```
|
|
874
875
|
|
|
875
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/
|
|
876
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/device/delete.ts)_
|
|
876
877
|
|
|
877
878
|
## `eas device:list`
|
|
878
879
|
|
|
@@ -893,7 +894,7 @@ DESCRIPTION
|
|
|
893
894
|
list all registered devices for your account
|
|
894
895
|
```
|
|
895
896
|
|
|
896
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/
|
|
897
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/device/list.ts)_
|
|
897
898
|
|
|
898
899
|
## `eas device:rename`
|
|
899
900
|
|
|
@@ -914,7 +915,7 @@ DESCRIPTION
|
|
|
914
915
|
rename a registered device
|
|
915
916
|
```
|
|
916
917
|
|
|
917
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/
|
|
918
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/device/rename.ts)_
|
|
918
919
|
|
|
919
920
|
## `eas device:view [UDID]`
|
|
920
921
|
|
|
@@ -928,7 +929,7 @@ DESCRIPTION
|
|
|
928
929
|
view a device for your project
|
|
929
930
|
```
|
|
930
931
|
|
|
931
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/
|
|
932
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/device/view.ts)_
|
|
932
933
|
|
|
933
934
|
## `eas diagnostics`
|
|
934
935
|
|
|
@@ -942,7 +943,7 @@ DESCRIPTION
|
|
|
942
943
|
display environment info
|
|
943
944
|
```
|
|
944
945
|
|
|
945
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/
|
|
946
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
946
947
|
|
|
947
948
|
## `eas help [COMMAND]`
|
|
948
949
|
|
|
@@ -1049,7 +1050,7 @@ DESCRIPTION
|
|
|
1049
1050
|
validate the local store configuration
|
|
1050
1051
|
```
|
|
1051
1052
|
|
|
1052
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/
|
|
1053
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1053
1054
|
|
|
1054
1055
|
## `eas metadata:pull`
|
|
1055
1056
|
|
|
@@ -1066,7 +1067,7 @@ DESCRIPTION
|
|
|
1066
1067
|
generate the local store configuration from the app stores
|
|
1067
1068
|
```
|
|
1068
1069
|
|
|
1069
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/
|
|
1070
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1070
1071
|
|
|
1071
1072
|
## `eas metadata:push`
|
|
1072
1073
|
|
|
@@ -1083,7 +1084,7 @@ DESCRIPTION
|
|
|
1083
1084
|
sync the local store configuration to the app stores
|
|
1084
1085
|
```
|
|
1085
1086
|
|
|
1086
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/
|
|
1087
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1087
1088
|
|
|
1088
1089
|
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1089
1090
|
|
|
@@ -1113,7 +1114,7 @@ DESCRIPTION
|
|
|
1113
1114
|
open the project page in a web browser
|
|
1114
1115
|
```
|
|
1115
1116
|
|
|
1116
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/
|
|
1117
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/open.ts)_
|
|
1117
1118
|
|
|
1118
1119
|
## `eas project:info`
|
|
1119
1120
|
|
|
@@ -1127,7 +1128,7 @@ DESCRIPTION
|
|
|
1127
1128
|
information about the current project
|
|
1128
1129
|
```
|
|
1129
1130
|
|
|
1130
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/
|
|
1131
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/project/info.ts)_
|
|
1131
1132
|
|
|
1132
1133
|
## `eas project:init`
|
|
1133
1134
|
|
|
@@ -1149,7 +1150,7 @@ ALIASES
|
|
|
1149
1150
|
$ eas init
|
|
1150
1151
|
```
|
|
1151
1152
|
|
|
1152
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/
|
|
1153
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/project/init.ts)_
|
|
1153
1154
|
|
|
1154
1155
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1155
1156
|
|
|
@@ -1167,7 +1168,7 @@ ALIASES
|
|
|
1167
1168
|
$ eas onboarding
|
|
1168
1169
|
```
|
|
1169
1170
|
|
|
1170
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/
|
|
1171
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1171
1172
|
|
|
1172
1173
|
## `eas secret:create`
|
|
1173
1174
|
|
|
@@ -1190,7 +1191,7 @@ DESCRIPTION
|
|
|
1190
1191
|
create an environment secret on the current project or owner account
|
|
1191
1192
|
```
|
|
1192
1193
|
|
|
1193
|
-
_See code: [packages/eas-cli/src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/
|
|
1194
|
+
_See code: [packages/eas-cli/src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/secret/create.ts)_
|
|
1194
1195
|
|
|
1195
1196
|
## `eas secret:delete`
|
|
1196
1197
|
|
|
@@ -1208,7 +1209,7 @@ DESCRIPTION
|
|
|
1208
1209
|
delete an environment secret by ID
|
|
1209
1210
|
```
|
|
1210
1211
|
|
|
1211
|
-
_See code: [packages/eas-cli/src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/
|
|
1212
|
+
_See code: [packages/eas-cli/src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/secret/delete.ts)_
|
|
1212
1213
|
|
|
1213
1214
|
## `eas secret:list`
|
|
1214
1215
|
|
|
@@ -1222,7 +1223,7 @@ DESCRIPTION
|
|
|
1222
1223
|
list environment secrets available for your current app
|
|
1223
1224
|
```
|
|
1224
1225
|
|
|
1225
|
-
_See code: [packages/eas-cli/src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/
|
|
1226
|
+
_See code: [packages/eas-cli/src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/secret/list.ts)_
|
|
1226
1227
|
|
|
1227
1228
|
## `eas secret:push`
|
|
1228
1229
|
|
|
@@ -1242,7 +1243,7 @@ DESCRIPTION
|
|
|
1242
1243
|
read environment secrets from env file and store on the server
|
|
1243
1244
|
```
|
|
1244
1245
|
|
|
1245
|
-
_See code: [packages/eas-cli/src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/
|
|
1246
|
+
_See code: [packages/eas-cli/src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/secret/push.ts)_
|
|
1246
1247
|
|
|
1247
1248
|
## `eas submit`
|
|
1248
1249
|
|
|
@@ -1273,7 +1274,7 @@ ALIASES
|
|
|
1273
1274
|
$ eas build:submit
|
|
1274
1275
|
```
|
|
1275
1276
|
|
|
1276
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/
|
|
1277
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/submit.ts)_
|
|
1277
1278
|
|
|
1278
1279
|
## `eas update`
|
|
1279
1280
|
|
|
@@ -1298,7 +1299,8 @@ FLAGS
|
|
|
1298
1299
|
--non-interactive Run the command in non-interactive mode.
|
|
1299
1300
|
--private-key-path=<value> File containing the PEM-encoded private key corresponding to the certificate in
|
|
1300
1301
|
expo-updates' configuration. Defaults to a file named "private-key.pem" in the
|
|
1301
|
-
certificate's directory.
|
|
1302
|
+
certificate's directory. Only relevant if you are using code signing:
|
|
1303
|
+
https://docs.expo.dev/eas-update/code-signing/
|
|
1302
1304
|
--republish Republish an update group (deprecated, see republish command)
|
|
1303
1305
|
--skip-bundler Skip running Expo CLI to bundle the app before publishing
|
|
1304
1306
|
|
|
@@ -1306,7 +1308,7 @@ DESCRIPTION
|
|
|
1306
1308
|
publish an update group
|
|
1307
1309
|
```
|
|
1308
1310
|
|
|
1309
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/
|
|
1311
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/update/index.ts)_
|
|
1310
1312
|
|
|
1311
1313
|
## `eas update:configure`
|
|
1312
1314
|
|
|
@@ -1324,7 +1326,7 @@ DESCRIPTION
|
|
|
1324
1326
|
configure the project to support EAS Update
|
|
1325
1327
|
```
|
|
1326
1328
|
|
|
1327
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/
|
|
1329
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1328
1330
|
|
|
1329
1331
|
## `eas update:delete GROUPID`
|
|
1330
1332
|
|
|
@@ -1345,7 +1347,7 @@ DESCRIPTION
|
|
|
1345
1347
|
delete all the updates in an update group
|
|
1346
1348
|
```
|
|
1347
1349
|
|
|
1348
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/
|
|
1350
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1349
1351
|
|
|
1350
1352
|
## `eas update:list`
|
|
1351
1353
|
|
|
@@ -1367,7 +1369,7 @@ DESCRIPTION
|
|
|
1367
1369
|
view the recent updates
|
|
1368
1370
|
```
|
|
1369
1371
|
|
|
1370
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/
|
|
1372
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/update/list.ts)_
|
|
1371
1373
|
|
|
1372
1374
|
## `eas update:republish`
|
|
1373
1375
|
|
|
@@ -1388,13 +1390,14 @@ FLAGS
|
|
|
1388
1390
|
--non-interactive Run the command in non-interactive mode.
|
|
1389
1391
|
--private-key-path=<value> File containing the PEM-encoded private key corresponding to the certificate in
|
|
1390
1392
|
expo-updates' configuration. Defaults to a file named "private-key.pem" in the
|
|
1391
|
-
certificate's directory.
|
|
1393
|
+
certificate's directory. Only relevant if you are using code signing:
|
|
1394
|
+
https://docs.expo.dev/eas-update/code-signing/
|
|
1392
1395
|
|
|
1393
1396
|
DESCRIPTION
|
|
1394
1397
|
roll back to an existing update
|
|
1395
1398
|
```
|
|
1396
1399
|
|
|
1397
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/
|
|
1400
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1398
1401
|
|
|
1399
1402
|
## `eas update:roll-back-to-embedded`
|
|
1400
1403
|
|
|
@@ -1415,13 +1418,14 @@ FLAGS
|
|
|
1415
1418
|
--non-interactive Run the command in non-interactive mode.
|
|
1416
1419
|
--private-key-path=<value> File containing the PEM-encoded private key corresponding to the certificate in
|
|
1417
1420
|
expo-updates' configuration. Defaults to a file named "private-key.pem" in the
|
|
1418
|
-
certificate's directory.
|
|
1421
|
+
certificate's directory. Only relevant if you are using code signing:
|
|
1422
|
+
https://docs.expo.dev/eas-update/code-signing/
|
|
1419
1423
|
|
|
1420
1424
|
DESCRIPTION
|
|
1421
1425
|
roll back to the embedded update
|
|
1422
1426
|
```
|
|
1423
1427
|
|
|
1424
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/
|
|
1428
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1425
1429
|
|
|
1426
1430
|
## `eas update:rollback`
|
|
1427
1431
|
|
|
@@ -1434,13 +1438,14 @@ USAGE
|
|
|
1434
1438
|
FLAGS
|
|
1435
1439
|
--private-key-path=<value> File containing the PEM-encoded private key corresponding to the certificate in
|
|
1436
1440
|
expo-updates' configuration. Defaults to a file named "private-key.pem" in the
|
|
1437
|
-
certificate's directory.
|
|
1441
|
+
certificate's directory. Only relevant if you are using code signing:
|
|
1442
|
+
https://docs.expo.dev/eas-update/code-signing/
|
|
1438
1443
|
|
|
1439
1444
|
DESCRIPTION
|
|
1440
1445
|
roll back to an embedded update or an existing update
|
|
1441
1446
|
```
|
|
1442
1447
|
|
|
1443
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/
|
|
1448
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1444
1449
|
|
|
1445
1450
|
## `eas update:view GROUPID`
|
|
1446
1451
|
|
|
@@ -1460,7 +1465,7 @@ DESCRIPTION
|
|
|
1460
1465
|
update group details
|
|
1461
1466
|
```
|
|
1462
1467
|
|
|
1463
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/
|
|
1468
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/update/view.ts)_
|
|
1464
1469
|
|
|
1465
1470
|
## `eas webhook:create`
|
|
1466
1471
|
|
|
@@ -1481,7 +1486,7 @@ DESCRIPTION
|
|
|
1481
1486
|
create a webhook
|
|
1482
1487
|
```
|
|
1483
1488
|
|
|
1484
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/
|
|
1489
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1485
1490
|
|
|
1486
1491
|
## `eas webhook:delete [ID]`
|
|
1487
1492
|
|
|
@@ -1501,7 +1506,7 @@ DESCRIPTION
|
|
|
1501
1506
|
delete a webhook
|
|
1502
1507
|
```
|
|
1503
1508
|
|
|
1504
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/
|
|
1509
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1505
1510
|
|
|
1506
1511
|
## `eas webhook:list`
|
|
1507
1512
|
|
|
@@ -1519,7 +1524,7 @@ DESCRIPTION
|
|
|
1519
1524
|
list webhooks
|
|
1520
1525
|
```
|
|
1521
1526
|
|
|
1522
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/
|
|
1527
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1523
1528
|
|
|
1524
1529
|
## `eas webhook:update`
|
|
1525
1530
|
|
|
@@ -1541,7 +1546,7 @@ DESCRIPTION
|
|
|
1541
1546
|
update a webhook
|
|
1542
1547
|
```
|
|
1543
1548
|
|
|
1544
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/
|
|
1549
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1545
1550
|
|
|
1546
1551
|
## `eas webhook:view ID`
|
|
1547
1552
|
|
|
@@ -1558,7 +1563,7 @@ DESCRIPTION
|
|
|
1558
1563
|
view a webhook
|
|
1559
1564
|
```
|
|
1560
1565
|
|
|
1561
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/
|
|
1566
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v10.0.1/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
1562
1567
|
|
|
1563
1568
|
## `eas whoami`
|
|
1564
1569
|
|
package/build/build/local.js
CHANGED
|
@@ -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.
|
|
9
|
+
const PLUGIN_PACKAGE_VERSION = '1.0.118';
|
|
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();
|
|
@@ -131,7 +131,7 @@ ChannelRollout.flags = {
|
|
|
131
131
|
required: false,
|
|
132
132
|
}),
|
|
133
133
|
'private-key-path': core_1.Flags.string({
|
|
134
|
-
description: `File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named "private-key.pem" in the certificate's directory
|
|
134
|
+
description: `File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named "private-key.pem" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/`,
|
|
135
135
|
required: false,
|
|
136
136
|
}),
|
|
137
137
|
...flags_1.EasNonInteractiveAndJsonFlags,
|
|
@@ -385,7 +385,7 @@ UpdatePublish.flags = {
|
|
|
385
385
|
default: false,
|
|
386
386
|
}),
|
|
387
387
|
'private-key-path': core_1.Flags.string({
|
|
388
|
-
description: `File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named "private-key.pem" in the certificate's directory
|
|
388
|
+
description: `File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named "private-key.pem" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/`,
|
|
389
389
|
required: false,
|
|
390
390
|
}),
|
|
391
391
|
...flags_1.EasNonInteractiveAndJsonFlags,
|
|
@@ -108,7 +108,7 @@ UpdateRepublish.flags = {
|
|
|
108
108
|
required: false,
|
|
109
109
|
}),
|
|
110
110
|
'private-key-path': core_1.Flags.string({
|
|
111
|
-
description: `File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named "private-key.pem" in the certificate's directory
|
|
111
|
+
description: `File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named "private-key.pem" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/`,
|
|
112
112
|
required: false,
|
|
113
113
|
}),
|
|
114
114
|
...flags_1.EasNonInteractiveAndJsonFlags,
|
|
@@ -244,7 +244,7 @@ UpdateRollBackToEmbedded.flags = {
|
|
|
244
244
|
default: false,
|
|
245
245
|
}),
|
|
246
246
|
'private-key-path': core_1.Flags.string({
|
|
247
|
-
description: `File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named "private-key.pem" in the certificate's directory
|
|
247
|
+
description: `File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named "private-key.pem" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/`,
|
|
248
248
|
required: false,
|
|
249
249
|
}),
|
|
250
250
|
...flags_1.EasNonInteractiveAndJsonFlags,
|
|
@@ -32,7 +32,7 @@ class UpdateRollback extends EasCommand_1.default {
|
|
|
32
32
|
UpdateRollback.description = 'roll back to an embedded update or an existing update';
|
|
33
33
|
UpdateRollback.flags = {
|
|
34
34
|
'private-key-path': core_1.Flags.string({
|
|
35
|
-
description: `File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named "private-key.pem" in the certificate's directory
|
|
35
|
+
description: `File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named "private-key.pem" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/`,
|
|
36
36
|
required: false,
|
|
37
37
|
}),
|
|
38
38
|
};
|
|
@@ -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
|
|
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
|
-
?
|
|
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.
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "10.0.1",
|
|
3
3
|
"commands": {
|
|
4
4
|
"analytics": {
|
|
5
5
|
"id": "analytics",
|
|
@@ -1522,7 +1522,7 @@
|
|
|
1522
1522
|
"private-key-path": {
|
|
1523
1523
|
"name": "private-key-path",
|
|
1524
1524
|
"type": "option",
|
|
1525
|
-
"description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory.",
|
|
1525
|
+
"description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/",
|
|
1526
1526
|
"required": false,
|
|
1527
1527
|
"multiple": false
|
|
1528
1528
|
},
|
|
@@ -2322,7 +2322,7 @@
|
|
|
2322
2322
|
"private-key-path": {
|
|
2323
2323
|
"name": "private-key-path",
|
|
2324
2324
|
"type": "option",
|
|
2325
|
-
"description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory.",
|
|
2325
|
+
"description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/",
|
|
2326
2326
|
"required": false,
|
|
2327
2327
|
"multiple": false
|
|
2328
2328
|
},
|
|
@@ -2475,7 +2475,7 @@
|
|
|
2475
2475
|
"private-key-path": {
|
|
2476
2476
|
"name": "private-key-path",
|
|
2477
2477
|
"type": "option",
|
|
2478
|
-
"description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory.",
|
|
2478
|
+
"description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/",
|
|
2479
2479
|
"required": false,
|
|
2480
2480
|
"multiple": false
|
|
2481
2481
|
},
|
|
@@ -2554,7 +2554,7 @@
|
|
|
2554
2554
|
"private-key-path": {
|
|
2555
2555
|
"name": "private-key-path",
|
|
2556
2556
|
"type": "option",
|
|
2557
|
-
"description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory.",
|
|
2557
|
+
"description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/",
|
|
2558
2558
|
"required": false,
|
|
2559
2559
|
"multiple": false
|
|
2560
2560
|
},
|
|
@@ -2594,7 +2594,7 @@
|
|
|
2594
2594
|
"private-key-path": {
|
|
2595
2595
|
"name": "private-key-path",
|
|
2596
2596
|
"type": "option",
|
|
2597
|
-
"description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory.",
|
|
2597
|
+
"description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/",
|
|
2598
2598
|
"required": false,
|
|
2599
2599
|
"multiple": false
|
|
2600
2600
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
3
|
"description": "EAS command line tool",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "10.0.1",
|
|
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.
|
|
17
|
-
"@expo/eas-json": "
|
|
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.
|
|
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.
|
|
31
|
+
"@expo/steps": "1.0.118",
|
|
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": ">=
|
|
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": "
|
|
226
|
+
"gitHead": "84b47924b7bd247776b2425dfc987b13bd8a6a48"
|
|
227
227
|
}
|