eas-cli 5.9.1 → 5.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +67 -65
- package/build/build/graphql.d.ts +3 -3
- package/build/build/graphql.js +10 -14
- package/build/build/local.js +1 -1
- package/build/build/metadata.js +0 -1
- package/build/build/runBuildAndSubmit.js +5 -1
- package/build/project/customBuildConfig.d.ts +6 -1
- package/build/project/customBuildConfig.js +4 -1
- package/oclif.manifest.json +2714 -1
- package/package.json +10 -10
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.9.
|
|
138
|
+
_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v5.9.2/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.9.
|
|
155
|
+
_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v5.9.2/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.9.
|
|
172
|
+
_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v5.9.2/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.9.
|
|
186
|
+
_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/analytics.ts)_
|
|
187
187
|
|
|
188
188
|
## `eas autocomplete [SHELL]`
|
|
189
189
|
|
|
@@ -194,7 +194,7 @@ USAGE
|
|
|
194
194
|
$ eas autocomplete [SHELL] [-r]
|
|
195
195
|
|
|
196
196
|
ARGUMENTS
|
|
197
|
-
SHELL
|
|
197
|
+
SHELL (zsh|bash|powershell) Shell type
|
|
198
198
|
|
|
199
199
|
FLAGS
|
|
200
200
|
-r, --refresh-cache Refresh cache (ignores displaying instructions)
|
|
@@ -209,10 +209,12 @@ EXAMPLES
|
|
|
209
209
|
|
|
210
210
|
$ eas autocomplete zsh
|
|
211
211
|
|
|
212
|
+
$ eas autocomplete powershell
|
|
213
|
+
|
|
212
214
|
$ eas autocomplete --refresh-cache
|
|
213
215
|
```
|
|
214
216
|
|
|
215
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/
|
|
217
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v2.3.10/src/commands/autocomplete/index.ts)_
|
|
216
218
|
|
|
217
219
|
## `eas branch:create [NAME]`
|
|
218
220
|
|
|
@@ -233,7 +235,7 @@ DESCRIPTION
|
|
|
233
235
|
create a branch
|
|
234
236
|
```
|
|
235
237
|
|
|
236
|
-
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
238
|
+
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/branch/create.ts)_
|
|
237
239
|
|
|
238
240
|
## `eas branch:delete [NAME]`
|
|
239
241
|
|
|
@@ -254,7 +256,7 @@ DESCRIPTION
|
|
|
254
256
|
delete a branch
|
|
255
257
|
```
|
|
256
258
|
|
|
257
|
-
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
259
|
+
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/branch/delete.ts)_
|
|
258
260
|
|
|
259
261
|
## `eas branch:list`
|
|
260
262
|
|
|
@@ -274,7 +276,7 @@ DESCRIPTION
|
|
|
274
276
|
list all branches
|
|
275
277
|
```
|
|
276
278
|
|
|
277
|
-
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
279
|
+
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/branch/list.ts)_
|
|
278
280
|
|
|
279
281
|
## `eas branch:rename`
|
|
280
282
|
|
|
@@ -294,7 +296,7 @@ DESCRIPTION
|
|
|
294
296
|
rename a branch
|
|
295
297
|
```
|
|
296
298
|
|
|
297
|
-
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
299
|
+
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/branch/rename.ts)_
|
|
298
300
|
|
|
299
301
|
## `eas branch:view [NAME]`
|
|
300
302
|
|
|
@@ -317,7 +319,7 @@ DESCRIPTION
|
|
|
317
319
|
view a branch
|
|
318
320
|
```
|
|
319
321
|
|
|
320
|
-
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
322
|
+
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/branch/view.ts)_
|
|
321
323
|
|
|
322
324
|
## `eas build`
|
|
323
325
|
|
|
@@ -347,7 +349,7 @@ DESCRIPTION
|
|
|
347
349
|
start a build
|
|
348
350
|
```
|
|
349
351
|
|
|
350
|
-
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
352
|
+
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/build/index.ts)_
|
|
351
353
|
|
|
352
354
|
## `eas build:cancel [BUILD_ID]`
|
|
353
355
|
|
|
@@ -364,7 +366,7 @@ DESCRIPTION
|
|
|
364
366
|
cancel a build
|
|
365
367
|
```
|
|
366
368
|
|
|
367
|
-
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
369
|
+
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/build/cancel.ts)_
|
|
368
370
|
|
|
369
371
|
## `eas build:configure`
|
|
370
372
|
|
|
@@ -381,7 +383,7 @@ DESCRIPTION
|
|
|
381
383
|
configure the project to support EAS Build
|
|
382
384
|
```
|
|
383
385
|
|
|
384
|
-
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
386
|
+
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/build/configure.ts)_
|
|
385
387
|
|
|
386
388
|
## `eas build:inspect`
|
|
387
389
|
|
|
@@ -416,7 +418,7 @@ DESCRIPTION
|
|
|
416
418
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
417
419
|
```
|
|
418
420
|
|
|
419
|
-
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
421
|
+
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/build/inspect.ts)_
|
|
420
422
|
|
|
421
423
|
## `eas build:list`
|
|
422
424
|
|
|
@@ -454,7 +456,7 @@ DESCRIPTION
|
|
|
454
456
|
list all builds for your project
|
|
455
457
|
```
|
|
456
458
|
|
|
457
|
-
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
459
|
+
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/build/list.ts)_
|
|
458
460
|
|
|
459
461
|
## `eas build:resign`
|
|
460
462
|
|
|
@@ -480,7 +482,7 @@ DESCRIPTION
|
|
|
480
482
|
re-sign a build archive
|
|
481
483
|
```
|
|
482
484
|
|
|
483
|
-
_See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
485
|
+
_See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/build/resign.ts)_
|
|
484
486
|
|
|
485
487
|
## `eas build:run`
|
|
486
488
|
|
|
@@ -506,7 +508,7 @@ DESCRIPTION
|
|
|
506
508
|
run simulator/emulator builds from eas-cli
|
|
507
509
|
```
|
|
508
510
|
|
|
509
|
-
_See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
511
|
+
_See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/build/run.ts)_
|
|
510
512
|
|
|
511
513
|
## `eas build:submit`
|
|
512
514
|
|
|
@@ -555,7 +557,7 @@ DESCRIPTION
|
|
|
555
557
|
get the latest version from EAS servers
|
|
556
558
|
```
|
|
557
559
|
|
|
558
|
-
_See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
560
|
+
_See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/build/version/get.ts)_
|
|
559
561
|
|
|
560
562
|
## `eas build:version:set`
|
|
561
563
|
|
|
@@ -574,7 +576,7 @@ DESCRIPTION
|
|
|
574
576
|
update version of an app
|
|
575
577
|
```
|
|
576
578
|
|
|
577
|
-
_See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
579
|
+
_See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/build/version/set.ts)_
|
|
578
580
|
|
|
579
581
|
## `eas build:version:sync`
|
|
580
582
|
|
|
@@ -593,7 +595,7 @@ DESCRIPTION
|
|
|
593
595
|
update a version in native code with a value stored on EAS servers
|
|
594
596
|
```
|
|
595
597
|
|
|
596
|
-
_See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
598
|
+
_See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/build/version/sync.ts)_
|
|
597
599
|
|
|
598
600
|
## `eas build:view [BUILD_ID]`
|
|
599
601
|
|
|
@@ -610,7 +612,7 @@ DESCRIPTION
|
|
|
610
612
|
view a build for your project
|
|
611
613
|
```
|
|
612
614
|
|
|
613
|
-
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
615
|
+
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/build/view.ts)_
|
|
614
616
|
|
|
615
617
|
## `eas channel:create [NAME]`
|
|
616
618
|
|
|
@@ -631,7 +633,7 @@ DESCRIPTION
|
|
|
631
633
|
create a channel
|
|
632
634
|
```
|
|
633
635
|
|
|
634
|
-
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
636
|
+
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/channel/create.ts)_
|
|
635
637
|
|
|
636
638
|
## `eas channel:edit [NAME]`
|
|
637
639
|
|
|
@@ -653,7 +655,7 @@ DESCRIPTION
|
|
|
653
655
|
point a channel at a new branch
|
|
654
656
|
```
|
|
655
657
|
|
|
656
|
-
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
658
|
+
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/channel/edit.ts)_
|
|
657
659
|
|
|
658
660
|
## `eas channel:list`
|
|
659
661
|
|
|
@@ -673,7 +675,7 @@ DESCRIPTION
|
|
|
673
675
|
list all channels
|
|
674
676
|
```
|
|
675
677
|
|
|
676
|
-
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
678
|
+
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/channel/list.ts)_
|
|
677
679
|
|
|
678
680
|
## `eas channel:rollout [CHANNEL]`
|
|
679
681
|
|
|
@@ -705,7 +707,7 @@ DESCRIPTION
|
|
|
705
707
|
Roll a new branch out on a channel incrementally.
|
|
706
708
|
```
|
|
707
709
|
|
|
708
|
-
_See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
710
|
+
_See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/channel/rollout.ts)_
|
|
709
711
|
|
|
710
712
|
## `eas channel:view [NAME]`
|
|
711
713
|
|
|
@@ -728,7 +730,7 @@ DESCRIPTION
|
|
|
728
730
|
view a channel
|
|
729
731
|
```
|
|
730
732
|
|
|
731
|
-
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
733
|
+
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/channel/view.ts)_
|
|
732
734
|
|
|
733
735
|
## `eas config`
|
|
734
736
|
|
|
@@ -749,7 +751,7 @@ DESCRIPTION
|
|
|
749
751
|
display project configuration (app.json + eas.json)
|
|
750
752
|
```
|
|
751
753
|
|
|
752
|
-
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
754
|
+
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/config.ts)_
|
|
753
755
|
|
|
754
756
|
## `eas credentials`
|
|
755
757
|
|
|
@@ -766,7 +768,7 @@ DESCRIPTION
|
|
|
766
768
|
manage credentials
|
|
767
769
|
```
|
|
768
770
|
|
|
769
|
-
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
771
|
+
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/credentials.ts)_
|
|
770
772
|
|
|
771
773
|
## `eas device:create`
|
|
772
774
|
|
|
@@ -780,7 +782,7 @@ DESCRIPTION
|
|
|
780
782
|
register new Apple Devices to use for internal distribution
|
|
781
783
|
```
|
|
782
784
|
|
|
783
|
-
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
785
|
+
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/device/create.ts)_
|
|
784
786
|
|
|
785
787
|
## `eas device:delete`
|
|
786
788
|
|
|
@@ -800,7 +802,7 @@ DESCRIPTION
|
|
|
800
802
|
remove a registered device from your account
|
|
801
803
|
```
|
|
802
804
|
|
|
803
|
-
_See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
805
|
+
_See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/device/delete.ts)_
|
|
804
806
|
|
|
805
807
|
## `eas device:list`
|
|
806
808
|
|
|
@@ -821,7 +823,7 @@ DESCRIPTION
|
|
|
821
823
|
list all registered devices for your account
|
|
822
824
|
```
|
|
823
825
|
|
|
824
|
-
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
826
|
+
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/device/list.ts)_
|
|
825
827
|
|
|
826
828
|
## `eas device:rename`
|
|
827
829
|
|
|
@@ -842,7 +844,7 @@ DESCRIPTION
|
|
|
842
844
|
rename a registered device
|
|
843
845
|
```
|
|
844
846
|
|
|
845
|
-
_See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
847
|
+
_See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/device/rename.ts)_
|
|
846
848
|
|
|
847
849
|
## `eas device:view [UDID]`
|
|
848
850
|
|
|
@@ -856,7 +858,7 @@ DESCRIPTION
|
|
|
856
858
|
view a device for your project
|
|
857
859
|
```
|
|
858
860
|
|
|
859
|
-
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
861
|
+
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/device/view.ts)_
|
|
860
862
|
|
|
861
863
|
## `eas diagnostics`
|
|
862
864
|
|
|
@@ -870,11 +872,11 @@ DESCRIPTION
|
|
|
870
872
|
display environment info
|
|
871
873
|
```
|
|
872
874
|
|
|
873
|
-
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
875
|
+
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/diagnostics.ts)_
|
|
874
876
|
|
|
875
877
|
## `eas help [COMMAND]`
|
|
876
878
|
|
|
877
|
-
|
|
879
|
+
Display help for eas.
|
|
878
880
|
|
|
879
881
|
```
|
|
880
882
|
USAGE
|
|
@@ -887,10 +889,10 @@ FLAGS
|
|
|
887
889
|
-n, --nested-commands Include all nested commands in the output.
|
|
888
890
|
|
|
889
891
|
DESCRIPTION
|
|
890
|
-
|
|
892
|
+
Display help for eas.
|
|
891
893
|
```
|
|
892
894
|
|
|
893
|
-
_See code: [@expo/plugin-help](https://github.com/expo/oclif-plugin-help/blob/v5.1.
|
|
895
|
+
_See code: [@expo/plugin-help](https://github.com/expo/oclif-plugin-help/blob/v5.1.23/src/commands/help.ts)_
|
|
894
896
|
|
|
895
897
|
## `eas init`
|
|
896
898
|
|
|
@@ -958,7 +960,7 @@ DESCRIPTION
|
|
|
958
960
|
validate the local store configuration
|
|
959
961
|
```
|
|
960
962
|
|
|
961
|
-
_See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
963
|
+
_See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/metadata/lint.ts)_
|
|
962
964
|
|
|
963
965
|
## `eas metadata:pull`
|
|
964
966
|
|
|
@@ -975,7 +977,7 @@ DESCRIPTION
|
|
|
975
977
|
generate the local store configuration from the app stores
|
|
976
978
|
```
|
|
977
979
|
|
|
978
|
-
_See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
980
|
+
_See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/metadata/pull.ts)_
|
|
979
981
|
|
|
980
982
|
## `eas metadata:push`
|
|
981
983
|
|
|
@@ -992,7 +994,7 @@ DESCRIPTION
|
|
|
992
994
|
sync the local store configuration to the app stores
|
|
993
995
|
```
|
|
994
996
|
|
|
995
|
-
_See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
997
|
+
_See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/metadata/push.ts)_
|
|
996
998
|
|
|
997
999
|
## `eas open`
|
|
998
1000
|
|
|
@@ -1006,7 +1008,7 @@ DESCRIPTION
|
|
|
1006
1008
|
open the project page in a web browser
|
|
1007
1009
|
```
|
|
1008
1010
|
|
|
1009
|
-
_See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
1011
|
+
_See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/open.ts)_
|
|
1010
1012
|
|
|
1011
1013
|
## `eas project:info`
|
|
1012
1014
|
|
|
@@ -1020,7 +1022,7 @@ DESCRIPTION
|
|
|
1020
1022
|
information about the current project
|
|
1021
1023
|
```
|
|
1022
1024
|
|
|
1023
|
-
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
1025
|
+
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/project/info.ts)_
|
|
1024
1026
|
|
|
1025
1027
|
## `eas project:init`
|
|
1026
1028
|
|
|
@@ -1042,7 +1044,7 @@ ALIASES
|
|
|
1042
1044
|
$ eas init
|
|
1043
1045
|
```
|
|
1044
1046
|
|
|
1045
|
-
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
1047
|
+
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/project/init.ts)_
|
|
1046
1048
|
|
|
1047
1049
|
## `eas secret:create`
|
|
1048
1050
|
|
|
@@ -1065,7 +1067,7 @@ DESCRIPTION
|
|
|
1065
1067
|
create an environment secret on the current project or owner account
|
|
1066
1068
|
```
|
|
1067
1069
|
|
|
1068
|
-
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
1070
|
+
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/secret/create.ts)_
|
|
1069
1071
|
|
|
1070
1072
|
## `eas secret:delete`
|
|
1071
1073
|
|
|
@@ -1083,7 +1085,7 @@ DESCRIPTION
|
|
|
1083
1085
|
delete an environment secret by ID
|
|
1084
1086
|
```
|
|
1085
1087
|
|
|
1086
|
-
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
1088
|
+
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/secret/delete.ts)_
|
|
1087
1089
|
|
|
1088
1090
|
## `eas secret:list`
|
|
1089
1091
|
|
|
@@ -1097,7 +1099,7 @@ DESCRIPTION
|
|
|
1097
1099
|
list environment secrets available for your current app
|
|
1098
1100
|
```
|
|
1099
1101
|
|
|
1100
|
-
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
1102
|
+
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/secret/list.ts)_
|
|
1101
1103
|
|
|
1102
1104
|
## `eas secret:push`
|
|
1103
1105
|
|
|
@@ -1117,7 +1119,7 @@ DESCRIPTION
|
|
|
1117
1119
|
read environment secrets from env file and store on the server
|
|
1118
1120
|
```
|
|
1119
1121
|
|
|
1120
|
-
_See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
1122
|
+
_See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/secret/push.ts)_
|
|
1121
1123
|
|
|
1122
1124
|
## `eas submit`
|
|
1123
1125
|
|
|
@@ -1147,7 +1149,7 @@ ALIASES
|
|
|
1147
1149
|
$ eas build:submit
|
|
1148
1150
|
```
|
|
1149
1151
|
|
|
1150
|
-
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
1152
|
+
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/submit.ts)_
|
|
1151
1153
|
|
|
1152
1154
|
## `eas update`
|
|
1153
1155
|
|
|
@@ -1181,7 +1183,7 @@ DESCRIPTION
|
|
|
1181
1183
|
publish an update group
|
|
1182
1184
|
```
|
|
1183
1185
|
|
|
1184
|
-
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
1186
|
+
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/update/index.ts)_
|
|
1185
1187
|
|
|
1186
1188
|
## `eas update:configure`
|
|
1187
1189
|
|
|
@@ -1199,7 +1201,7 @@ DESCRIPTION
|
|
|
1199
1201
|
configure the project to support EAS Update
|
|
1200
1202
|
```
|
|
1201
1203
|
|
|
1202
|
-
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
1204
|
+
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/update/configure.ts)_
|
|
1203
1205
|
|
|
1204
1206
|
## `eas update:delete GROUPID`
|
|
1205
1207
|
|
|
@@ -1207,7 +1209,7 @@ delete all the updates in an update group
|
|
|
1207
1209
|
|
|
1208
1210
|
```
|
|
1209
1211
|
USAGE
|
|
1210
|
-
$ eas update:delete
|
|
1212
|
+
$ eas update:delete GROUPID [--json --non-interactive]
|
|
1211
1213
|
|
|
1212
1214
|
ARGUMENTS
|
|
1213
1215
|
GROUPID The ID of an update group to delete.
|
|
@@ -1220,7 +1222,7 @@ DESCRIPTION
|
|
|
1220
1222
|
delete all the updates in an update group
|
|
1221
1223
|
```
|
|
1222
1224
|
|
|
1223
|
-
_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
1225
|
+
_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/update/delete.ts)_
|
|
1224
1226
|
|
|
1225
1227
|
## `eas update:list`
|
|
1226
1228
|
|
|
@@ -1242,7 +1244,7 @@ DESCRIPTION
|
|
|
1242
1244
|
view the recent updates
|
|
1243
1245
|
```
|
|
1244
1246
|
|
|
1245
|
-
_See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
1247
|
+
_See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/update/list.ts)_
|
|
1246
1248
|
|
|
1247
1249
|
## `eas update:republish`
|
|
1248
1250
|
|
|
@@ -1269,7 +1271,7 @@ DESCRIPTION
|
|
|
1269
1271
|
roll back to an existing update
|
|
1270
1272
|
```
|
|
1271
1273
|
|
|
1272
|
-
_See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
1274
|
+
_See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/update/republish.ts)_
|
|
1273
1275
|
|
|
1274
1276
|
## `eas update:roll-back-to-embedded`
|
|
1275
1277
|
|
|
@@ -1296,7 +1298,7 @@ DESCRIPTION
|
|
|
1296
1298
|
roll back to the embedded update
|
|
1297
1299
|
```
|
|
1298
1300
|
|
|
1299
|
-
_See code: [src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
1301
|
+
_See code: [src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/update/roll-back-to-embedded.ts)_
|
|
1300
1302
|
|
|
1301
1303
|
## `eas update:rollback`
|
|
1302
1304
|
|
|
@@ -1315,7 +1317,7 @@ DESCRIPTION
|
|
|
1315
1317
|
roll back to an embedded update or an existing update
|
|
1316
1318
|
```
|
|
1317
1319
|
|
|
1318
|
-
_See code: [src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
1320
|
+
_See code: [src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/update/rollback.ts)_
|
|
1319
1321
|
|
|
1320
1322
|
## `eas update:view GROUPID`
|
|
1321
1323
|
|
|
@@ -1323,7 +1325,7 @@ update group details
|
|
|
1323
1325
|
|
|
1324
1326
|
```
|
|
1325
1327
|
USAGE
|
|
1326
|
-
$ eas update:view
|
|
1328
|
+
$ eas update:view GROUPID [--json]
|
|
1327
1329
|
|
|
1328
1330
|
ARGUMENTS
|
|
1329
1331
|
GROUPID The ID of an update group.
|
|
@@ -1335,7 +1337,7 @@ DESCRIPTION
|
|
|
1335
1337
|
update group details
|
|
1336
1338
|
```
|
|
1337
1339
|
|
|
1338
|
-
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
1340
|
+
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/update/view.ts)_
|
|
1339
1341
|
|
|
1340
1342
|
## `eas webhook:create`
|
|
1341
1343
|
|
|
@@ -1356,7 +1358,7 @@ DESCRIPTION
|
|
|
1356
1358
|
create a webhook
|
|
1357
1359
|
```
|
|
1358
1360
|
|
|
1359
|
-
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
1361
|
+
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/webhook/create.ts)_
|
|
1360
1362
|
|
|
1361
1363
|
## `eas webhook:delete [ID]`
|
|
1362
1364
|
|
|
@@ -1376,7 +1378,7 @@ DESCRIPTION
|
|
|
1376
1378
|
delete a webhook
|
|
1377
1379
|
```
|
|
1378
1380
|
|
|
1379
|
-
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
1381
|
+
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/webhook/delete.ts)_
|
|
1380
1382
|
|
|
1381
1383
|
## `eas webhook:list`
|
|
1382
1384
|
|
|
@@ -1394,7 +1396,7 @@ DESCRIPTION
|
|
|
1394
1396
|
list webhooks
|
|
1395
1397
|
```
|
|
1396
1398
|
|
|
1397
|
-
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
1399
|
+
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/webhook/list.ts)_
|
|
1398
1400
|
|
|
1399
1401
|
## `eas webhook:update`
|
|
1400
1402
|
|
|
@@ -1416,7 +1418,7 @@ DESCRIPTION
|
|
|
1416
1418
|
update a webhook
|
|
1417
1419
|
```
|
|
1418
1420
|
|
|
1419
|
-
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
1421
|
+
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/webhook/update.ts)_
|
|
1420
1422
|
|
|
1421
1423
|
## `eas webhook:view ID`
|
|
1422
1424
|
|
|
@@ -1424,7 +1426,7 @@ view a webhook
|
|
|
1424
1426
|
|
|
1425
1427
|
```
|
|
1426
1428
|
USAGE
|
|
1427
|
-
$ eas webhook:view
|
|
1429
|
+
$ eas webhook:view ID
|
|
1428
1430
|
|
|
1429
1431
|
ARGUMENTS
|
|
1430
1432
|
ID ID of the webhook to view
|
|
@@ -1433,7 +1435,7 @@ DESCRIPTION
|
|
|
1433
1435
|
view a webhook
|
|
1434
1436
|
```
|
|
1435
1437
|
|
|
1436
|
-
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v5.9.
|
|
1438
|
+
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v5.9.2/src/commands/webhook/view.ts)_
|
|
1437
1439
|
|
|
1438
1440
|
## `eas whoami`
|
|
1439
1441
|
|
package/build/build/graphql.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ArchiveSource, BuildTrigger, Metadata, Workflow } from '@expo/eas-build-job';
|
|
2
|
-
import { BuildIosEnterpriseProvisioning, BuildMetadataInput,
|
|
1
|
+
import { ArchiveSource, BuildMode, BuildTrigger, Metadata, Workflow } from '@expo/eas-build-job';
|
|
2
|
+
import { BuildIosEnterpriseProvisioning, BuildMetadataInput, BuildWorkflow, BuildMode as GraphQLBuildMode, BuildTrigger as GraphQLBuildTrigger, ProjectArchiveSourceInput } from '../graphql/generated';
|
|
3
3
|
export declare function transformProjectArchive(archiveSource: ArchiveSource): ProjectArchiveSourceInput;
|
|
4
4
|
export declare function transformMetadata(metadata: Metadata): BuildMetadataInput;
|
|
5
5
|
export declare function transformWorkflow(workflow: Workflow): BuildWorkflow;
|
|
6
6
|
export declare function transformIosEnterpriseProvisioning(enterpriseProvisioning: Metadata['iosEnterpriseProvisioning']): BuildIosEnterpriseProvisioning;
|
|
7
|
-
export declare function transformBuildMode(buildMode:
|
|
7
|
+
export declare function transformBuildMode(buildMode: BuildMode): GraphQLBuildMode;
|
|
8
8
|
export declare function transformBuildTrigger(buildTrigger: BuildTrigger): GraphQLBuildTrigger;
|
package/build/build/graphql.js
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.transformBuildTrigger = exports.transformBuildMode = exports.transformIosEnterpriseProvisioning = exports.transformWorkflow = exports.transformMetadata = exports.transformProjectArchive = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
4
5
|
const eas_build_job_1 = require("@expo/eas-build-job");
|
|
6
|
+
const assert_1 = tslib_1.__importDefault(require("assert"));
|
|
5
7
|
const generated_1 = require("../graphql/generated");
|
|
6
8
|
function transformProjectArchive(archiveSource) {
|
|
7
9
|
if (archiveSource.type === eas_build_job_1.ArchiveSourceType.S3) {
|
|
@@ -30,7 +32,6 @@ exports.transformProjectArchive = transformProjectArchive;
|
|
|
30
32
|
function transformMetadata(metadata) {
|
|
31
33
|
return {
|
|
32
34
|
...metadata,
|
|
33
|
-
buildMode: metadata.buildMode && transformBuildMode(metadata.buildMode),
|
|
34
35
|
credentialsSource: metadata.credentialsSource && transformCredentialsSource(metadata.credentialsSource),
|
|
35
36
|
distribution: metadata.distribution && transformDistribution(metadata.distribution),
|
|
36
37
|
workflow: metadata.workflow && transformWorkflow(metadata.workflow),
|
|
@@ -76,20 +77,15 @@ function transformIosEnterpriseProvisioning(enterpriseProvisioning) {
|
|
|
76
77
|
}
|
|
77
78
|
}
|
|
78
79
|
exports.transformIosEnterpriseProvisioning = transformIosEnterpriseProvisioning;
|
|
79
|
-
|
|
80
|
+
const buildModeToGraphQLBuildMode = {
|
|
81
|
+
[eas_build_job_1.BuildMode.BUILD]: generated_1.BuildMode.Build,
|
|
82
|
+
[eas_build_job_1.BuildMode.CUSTOM]: generated_1.BuildMode.Custom,
|
|
83
|
+
[eas_build_job_1.BuildMode.RESIGN]: generated_1.BuildMode.Resign,
|
|
84
|
+
};
|
|
80
85
|
function transformBuildMode(buildMode) {
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
else if (buildMode === 'resign') {
|
|
85
|
-
return generated_1.BuildMode.Resign;
|
|
86
|
-
}
|
|
87
|
-
else if (buildMode === 'custom') {
|
|
88
|
-
return generated_1.BuildMode.Custom;
|
|
89
|
-
}
|
|
90
|
-
else {
|
|
91
|
-
throw new Error(`Unsupported build mode: ${buildMode}`);
|
|
92
|
-
}
|
|
86
|
+
const graphQLBuildMode = buildModeToGraphQLBuildMode[buildMode];
|
|
87
|
+
(0, assert_1.default)(graphQLBuildMode, `Unsupported build mode: ${buildMode}`);
|
|
88
|
+
return graphQLBuildMode;
|
|
93
89
|
}
|
|
94
90
|
exports.transformBuildMode = transformBuildMode;
|
|
95
91
|
function transformBuildTrigger(buildTrigger) {
|
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.55';
|
|
10
10
|
var LocalBuildMode;
|
|
11
11
|
(function (LocalBuildMode) {
|
|
12
12
|
/**
|
package/build/build/metadata.js
CHANGED
|
@@ -46,7 +46,6 @@ async function collectMetadataAsync(ctx) {
|
|
|
46
46
|
}),
|
|
47
47
|
runWithNoWaitFlag: ctx.noWait,
|
|
48
48
|
runFromCI: ctx.runFromCI,
|
|
49
|
-
buildMode: ctx.buildProfile.config ? eas_build_job_1.BuildMode.CUSTOM : eas_build_job_1.BuildMode.BUILD,
|
|
50
49
|
customWorkflowName: (_d = ctx.customBuildConfigMetadata) === null || _d === void 0 ? void 0 : _d.workflowName,
|
|
51
50
|
developmentClient: ctx.developmentClient,
|
|
52
51
|
requiredPackageManager: (_e = ctx.requiredPackageManager) !== null && _e !== void 0 ? _e : undefined,
|
|
@@ -71,7 +71,11 @@ async function runBuildAndSubmitAsync(graphqlClient, analytics, vcsClient, proje
|
|
|
71
71
|
const customBuildConfigMetadataByPlatform = {};
|
|
72
72
|
for (const buildProfile of buildProfiles) {
|
|
73
73
|
(0, remoteVersionSource_1.validateBuildProfileVersionSettings)(buildProfile, easJsonCliConfig);
|
|
74
|
-
const maybeMetadata = await (0, customBuildConfig_1.validateCustomBuildConfigAsync)(
|
|
74
|
+
const maybeMetadata = await (0, customBuildConfig_1.validateCustomBuildConfigAsync)({
|
|
75
|
+
projectDir,
|
|
76
|
+
profile: buildProfile.profile,
|
|
77
|
+
vcsClient,
|
|
78
|
+
});
|
|
75
79
|
if (maybeMetadata) {
|
|
76
80
|
customBuildConfigMetadataByPlatform[(0, AppPlatform_1.toAppPlatform)(buildProfile.platform)] = maybeMetadata;
|
|
77
81
|
}
|