eas-cli 7.1.1 → 7.1.3
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 +62 -59
- package/build/build/metadata.js +3 -3
- package/build/build/types.d.ts +1 -0
- package/build/build/types.js +1 -0
- package/build/commands/build/list.d.ts +1 -0
- package/build/commands/build/list.js +12 -0
- package/build/commands/build/run.js +3 -3
- package/build/credentials/ios/actions/CreateAscApiKey.js +1 -5
- package/build/graphql/generated.d.ts +38 -0
- package/build/graphql/generated.js +3 -0
- package/build/graphql/types/Build.js +1 -0
- package/build/run/utils.js +1 -1
- package/build/submit/ios/IosSubmitCommand.js +3 -0
- package/oclif.manifest.json +7 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -136,7 +136,7 @@ ALIASES
|
|
|
136
136
|
$ eas login
|
|
137
137
|
```
|
|
138
138
|
|
|
139
|
-
_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
139
|
+
_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/account/login.ts)_
|
|
140
140
|
|
|
141
141
|
## `eas account:logout`
|
|
142
142
|
|
|
@@ -153,7 +153,7 @@ ALIASES
|
|
|
153
153
|
$ eas logout
|
|
154
154
|
```
|
|
155
155
|
|
|
156
|
-
_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
156
|
+
_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/account/logout.ts)_
|
|
157
157
|
|
|
158
158
|
## `eas account:view`
|
|
159
159
|
|
|
@@ -170,7 +170,7 @@ ALIASES
|
|
|
170
170
|
$ eas whoami
|
|
171
171
|
```
|
|
172
172
|
|
|
173
|
-
_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
173
|
+
_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/account/view.ts)_
|
|
174
174
|
|
|
175
175
|
## `eas analytics [STATUS]`
|
|
176
176
|
|
|
@@ -184,7 +184,7 @@ DESCRIPTION
|
|
|
184
184
|
display or change analytics settings
|
|
185
185
|
```
|
|
186
186
|
|
|
187
|
-
_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
187
|
+
_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/analytics.ts)_
|
|
188
188
|
|
|
189
189
|
## `eas autocomplete [SHELL]`
|
|
190
190
|
|
|
@@ -236,7 +236,7 @@ DESCRIPTION
|
|
|
236
236
|
create a branch
|
|
237
237
|
```
|
|
238
238
|
|
|
239
|
-
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
239
|
+
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/branch/create.ts)_
|
|
240
240
|
|
|
241
241
|
## `eas branch:delete [NAME]`
|
|
242
242
|
|
|
@@ -257,7 +257,7 @@ DESCRIPTION
|
|
|
257
257
|
delete a branch
|
|
258
258
|
```
|
|
259
259
|
|
|
260
|
-
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
260
|
+
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/branch/delete.ts)_
|
|
261
261
|
|
|
262
262
|
## `eas branch:list`
|
|
263
263
|
|
|
@@ -277,7 +277,7 @@ DESCRIPTION
|
|
|
277
277
|
list all branches
|
|
278
278
|
```
|
|
279
279
|
|
|
280
|
-
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
280
|
+
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/branch/list.ts)_
|
|
281
281
|
|
|
282
282
|
## `eas branch:rename`
|
|
283
283
|
|
|
@@ -297,7 +297,7 @@ DESCRIPTION
|
|
|
297
297
|
rename a branch
|
|
298
298
|
```
|
|
299
299
|
|
|
300
|
-
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
300
|
+
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/branch/rename.ts)_
|
|
301
301
|
|
|
302
302
|
## `eas branch:view [NAME]`
|
|
303
303
|
|
|
@@ -320,7 +320,7 @@ DESCRIPTION
|
|
|
320
320
|
view a branch
|
|
321
321
|
```
|
|
322
322
|
|
|
323
|
-
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
323
|
+
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/branch/view.ts)_
|
|
324
324
|
|
|
325
325
|
## `eas build`
|
|
326
326
|
|
|
@@ -350,7 +350,7 @@ DESCRIPTION
|
|
|
350
350
|
start a build
|
|
351
351
|
```
|
|
352
352
|
|
|
353
|
-
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
353
|
+
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/build/index.ts)_
|
|
354
354
|
|
|
355
355
|
## `eas build:cancel [BUILD_ID]`
|
|
356
356
|
|
|
@@ -369,7 +369,7 @@ DESCRIPTION
|
|
|
369
369
|
cancel a build
|
|
370
370
|
```
|
|
371
371
|
|
|
372
|
-
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
372
|
+
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/build/cancel.ts)_
|
|
373
373
|
|
|
374
374
|
## `eas build:configure`
|
|
375
375
|
|
|
@@ -386,7 +386,7 @@ DESCRIPTION
|
|
|
386
386
|
configure the project to support EAS Build
|
|
387
387
|
```
|
|
388
388
|
|
|
389
|
-
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
389
|
+
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/build/configure.ts)_
|
|
390
390
|
|
|
391
391
|
## `eas build:delete [BUILD_ID]`
|
|
392
392
|
|
|
@@ -405,7 +405,7 @@ DESCRIPTION
|
|
|
405
405
|
delete a build
|
|
406
406
|
```
|
|
407
407
|
|
|
408
|
-
_See code: [src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
408
|
+
_See code: [src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/build/delete.ts)_
|
|
409
409
|
|
|
410
410
|
## `eas build:inspect`
|
|
411
411
|
|
|
@@ -440,7 +440,7 @@ DESCRIPTION
|
|
|
440
440
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
441
441
|
```
|
|
442
442
|
|
|
443
|
-
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
443
|
+
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/build/inspect.ts)_
|
|
444
444
|
|
|
445
445
|
## `eas build:list`
|
|
446
446
|
|
|
@@ -452,7 +452,7 @@ USAGE
|
|
|
452
452
|
new|in-queue|in-progress|pending-cancel|errored|finished|canceled] [--distribution store|internal|simulator]
|
|
453
453
|
[--channel <value>] [--appVersion <value>] [--appBuildVersion <value>] [--sdkVersion <value>] [--runtimeVersion
|
|
454
454
|
<value>] [--appIdentifier <value>] [--buildProfile <value>] [--gitCommitHash <value>] [--offset <value>] [--limit
|
|
455
|
-
<value>] [--json --non-interactive]
|
|
455
|
+
<value>] [--json --non-interactive] [--simulator]
|
|
456
456
|
|
|
457
457
|
FLAGS
|
|
458
458
|
--appBuildVersion=<value>
|
|
@@ -472,13 +472,16 @@ FLAGS
|
|
|
472
472
|
--platform=(all|android|ios)
|
|
473
473
|
--runtimeVersion=<value>
|
|
474
474
|
--sdkVersion=<value>
|
|
475
|
+
--simulator Filter only iOS simulator builds. Can
|
|
476
|
+
only be used with --platform flag set to
|
|
477
|
+
"ios"
|
|
475
478
|
--status=(new|in-queue|in-progress|pending-cancel|errored|finished|canceled)
|
|
476
479
|
|
|
477
480
|
DESCRIPTION
|
|
478
481
|
list all builds for your project
|
|
479
482
|
```
|
|
480
483
|
|
|
481
|
-
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
484
|
+
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/build/list.ts)_
|
|
482
485
|
|
|
483
486
|
## `eas build:resign`
|
|
484
487
|
|
|
@@ -504,7 +507,7 @@ DESCRIPTION
|
|
|
504
507
|
re-sign a build archive
|
|
505
508
|
```
|
|
506
509
|
|
|
507
|
-
_See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
510
|
+
_See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/build/resign.ts)_
|
|
508
511
|
|
|
509
512
|
## `eas build:run`
|
|
510
513
|
|
|
@@ -530,7 +533,7 @@ DESCRIPTION
|
|
|
530
533
|
run simulator/emulator builds from eas-cli
|
|
531
534
|
```
|
|
532
535
|
|
|
533
|
-
_See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
536
|
+
_See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/build/run.ts)_
|
|
534
537
|
|
|
535
538
|
## `eas build:submit`
|
|
536
539
|
|
|
@@ -579,7 +582,7 @@ DESCRIPTION
|
|
|
579
582
|
get the latest version from EAS servers
|
|
580
583
|
```
|
|
581
584
|
|
|
582
|
-
_See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
585
|
+
_See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/build/version/get.ts)_
|
|
583
586
|
|
|
584
587
|
## `eas build:version:set`
|
|
585
588
|
|
|
@@ -598,7 +601,7 @@ DESCRIPTION
|
|
|
598
601
|
update version of an app
|
|
599
602
|
```
|
|
600
603
|
|
|
601
|
-
_See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
604
|
+
_See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/build/version/set.ts)_
|
|
602
605
|
|
|
603
606
|
## `eas build:version:sync`
|
|
604
607
|
|
|
@@ -617,7 +620,7 @@ DESCRIPTION
|
|
|
617
620
|
update a version in native code with a value stored on EAS servers
|
|
618
621
|
```
|
|
619
622
|
|
|
620
|
-
_See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
623
|
+
_See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/build/version/sync.ts)_
|
|
621
624
|
|
|
622
625
|
## `eas build:view [BUILD_ID]`
|
|
623
626
|
|
|
@@ -634,7 +637,7 @@ DESCRIPTION
|
|
|
634
637
|
view a build for your project
|
|
635
638
|
```
|
|
636
639
|
|
|
637
|
-
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
640
|
+
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/build/view.ts)_
|
|
638
641
|
|
|
639
642
|
## `eas channel:create [NAME]`
|
|
640
643
|
|
|
@@ -655,7 +658,7 @@ DESCRIPTION
|
|
|
655
658
|
create a channel
|
|
656
659
|
```
|
|
657
660
|
|
|
658
|
-
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
661
|
+
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/channel/create.ts)_
|
|
659
662
|
|
|
660
663
|
## `eas channel:edit [NAME]`
|
|
661
664
|
|
|
@@ -677,7 +680,7 @@ DESCRIPTION
|
|
|
677
680
|
point a channel at a new branch
|
|
678
681
|
```
|
|
679
682
|
|
|
680
|
-
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
683
|
+
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/channel/edit.ts)_
|
|
681
684
|
|
|
682
685
|
## `eas channel:list`
|
|
683
686
|
|
|
@@ -697,7 +700,7 @@ DESCRIPTION
|
|
|
697
700
|
list all channels
|
|
698
701
|
```
|
|
699
702
|
|
|
700
|
-
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
703
|
+
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/channel/list.ts)_
|
|
701
704
|
|
|
702
705
|
## `eas channel:rollout [CHANNEL]`
|
|
703
706
|
|
|
@@ -729,7 +732,7 @@ DESCRIPTION
|
|
|
729
732
|
Roll a new branch out on a channel incrementally.
|
|
730
733
|
```
|
|
731
734
|
|
|
732
|
-
_See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
735
|
+
_See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/channel/rollout.ts)_
|
|
733
736
|
|
|
734
737
|
## `eas channel:view [NAME]`
|
|
735
738
|
|
|
@@ -752,7 +755,7 @@ DESCRIPTION
|
|
|
752
755
|
view a channel
|
|
753
756
|
```
|
|
754
757
|
|
|
755
|
-
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
758
|
+
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/channel/view.ts)_
|
|
756
759
|
|
|
757
760
|
## `eas config`
|
|
758
761
|
|
|
@@ -773,7 +776,7 @@ DESCRIPTION
|
|
|
773
776
|
display project configuration (app.json + eas.json)
|
|
774
777
|
```
|
|
775
778
|
|
|
776
|
-
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
779
|
+
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/config.ts)_
|
|
777
780
|
|
|
778
781
|
## `eas credentials`
|
|
779
782
|
|
|
@@ -790,7 +793,7 @@ DESCRIPTION
|
|
|
790
793
|
manage credentials
|
|
791
794
|
```
|
|
792
795
|
|
|
793
|
-
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
796
|
+
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/credentials.ts)_
|
|
794
797
|
|
|
795
798
|
## `eas device:create`
|
|
796
799
|
|
|
@@ -804,7 +807,7 @@ DESCRIPTION
|
|
|
804
807
|
register new Apple Devices to use for internal distribution
|
|
805
808
|
```
|
|
806
809
|
|
|
807
|
-
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
810
|
+
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/device/create.ts)_
|
|
808
811
|
|
|
809
812
|
## `eas device:delete`
|
|
810
813
|
|
|
@@ -824,7 +827,7 @@ DESCRIPTION
|
|
|
824
827
|
remove a registered device from your account
|
|
825
828
|
```
|
|
826
829
|
|
|
827
|
-
_See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
830
|
+
_See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/device/delete.ts)_
|
|
828
831
|
|
|
829
832
|
## `eas device:list`
|
|
830
833
|
|
|
@@ -845,7 +848,7 @@ DESCRIPTION
|
|
|
845
848
|
list all registered devices for your account
|
|
846
849
|
```
|
|
847
850
|
|
|
848
|
-
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
851
|
+
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/device/list.ts)_
|
|
849
852
|
|
|
850
853
|
## `eas device:rename`
|
|
851
854
|
|
|
@@ -866,7 +869,7 @@ DESCRIPTION
|
|
|
866
869
|
rename a registered device
|
|
867
870
|
```
|
|
868
871
|
|
|
869
|
-
_See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
872
|
+
_See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/device/rename.ts)_
|
|
870
873
|
|
|
871
874
|
## `eas device:view [UDID]`
|
|
872
875
|
|
|
@@ -880,7 +883,7 @@ DESCRIPTION
|
|
|
880
883
|
view a device for your project
|
|
881
884
|
```
|
|
882
885
|
|
|
883
|
-
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
886
|
+
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/device/view.ts)_
|
|
884
887
|
|
|
885
888
|
## `eas diagnostics`
|
|
886
889
|
|
|
@@ -894,7 +897,7 @@ DESCRIPTION
|
|
|
894
897
|
display environment info
|
|
895
898
|
```
|
|
896
899
|
|
|
897
|
-
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
900
|
+
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/diagnostics.ts)_
|
|
898
901
|
|
|
899
902
|
## `eas help [COMMAND]`
|
|
900
903
|
|
|
@@ -982,7 +985,7 @@ DESCRIPTION
|
|
|
982
985
|
validate the local store configuration
|
|
983
986
|
```
|
|
984
987
|
|
|
985
|
-
_See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
988
|
+
_See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/metadata/lint.ts)_
|
|
986
989
|
|
|
987
990
|
## `eas metadata:pull`
|
|
988
991
|
|
|
@@ -999,7 +1002,7 @@ DESCRIPTION
|
|
|
999
1002
|
generate the local store configuration from the app stores
|
|
1000
1003
|
```
|
|
1001
1004
|
|
|
1002
|
-
_See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
1005
|
+
_See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/metadata/pull.ts)_
|
|
1003
1006
|
|
|
1004
1007
|
## `eas metadata:push`
|
|
1005
1008
|
|
|
@@ -1016,7 +1019,7 @@ DESCRIPTION
|
|
|
1016
1019
|
sync the local store configuration to the app stores
|
|
1017
1020
|
```
|
|
1018
1021
|
|
|
1019
|
-
_See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
1022
|
+
_See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/metadata/push.ts)_
|
|
1020
1023
|
|
|
1021
1024
|
## `eas open`
|
|
1022
1025
|
|
|
@@ -1030,7 +1033,7 @@ DESCRIPTION
|
|
|
1030
1033
|
open the project page in a web browser
|
|
1031
1034
|
```
|
|
1032
1035
|
|
|
1033
|
-
_See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
1036
|
+
_See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/open.ts)_
|
|
1034
1037
|
|
|
1035
1038
|
## `eas project:info`
|
|
1036
1039
|
|
|
@@ -1044,7 +1047,7 @@ DESCRIPTION
|
|
|
1044
1047
|
information about the current project
|
|
1045
1048
|
```
|
|
1046
1049
|
|
|
1047
|
-
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
1050
|
+
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/project/info.ts)_
|
|
1048
1051
|
|
|
1049
1052
|
## `eas project:init`
|
|
1050
1053
|
|
|
@@ -1066,7 +1069,7 @@ ALIASES
|
|
|
1066
1069
|
$ eas init
|
|
1067
1070
|
```
|
|
1068
1071
|
|
|
1069
|
-
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
1072
|
+
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/project/init.ts)_
|
|
1070
1073
|
|
|
1071
1074
|
## `eas secret:create`
|
|
1072
1075
|
|
|
@@ -1089,7 +1092,7 @@ DESCRIPTION
|
|
|
1089
1092
|
create an environment secret on the current project or owner account
|
|
1090
1093
|
```
|
|
1091
1094
|
|
|
1092
|
-
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
1095
|
+
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/secret/create.ts)_
|
|
1093
1096
|
|
|
1094
1097
|
## `eas secret:delete`
|
|
1095
1098
|
|
|
@@ -1107,7 +1110,7 @@ DESCRIPTION
|
|
|
1107
1110
|
delete an environment secret by ID
|
|
1108
1111
|
```
|
|
1109
1112
|
|
|
1110
|
-
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
1113
|
+
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/secret/delete.ts)_
|
|
1111
1114
|
|
|
1112
1115
|
## `eas secret:list`
|
|
1113
1116
|
|
|
@@ -1121,7 +1124,7 @@ DESCRIPTION
|
|
|
1121
1124
|
list environment secrets available for your current app
|
|
1122
1125
|
```
|
|
1123
1126
|
|
|
1124
|
-
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
1127
|
+
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/secret/list.ts)_
|
|
1125
1128
|
|
|
1126
1129
|
## `eas secret:push`
|
|
1127
1130
|
|
|
@@ -1141,7 +1144,7 @@ DESCRIPTION
|
|
|
1141
1144
|
read environment secrets from env file and store on the server
|
|
1142
1145
|
```
|
|
1143
1146
|
|
|
1144
|
-
_See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
1147
|
+
_See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/secret/push.ts)_
|
|
1145
1148
|
|
|
1146
1149
|
## `eas submit`
|
|
1147
1150
|
|
|
@@ -1171,7 +1174,7 @@ ALIASES
|
|
|
1171
1174
|
$ eas build:submit
|
|
1172
1175
|
```
|
|
1173
1176
|
|
|
1174
|
-
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
1177
|
+
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/submit.ts)_
|
|
1175
1178
|
|
|
1176
1179
|
## `eas update`
|
|
1177
1180
|
|
|
@@ -1205,7 +1208,7 @@ DESCRIPTION
|
|
|
1205
1208
|
publish an update group
|
|
1206
1209
|
```
|
|
1207
1210
|
|
|
1208
|
-
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
1211
|
+
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/update/index.ts)_
|
|
1209
1212
|
|
|
1210
1213
|
## `eas update:configure`
|
|
1211
1214
|
|
|
@@ -1223,7 +1226,7 @@ DESCRIPTION
|
|
|
1223
1226
|
configure the project to support EAS Update
|
|
1224
1227
|
```
|
|
1225
1228
|
|
|
1226
|
-
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
1229
|
+
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/update/configure.ts)_
|
|
1227
1230
|
|
|
1228
1231
|
## `eas update:delete GROUPID`
|
|
1229
1232
|
|
|
@@ -1244,7 +1247,7 @@ DESCRIPTION
|
|
|
1244
1247
|
delete all the updates in an update group
|
|
1245
1248
|
```
|
|
1246
1249
|
|
|
1247
|
-
_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
1250
|
+
_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/update/delete.ts)_
|
|
1248
1251
|
|
|
1249
1252
|
## `eas update:list`
|
|
1250
1253
|
|
|
@@ -1266,7 +1269,7 @@ DESCRIPTION
|
|
|
1266
1269
|
view the recent updates
|
|
1267
1270
|
```
|
|
1268
1271
|
|
|
1269
|
-
_See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
1272
|
+
_See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/update/list.ts)_
|
|
1270
1273
|
|
|
1271
1274
|
## `eas update:republish`
|
|
1272
1275
|
|
|
@@ -1293,7 +1296,7 @@ DESCRIPTION
|
|
|
1293
1296
|
roll back to an existing update
|
|
1294
1297
|
```
|
|
1295
1298
|
|
|
1296
|
-
_See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
1299
|
+
_See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/update/republish.ts)_
|
|
1297
1300
|
|
|
1298
1301
|
## `eas update:roll-back-to-embedded`
|
|
1299
1302
|
|
|
@@ -1320,7 +1323,7 @@ DESCRIPTION
|
|
|
1320
1323
|
roll back to the embedded update
|
|
1321
1324
|
```
|
|
1322
1325
|
|
|
1323
|
-
_See code: [src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
1326
|
+
_See code: [src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/update/roll-back-to-embedded.ts)_
|
|
1324
1327
|
|
|
1325
1328
|
## `eas update:rollback`
|
|
1326
1329
|
|
|
@@ -1339,7 +1342,7 @@ DESCRIPTION
|
|
|
1339
1342
|
roll back to an embedded update or an existing update
|
|
1340
1343
|
```
|
|
1341
1344
|
|
|
1342
|
-
_See code: [src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
1345
|
+
_See code: [src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/update/rollback.ts)_
|
|
1343
1346
|
|
|
1344
1347
|
## `eas update:view GROUPID`
|
|
1345
1348
|
|
|
@@ -1359,7 +1362,7 @@ DESCRIPTION
|
|
|
1359
1362
|
update group details
|
|
1360
1363
|
```
|
|
1361
1364
|
|
|
1362
|
-
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
1365
|
+
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/update/view.ts)_
|
|
1363
1366
|
|
|
1364
1367
|
## `eas webhook:create`
|
|
1365
1368
|
|
|
@@ -1380,7 +1383,7 @@ DESCRIPTION
|
|
|
1380
1383
|
create a webhook
|
|
1381
1384
|
```
|
|
1382
1385
|
|
|
1383
|
-
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
1386
|
+
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/webhook/create.ts)_
|
|
1384
1387
|
|
|
1385
1388
|
## `eas webhook:delete [ID]`
|
|
1386
1389
|
|
|
@@ -1400,7 +1403,7 @@ DESCRIPTION
|
|
|
1400
1403
|
delete a webhook
|
|
1401
1404
|
```
|
|
1402
1405
|
|
|
1403
|
-
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
1406
|
+
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/webhook/delete.ts)_
|
|
1404
1407
|
|
|
1405
1408
|
## `eas webhook:list`
|
|
1406
1409
|
|
|
@@ -1418,7 +1421,7 @@ DESCRIPTION
|
|
|
1418
1421
|
list webhooks
|
|
1419
1422
|
```
|
|
1420
1423
|
|
|
1421
|
-
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
1424
|
+
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/webhook/list.ts)_
|
|
1422
1425
|
|
|
1423
1426
|
## `eas webhook:update`
|
|
1424
1427
|
|
|
@@ -1440,7 +1443,7 @@ DESCRIPTION
|
|
|
1440
1443
|
update a webhook
|
|
1441
1444
|
```
|
|
1442
1445
|
|
|
1443
|
-
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
1446
|
+
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/webhook/update.ts)_
|
|
1444
1447
|
|
|
1445
1448
|
## `eas webhook:view ID`
|
|
1446
1449
|
|
|
@@ -1457,7 +1460,7 @@ DESCRIPTION
|
|
|
1457
1460
|
view a webhook
|
|
1458
1461
|
```
|
|
1459
1462
|
|
|
1460
|
-
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v7.1.
|
|
1463
|
+
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v7.1.3/src/commands/webhook/view.ts)_
|
|
1461
1464
|
|
|
1462
1465
|
## `eas whoami`
|
|
1463
1466
|
|
package/build/build/metadata.js
CHANGED
|
@@ -9,6 +9,7 @@ const resolve_from_1 = tslib_1.__importDefault(require("resolve-from"));
|
|
|
9
9
|
const version_1 = require("./android/version");
|
|
10
10
|
const version_2 = require("./ios/version");
|
|
11
11
|
const local_1 = require("./local");
|
|
12
|
+
const types_1 = require("./types");
|
|
12
13
|
const log_1 = tslib_1.__importDefault(require("../log"));
|
|
13
14
|
const projectUtils_1 = require("../project/projectUtils");
|
|
14
15
|
const UpdatesModule_1 = require("../update/android/UpdatesModule");
|
|
@@ -17,9 +18,7 @@ const easCli_1 = require("../utils/easCli");
|
|
|
17
18
|
async function collectMetadataAsync(ctx) {
|
|
18
19
|
var _a, _b, _c, _d, _e;
|
|
19
20
|
const channelOrReleaseChannel = await resolveChannelOrReleaseChannelAsync(ctx);
|
|
20
|
-
const distribution = (_a =
|
|
21
|
-
? 'simulator'
|
|
22
|
-
: ctx.buildProfile.distribution)) !== null && _a !== void 0 ? _a : 'store';
|
|
21
|
+
const distribution = (_a = ctx.buildProfile.distribution) !== null && _a !== void 0 ? _a : types_1.BuildDistributionType.STORE;
|
|
23
22
|
const metadata = {
|
|
24
23
|
trackingContext: ctx.analyticsEventProperties,
|
|
25
24
|
...(await maybeResolveVersionsAsync(ctx)),
|
|
@@ -51,6 +50,7 @@ async function collectMetadataAsync(ctx) {
|
|
|
51
50
|
requiredPackageManager: (_e = ctx.requiredPackageManager) !== null && _e !== void 0 ? _e : undefined,
|
|
52
51
|
selectedImage: ctx.buildProfile.image,
|
|
53
52
|
customNodeVersion: ctx.buildProfile.node,
|
|
53
|
+
simulator: 'simulator' in ctx.buildProfile && ctx.buildProfile.simulator,
|
|
54
54
|
};
|
|
55
55
|
return (0, eas_build_job_1.sanitizeMetadata)(metadata);
|
|
56
56
|
}
|
package/build/build/types.d.ts
CHANGED
package/build/build/types.js
CHANGED
|
@@ -15,5 +15,6 @@ var BuildDistributionType;
|
|
|
15
15
|
(function (BuildDistributionType) {
|
|
16
16
|
BuildDistributionType["STORE"] = "store";
|
|
17
17
|
BuildDistributionType["INTERNAL"] = "internal";
|
|
18
|
+
/** @deprecated Use simulator flag instead */
|
|
18
19
|
BuildDistributionType["SIMULATOR"] = "simulator";
|
|
19
20
|
})(BuildDistributionType || (exports.BuildDistributionType = BuildDistributionType = {}));
|
|
@@ -4,6 +4,7 @@ import { RequestedPlatform } from '../../platform';
|
|
|
4
4
|
export default class BuildList extends EasCommand {
|
|
5
5
|
static description: string;
|
|
6
6
|
static flags: {
|
|
7
|
+
simulator: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
7
8
|
json: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
8
9
|
'non-interactive': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
9
10
|
limit: import("@oclif/core/lib/interfaces").OptionFlag<number | undefined>;
|
|
@@ -9,6 +9,7 @@ const EasCommand_1 = tslib_1.__importDefault(require("../../commandUtils/EasComm
|
|
|
9
9
|
const flags_1 = require("../../commandUtils/flags");
|
|
10
10
|
const pagination_1 = require("../../commandUtils/pagination");
|
|
11
11
|
const generated_1 = require("../../graphql/generated");
|
|
12
|
+
const log_1 = tslib_1.__importDefault(require("../../log"));
|
|
12
13
|
const platform_1 = require("../../platform");
|
|
13
14
|
const projectUtils_1 = require("../../project/projectUtils");
|
|
14
15
|
const buildDistribution_1 = require("../../utils/buildDistribution");
|
|
@@ -18,6 +19,13 @@ class BuildList extends EasCommand_1.default {
|
|
|
18
19
|
const { flags } = await this.parse(_a);
|
|
19
20
|
const paginatedQueryOptions = (0, pagination_1.getPaginatedQueryOptions)(flags);
|
|
20
21
|
const { json: jsonFlag, platform: requestedPlatform, status: buildStatus, distribution: buildDistribution, 'non-interactive': nonInteractive, } = flags;
|
|
22
|
+
if (buildDistribution === types_1.BuildDistributionType.SIMULATOR) {
|
|
23
|
+
log_1.default.warn(`Using --distribution flag with "simulator" value is deprecated - use --simulator flag instead`);
|
|
24
|
+
}
|
|
25
|
+
if (flags.simulator && requestedPlatform !== platform_1.RequestedPlatform.Ios) {
|
|
26
|
+
log_1.default.error(`The --simulator flag is only usable with --platform flag set to "ios", as it is used to filter specifically iOS simulator builds`);
|
|
27
|
+
process.exit(1);
|
|
28
|
+
}
|
|
21
29
|
const { privateProjectConfig: { projectId }, loggedIn: { graphqlClient }, } = await this.getContextAsync(_a, {
|
|
22
30
|
nonInteractive,
|
|
23
31
|
});
|
|
@@ -43,6 +51,7 @@ class BuildList extends EasCommand_1.default {
|
|
|
43
51
|
appIdentifier: flags.appIdentifier,
|
|
44
52
|
buildProfile: flags.buildProfile,
|
|
45
53
|
gitCommitHash: flags.gitCommitHash,
|
|
54
|
+
simulator: flags.simulator,
|
|
46
55
|
},
|
|
47
56
|
paginatedQueryOptions,
|
|
48
57
|
});
|
|
@@ -83,6 +92,9 @@ BuildList.flags = {
|
|
|
83
92
|
...pagination_1.EasPaginatedQueryFlags,
|
|
84
93
|
limit: (0, pagination_1.getLimitFlagWithCustomValues)({ defaultTo: 10, limit: queries_1.BUILDS_LIMIT }),
|
|
85
94
|
...flags_1.EasNonInteractiveAndJsonFlags,
|
|
95
|
+
simulator: core_1.Flags.boolean({
|
|
96
|
+
description: 'Filter only iOS simulator builds. Can only be used with --platform flag set to "ios"',
|
|
97
|
+
}),
|
|
86
98
|
};
|
|
87
99
|
BuildList.contextDefinition = {
|
|
88
100
|
..._a.ContextOptions.ProjectConfig,
|
|
@@ -130,7 +130,7 @@ function validateChosenBuild(maybeBuild, selectedPlatform) {
|
|
|
130
130
|
return maybeBuild;
|
|
131
131
|
}
|
|
132
132
|
async function maybeGetBuildAsync(graphqlClient, flags, projectId, paginatedQueryOptions) {
|
|
133
|
-
const
|
|
133
|
+
const simulator = flags.selectedPlatform === generated_1.AppPlatform.Ios ? true : undefined;
|
|
134
134
|
if (flags.runArchiveFlags.id) {
|
|
135
135
|
const build = await BuildQuery_1.BuildQuery.byIdAsync(graphqlClient, flags.runArchiveFlags.id);
|
|
136
136
|
return validateChosenBuild(build, flags.selectedPlatform);
|
|
@@ -144,9 +144,9 @@ async function maybeGetBuildAsync(graphqlClient, flags, projectId, paginatedQuer
|
|
|
144
144
|
title: `Select ${platform_1.appPlatformDisplayNames[flags.selectedPlatform]} ${flags.selectedPlatform === generated_1.AppPlatform.Ios ? 'simulator' : 'emulator'} build to run for ${await (0, projectUtils_1.getDisplayNameForProjectIdAsync)(graphqlClient, projectId)} app`,
|
|
145
145
|
filter: {
|
|
146
146
|
platform: flags.selectedPlatform,
|
|
147
|
-
distribution: distributionType,
|
|
148
147
|
status: generated_1.BuildStatus.Finished,
|
|
149
148
|
buildProfile: flags.profile,
|
|
149
|
+
simulator,
|
|
150
150
|
},
|
|
151
151
|
paginatedQueryOptions,
|
|
152
152
|
selectPromptDisabledFunction: build => !(0, utils_1.isRunnableOnSimulatorOrEmulator)(build),
|
|
@@ -159,9 +159,9 @@ async function maybeGetBuildAsync(graphqlClient, flags, projectId, paginatedQuer
|
|
|
159
159
|
projectId,
|
|
160
160
|
filter: {
|
|
161
161
|
platform: flags.selectedPlatform,
|
|
162
|
-
distribution: distributionType,
|
|
163
162
|
status: generated_1.BuildStatus.Finished,
|
|
164
163
|
buildProfile: flags.profile,
|
|
164
|
+
simulator,
|
|
165
165
|
},
|
|
166
166
|
});
|
|
167
167
|
return validateChosenBuild(latestBuild, flags.selectedPlatform);
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateAscApiKey = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
4
|
const AscApiKeyUtils_1 = require("./AscApiKeyUtils");
|
|
6
|
-
const log_1 = tslib_1.__importDefault(require("../../../log"));
|
|
7
5
|
class CreateAscApiKey {
|
|
8
6
|
constructor(account) {
|
|
9
7
|
this.account = account;
|
|
@@ -13,9 +11,7 @@ class CreateAscApiKey {
|
|
|
13
11
|
throw new Error(`A new App Store Connect API Key cannot be created in non-interactive mode.`);
|
|
14
12
|
}
|
|
15
13
|
const ascApiKey = await (0, AscApiKeyUtils_1.provideOrGenerateAscApiKeyAsync)(ctx, purpose);
|
|
16
|
-
|
|
17
|
-
log_1.default.succeed('Created App Store Connect API Key');
|
|
18
|
-
return result;
|
|
14
|
+
return await ctx.ios.createAscApiKeyAsync(ctx.graphqlClient, this.account, ascApiKey);
|
|
19
15
|
}
|
|
20
16
|
}
|
|
21
17
|
exports.CreateAscApiKey = CreateAscApiKey;
|
|
@@ -670,6 +670,7 @@ export type AndroidAppCredentials = {
|
|
|
670
670
|
androidFcm?: Maybe<AndroidFcm>;
|
|
671
671
|
app: App;
|
|
672
672
|
applicationIdentifier?: Maybe<Scalars['String']['output']>;
|
|
673
|
+
googleServiceAccountKeyForFcmV1?: Maybe<GoogleServiceAccountKey>;
|
|
673
674
|
googleServiceAccountKeyForSubmissions?: Maybe<GoogleServiceAccountKey>;
|
|
674
675
|
id: Scalars['ID']['output'];
|
|
675
676
|
isLegacy: Scalars['Boolean']['output'];
|
|
@@ -680,16 +681,24 @@ export type AndroidAppCredentialsFilter = {
|
|
|
680
681
|
};
|
|
681
682
|
export type AndroidAppCredentialsInput = {
|
|
682
683
|
fcmId?: InputMaybe<Scalars['ID']['input']>;
|
|
684
|
+
googleServiceAccountKeyForFcmV1Id?: InputMaybe<Scalars['ID']['input']>;
|
|
683
685
|
googleServiceAccountKeyForSubmissionsId?: InputMaybe<Scalars['ID']['input']>;
|
|
684
686
|
};
|
|
685
687
|
export type AndroidAppCredentialsMutation = {
|
|
686
688
|
__typename?: 'AndroidAppCredentialsMutation';
|
|
687
689
|
/** Create a set of credentials for an Android app */
|
|
688
690
|
createAndroidAppCredentials: AndroidAppCredentials;
|
|
691
|
+
/**
|
|
692
|
+
* Create a GoogleServiceAccountKeyEntity to store credential and
|
|
693
|
+
* connect it with an edge from AndroidAppCredential
|
|
694
|
+
*/
|
|
695
|
+
createFcmV1Credential: AndroidAppCredentials;
|
|
689
696
|
/** Delete a set of credentials for an Android app */
|
|
690
697
|
deleteAndroidAppCredentials: DeleteAndroidAppCredentialsResult;
|
|
691
698
|
/** Set the FCM push key to be used in an Android app */
|
|
692
699
|
setFcm: AndroidAppCredentials;
|
|
700
|
+
/** Set the Google Service Account Key to be used for Firebase Cloud Messaging V1 */
|
|
701
|
+
setGoogleServiceAccountKeyForFcmV1: AndroidAppCredentials;
|
|
693
702
|
/** Set the Google Service Account Key to be used for submitting an Android app */
|
|
694
703
|
setGoogleServiceAccountKeyForSubmissions: AndroidAppCredentials;
|
|
695
704
|
};
|
|
@@ -698,6 +707,11 @@ export type AndroidAppCredentialsMutationCreateAndroidAppCredentialsArgs = {
|
|
|
698
707
|
appId: Scalars['ID']['input'];
|
|
699
708
|
applicationIdentifier: Scalars['String']['input'];
|
|
700
709
|
};
|
|
710
|
+
export type AndroidAppCredentialsMutationCreateFcmV1CredentialArgs = {
|
|
711
|
+
accountId: Scalars['ID']['input'];
|
|
712
|
+
androidAppCredentialsId: Scalars['String']['input'];
|
|
713
|
+
credential: Scalars['String']['input'];
|
|
714
|
+
};
|
|
701
715
|
export type AndroidAppCredentialsMutationDeleteAndroidAppCredentialsArgs = {
|
|
702
716
|
id: Scalars['ID']['input'];
|
|
703
717
|
};
|
|
@@ -705,6 +719,10 @@ export type AndroidAppCredentialsMutationSetFcmArgs = {
|
|
|
705
719
|
fcmId: Scalars['ID']['input'];
|
|
706
720
|
id: Scalars['ID']['input'];
|
|
707
721
|
};
|
|
722
|
+
export type AndroidAppCredentialsMutationSetGoogleServiceAccountKeyForFcmV1Args = {
|
|
723
|
+
googleServiceAccountKeyId: Scalars['ID']['input'];
|
|
724
|
+
id: Scalars['ID']['input'];
|
|
725
|
+
};
|
|
708
726
|
export type AndroidAppCredentialsMutationSetGoogleServiceAccountKeyForSubmissionsArgs = {
|
|
709
727
|
googleServiceAccountKeyId: Scalars['ID']['input'];
|
|
710
728
|
id: Scalars['ID']['input'];
|
|
@@ -1798,6 +1816,7 @@ export type Build = ActivityTimelineProjectActivity & BuildOrBuildJob & {
|
|
|
1798
1816
|
/** @deprecated User type is deprecated */
|
|
1799
1817
|
initiatingUser?: Maybe<User>;
|
|
1800
1818
|
iosEnterpriseProvisioning?: Maybe<BuildIosEnterpriseProvisioning>;
|
|
1819
|
+
isForIosSimulator: Scalars['Boolean']['output'];
|
|
1801
1820
|
isGitWorkingTreeDirty?: Maybe<Scalars['Boolean']['output']>;
|
|
1802
1821
|
isWaived: Scalars['Boolean']['output'];
|
|
1803
1822
|
logFiles: Array<Scalars['String']['output']>;
|
|
@@ -1938,6 +1957,7 @@ export type BuildFilter = {
|
|
|
1938
1957
|
platform?: InputMaybe<AppPlatform>;
|
|
1939
1958
|
runtimeVersion?: InputMaybe<Scalars['String']['input']>;
|
|
1940
1959
|
sdkVersion?: InputMaybe<Scalars['String']['input']>;
|
|
1960
|
+
simulator?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1941
1961
|
status?: InputMaybe<BuildStatus>;
|
|
1942
1962
|
};
|
|
1943
1963
|
export type BuildFilterInput = {
|
|
@@ -1946,6 +1966,7 @@ export type BuildFilterInput = {
|
|
|
1946
1966
|
distributions?: InputMaybe<Array<DistributionType>>;
|
|
1947
1967
|
platforms?: InputMaybe<Array<AppPlatform>>;
|
|
1948
1968
|
releaseChannel?: InputMaybe<Scalars['String']['input']>;
|
|
1969
|
+
simulator?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1949
1970
|
};
|
|
1950
1971
|
export declare enum BuildIosEnterpriseProvisioning {
|
|
1951
1972
|
Adhoc = "ADHOC",
|
|
@@ -2049,6 +2070,7 @@ export type BuildMetadataInput = {
|
|
|
2049
2070
|
runtimeVersion?: InputMaybe<Scalars['String']['input']>;
|
|
2050
2071
|
sdkVersion?: InputMaybe<Scalars['String']['input']>;
|
|
2051
2072
|
selectedImage?: InputMaybe<Scalars['String']['input']>;
|
|
2073
|
+
simulator?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2052
2074
|
trackingContext?: InputMaybe<Scalars['JSONObject']['input']>;
|
|
2053
2075
|
username?: InputMaybe<Scalars['String']['input']>;
|
|
2054
2076
|
workflow?: InputMaybe<BuildWorkflow>;
|
|
@@ -2201,6 +2223,7 @@ export type BuildPublicData = {
|
|
|
2201
2223
|
artifacts: PublicArtifacts;
|
|
2202
2224
|
distribution?: Maybe<DistributionType>;
|
|
2203
2225
|
id: Scalars['ID']['output'];
|
|
2226
|
+
isForIosSimulator: Scalars['Boolean']['output'];
|
|
2204
2227
|
platform: AppPlatform;
|
|
2205
2228
|
project: ProjectPublicData;
|
|
2206
2229
|
status: BuildStatus;
|
|
@@ -2374,6 +2397,7 @@ export type CreateGitHubBuildTriggerInput = {
|
|
|
2374
2397
|
platform: AppPlatform;
|
|
2375
2398
|
/** A branch or tag name, or a wildcard pattern where the code change originates from. For example, `main` or `release/*`. */
|
|
2376
2399
|
sourcePattern: Scalars['String']['input'];
|
|
2400
|
+
submitProfile?: InputMaybe<Scalars['String']['input']>;
|
|
2377
2401
|
/** A branch name or a wildcard pattern that the pull request targets. For example, `main` or `release/*`. */
|
|
2378
2402
|
targetPattern?: InputMaybe<Scalars['String']['input']>;
|
|
2379
2403
|
type: GitHubBuildTriggerType;
|
|
@@ -2848,6 +2872,7 @@ export type GitHubBuildTrigger = {
|
|
|
2848
2872
|
lastRunStatus?: Maybe<GitHubBuildTriggerRunStatus>;
|
|
2849
2873
|
platform: AppPlatform;
|
|
2850
2874
|
sourcePattern: Scalars['String']['output'];
|
|
2875
|
+
submitProfile?: Maybe<Scalars['String']['output']>;
|
|
2851
2876
|
targetPattern?: Maybe<Scalars['String']['output']>;
|
|
2852
2877
|
type: GitHubBuildTriggerType;
|
|
2853
2878
|
updatedAt: Scalars['DateTime']['output'];
|
|
@@ -3319,6 +3344,7 @@ export declare enum MailchimpAudience {
|
|
|
3319
3344
|
}
|
|
3320
3345
|
export declare enum MailchimpTag {
|
|
3321
3346
|
DevClientUsers = "DEV_CLIENT_USERS",
|
|
3347
|
+
DidSubscribeToEasAtLeastOnce = "DID_SUBSCRIBE_TO_EAS_AT_LEAST_ONCE",
|
|
3322
3348
|
EasMasterList = "EAS_MASTER_LIST",
|
|
3323
3349
|
NewsletterSignupList = "NEWSLETTER_SIGNUP_LIST"
|
|
3324
3350
|
}
|
|
@@ -3445,9 +3471,11 @@ export type Notification = {
|
|
|
3445
3471
|
};
|
|
3446
3472
|
export declare enum NotificationEvent {
|
|
3447
3473
|
BuildComplete = "BUILD_COMPLETE",
|
|
3474
|
+
BuildErrored = "BUILD_ERRORED",
|
|
3448
3475
|
BuildLimitThresholdExceeded = "BUILD_LIMIT_THRESHOLD_EXCEEDED",
|
|
3449
3476
|
BuildPlanCreditThresholdExceeded = "BUILD_PLAN_CREDIT_THRESHOLD_EXCEEDED",
|
|
3450
3477
|
SubmissionComplete = "SUBMISSION_COMPLETE",
|
|
3478
|
+
SubmissionErrored = "SUBMISSION_ERRORED",
|
|
3451
3479
|
Test = "TEST"
|
|
3452
3480
|
}
|
|
3453
3481
|
export type NotificationMetadata = BuildLimitThresholdExceededMetadata | BuildPlanCreditThresholdExceededMetadata | TestNotificationMetadata;
|
|
@@ -4498,6 +4526,7 @@ export type UpdateGitHubBuildTriggerInput = {
|
|
|
4498
4526
|
isActive: Scalars['Boolean']['input'];
|
|
4499
4527
|
platform: AppPlatform;
|
|
4500
4528
|
sourcePattern: Scalars['String']['input'];
|
|
4529
|
+
submitProfile?: InputMaybe<Scalars['String']['input']>;
|
|
4501
4530
|
targetPattern?: InputMaybe<Scalars['String']['input']>;
|
|
4502
4531
|
type: GitHubBuildTriggerType;
|
|
4503
4532
|
};
|
|
@@ -8381,6 +8410,7 @@ export type CreateAndroidBuildMutation = {
|
|
|
8381
8410
|
completedAt?: any | null;
|
|
8382
8411
|
resourceClass: BuildResourceClass;
|
|
8383
8412
|
expirationDate?: any | null;
|
|
8413
|
+
isForIosSimulator: boolean;
|
|
8384
8414
|
error?: {
|
|
8385
8415
|
__typename?: 'BuildError';
|
|
8386
8416
|
errorCode: string;
|
|
@@ -8470,6 +8500,7 @@ export type CreateIosBuildMutation = {
|
|
|
8470
8500
|
completedAt?: any | null;
|
|
8471
8501
|
resourceClass: BuildResourceClass;
|
|
8472
8502
|
expirationDate?: any | null;
|
|
8503
|
+
isForIosSimulator: boolean;
|
|
8473
8504
|
error?: {
|
|
8474
8505
|
__typename?: 'BuildError';
|
|
8475
8506
|
errorCode: string;
|
|
@@ -8555,6 +8586,7 @@ export type UpdateBuildMetadataMutation = {
|
|
|
8555
8586
|
completedAt?: any | null;
|
|
8556
8587
|
resourceClass: BuildResourceClass;
|
|
8557
8588
|
expirationDate?: any | null;
|
|
8589
|
+
isForIosSimulator: boolean;
|
|
8558
8590
|
error?: {
|
|
8559
8591
|
__typename?: 'BuildError';
|
|
8560
8592
|
errorCode: string;
|
|
@@ -8634,6 +8666,7 @@ export type RetryIosBuildMutation = {
|
|
|
8634
8666
|
completedAt?: any | null;
|
|
8635
8667
|
resourceClass: BuildResourceClass;
|
|
8636
8668
|
expirationDate?: any | null;
|
|
8669
|
+
isForIosSimulator: boolean;
|
|
8637
8670
|
error?: {
|
|
8638
8671
|
__typename?: 'BuildError';
|
|
8639
8672
|
errorCode: string;
|
|
@@ -9294,6 +9327,7 @@ export type BuildsByIdQuery = {
|
|
|
9294
9327
|
completedAt?: any | null;
|
|
9295
9328
|
resourceClass: BuildResourceClass;
|
|
9296
9329
|
expirationDate?: any | null;
|
|
9330
|
+
isForIosSimulator: boolean;
|
|
9297
9331
|
error?: {
|
|
9298
9332
|
__typename?: 'BuildError';
|
|
9299
9333
|
errorCode: string;
|
|
@@ -9372,6 +9406,7 @@ export type BuildsWithSubmissionsByIdQuery = {
|
|
|
9372
9406
|
completedAt?: any | null;
|
|
9373
9407
|
resourceClass: BuildResourceClass;
|
|
9374
9408
|
expirationDate?: any | null;
|
|
9409
|
+
isForIosSimulator: boolean;
|
|
9375
9410
|
submissions: Array<{
|
|
9376
9411
|
__typename?: 'Submission';
|
|
9377
9412
|
id: string;
|
|
@@ -9491,6 +9526,7 @@ export type ViewBuildsOnAppQuery = {
|
|
|
9491
9526
|
completedAt?: any | null;
|
|
9492
9527
|
resourceClass: BuildResourceClass;
|
|
9493
9528
|
expirationDate?: any | null;
|
|
9529
|
+
isForIosSimulator: boolean;
|
|
9494
9530
|
error?: {
|
|
9495
9531
|
__typename?: 'BuildError';
|
|
9496
9532
|
errorCode: string;
|
|
@@ -10370,6 +10406,7 @@ export type BuildFragment = {
|
|
|
10370
10406
|
completedAt?: any | null;
|
|
10371
10407
|
resourceClass: BuildResourceClass;
|
|
10372
10408
|
expirationDate?: any | null;
|
|
10409
|
+
isForIosSimulator: boolean;
|
|
10373
10410
|
error?: {
|
|
10374
10411
|
__typename?: 'BuildError';
|
|
10375
10412
|
errorCode: string;
|
|
@@ -10439,6 +10476,7 @@ export type BuildWithSubmissionsFragment = {
|
|
|
10439
10476
|
completedAt?: any | null;
|
|
10440
10477
|
resourceClass: BuildResourceClass;
|
|
10441
10478
|
expirationDate?: any | null;
|
|
10479
|
+
isForIosSimulator: boolean;
|
|
10442
10480
|
submissions: Array<{
|
|
10443
10481
|
__typename?: 'Submission';
|
|
10444
10482
|
id: string;
|
|
@@ -367,15 +367,18 @@ var MailchimpAudience;
|
|
|
367
367
|
var MailchimpTag;
|
|
368
368
|
(function (MailchimpTag) {
|
|
369
369
|
MailchimpTag["DevClientUsers"] = "DEV_CLIENT_USERS";
|
|
370
|
+
MailchimpTag["DidSubscribeToEasAtLeastOnce"] = "DID_SUBSCRIBE_TO_EAS_AT_LEAST_ONCE";
|
|
370
371
|
MailchimpTag["EasMasterList"] = "EAS_MASTER_LIST";
|
|
371
372
|
MailchimpTag["NewsletterSignupList"] = "NEWSLETTER_SIGNUP_LIST";
|
|
372
373
|
})(MailchimpTag || (exports.MailchimpTag = MailchimpTag = {}));
|
|
373
374
|
var NotificationEvent;
|
|
374
375
|
(function (NotificationEvent) {
|
|
375
376
|
NotificationEvent["BuildComplete"] = "BUILD_COMPLETE";
|
|
377
|
+
NotificationEvent["BuildErrored"] = "BUILD_ERRORED";
|
|
376
378
|
NotificationEvent["BuildLimitThresholdExceeded"] = "BUILD_LIMIT_THRESHOLD_EXCEEDED";
|
|
377
379
|
NotificationEvent["BuildPlanCreditThresholdExceeded"] = "BUILD_PLAN_CREDIT_THRESHOLD_EXCEEDED";
|
|
378
380
|
NotificationEvent["SubmissionComplete"] = "SUBMISSION_COMPLETE";
|
|
381
|
+
NotificationEvent["SubmissionErrored"] = "SUBMISSION_ERRORED";
|
|
379
382
|
NotificationEvent["Test"] = "TEST";
|
|
380
383
|
})(NotificationEvent || (exports.NotificationEvent = NotificationEvent = {}));
|
|
381
384
|
var NotificationType;
|
package/build/run/utils.js
CHANGED
|
@@ -13,7 +13,7 @@ function isRunnableOnSimulatorOrEmulator(build) {
|
|
|
13
13
|
var _a;
|
|
14
14
|
return (build.status === generated_1.BuildStatus.Finished &&
|
|
15
15
|
!!((_a = build.artifacts) === null || _a === void 0 ? void 0 : _a.applicationArchiveUrl) &&
|
|
16
|
-
((build.platform === generated_1.AppPlatform.Ios && build.
|
|
16
|
+
((build.platform === generated_1.AppPlatform.Ios && build.isForIosSimulator) ||
|
|
17
17
|
(build.platform === generated_1.AppPlatform.Android && !isAab(build))) &&
|
|
18
18
|
!didArtifactsExpire(build));
|
|
19
19
|
}
|
|
@@ -88,6 +88,9 @@ class IosSubmitCommand {
|
|
|
88
88
|
resolveAppSpecificPasswordSource() {
|
|
89
89
|
const envAppSpecificPassword = getenv_1.default.string('EXPO_APPLE_APP_SPECIFIC_PASSWORD', '');
|
|
90
90
|
if (envAppSpecificPassword) {
|
|
91
|
+
if (!/^[a-z]{4}-[a-z]{4}-[a-z]{4}-[a-z]{4}$/.test(envAppSpecificPassword)) {
|
|
92
|
+
throw new Error('EXPO_APPLE_APP_SPECIFIC_PASSWORD must be in the format xxxx-xxxx-xxxx-xxxx, where x is a lowercase letter.');
|
|
93
|
+
}
|
|
91
94
|
return (0, results_1.result)({
|
|
92
95
|
sourceType: AppSpecificPasswordSource_1.AppSpecificPasswordSourceType.userDefined,
|
|
93
96
|
appSpecificPassword: envAppSpecificPassword,
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "7.1.
|
|
2
|
+
"version": "7.1.3",
|
|
3
3
|
"commands": {
|
|
4
4
|
"analytics": {
|
|
5
5
|
"id": "analytics",
|
|
@@ -1008,6 +1008,12 @@
|
|
|
1008
1008
|
"type": "boolean",
|
|
1009
1009
|
"description": "Run the command in non-interactive mode.",
|
|
1010
1010
|
"allowNo": false
|
|
1011
|
+
},
|
|
1012
|
+
"simulator": {
|
|
1013
|
+
"name": "simulator",
|
|
1014
|
+
"type": "boolean",
|
|
1015
|
+
"description": "Filter only iOS simulator builds. Can only be used with --platform flag set to \"ios\"",
|
|
1016
|
+
"allowNo": false
|
|
1011
1017
|
}
|
|
1012
1018
|
},
|
|
1013
1019
|
"args": {},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
3
|
"description": "EAS command line tool",
|
|
4
|
-
"version": "7.1.
|
|
4
|
+
"version": "7.1.3",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -13,8 +13,8 @@
|
|
|
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": "7.1.
|
|
16
|
+
"@expo/eas-build-job": "1.0.61",
|
|
17
|
+
"@expo/eas-json": "7.1.3",
|
|
18
18
|
"@expo/json-file": "8.2.37",
|
|
19
19
|
"@expo/multipart-body-parser": "1.1.0",
|
|
20
20
|
"@expo/osascript": "2.0.33",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@expo/results": "1.0.0",
|
|
28
28
|
"@expo/rudder-sdk-node": "1.1.1",
|
|
29
29
|
"@expo/spawn-async": "1.7.0",
|
|
30
|
-
"@expo/steps": "1.0.
|
|
30
|
+
"@expo/steps": "1.0.66",
|
|
31
31
|
"@expo/timeago.js": "1.0.0",
|
|
32
32
|
"@oclif/core": "^1.26.2",
|
|
33
33
|
"@oclif/plugin-autocomplete": "^2.3.10",
|
|
@@ -222,5 +222,5 @@
|
|
|
222
222
|
"node": "20.11.0",
|
|
223
223
|
"yarn": "1.22.21"
|
|
224
224
|
},
|
|
225
|
-
"gitHead": "
|
|
225
|
+
"gitHead": "caf2403dfdb341c752084c8f88b1f491cc2380c8"
|
|
226
226
|
}
|