eas-cli 16.8.0 → 16.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +86 -80
- package/build/build/runBuildAndSubmit.js +3 -2
- package/build/commands/submit/internal.js +1 -0
- package/build/commands/submit.d.ts +1 -0
- package/build/commands/submit.js +8 -1
- package/build/graphql/generated.d.ts +4 -0
- package/build/graphql/generated.js +2 -0
- package/build/graphql/queries/AppQuery.js +1 -1
- package/build/graphql/queries/WorkflowRunQuery.js +1 -1
- package/build/submit/context.d.ts +2 -0
- package/build/submit/context.js +12 -1
- package/build/submit/ios/IosSubmitter.js +2 -1
- package/oclif.manifest.json +8 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -164,7 +164,7 @@ ALIASES
|
|
|
164
164
|
$ eas login
|
|
165
165
|
```
|
|
166
166
|
|
|
167
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
167
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/account/login.ts)_
|
|
168
168
|
|
|
169
169
|
## `eas account:logout`
|
|
170
170
|
|
|
@@ -181,7 +181,7 @@ ALIASES
|
|
|
181
181
|
$ eas logout
|
|
182
182
|
```
|
|
183
183
|
|
|
184
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
184
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/account/logout.ts)_
|
|
185
185
|
|
|
186
186
|
## `eas account:view`
|
|
187
187
|
|
|
@@ -198,7 +198,7 @@ ALIASES
|
|
|
198
198
|
$ eas whoami
|
|
199
199
|
```
|
|
200
200
|
|
|
201
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
201
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/account/view.ts)_
|
|
202
202
|
|
|
203
203
|
## `eas analytics [STATUS]`
|
|
204
204
|
|
|
@@ -212,7 +212,7 @@ DESCRIPTION
|
|
|
212
212
|
display or change analytics settings
|
|
213
213
|
```
|
|
214
214
|
|
|
215
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
215
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/analytics.ts)_
|
|
216
216
|
|
|
217
217
|
## `eas autocomplete [SHELL]`
|
|
218
218
|
|
|
@@ -264,7 +264,7 @@ DESCRIPTION
|
|
|
264
264
|
create a branch
|
|
265
265
|
```
|
|
266
266
|
|
|
267
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
267
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/branch/create.ts)_
|
|
268
268
|
|
|
269
269
|
## `eas branch:delete [NAME]`
|
|
270
270
|
|
|
@@ -285,7 +285,7 @@ DESCRIPTION
|
|
|
285
285
|
delete a branch
|
|
286
286
|
```
|
|
287
287
|
|
|
288
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
288
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
289
289
|
|
|
290
290
|
## `eas branch:list`
|
|
291
291
|
|
|
@@ -305,7 +305,7 @@ DESCRIPTION
|
|
|
305
305
|
list all branches
|
|
306
306
|
```
|
|
307
307
|
|
|
308
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
308
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/branch/list.ts)_
|
|
309
309
|
|
|
310
310
|
## `eas branch:rename`
|
|
311
311
|
|
|
@@ -325,7 +325,7 @@ DESCRIPTION
|
|
|
325
325
|
rename a branch
|
|
326
326
|
```
|
|
327
327
|
|
|
328
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
328
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
329
329
|
|
|
330
330
|
## `eas branch:view [NAME]`
|
|
331
331
|
|
|
@@ -348,7 +348,7 @@ DESCRIPTION
|
|
|
348
348
|
view a branch
|
|
349
349
|
```
|
|
350
350
|
|
|
351
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
351
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/branch/view.ts)_
|
|
352
352
|
|
|
353
353
|
## `eas build`
|
|
354
354
|
|
|
@@ -386,7 +386,7 @@ DESCRIPTION
|
|
|
386
386
|
start a build
|
|
387
387
|
```
|
|
388
388
|
|
|
389
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
389
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/build/index.ts)_
|
|
390
390
|
|
|
391
391
|
## `eas build:cancel [BUILD_ID]`
|
|
392
392
|
|
|
@@ -405,7 +405,7 @@ DESCRIPTION
|
|
|
405
405
|
cancel a build
|
|
406
406
|
```
|
|
407
407
|
|
|
408
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
408
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
409
409
|
|
|
410
410
|
## `eas build:configure`
|
|
411
411
|
|
|
@@ -422,7 +422,7 @@ DESCRIPTION
|
|
|
422
422
|
configure the project to support EAS Build
|
|
423
423
|
```
|
|
424
424
|
|
|
425
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
425
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/build/configure.ts)_
|
|
426
426
|
|
|
427
427
|
## `eas build:delete [BUILD_ID]`
|
|
428
428
|
|
|
@@ -441,7 +441,7 @@ DESCRIPTION
|
|
|
441
441
|
delete a build
|
|
442
442
|
```
|
|
443
443
|
|
|
444
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
444
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/build/delete.ts)_
|
|
445
445
|
|
|
446
446
|
## `eas build:dev`
|
|
447
447
|
|
|
@@ -461,7 +461,7 @@ DESCRIPTION
|
|
|
461
461
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
462
462
|
```
|
|
463
463
|
|
|
464
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
464
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/build/dev.ts)_
|
|
465
465
|
|
|
466
466
|
## `eas build:download`
|
|
467
467
|
|
|
@@ -482,7 +482,7 @@ DESCRIPTION
|
|
|
482
482
|
download simulator/emulator builds for a given fingerprint hash
|
|
483
483
|
```
|
|
484
484
|
|
|
485
|
-
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
485
|
+
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/build/download.ts)_
|
|
486
486
|
|
|
487
487
|
## `eas build:inspect`
|
|
488
488
|
|
|
@@ -517,7 +517,7 @@ DESCRIPTION
|
|
|
517
517
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
518
518
|
```
|
|
519
519
|
|
|
520
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
520
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
521
521
|
|
|
522
522
|
## `eas build:list`
|
|
523
523
|
|
|
@@ -569,7 +569,7 @@ DESCRIPTION
|
|
|
569
569
|
list all builds for your project
|
|
570
570
|
```
|
|
571
571
|
|
|
572
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
572
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/build/list.ts)_
|
|
573
573
|
|
|
574
574
|
## `eas build:resign`
|
|
575
575
|
|
|
@@ -598,7 +598,7 @@ DESCRIPTION
|
|
|
598
598
|
re-sign a build archive
|
|
599
599
|
```
|
|
600
600
|
|
|
601
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
601
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/build/resign.ts)_
|
|
602
602
|
|
|
603
603
|
## `eas build:run`
|
|
604
604
|
|
|
@@ -624,7 +624,7 @@ DESCRIPTION
|
|
|
624
624
|
run simulator/emulator builds from eas-cli
|
|
625
625
|
```
|
|
626
626
|
|
|
627
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
627
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/build/run.ts)_
|
|
628
628
|
|
|
629
629
|
## `eas build:submit`
|
|
630
630
|
|
|
@@ -633,11 +633,14 @@ submit app binary to App Store and/or Play Store
|
|
|
633
633
|
```
|
|
634
634
|
USAGE
|
|
635
635
|
$ eas build:submit [-p android|ios|all] [-e <value>] [--latest | --id <value> | --path <value> | --url <value>]
|
|
636
|
-
[--verbose] [--wait] [--verbose-fastlane] [--non-interactive]
|
|
636
|
+
[--verbose] [--wait] [--verbose-fastlane] [-g <value>] [--non-interactive]
|
|
637
637
|
|
|
638
638
|
FLAGS
|
|
639
639
|
-e, --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in
|
|
640
640
|
eas.json.
|
|
641
|
+
-g, --groups=<value>... Internal TestFlight testing groups to add the build to (iOS only). Learn more:
|
|
642
|
+
https://developer.apple.com/help/app-store-connect/test-a-beta-version/add-internal-
|
|
643
|
+
testers
|
|
641
644
|
-p, --platform=(android|ios|all)
|
|
642
645
|
--id=<value> ID of the build to submit
|
|
643
646
|
--latest Submit the latest build for specified platform
|
|
@@ -674,7 +677,7 @@ DESCRIPTION
|
|
|
674
677
|
get the latest version from EAS servers
|
|
675
678
|
```
|
|
676
679
|
|
|
677
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
680
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
678
681
|
|
|
679
682
|
## `eas build:version:set`
|
|
680
683
|
|
|
@@ -693,7 +696,7 @@ DESCRIPTION
|
|
|
693
696
|
update version of an app
|
|
694
697
|
```
|
|
695
698
|
|
|
696
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
699
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
697
700
|
|
|
698
701
|
## `eas build:version:sync`
|
|
699
702
|
|
|
@@ -712,7 +715,7 @@ DESCRIPTION
|
|
|
712
715
|
update a version in native code with a value stored on EAS servers
|
|
713
716
|
```
|
|
714
717
|
|
|
715
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
718
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
716
719
|
|
|
717
720
|
## `eas build:view [BUILD_ID]`
|
|
718
721
|
|
|
@@ -729,7 +732,7 @@ DESCRIPTION
|
|
|
729
732
|
view a build for your project
|
|
730
733
|
```
|
|
731
734
|
|
|
732
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
735
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/build/view.ts)_
|
|
733
736
|
|
|
734
737
|
## `eas channel:create [NAME]`
|
|
735
738
|
|
|
@@ -750,7 +753,7 @@ DESCRIPTION
|
|
|
750
753
|
create a channel
|
|
751
754
|
```
|
|
752
755
|
|
|
753
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
756
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/channel/create.ts)_
|
|
754
757
|
|
|
755
758
|
## `eas channel:edit [NAME]`
|
|
756
759
|
|
|
@@ -772,7 +775,7 @@ DESCRIPTION
|
|
|
772
775
|
point a channel at a new branch
|
|
773
776
|
```
|
|
774
777
|
|
|
775
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
778
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
776
779
|
|
|
777
780
|
## `eas channel:list`
|
|
778
781
|
|
|
@@ -792,7 +795,7 @@ DESCRIPTION
|
|
|
792
795
|
list all channels
|
|
793
796
|
```
|
|
794
797
|
|
|
795
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
798
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/channel/list.ts)_
|
|
796
799
|
|
|
797
800
|
## `eas channel:pause [NAME]`
|
|
798
801
|
|
|
@@ -814,7 +817,7 @@ DESCRIPTION
|
|
|
814
817
|
pause a channel to stop it from sending updates
|
|
815
818
|
```
|
|
816
819
|
|
|
817
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
820
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
818
821
|
|
|
819
822
|
## `eas channel:resume [NAME]`
|
|
820
823
|
|
|
@@ -836,7 +839,7 @@ DESCRIPTION
|
|
|
836
839
|
resume a channel to start sending updates
|
|
837
840
|
```
|
|
838
841
|
|
|
839
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
842
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
840
843
|
|
|
841
844
|
## `eas channel:rollout [CHANNEL]`
|
|
842
845
|
|
|
@@ -869,7 +872,7 @@ DESCRIPTION
|
|
|
869
872
|
Roll a new branch out on a channel incrementally.
|
|
870
873
|
```
|
|
871
874
|
|
|
872
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
875
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
873
876
|
|
|
874
877
|
## `eas channel:view [NAME]`
|
|
875
878
|
|
|
@@ -892,7 +895,7 @@ DESCRIPTION
|
|
|
892
895
|
view a channel
|
|
893
896
|
```
|
|
894
897
|
|
|
895
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
898
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/channel/view.ts)_
|
|
896
899
|
|
|
897
900
|
## `eas config`
|
|
898
901
|
|
|
@@ -913,7 +916,7 @@ DESCRIPTION
|
|
|
913
916
|
display project configuration (app.json + eas.json)
|
|
914
917
|
```
|
|
915
918
|
|
|
916
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
919
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/config.ts)_
|
|
917
920
|
|
|
918
921
|
## `eas credentials`
|
|
919
922
|
|
|
@@ -930,7 +933,7 @@ DESCRIPTION
|
|
|
930
933
|
manage credentials
|
|
931
934
|
```
|
|
932
935
|
|
|
933
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
936
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
934
937
|
|
|
935
938
|
## `eas credentials:configure-build`
|
|
936
939
|
|
|
@@ -948,7 +951,7 @@ DESCRIPTION
|
|
|
948
951
|
Set up credentials for building your project.
|
|
949
952
|
```
|
|
950
953
|
|
|
951
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
954
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
952
955
|
|
|
953
956
|
## `eas deploy [2m[options][22m`
|
|
954
957
|
|
|
@@ -976,7 +979,7 @@ ALIASES
|
|
|
976
979
|
$ eas worker:deploy
|
|
977
980
|
```
|
|
978
981
|
|
|
979
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
982
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
980
983
|
|
|
981
984
|
## `eas deploy:alias`
|
|
982
985
|
|
|
@@ -1001,7 +1004,7 @@ ALIASES
|
|
|
1001
1004
|
$ eas deploy:promote
|
|
1002
1005
|
```
|
|
1003
1006
|
|
|
1004
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1007
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/deploy/alias.ts)_
|
|
1005
1008
|
|
|
1006
1009
|
## `eas deploy:promote`
|
|
1007
1010
|
|
|
@@ -1038,7 +1041,7 @@ DESCRIPTION
|
|
|
1038
1041
|
register new Apple Devices to use for internal distribution
|
|
1039
1042
|
```
|
|
1040
1043
|
|
|
1041
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1044
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/device/create.ts)_
|
|
1042
1045
|
|
|
1043
1046
|
## `eas device:delete`
|
|
1044
1047
|
|
|
@@ -1058,7 +1061,7 @@ DESCRIPTION
|
|
|
1058
1061
|
remove a registered device from your account
|
|
1059
1062
|
```
|
|
1060
1063
|
|
|
1061
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1064
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1062
1065
|
|
|
1063
1066
|
## `eas device:list`
|
|
1064
1067
|
|
|
@@ -1079,7 +1082,7 @@ DESCRIPTION
|
|
|
1079
1082
|
list all registered devices for your account
|
|
1080
1083
|
```
|
|
1081
1084
|
|
|
1082
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1085
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/device/list.ts)_
|
|
1083
1086
|
|
|
1084
1087
|
## `eas device:rename`
|
|
1085
1088
|
|
|
@@ -1100,7 +1103,7 @@ DESCRIPTION
|
|
|
1100
1103
|
rename a registered device
|
|
1101
1104
|
```
|
|
1102
1105
|
|
|
1103
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1106
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1104
1107
|
|
|
1105
1108
|
## `eas device:view [UDID]`
|
|
1106
1109
|
|
|
@@ -1114,7 +1117,7 @@ DESCRIPTION
|
|
|
1114
1117
|
view a device for your project
|
|
1115
1118
|
```
|
|
1116
1119
|
|
|
1117
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1120
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/device/view.ts)_
|
|
1118
1121
|
|
|
1119
1122
|
## `eas diagnostics`
|
|
1120
1123
|
|
|
@@ -1128,7 +1131,7 @@ DESCRIPTION
|
|
|
1128
1131
|
display environment info
|
|
1129
1132
|
```
|
|
1130
1133
|
|
|
1131
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1134
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1132
1135
|
|
|
1133
1136
|
## `eas env:create [ENVIRONMENT]`
|
|
1134
1137
|
|
|
@@ -1157,7 +1160,7 @@ DESCRIPTION
|
|
|
1157
1160
|
create an environment variable for the current project or account
|
|
1158
1161
|
```
|
|
1159
1162
|
|
|
1160
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1163
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/env/create.ts)_
|
|
1161
1164
|
|
|
1162
1165
|
## `eas env:delete [ENVIRONMENT]`
|
|
1163
1166
|
|
|
@@ -1181,7 +1184,7 @@ DESCRIPTION
|
|
|
1181
1184
|
delete an environment variable for the current project or account
|
|
1182
1185
|
```
|
|
1183
1186
|
|
|
1184
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1187
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1185
1188
|
|
|
1186
1189
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1187
1190
|
|
|
@@ -1202,7 +1205,7 @@ DESCRIPTION
|
|
|
1202
1205
|
execute a command with environment variables from the selected environment
|
|
1203
1206
|
```
|
|
1204
1207
|
|
|
1205
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1208
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1206
1209
|
|
|
1207
1210
|
## `eas env:get [ENVIRONMENT]`
|
|
1208
1211
|
|
|
@@ -1227,7 +1230,7 @@ DESCRIPTION
|
|
|
1227
1230
|
view an environment variable for the current project or account
|
|
1228
1231
|
```
|
|
1229
1232
|
|
|
1230
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1233
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/env/get.ts)_
|
|
1231
1234
|
|
|
1232
1235
|
## `eas env:list [ENVIRONMENT]`
|
|
1233
1236
|
|
|
@@ -1252,7 +1255,7 @@ DESCRIPTION
|
|
|
1252
1255
|
list environment variables for the current project or account
|
|
1253
1256
|
```
|
|
1254
1257
|
|
|
1255
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1258
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/env/list.ts)_
|
|
1256
1259
|
|
|
1257
1260
|
## `eas env:pull [ENVIRONMENT]`
|
|
1258
1261
|
|
|
@@ -1275,7 +1278,7 @@ DESCRIPTION
|
|
|
1275
1278
|
pull environment variables for the selected environment to .env file
|
|
1276
1279
|
```
|
|
1277
1280
|
|
|
1278
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1281
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1279
1282
|
|
|
1280
1283
|
## `eas env:push [ENVIRONMENT]`
|
|
1281
1284
|
|
|
@@ -1296,7 +1299,7 @@ DESCRIPTION
|
|
|
1296
1299
|
push environment variables from .env file to the selected environment
|
|
1297
1300
|
```
|
|
1298
1301
|
|
|
1299
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1302
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/env/push.ts)_
|
|
1300
1303
|
|
|
1301
1304
|
## `eas env:update [ENVIRONMENT]`
|
|
1302
1305
|
|
|
@@ -1327,7 +1330,7 @@ DESCRIPTION
|
|
|
1327
1330
|
update an environment variable on the current project or account
|
|
1328
1331
|
```
|
|
1329
1332
|
|
|
1330
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1333
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/env/update.ts)_
|
|
1331
1334
|
|
|
1332
1335
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1333
1336
|
|
|
@@ -1372,7 +1375,7 @@ EXAMPLES
|
|
|
1372
1375
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1373
1376
|
```
|
|
1374
1377
|
|
|
1375
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1378
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1376
1379
|
|
|
1377
1380
|
## `eas fingerprint:generate`
|
|
1378
1381
|
|
|
@@ -1403,7 +1406,7 @@ EXAMPLES
|
|
|
1403
1406
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1404
1407
|
```
|
|
1405
1408
|
|
|
1406
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1409
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1407
1410
|
|
|
1408
1411
|
## `eas help [COMMAND]`
|
|
1409
1412
|
|
|
@@ -1511,7 +1514,7 @@ DESCRIPTION
|
|
|
1511
1514
|
validate the local store configuration
|
|
1512
1515
|
```
|
|
1513
1516
|
|
|
1514
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1517
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1515
1518
|
|
|
1516
1519
|
## `eas metadata:pull`
|
|
1517
1520
|
|
|
@@ -1528,7 +1531,7 @@ DESCRIPTION
|
|
|
1528
1531
|
generate the local store configuration from the app stores
|
|
1529
1532
|
```
|
|
1530
1533
|
|
|
1531
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1534
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1532
1535
|
|
|
1533
1536
|
## `eas metadata:push`
|
|
1534
1537
|
|
|
@@ -1545,7 +1548,7 @@ DESCRIPTION
|
|
|
1545
1548
|
sync the local store configuration to the app stores
|
|
1546
1549
|
```
|
|
1547
1550
|
|
|
1548
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1551
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1549
1552
|
|
|
1550
1553
|
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1551
1554
|
|
|
@@ -1575,7 +1578,7 @@ DESCRIPTION
|
|
|
1575
1578
|
open the project page in a web browser
|
|
1576
1579
|
```
|
|
1577
1580
|
|
|
1578
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1581
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/open.ts)_
|
|
1579
1582
|
|
|
1580
1583
|
## `eas project:info`
|
|
1581
1584
|
|
|
@@ -1589,7 +1592,7 @@ DESCRIPTION
|
|
|
1589
1592
|
information about the current project
|
|
1590
1593
|
```
|
|
1591
1594
|
|
|
1592
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1595
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/project/info.ts)_
|
|
1593
1596
|
|
|
1594
1597
|
## `eas project:init`
|
|
1595
1598
|
|
|
@@ -1612,7 +1615,7 @@ ALIASES
|
|
|
1612
1615
|
$ eas init
|
|
1613
1616
|
```
|
|
1614
1617
|
|
|
1615
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1618
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/project/init.ts)_
|
|
1616
1619
|
|
|
1617
1620
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1618
1621
|
|
|
@@ -1630,7 +1633,7 @@ ALIASES
|
|
|
1630
1633
|
$ eas onboarding
|
|
1631
1634
|
```
|
|
1632
1635
|
|
|
1633
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1636
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1634
1637
|
|
|
1635
1638
|
## `eas submit`
|
|
1636
1639
|
|
|
@@ -1639,11 +1642,14 @@ submit app binary to App Store and/or Play Store
|
|
|
1639
1642
|
```
|
|
1640
1643
|
USAGE
|
|
1641
1644
|
$ eas submit [-p android|ios|all] [-e <value>] [--latest | --id <value> | --path <value> | --url <value>]
|
|
1642
|
-
[--verbose] [--wait] [--verbose-fastlane] [--non-interactive]
|
|
1645
|
+
[--verbose] [--wait] [--verbose-fastlane] [-g <value>] [--non-interactive]
|
|
1643
1646
|
|
|
1644
1647
|
FLAGS
|
|
1645
1648
|
-e, --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in
|
|
1646
1649
|
eas.json.
|
|
1650
|
+
-g, --groups=<value>... Internal TestFlight testing groups to add the build to (iOS only). Learn more:
|
|
1651
|
+
https://developer.apple.com/help/app-store-connect/test-a-beta-version/add-internal-
|
|
1652
|
+
testers
|
|
1647
1653
|
-p, --platform=(android|ios|all)
|
|
1648
1654
|
--id=<value> ID of the build to submit
|
|
1649
1655
|
--latest Submit the latest build for specified platform
|
|
@@ -1661,7 +1667,7 @@ ALIASES
|
|
|
1661
1667
|
$ eas build:submit
|
|
1662
1668
|
```
|
|
1663
1669
|
|
|
1664
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1670
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/submit.ts)_
|
|
1665
1671
|
|
|
1666
1672
|
## `eas update`
|
|
1667
1673
|
|
|
@@ -1703,7 +1709,7 @@ DESCRIPTION
|
|
|
1703
1709
|
publish an update group
|
|
1704
1710
|
```
|
|
1705
1711
|
|
|
1706
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1712
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/update/index.ts)_
|
|
1707
1713
|
|
|
1708
1714
|
## `eas update:configure`
|
|
1709
1715
|
|
|
@@ -1723,7 +1729,7 @@ DESCRIPTION
|
|
|
1723
1729
|
configure the project to support EAS Update
|
|
1724
1730
|
```
|
|
1725
1731
|
|
|
1726
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1732
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1727
1733
|
|
|
1728
1734
|
## `eas update:delete GROUPID`
|
|
1729
1735
|
|
|
@@ -1744,7 +1750,7 @@ DESCRIPTION
|
|
|
1744
1750
|
delete all the updates in an update group
|
|
1745
1751
|
```
|
|
1746
1752
|
|
|
1747
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1753
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1748
1754
|
|
|
1749
1755
|
## `eas update:edit [GROUPID]`
|
|
1750
1756
|
|
|
@@ -1768,7 +1774,7 @@ DESCRIPTION
|
|
|
1768
1774
|
edit all the updates in an update group
|
|
1769
1775
|
```
|
|
1770
1776
|
|
|
1771
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1777
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1772
1778
|
|
|
1773
1779
|
## `eas update:list`
|
|
1774
1780
|
|
|
@@ -1790,7 +1796,7 @@ DESCRIPTION
|
|
|
1790
1796
|
view the recent updates
|
|
1791
1797
|
```
|
|
1792
1798
|
|
|
1793
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1799
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/update/list.ts)_
|
|
1794
1800
|
|
|
1795
1801
|
## `eas update:republish`
|
|
1796
1802
|
|
|
@@ -1826,7 +1832,7 @@ DESCRIPTION
|
|
|
1826
1832
|
roll back to an existing update
|
|
1827
1833
|
```
|
|
1828
1834
|
|
|
1829
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1835
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1830
1836
|
|
|
1831
1837
|
## `eas update:roll-back-to-embedded`
|
|
1832
1838
|
|
|
@@ -1854,7 +1860,7 @@ DESCRIPTION
|
|
|
1854
1860
|
roll back to the embedded update
|
|
1855
1861
|
```
|
|
1856
1862
|
|
|
1857
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1863
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1858
1864
|
|
|
1859
1865
|
## `eas update:rollback`
|
|
1860
1866
|
|
|
@@ -1874,7 +1880,7 @@ DESCRIPTION
|
|
|
1874
1880
|
roll back to an embedded update or an existing update
|
|
1875
1881
|
```
|
|
1876
1882
|
|
|
1877
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1883
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1878
1884
|
|
|
1879
1885
|
## `eas update:view GROUPID`
|
|
1880
1886
|
|
|
@@ -1894,7 +1900,7 @@ DESCRIPTION
|
|
|
1894
1900
|
update group details
|
|
1895
1901
|
```
|
|
1896
1902
|
|
|
1897
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1903
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/update/view.ts)_
|
|
1898
1904
|
|
|
1899
1905
|
## `eas webhook:create`
|
|
1900
1906
|
|
|
@@ -1915,7 +1921,7 @@ DESCRIPTION
|
|
|
1915
1921
|
create a webhook
|
|
1916
1922
|
```
|
|
1917
1923
|
|
|
1918
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1924
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1919
1925
|
|
|
1920
1926
|
## `eas webhook:delete [ID]`
|
|
1921
1927
|
|
|
@@ -1935,7 +1941,7 @@ DESCRIPTION
|
|
|
1935
1941
|
delete a webhook
|
|
1936
1942
|
```
|
|
1937
1943
|
|
|
1938
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1944
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1939
1945
|
|
|
1940
1946
|
## `eas webhook:list`
|
|
1941
1947
|
|
|
@@ -1953,7 +1959,7 @@ DESCRIPTION
|
|
|
1953
1959
|
list webhooks
|
|
1954
1960
|
```
|
|
1955
1961
|
|
|
1956
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1962
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1957
1963
|
|
|
1958
1964
|
## `eas webhook:update`
|
|
1959
1965
|
|
|
@@ -1975,7 +1981,7 @@ DESCRIPTION
|
|
|
1975
1981
|
update a webhook
|
|
1976
1982
|
```
|
|
1977
1983
|
|
|
1978
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1984
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1979
1985
|
|
|
1980
1986
|
## `eas webhook:view ID`
|
|
1981
1987
|
|
|
@@ -1992,7 +1998,7 @@ DESCRIPTION
|
|
|
1992
1998
|
view a webhook
|
|
1993
1999
|
```
|
|
1994
2000
|
|
|
1995
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2001
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
1996
2002
|
|
|
1997
2003
|
## `eas whoami`
|
|
1998
2004
|
|
|
@@ -2076,7 +2082,7 @@ DESCRIPTION
|
|
|
2076
2082
|
create a new workflow configuration YAML file
|
|
2077
2083
|
```
|
|
2078
2084
|
|
|
2079
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2085
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2080
2086
|
|
|
2081
2087
|
## `eas workflow:list`
|
|
2082
2088
|
|
|
@@ -2093,7 +2099,7 @@ DESCRIPTION
|
|
|
2093
2099
|
List workflows for the current project
|
|
2094
2100
|
```
|
|
2095
2101
|
|
|
2096
|
-
_See code: [packages/eas-cli/src/commands/workflow/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2102
|
+
_See code: [packages/eas-cli/src/commands/workflow/list.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/workflow/list.ts)_
|
|
2097
2103
|
|
|
2098
2104
|
## `eas workflow:run [FILE]`
|
|
2099
2105
|
|
|
@@ -2120,7 +2126,7 @@ FLAG DESCRIPTIONS
|
|
|
2120
2126
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2121
2127
|
```
|
|
2122
2128
|
|
|
2123
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2129
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2124
2130
|
|
|
2125
2131
|
## `eas workflow:runs`
|
|
2126
2132
|
|
|
@@ -2145,7 +2151,7 @@ DESCRIPTION
|
|
|
2145
2151
|
list recent workflow runs for this project, with their IDs, statuses, and timestamps
|
|
2146
2152
|
```
|
|
2147
2153
|
|
|
2148
|
-
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2154
|
+
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/workflow/runs.ts)_
|
|
2149
2155
|
|
|
2150
2156
|
## `eas workflow:validate PATH`
|
|
2151
2157
|
|
|
@@ -2165,5 +2171,5 @@ DESCRIPTION
|
|
|
2165
2171
|
validate a workflow configuration yaml file
|
|
2166
2172
|
```
|
|
2167
2173
|
|
|
2168
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2174
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.9.0/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2169
2175
|
<!-- commandsstop -->
|
|
@@ -153,7 +153,7 @@ async function runBuildAndSubmitAsync({ graphqlClient, analytics, vcsClient, pro
|
|
|
153
153
|
});
|
|
154
154
|
for (const startedBuild of startedBuilds) {
|
|
155
155
|
const submitProfile = (0, nullthrows_1.default)(submitProfiles.find(({ platform }) => (0, AppPlatform_1.toAppPlatform)(platform) === startedBuild.build.platform)).profile;
|
|
156
|
-
const submission = await
|
|
156
|
+
const submission = await prepareAndStartAutoSubmissionAsync({
|
|
157
157
|
build: startedBuild.build,
|
|
158
158
|
buildCtx: (0, nullthrows_1.default)(buildCtxByPlatform[startedBuild.build.platform]),
|
|
159
159
|
moreBuilds: startedBuilds.length > 1,
|
|
@@ -312,7 +312,7 @@ async function startBuildAsync(ctx) {
|
|
|
312
312
|
}
|
|
313
313
|
return await sendBuildRequestAsync();
|
|
314
314
|
}
|
|
315
|
-
async function
|
|
315
|
+
async function prepareAndStartAutoSubmissionAsync({ build, buildCtx, moreBuilds, projectDir, submitProfile, selectedSubmitProfileName, nonInteractive, }) {
|
|
316
316
|
const platform = (0, AppPlatform_1.toPlatform)(build.platform);
|
|
317
317
|
const submissionCtx = await (0, context_1.createSubmissionContextAsync)({
|
|
318
318
|
platform,
|
|
@@ -331,6 +331,7 @@ async function prepareAndStartSubmissionAsync({ build, buildCtx, moreBuilds, pro
|
|
|
331
331
|
vcsClient: buildCtx.vcsClient,
|
|
332
332
|
isVerboseFastlaneEnabled: false,
|
|
333
333
|
specifiedProfile: selectedSubmitProfileName,
|
|
334
|
+
groups: undefined, // use groups from submit profile
|
|
334
335
|
});
|
|
335
336
|
if (moreBuilds) {
|
|
336
337
|
log_1.default.newLine();
|
|
@@ -12,6 +12,7 @@ export default class Submit extends EasCommand {
|
|
|
12
12
|
verbose: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
13
13
|
wait: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
14
14
|
'verbose-fastlane': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
15
|
+
groups: import("@oclif/core/lib/interfaces").OptionFlag<string[] | undefined>;
|
|
15
16
|
'non-interactive': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
16
17
|
};
|
|
17
18
|
static contextDefinition: {
|
package/build/commands/submit.js
CHANGED
|
@@ -55,6 +55,11 @@ class Submit extends EasCommand_1.default {
|
|
|
55
55
|
default: false,
|
|
56
56
|
description: 'Enable verbose logging for the submission process',
|
|
57
57
|
}),
|
|
58
|
+
groups: core_1.Flags.string({
|
|
59
|
+
description: 'Internal TestFlight testing groups to add the build to (iOS only). Learn more: https://developer.apple.com/help/app-store-connect/test-a-beta-version/add-internal-testers',
|
|
60
|
+
multiple: true,
|
|
61
|
+
char: 'g',
|
|
62
|
+
}),
|
|
58
63
|
'non-interactive': core_1.Flags.boolean({
|
|
59
64
|
default: false,
|
|
60
65
|
description: 'Run command in non-interactive mode',
|
|
@@ -94,6 +99,7 @@ class Submit extends EasCommand_1.default {
|
|
|
94
99
|
archiveFlags: flagsWithPlatform.archiveFlags,
|
|
95
100
|
nonInteractive: flagsWithPlatform.nonInteractive,
|
|
96
101
|
isVerboseFastlaneEnabled: flagsWithPlatform.isVerboseFastlaneEnabled,
|
|
102
|
+
groups: flagsWithPlatform.groups,
|
|
97
103
|
actor,
|
|
98
104
|
graphqlClient,
|
|
99
105
|
analytics,
|
|
@@ -120,7 +126,7 @@ class Submit extends EasCommand_1.default {
|
|
|
120
126
|
}
|
|
121
127
|
}
|
|
122
128
|
sanitizeFlags(flags) {
|
|
123
|
-
const { platform, verbose, wait, profile, 'non-interactive': nonInteractive, 'verbose-fastlane': isVerboseFastlaneEnabled, ...archiveFlags } = flags;
|
|
129
|
+
const { platform, verbose, wait, profile, 'non-interactive': nonInteractive, 'verbose-fastlane': isVerboseFastlaneEnabled, groups, ...archiveFlags } = flags;
|
|
124
130
|
if (!flags.platform && nonInteractive) {
|
|
125
131
|
core_1.Errors.error('--platform is required when building in non-interactive mode', { exit: 1 });
|
|
126
132
|
}
|
|
@@ -136,6 +142,7 @@ class Submit extends EasCommand_1.default {
|
|
|
136
142
|
profile,
|
|
137
143
|
nonInteractive,
|
|
138
144
|
isVerboseFastlaneEnabled,
|
|
145
|
+
groups,
|
|
139
146
|
};
|
|
140
147
|
}
|
|
141
148
|
async ensurePlatformSelectedAsync(flags) {
|
|
@@ -2330,6 +2330,7 @@ export declare enum AuthProtocolType {
|
|
|
2330
2330
|
Oidc = "OIDC"
|
|
2331
2331
|
}
|
|
2332
2332
|
export declare enum AuthProviderIdentifier {
|
|
2333
|
+
Generic = "GENERIC",
|
|
2333
2334
|
GoogleWs = "GOOGLE_WS",
|
|
2334
2335
|
MsEntraId = "MS_ENTRA_ID",
|
|
2335
2336
|
Okta = "OKTA",
|
|
@@ -3728,12 +3729,14 @@ export declare enum Feature {
|
|
|
3728
3729
|
export type Fingerprint = {
|
|
3729
3730
|
__typename?: 'Fingerprint';
|
|
3730
3731
|
app: App;
|
|
3732
|
+
buildCount: Scalars['Int']['output'];
|
|
3731
3733
|
builds: AppBuildsConnection;
|
|
3732
3734
|
createdAt: Scalars['DateTime']['output'];
|
|
3733
3735
|
debugInfoUrl?: Maybe<Scalars['String']['output']>;
|
|
3734
3736
|
hash: Scalars['String']['output'];
|
|
3735
3737
|
id: Scalars['ID']['output'];
|
|
3736
3738
|
source?: Maybe<FingerprintSource>;
|
|
3739
|
+
updateCount: Scalars['Int']['output'];
|
|
3737
3740
|
updatedAt: Scalars['DateTime']['output'];
|
|
3738
3741
|
updates: AppUpdatesConnection;
|
|
3739
3742
|
};
|
|
@@ -7364,6 +7367,7 @@ export declare enum WorkflowJobType {
|
|
|
7364
7367
|
Build = "BUILD",
|
|
7365
7368
|
Custom = "CUSTOM",
|
|
7366
7369
|
Deploy = "DEPLOY",
|
|
7370
|
+
Doc = "DOC",
|
|
7367
7371
|
Fingerprint = "FINGERPRINT",
|
|
7368
7372
|
GetBuild = "GET_BUILD",
|
|
7369
7373
|
MaestroCloud = "MAESTRO_CLOUD",
|
|
@@ -136,6 +136,7 @@ var AuthProtocolType;
|
|
|
136
136
|
})(AuthProtocolType || (exports.AuthProtocolType = AuthProtocolType = {}));
|
|
137
137
|
var AuthProviderIdentifier;
|
|
138
138
|
(function (AuthProviderIdentifier) {
|
|
139
|
+
AuthProviderIdentifier["Generic"] = "GENERIC";
|
|
139
140
|
AuthProviderIdentifier["GoogleWs"] = "GOOGLE_WS";
|
|
140
141
|
AuthProviderIdentifier["MsEntraId"] = "MS_ENTRA_ID";
|
|
141
142
|
AuthProviderIdentifier["Okta"] = "OKTA";
|
|
@@ -878,6 +879,7 @@ var WorkflowJobType;
|
|
|
878
879
|
WorkflowJobType["Build"] = "BUILD";
|
|
879
880
|
WorkflowJobType["Custom"] = "CUSTOM";
|
|
880
881
|
WorkflowJobType["Deploy"] = "DEPLOY";
|
|
882
|
+
WorkflowJobType["Doc"] = "DOC";
|
|
881
883
|
WorkflowJobType["Fingerprint"] = "FINGERPRINT";
|
|
882
884
|
WorkflowJobType["GetBuild"] = "GET_BUILD";
|
|
883
885
|
WorkflowJobType["MaestroCloud"] = "MAESTRO_CLOUD";
|
|
@@ -75,7 +75,7 @@ exports.WorkflowRunQuery = {
|
|
|
75
75
|
workflows {
|
|
76
76
|
byAppIdAndFileName(appId: $appId, fileName: $fileName) {
|
|
77
77
|
id
|
|
78
|
-
runs: runsPaginated(
|
|
78
|
+
runs: runsPaginated(first: $limit, filter: { status: $status }) {
|
|
79
79
|
edges {
|
|
80
80
|
node {
|
|
81
81
|
id
|
|
@@ -14,6 +14,7 @@ export interface SubmissionContext<T extends Platform> {
|
|
|
14
14
|
exp: ExpoConfig;
|
|
15
15
|
nonInteractive: boolean;
|
|
16
16
|
isVerboseFastlaneEnabled: boolean;
|
|
17
|
+
groups: T extends Platform.IOS ? string[] : undefined;
|
|
17
18
|
platform: T;
|
|
18
19
|
profile: SubmitProfile<T>;
|
|
19
20
|
projectDir: string;
|
|
@@ -38,6 +39,7 @@ export declare function createSubmissionContextAsync<T extends Platform>(params:
|
|
|
38
39
|
env?: Record<string, string>;
|
|
39
40
|
nonInteractive: boolean;
|
|
40
41
|
isVerboseFastlaneEnabled: boolean;
|
|
42
|
+
groups: string[] | undefined;
|
|
41
43
|
platform: T;
|
|
42
44
|
profile: SubmitProfile<T>;
|
|
43
45
|
projectDir: string;
|
package/build/submit/context.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.createSubmissionContextAsync = void 0;
|
|
4
|
+
const eas_build_job_1 = require("@expo/eas-build-job");
|
|
4
5
|
const uuid_1 = require("uuid");
|
|
5
6
|
const AnalyticsManager_1 = require("../analytics/AnalyticsManager");
|
|
6
7
|
const context_1 = require("../credentials/context");
|
|
7
8
|
const projectUtils_1 = require("../project/projectUtils");
|
|
8
9
|
async function createSubmissionContextAsync(params) {
|
|
9
|
-
const { applicationIdentifier, projectDir, nonInteractive, actor, exp, projectId, graphqlClient, analytics, vcsClient, } = params;
|
|
10
|
+
const { applicationIdentifier, projectDir, nonInteractive, actor, exp, projectId, graphqlClient, analytics, vcsClient, profile, groups: groupsFromParams, platform, } = params;
|
|
10
11
|
const { env, ...rest } = params;
|
|
11
12
|
const projectName = exp.slug;
|
|
12
13
|
const account = await (0, projectUtils_1.getOwnerAccountForProjectIdAsync)(graphqlClient, projectId);
|
|
@@ -23,6 +24,15 @@ async function createSubmissionContextAsync(params) {
|
|
|
23
24
|
vcsClient,
|
|
24
25
|
});
|
|
25
26
|
}
|
|
27
|
+
let groups;
|
|
28
|
+
if (platform === eas_build_job_1.Platform.IOS) {
|
|
29
|
+
groups = (groupsFromParams ??
|
|
30
|
+
profile.groups ??
|
|
31
|
+
[]);
|
|
32
|
+
}
|
|
33
|
+
else {
|
|
34
|
+
groups = undefined;
|
|
35
|
+
}
|
|
26
36
|
const analyticsEventProperties = {
|
|
27
37
|
tracking_id: (0, uuid_1.v4)(),
|
|
28
38
|
platform: params.platform,
|
|
@@ -34,6 +44,7 @@ async function createSubmissionContextAsync(params) {
|
|
|
34
44
|
...rest,
|
|
35
45
|
accountName: account.name,
|
|
36
46
|
credentialsCtx,
|
|
47
|
+
groups,
|
|
37
48
|
projectName,
|
|
38
49
|
user: actor,
|
|
39
50
|
analyticsEventProperties,
|
|
@@ -62,11 +62,12 @@ class IosSubmitter extends BaseSubmitter_1.default {
|
|
|
62
62
|
formatSubmissionConfig(options, { credentials }) {
|
|
63
63
|
const { appSpecificPassword, ascApiKeyResult } = credentials;
|
|
64
64
|
const { appleIdUsername, ascAppIdentifier } = options;
|
|
65
|
-
const { isVerboseFastlaneEnabled } = this.ctx;
|
|
65
|
+
const { isVerboseFastlaneEnabled, groups } = this.ctx;
|
|
66
66
|
return {
|
|
67
67
|
ascAppIdentifier,
|
|
68
68
|
appleIdUsername,
|
|
69
69
|
isVerboseFastlaneEnabled,
|
|
70
|
+
groups,
|
|
70
71
|
...(appSpecificPassword ? this.formatAppSpecificPassword(appSpecificPassword) : null),
|
|
71
72
|
...(ascApiKeyResult?.result ? this.formatAscApiKeyResult(ascApiKeyResult.result) : null),
|
|
72
73
|
};
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "16.
|
|
2
|
+
"version": "16.9.0",
|
|
3
3
|
"commands": {
|
|
4
4
|
"analytics": {
|
|
5
5
|
"id": "analytics",
|
|
@@ -198,6 +198,13 @@
|
|
|
198
198
|
"description": "Enable verbose logging for the submission process",
|
|
199
199
|
"allowNo": false
|
|
200
200
|
},
|
|
201
|
+
"groups": {
|
|
202
|
+
"name": "groups",
|
|
203
|
+
"type": "option",
|
|
204
|
+
"char": "g",
|
|
205
|
+
"description": "Internal TestFlight testing groups to add the build to (iOS only). Learn more: https://developer.apple.com/help/app-store-connect/test-a-beta-version/add-internal-testers",
|
|
206
|
+
"multiple": true
|
|
207
|
+
},
|
|
201
208
|
"non-interactive": {
|
|
202
209
|
"name": "non-interactive",
|
|
203
210
|
"type": "boolean",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
3
|
"description": "EAS command line tool",
|
|
4
|
-
"version": "16.
|
|
4
|
+
"version": "16.9.0",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@expo/config": "10.0.6",
|
|
14
14
|
"@expo/config-plugins": "9.0.12",
|
|
15
15
|
"@expo/eas-build-job": "1.0.173",
|
|
16
|
-
"@expo/eas-json": "16.
|
|
16
|
+
"@expo/eas-json": "16.9.0",
|
|
17
17
|
"@expo/env": "^1.0.0",
|
|
18
18
|
"@expo/json-file": "8.3.3",
|
|
19
19
|
"@expo/logger": "1.0.117",
|
|
@@ -240,5 +240,5 @@
|
|
|
240
240
|
"node": "20.11.0",
|
|
241
241
|
"yarn": "1.22.21"
|
|
242
242
|
},
|
|
243
|
-
"gitHead": "
|
|
243
|
+
"gitHead": "67d85c202584bc701236a02f805a1abda0816311"
|
|
244
244
|
}
|