eas-cli 16.10.1 → 16.12.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 +83 -81
- package/build/commands/submit.d.ts +1 -0
- package/build/commands/submit.js +6 -1
- package/build/commands/workflow/run.js +3 -0
- package/build/graphql/generated.d.ts +2 -0
- package/build/graphql/generated.js +1 -0
- package/build/submit/context.d.ts +2 -0
- package/build/submit/ios/IosSubmitter.js +2 -1
- package/oclif.manifest.json +7 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -165,7 +165,7 @@ ALIASES
|
|
|
165
165
|
$ eas login
|
|
166
166
|
```
|
|
167
167
|
|
|
168
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
168
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/account/login.ts)_
|
|
169
169
|
|
|
170
170
|
## `eas account:logout`
|
|
171
171
|
|
|
@@ -182,7 +182,7 @@ ALIASES
|
|
|
182
182
|
$ eas logout
|
|
183
183
|
```
|
|
184
184
|
|
|
185
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
185
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/account/logout.ts)_
|
|
186
186
|
|
|
187
187
|
## `eas account:view`
|
|
188
188
|
|
|
@@ -199,7 +199,7 @@ ALIASES
|
|
|
199
199
|
$ eas whoami
|
|
200
200
|
```
|
|
201
201
|
|
|
202
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
202
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/account/view.ts)_
|
|
203
203
|
|
|
204
204
|
## `eas analytics [STATUS]`
|
|
205
205
|
|
|
@@ -213,7 +213,7 @@ DESCRIPTION
|
|
|
213
213
|
display or change analytics settings
|
|
214
214
|
```
|
|
215
215
|
|
|
216
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
216
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/analytics.ts)_
|
|
217
217
|
|
|
218
218
|
## `eas autocomplete [SHELL]`
|
|
219
219
|
|
|
@@ -265,7 +265,7 @@ DESCRIPTION
|
|
|
265
265
|
create a branch
|
|
266
266
|
```
|
|
267
267
|
|
|
268
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
268
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/branch/create.ts)_
|
|
269
269
|
|
|
270
270
|
## `eas branch:delete [NAME]`
|
|
271
271
|
|
|
@@ -286,7 +286,7 @@ DESCRIPTION
|
|
|
286
286
|
delete a branch
|
|
287
287
|
```
|
|
288
288
|
|
|
289
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
289
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
290
290
|
|
|
291
291
|
## `eas branch:list`
|
|
292
292
|
|
|
@@ -306,7 +306,7 @@ DESCRIPTION
|
|
|
306
306
|
list all branches
|
|
307
307
|
```
|
|
308
308
|
|
|
309
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
309
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/branch/list.ts)_
|
|
310
310
|
|
|
311
311
|
## `eas branch:rename`
|
|
312
312
|
|
|
@@ -326,7 +326,7 @@ DESCRIPTION
|
|
|
326
326
|
rename a branch
|
|
327
327
|
```
|
|
328
328
|
|
|
329
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
329
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
330
330
|
|
|
331
331
|
## `eas branch:view [NAME]`
|
|
332
332
|
|
|
@@ -349,7 +349,7 @@ DESCRIPTION
|
|
|
349
349
|
view a branch
|
|
350
350
|
```
|
|
351
351
|
|
|
352
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
352
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/branch/view.ts)_
|
|
353
353
|
|
|
354
354
|
## `eas build`
|
|
355
355
|
|
|
@@ -387,7 +387,7 @@ DESCRIPTION
|
|
|
387
387
|
start a build
|
|
388
388
|
```
|
|
389
389
|
|
|
390
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
390
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/build/index.ts)_
|
|
391
391
|
|
|
392
392
|
## `eas build:cancel [BUILD_ID]`
|
|
393
393
|
|
|
@@ -406,7 +406,7 @@ DESCRIPTION
|
|
|
406
406
|
cancel a build
|
|
407
407
|
```
|
|
408
408
|
|
|
409
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
409
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
410
410
|
|
|
411
411
|
## `eas build:configure`
|
|
412
412
|
|
|
@@ -423,7 +423,7 @@ DESCRIPTION
|
|
|
423
423
|
configure the project to support EAS Build
|
|
424
424
|
```
|
|
425
425
|
|
|
426
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
426
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/build/configure.ts)_
|
|
427
427
|
|
|
428
428
|
## `eas build:delete [BUILD_ID]`
|
|
429
429
|
|
|
@@ -442,7 +442,7 @@ DESCRIPTION
|
|
|
442
442
|
delete a build
|
|
443
443
|
```
|
|
444
444
|
|
|
445
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
445
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/build/delete.ts)_
|
|
446
446
|
|
|
447
447
|
## `eas build:dev`
|
|
448
448
|
|
|
@@ -462,7 +462,7 @@ DESCRIPTION
|
|
|
462
462
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
463
463
|
```
|
|
464
464
|
|
|
465
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
465
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/build/dev.ts)_
|
|
466
466
|
|
|
467
467
|
## `eas build:download`
|
|
468
468
|
|
|
@@ -483,7 +483,7 @@ DESCRIPTION
|
|
|
483
483
|
download simulator/emulator builds for a given fingerprint hash
|
|
484
484
|
```
|
|
485
485
|
|
|
486
|
-
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
486
|
+
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/build/download.ts)_
|
|
487
487
|
|
|
488
488
|
## `eas build:inspect`
|
|
489
489
|
|
|
@@ -518,7 +518,7 @@ DESCRIPTION
|
|
|
518
518
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
519
519
|
```
|
|
520
520
|
|
|
521
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
521
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
522
522
|
|
|
523
523
|
## `eas build:list`
|
|
524
524
|
|
|
@@ -570,7 +570,7 @@ DESCRIPTION
|
|
|
570
570
|
list all builds for your project
|
|
571
571
|
```
|
|
572
572
|
|
|
573
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
573
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/build/list.ts)_
|
|
574
574
|
|
|
575
575
|
## `eas build:resign`
|
|
576
576
|
|
|
@@ -599,7 +599,7 @@ DESCRIPTION
|
|
|
599
599
|
re-sign a build archive
|
|
600
600
|
```
|
|
601
601
|
|
|
602
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
602
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/build/resign.ts)_
|
|
603
603
|
|
|
604
604
|
## `eas build:run`
|
|
605
605
|
|
|
@@ -625,7 +625,7 @@ DESCRIPTION
|
|
|
625
625
|
run simulator/emulator builds from eas-cli
|
|
626
626
|
```
|
|
627
627
|
|
|
628
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
628
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/build/run.ts)_
|
|
629
629
|
|
|
630
630
|
## `eas build:submit`
|
|
631
631
|
|
|
@@ -634,7 +634,7 @@ submit app binary to App Store and/or Play Store
|
|
|
634
634
|
```
|
|
635
635
|
USAGE
|
|
636
636
|
$ eas build:submit [-p android|ios|all] [-e <value>] [--latest | --id <value> | --path <value> | --url <value>]
|
|
637
|
-
[--verbose] [--wait] [--verbose-fastlane] [-g <value>] [--non-interactive]
|
|
637
|
+
[--what-to-test <value>] [--verbose] [--wait] [--verbose-fastlane] [-g <value>] [--non-interactive]
|
|
638
638
|
|
|
639
639
|
FLAGS
|
|
640
640
|
-e, --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in
|
|
@@ -651,6 +651,7 @@ FLAGS
|
|
|
651
651
|
--verbose Always print logs from EAS Submit
|
|
652
652
|
--verbose-fastlane Enable verbose logging for the submission process
|
|
653
653
|
--[no-]wait Wait for submission to complete
|
|
654
|
+
--what-to-test=<value> Sets the "What to test" information in TestFlight (iOS only).
|
|
654
655
|
|
|
655
656
|
DESCRIPTION
|
|
656
657
|
submit app binary to App Store and/or Play Store
|
|
@@ -678,7 +679,7 @@ DESCRIPTION
|
|
|
678
679
|
get the latest version from EAS servers
|
|
679
680
|
```
|
|
680
681
|
|
|
681
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
682
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
682
683
|
|
|
683
684
|
## `eas build:version:set`
|
|
684
685
|
|
|
@@ -697,7 +698,7 @@ DESCRIPTION
|
|
|
697
698
|
update version of an app
|
|
698
699
|
```
|
|
699
700
|
|
|
700
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
701
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
701
702
|
|
|
702
703
|
## `eas build:version:sync`
|
|
703
704
|
|
|
@@ -716,7 +717,7 @@ DESCRIPTION
|
|
|
716
717
|
update a version in native code with a value stored on EAS servers
|
|
717
718
|
```
|
|
718
719
|
|
|
719
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
720
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
720
721
|
|
|
721
722
|
## `eas build:view [BUILD_ID]`
|
|
722
723
|
|
|
@@ -733,7 +734,7 @@ DESCRIPTION
|
|
|
733
734
|
view a build for your project
|
|
734
735
|
```
|
|
735
736
|
|
|
736
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
737
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/build/view.ts)_
|
|
737
738
|
|
|
738
739
|
## `eas channel:create [NAME]`
|
|
739
740
|
|
|
@@ -754,7 +755,7 @@ DESCRIPTION
|
|
|
754
755
|
create a channel
|
|
755
756
|
```
|
|
756
757
|
|
|
757
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
758
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/channel/create.ts)_
|
|
758
759
|
|
|
759
760
|
## `eas channel:edit [NAME]`
|
|
760
761
|
|
|
@@ -776,7 +777,7 @@ DESCRIPTION
|
|
|
776
777
|
point a channel at a new branch
|
|
777
778
|
```
|
|
778
779
|
|
|
779
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
780
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
780
781
|
|
|
781
782
|
## `eas channel:list`
|
|
782
783
|
|
|
@@ -796,7 +797,7 @@ DESCRIPTION
|
|
|
796
797
|
list all channels
|
|
797
798
|
```
|
|
798
799
|
|
|
799
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
800
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/channel/list.ts)_
|
|
800
801
|
|
|
801
802
|
## `eas channel:pause [NAME]`
|
|
802
803
|
|
|
@@ -818,7 +819,7 @@ DESCRIPTION
|
|
|
818
819
|
pause a channel to stop it from sending updates
|
|
819
820
|
```
|
|
820
821
|
|
|
821
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
822
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
822
823
|
|
|
823
824
|
## `eas channel:resume [NAME]`
|
|
824
825
|
|
|
@@ -840,7 +841,7 @@ DESCRIPTION
|
|
|
840
841
|
resume a channel to start sending updates
|
|
841
842
|
```
|
|
842
843
|
|
|
843
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
844
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
844
845
|
|
|
845
846
|
## `eas channel:rollout [CHANNEL]`
|
|
846
847
|
|
|
@@ -873,7 +874,7 @@ DESCRIPTION
|
|
|
873
874
|
Roll a new branch out on a channel incrementally.
|
|
874
875
|
```
|
|
875
876
|
|
|
876
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
877
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
877
878
|
|
|
878
879
|
## `eas channel:view [NAME]`
|
|
879
880
|
|
|
@@ -896,7 +897,7 @@ DESCRIPTION
|
|
|
896
897
|
view a channel
|
|
897
898
|
```
|
|
898
899
|
|
|
899
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
900
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/channel/view.ts)_
|
|
900
901
|
|
|
901
902
|
## `eas config`
|
|
902
903
|
|
|
@@ -917,7 +918,7 @@ DESCRIPTION
|
|
|
917
918
|
display project configuration (app.json + eas.json)
|
|
918
919
|
```
|
|
919
920
|
|
|
920
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
921
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/config.ts)_
|
|
921
922
|
|
|
922
923
|
## `eas credentials`
|
|
923
924
|
|
|
@@ -934,7 +935,7 @@ DESCRIPTION
|
|
|
934
935
|
manage credentials
|
|
935
936
|
```
|
|
936
937
|
|
|
937
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
938
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
938
939
|
|
|
939
940
|
## `eas credentials:configure-build`
|
|
940
941
|
|
|
@@ -952,7 +953,7 @@ DESCRIPTION
|
|
|
952
953
|
Set up credentials for building your project.
|
|
953
954
|
```
|
|
954
955
|
|
|
955
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
956
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
956
957
|
|
|
957
958
|
## `eas deploy [2m[options][22m`
|
|
958
959
|
|
|
@@ -980,7 +981,7 @@ ALIASES
|
|
|
980
981
|
$ eas worker:deploy
|
|
981
982
|
```
|
|
982
983
|
|
|
983
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
984
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
984
985
|
|
|
985
986
|
## `eas deploy:alias`
|
|
986
987
|
|
|
@@ -1005,7 +1006,7 @@ ALIASES
|
|
|
1005
1006
|
$ eas deploy:promote
|
|
1006
1007
|
```
|
|
1007
1008
|
|
|
1008
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1009
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/deploy/alias.ts)_
|
|
1009
1010
|
|
|
1010
1011
|
## `eas deploy:promote`
|
|
1011
1012
|
|
|
@@ -1042,7 +1043,7 @@ DESCRIPTION
|
|
|
1042
1043
|
register new Apple Devices to use for internal distribution
|
|
1043
1044
|
```
|
|
1044
1045
|
|
|
1045
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1046
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/device/create.ts)_
|
|
1046
1047
|
|
|
1047
1048
|
## `eas device:delete`
|
|
1048
1049
|
|
|
@@ -1062,7 +1063,7 @@ DESCRIPTION
|
|
|
1062
1063
|
remove a registered device from your account
|
|
1063
1064
|
```
|
|
1064
1065
|
|
|
1065
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1066
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1066
1067
|
|
|
1067
1068
|
## `eas device:list`
|
|
1068
1069
|
|
|
@@ -1083,7 +1084,7 @@ DESCRIPTION
|
|
|
1083
1084
|
list all registered devices for your account
|
|
1084
1085
|
```
|
|
1085
1086
|
|
|
1086
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1087
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/device/list.ts)_
|
|
1087
1088
|
|
|
1088
1089
|
## `eas device:rename`
|
|
1089
1090
|
|
|
@@ -1104,7 +1105,7 @@ DESCRIPTION
|
|
|
1104
1105
|
rename a registered device
|
|
1105
1106
|
```
|
|
1106
1107
|
|
|
1107
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1108
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1108
1109
|
|
|
1109
1110
|
## `eas device:view [UDID]`
|
|
1110
1111
|
|
|
@@ -1118,7 +1119,7 @@ DESCRIPTION
|
|
|
1118
1119
|
view a device for your project
|
|
1119
1120
|
```
|
|
1120
1121
|
|
|
1121
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1122
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/device/view.ts)_
|
|
1122
1123
|
|
|
1123
1124
|
## `eas diagnostics`
|
|
1124
1125
|
|
|
@@ -1132,7 +1133,7 @@ DESCRIPTION
|
|
|
1132
1133
|
display environment info
|
|
1133
1134
|
```
|
|
1134
1135
|
|
|
1135
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1136
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1136
1137
|
|
|
1137
1138
|
## `eas env:create [ENVIRONMENT]`
|
|
1138
1139
|
|
|
@@ -1161,7 +1162,7 @@ DESCRIPTION
|
|
|
1161
1162
|
create an environment variable for the current project or account
|
|
1162
1163
|
```
|
|
1163
1164
|
|
|
1164
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1165
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/env/create.ts)_
|
|
1165
1166
|
|
|
1166
1167
|
## `eas env:delete [ENVIRONMENT]`
|
|
1167
1168
|
|
|
@@ -1185,7 +1186,7 @@ DESCRIPTION
|
|
|
1185
1186
|
delete an environment variable for the current project or account
|
|
1186
1187
|
```
|
|
1187
1188
|
|
|
1188
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1189
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1189
1190
|
|
|
1190
1191
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1191
1192
|
|
|
@@ -1206,7 +1207,7 @@ DESCRIPTION
|
|
|
1206
1207
|
execute a command with environment variables from the selected environment
|
|
1207
1208
|
```
|
|
1208
1209
|
|
|
1209
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1210
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1210
1211
|
|
|
1211
1212
|
## `eas env:get [ENVIRONMENT]`
|
|
1212
1213
|
|
|
@@ -1231,7 +1232,7 @@ DESCRIPTION
|
|
|
1231
1232
|
view an environment variable for the current project or account
|
|
1232
1233
|
```
|
|
1233
1234
|
|
|
1234
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1235
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/env/get.ts)_
|
|
1235
1236
|
|
|
1236
1237
|
## `eas env:list [ENVIRONMENT]`
|
|
1237
1238
|
|
|
@@ -1256,7 +1257,7 @@ DESCRIPTION
|
|
|
1256
1257
|
list environment variables for the current project or account
|
|
1257
1258
|
```
|
|
1258
1259
|
|
|
1259
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1260
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/env/list.ts)_
|
|
1260
1261
|
|
|
1261
1262
|
## `eas env:pull [ENVIRONMENT]`
|
|
1262
1263
|
|
|
@@ -1279,7 +1280,7 @@ DESCRIPTION
|
|
|
1279
1280
|
pull environment variables for the selected environment to .env file
|
|
1280
1281
|
```
|
|
1281
1282
|
|
|
1282
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1283
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1283
1284
|
|
|
1284
1285
|
## `eas env:push [ENVIRONMENT]`
|
|
1285
1286
|
|
|
@@ -1300,7 +1301,7 @@ DESCRIPTION
|
|
|
1300
1301
|
push environment variables from .env file to the selected environment
|
|
1301
1302
|
```
|
|
1302
1303
|
|
|
1303
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1304
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/env/push.ts)_
|
|
1304
1305
|
|
|
1305
1306
|
## `eas env:update [ENVIRONMENT]`
|
|
1306
1307
|
|
|
@@ -1331,7 +1332,7 @@ DESCRIPTION
|
|
|
1331
1332
|
update an environment variable on the current project or account
|
|
1332
1333
|
```
|
|
1333
1334
|
|
|
1334
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1335
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/env/update.ts)_
|
|
1335
1336
|
|
|
1336
1337
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1337
1338
|
|
|
@@ -1376,7 +1377,7 @@ EXAMPLES
|
|
|
1376
1377
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1377
1378
|
```
|
|
1378
1379
|
|
|
1379
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1380
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1380
1381
|
|
|
1381
1382
|
## `eas fingerprint:generate`
|
|
1382
1383
|
|
|
@@ -1407,7 +1408,7 @@ EXAMPLES
|
|
|
1407
1408
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1408
1409
|
```
|
|
1409
1410
|
|
|
1410
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1411
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1411
1412
|
|
|
1412
1413
|
## `eas help [COMMAND]`
|
|
1413
1414
|
|
|
@@ -1515,7 +1516,7 @@ DESCRIPTION
|
|
|
1515
1516
|
validate the local store configuration
|
|
1516
1517
|
```
|
|
1517
1518
|
|
|
1518
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1519
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1519
1520
|
|
|
1520
1521
|
## `eas metadata:pull`
|
|
1521
1522
|
|
|
@@ -1532,7 +1533,7 @@ DESCRIPTION
|
|
|
1532
1533
|
generate the local store configuration from the app stores
|
|
1533
1534
|
```
|
|
1534
1535
|
|
|
1535
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1536
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1536
1537
|
|
|
1537
1538
|
## `eas metadata:push`
|
|
1538
1539
|
|
|
@@ -1549,7 +1550,7 @@ DESCRIPTION
|
|
|
1549
1550
|
sync the local store configuration to the app stores
|
|
1550
1551
|
```
|
|
1551
1552
|
|
|
1552
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1553
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1553
1554
|
|
|
1554
1555
|
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1555
1556
|
|
|
@@ -1579,7 +1580,7 @@ DESCRIPTION
|
|
|
1579
1580
|
open the project page in a web browser
|
|
1580
1581
|
```
|
|
1581
1582
|
|
|
1582
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1583
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/open.ts)_
|
|
1583
1584
|
|
|
1584
1585
|
## `eas project:info`
|
|
1585
1586
|
|
|
@@ -1593,7 +1594,7 @@ DESCRIPTION
|
|
|
1593
1594
|
information about the current project
|
|
1594
1595
|
```
|
|
1595
1596
|
|
|
1596
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1597
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/project/info.ts)_
|
|
1597
1598
|
|
|
1598
1599
|
## `eas project:init`
|
|
1599
1600
|
|
|
@@ -1616,7 +1617,7 @@ ALIASES
|
|
|
1616
1617
|
$ eas init
|
|
1617
1618
|
```
|
|
1618
1619
|
|
|
1619
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1620
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/project/init.ts)_
|
|
1620
1621
|
|
|
1621
1622
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1622
1623
|
|
|
@@ -1634,7 +1635,7 @@ ALIASES
|
|
|
1634
1635
|
$ eas onboarding
|
|
1635
1636
|
```
|
|
1636
1637
|
|
|
1637
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1638
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1638
1639
|
|
|
1639
1640
|
## `eas submit`
|
|
1640
1641
|
|
|
@@ -1643,7 +1644,7 @@ submit app binary to App Store and/or Play Store
|
|
|
1643
1644
|
```
|
|
1644
1645
|
USAGE
|
|
1645
1646
|
$ eas submit [-p android|ios|all] [-e <value>] [--latest | --id <value> | --path <value> | --url <value>]
|
|
1646
|
-
[--verbose] [--wait] [--verbose-fastlane] [-g <value>] [--non-interactive]
|
|
1647
|
+
[--what-to-test <value>] [--verbose] [--wait] [--verbose-fastlane] [-g <value>] [--non-interactive]
|
|
1647
1648
|
|
|
1648
1649
|
FLAGS
|
|
1649
1650
|
-e, --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in
|
|
@@ -1660,6 +1661,7 @@ FLAGS
|
|
|
1660
1661
|
--verbose Always print logs from EAS Submit
|
|
1661
1662
|
--verbose-fastlane Enable verbose logging for the submission process
|
|
1662
1663
|
--[no-]wait Wait for submission to complete
|
|
1664
|
+
--what-to-test=<value> Sets the "What to test" information in TestFlight (iOS only).
|
|
1663
1665
|
|
|
1664
1666
|
DESCRIPTION
|
|
1665
1667
|
submit app binary to App Store and/or Play Store
|
|
@@ -1668,7 +1670,7 @@ ALIASES
|
|
|
1668
1670
|
$ eas build:submit
|
|
1669
1671
|
```
|
|
1670
1672
|
|
|
1671
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1673
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/submit.ts)_
|
|
1672
1674
|
|
|
1673
1675
|
## `eas update`
|
|
1674
1676
|
|
|
@@ -1710,7 +1712,7 @@ DESCRIPTION
|
|
|
1710
1712
|
publish an update group
|
|
1711
1713
|
```
|
|
1712
1714
|
|
|
1713
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1715
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/update/index.ts)_
|
|
1714
1716
|
|
|
1715
1717
|
## `eas update:configure`
|
|
1716
1718
|
|
|
@@ -1730,7 +1732,7 @@ DESCRIPTION
|
|
|
1730
1732
|
configure the project to support EAS Update
|
|
1731
1733
|
```
|
|
1732
1734
|
|
|
1733
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1735
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1734
1736
|
|
|
1735
1737
|
## `eas update:delete GROUPID`
|
|
1736
1738
|
|
|
@@ -1751,7 +1753,7 @@ DESCRIPTION
|
|
|
1751
1753
|
delete all the updates in an update group
|
|
1752
1754
|
```
|
|
1753
1755
|
|
|
1754
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1756
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1755
1757
|
|
|
1756
1758
|
## `eas update:edit [GROUPID]`
|
|
1757
1759
|
|
|
@@ -1775,7 +1777,7 @@ DESCRIPTION
|
|
|
1775
1777
|
edit all the updates in an update group
|
|
1776
1778
|
```
|
|
1777
1779
|
|
|
1778
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1780
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1779
1781
|
|
|
1780
1782
|
## `eas update:list`
|
|
1781
1783
|
|
|
@@ -1797,7 +1799,7 @@ DESCRIPTION
|
|
|
1797
1799
|
view the recent updates
|
|
1798
1800
|
```
|
|
1799
1801
|
|
|
1800
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1802
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/update/list.ts)_
|
|
1801
1803
|
|
|
1802
1804
|
## `eas update:republish`
|
|
1803
1805
|
|
|
@@ -1833,7 +1835,7 @@ DESCRIPTION
|
|
|
1833
1835
|
roll back to an existing update
|
|
1834
1836
|
```
|
|
1835
1837
|
|
|
1836
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1838
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1837
1839
|
|
|
1838
1840
|
## `eas update:roll-back-to-embedded`
|
|
1839
1841
|
|
|
@@ -1861,7 +1863,7 @@ DESCRIPTION
|
|
|
1861
1863
|
roll back to the embedded update
|
|
1862
1864
|
```
|
|
1863
1865
|
|
|
1864
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1866
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1865
1867
|
|
|
1866
1868
|
## `eas update:rollback`
|
|
1867
1869
|
|
|
@@ -1881,7 +1883,7 @@ DESCRIPTION
|
|
|
1881
1883
|
roll back to an embedded update or an existing update
|
|
1882
1884
|
```
|
|
1883
1885
|
|
|
1884
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1886
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1885
1887
|
|
|
1886
1888
|
## `eas update:view GROUPID`
|
|
1887
1889
|
|
|
@@ -1901,7 +1903,7 @@ DESCRIPTION
|
|
|
1901
1903
|
update group details
|
|
1902
1904
|
```
|
|
1903
1905
|
|
|
1904
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1906
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/update/view.ts)_
|
|
1905
1907
|
|
|
1906
1908
|
## `eas webhook:create`
|
|
1907
1909
|
|
|
@@ -1922,7 +1924,7 @@ DESCRIPTION
|
|
|
1922
1924
|
create a webhook
|
|
1923
1925
|
```
|
|
1924
1926
|
|
|
1925
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1927
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1926
1928
|
|
|
1927
1929
|
## `eas webhook:delete [ID]`
|
|
1928
1930
|
|
|
@@ -1942,7 +1944,7 @@ DESCRIPTION
|
|
|
1942
1944
|
delete a webhook
|
|
1943
1945
|
```
|
|
1944
1946
|
|
|
1945
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1947
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1946
1948
|
|
|
1947
1949
|
## `eas webhook:list`
|
|
1948
1950
|
|
|
@@ -1960,7 +1962,7 @@ DESCRIPTION
|
|
|
1960
1962
|
list webhooks
|
|
1961
1963
|
```
|
|
1962
1964
|
|
|
1963
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1965
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1964
1966
|
|
|
1965
1967
|
## `eas webhook:update`
|
|
1966
1968
|
|
|
@@ -1982,7 +1984,7 @@ DESCRIPTION
|
|
|
1982
1984
|
update a webhook
|
|
1983
1985
|
```
|
|
1984
1986
|
|
|
1985
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1987
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1986
1988
|
|
|
1987
1989
|
## `eas webhook:view ID`
|
|
1988
1990
|
|
|
@@ -1999,7 +2001,7 @@ DESCRIPTION
|
|
|
1999
2001
|
view a webhook
|
|
2000
2002
|
```
|
|
2001
2003
|
|
|
2002
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2004
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
2003
2005
|
|
|
2004
2006
|
## `eas whoami`
|
|
2005
2007
|
|
|
@@ -2081,7 +2083,7 @@ DESCRIPTION
|
|
|
2081
2083
|
to cancel.
|
|
2082
2084
|
```
|
|
2083
2085
|
|
|
2084
|
-
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2086
|
+
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/workflow/cancel.ts)_
|
|
2085
2087
|
|
|
2086
2088
|
## `eas workflow:create [NAME]`
|
|
2087
2089
|
|
|
@@ -2101,7 +2103,7 @@ DESCRIPTION
|
|
|
2101
2103
|
create a new workflow configuration YAML file
|
|
2102
2104
|
```
|
|
2103
2105
|
|
|
2104
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2106
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2105
2107
|
|
|
2106
2108
|
## `eas workflow:list`
|
|
2107
2109
|
|
|
@@ -2118,7 +2120,7 @@ DESCRIPTION
|
|
|
2118
2120
|
List workflows for the current project
|
|
2119
2121
|
```
|
|
2120
2122
|
|
|
2121
|
-
_See code: [packages/eas-cli/src/commands/workflow/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2123
|
+
_See code: [packages/eas-cli/src/commands/workflow/list.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/workflow/list.ts)_
|
|
2122
2124
|
|
|
2123
2125
|
## `eas workflow:run [FILE]`
|
|
2124
2126
|
|
|
@@ -2145,7 +2147,7 @@ FLAG DESCRIPTIONS
|
|
|
2145
2147
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2146
2148
|
```
|
|
2147
2149
|
|
|
2148
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2150
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2149
2151
|
|
|
2150
2152
|
## `eas workflow:runs`
|
|
2151
2153
|
|
|
@@ -2170,7 +2172,7 @@ DESCRIPTION
|
|
|
2170
2172
|
list recent workflow runs for this project, with their IDs, statuses, and timestamps
|
|
2171
2173
|
```
|
|
2172
2174
|
|
|
2173
|
-
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2175
|
+
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/workflow/runs.ts)_
|
|
2174
2176
|
|
|
2175
2177
|
## `eas workflow:validate PATH`
|
|
2176
2178
|
|
|
@@ -2190,5 +2192,5 @@ DESCRIPTION
|
|
|
2190
2192
|
validate a workflow configuration yaml file
|
|
2191
2193
|
```
|
|
2192
2194
|
|
|
2193
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2195
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2194
2196
|
<!-- commandsstop -->
|
|
@@ -9,6 +9,7 @@ export default class Submit extends EasCommand {
|
|
|
9
9
|
id: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined>;
|
|
10
10
|
path: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined>;
|
|
11
11
|
url: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined>;
|
|
12
|
+
'what-to-test': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined>;
|
|
12
13
|
verbose: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
13
14
|
wait: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
14
15
|
'verbose-fastlane': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
package/build/commands/submit.js
CHANGED
|
@@ -42,6 +42,9 @@ class Submit extends EasCommand_1.default {
|
|
|
42
42
|
description: 'App archive url',
|
|
43
43
|
exclusive: ['latest', 'id', 'path'],
|
|
44
44
|
}),
|
|
45
|
+
'what-to-test': core_1.Flags.string({
|
|
46
|
+
description: `Sets the "What to test" information in TestFlight (iOS only).`,
|
|
47
|
+
}),
|
|
45
48
|
verbose: core_1.Flags.boolean({
|
|
46
49
|
description: 'Always print logs from EAS Submit',
|
|
47
50
|
default: false,
|
|
@@ -106,6 +109,7 @@ class Submit extends EasCommand_1.default {
|
|
|
106
109
|
exp,
|
|
107
110
|
projectId,
|
|
108
111
|
vcsClient,
|
|
112
|
+
whatToTest: flagsWithPlatform.whatToTest,
|
|
109
113
|
specifiedProfile: flagsWithPlatform.profile,
|
|
110
114
|
});
|
|
111
115
|
if (submissionProfiles.length > 1) {
|
|
@@ -126,7 +130,7 @@ class Submit extends EasCommand_1.default {
|
|
|
126
130
|
}
|
|
127
131
|
}
|
|
128
132
|
sanitizeFlags(flags) {
|
|
129
|
-
const { platform, verbose, wait, profile, 'non-interactive': nonInteractive, 'verbose-fastlane': isVerboseFastlaneEnabled, groups, ...archiveFlags } = flags;
|
|
133
|
+
const { platform, verbose, wait, profile, 'non-interactive': nonInteractive, 'verbose-fastlane': isVerboseFastlaneEnabled, groups, 'what-to-test': whatToTest, ...archiveFlags } = flags;
|
|
130
134
|
if (!flags.platform && nonInteractive) {
|
|
131
135
|
core_1.Errors.error('--platform is required when building in non-interactive mode', { exit: 1 });
|
|
132
136
|
}
|
|
@@ -141,6 +145,7 @@ class Submit extends EasCommand_1.default {
|
|
|
141
145
|
wait,
|
|
142
146
|
profile,
|
|
143
147
|
nonInteractive,
|
|
148
|
+
whatToTest,
|
|
144
149
|
isVerboseFastlaneEnabled,
|
|
145
150
|
groups,
|
|
146
151
|
};
|
|
@@ -6,6 +6,7 @@ const core_2 = require("@urql/core");
|
|
|
6
6
|
const chalk_1 = tslib_1.__importDefault(require("chalk"));
|
|
7
7
|
const fs = tslib_1.__importStar(require("node:fs"));
|
|
8
8
|
const path = tslib_1.__importStar(require("node:path"));
|
|
9
|
+
const slash_1 = tslib_1.__importDefault(require("slash"));
|
|
9
10
|
const url_1 = require("../../build/utils/url");
|
|
10
11
|
const EasCommand_1 = tslib_1.__importDefault(require("../../commandUtils/EasCommand"));
|
|
11
12
|
const flags_1 = require("../../commandUtils/flags");
|
|
@@ -90,6 +91,7 @@ class WorkflowRun extends EasCommand_1.default {
|
|
|
90
91
|
let packageJsonBucketKey = null;
|
|
91
92
|
const easJsonPath = path.join(projectDir, 'eas.json');
|
|
92
93
|
const packageJsonPath = path.join(projectDir, 'package.json');
|
|
94
|
+
const projectRootDirectory = (0, slash_1.default)(path.relative(await vcsClient.getRootPathAsync(), projectDir) || '.');
|
|
93
95
|
try {
|
|
94
96
|
({ projectArchiveBucketKey } = await (0, uploadAccountScopedProjectSourceAsync_1.uploadAccountScopedProjectSourceAsync)({
|
|
95
97
|
graphqlClient,
|
|
@@ -137,6 +139,7 @@ class WorkflowRun extends EasCommand_1.default {
|
|
|
137
139
|
projectArchiveBucketKey,
|
|
138
140
|
easJsonBucketKey,
|
|
139
141
|
packageJsonBucketKey,
|
|
142
|
+
projectRootDirectory,
|
|
140
143
|
},
|
|
141
144
|
},
|
|
142
145
|
}));
|
|
@@ -7392,6 +7392,7 @@ export declare enum WorkflowJobType {
|
|
|
7392
7392
|
GetBuild = "GET_BUILD",
|
|
7393
7393
|
MaestroCloud = "MAESTRO_CLOUD",
|
|
7394
7394
|
MaestroTest = "MAESTRO_TEST",
|
|
7395
|
+
Repack = "REPACK",
|
|
7395
7396
|
RequireApproval = "REQUIRE_APPROVAL",
|
|
7396
7397
|
Slack = "SLACK",
|
|
7397
7398
|
Submission = "SUBMISSION",
|
|
@@ -7401,6 +7402,7 @@ export type WorkflowProjectSourceInput = {
|
|
|
7401
7402
|
easJsonBucketKey?: InputMaybe<Scalars['String']['input']>;
|
|
7402
7403
|
packageJsonBucketKey?: InputMaybe<Scalars['String']['input']>;
|
|
7403
7404
|
projectArchiveBucketKey: Scalars['String']['input'];
|
|
7405
|
+
projectRootDirectory?: InputMaybe<Scalars['String']['input']>;
|
|
7404
7406
|
type: WorkflowProjectSourceType;
|
|
7405
7407
|
};
|
|
7406
7408
|
export declare enum WorkflowProjectSourceType {
|
|
@@ -889,6 +889,7 @@ var WorkflowJobType;
|
|
|
889
889
|
WorkflowJobType["GetBuild"] = "GET_BUILD";
|
|
890
890
|
WorkflowJobType["MaestroCloud"] = "MAESTRO_CLOUD";
|
|
891
891
|
WorkflowJobType["MaestroTest"] = "MAESTRO_TEST";
|
|
892
|
+
WorkflowJobType["Repack"] = "REPACK";
|
|
892
893
|
WorkflowJobType["RequireApproval"] = "REQUIRE_APPROVAL";
|
|
893
894
|
WorkflowJobType["Slack"] = "SLACK";
|
|
894
895
|
WorkflowJobType["Submission"] = "SUBMISSION";
|
|
@@ -25,6 +25,7 @@ export interface SubmissionContext<T extends Platform> {
|
|
|
25
25
|
analytics: Analytics;
|
|
26
26
|
vcsClient: Client;
|
|
27
27
|
applicationIdentifierOverride?: string;
|
|
28
|
+
whatToTest?: string;
|
|
28
29
|
specifiedProfile?: string;
|
|
29
30
|
}
|
|
30
31
|
export interface SubmitArchiveFlags {
|
|
@@ -50,5 +51,6 @@ export declare function createSubmissionContextAsync<T extends Platform>(params:
|
|
|
50
51
|
exp: ExpoConfig;
|
|
51
52
|
projectId: string;
|
|
52
53
|
vcsClient: Client;
|
|
54
|
+
whatToTest?: string;
|
|
53
55
|
specifiedProfile?: string;
|
|
54
56
|
}): Promise<SubmissionContext<T>>;
|
|
@@ -62,12 +62,13 @@ 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, groups } = this.ctx;
|
|
65
|
+
const { isVerboseFastlaneEnabled, groups, whatToTest } = this.ctx;
|
|
66
66
|
return {
|
|
67
67
|
ascAppIdentifier,
|
|
68
68
|
appleIdUsername,
|
|
69
69
|
isVerboseFastlaneEnabled,
|
|
70
70
|
groups,
|
|
71
|
+
changelog: whatToTest,
|
|
71
72
|
...(appSpecificPassword ? this.formatAppSpecificPassword(appSpecificPassword) : null),
|
|
72
73
|
...(ascApiKeyResult?.result ? this.formatAscApiKeyResult(ascApiKeyResult.result) : null),
|
|
73
74
|
};
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "16.
|
|
2
|
+
"version": "16.12.0",
|
|
3
3
|
"commands": {
|
|
4
4
|
"analytics": {
|
|
5
5
|
"id": "analytics",
|
|
@@ -180,6 +180,12 @@
|
|
|
180
180
|
"path"
|
|
181
181
|
]
|
|
182
182
|
},
|
|
183
|
+
"what-to-test": {
|
|
184
|
+
"name": "what-to-test",
|
|
185
|
+
"type": "option",
|
|
186
|
+
"description": "Sets the \"What to test\" information in TestFlight (iOS only).",
|
|
187
|
+
"multiple": false
|
|
188
|
+
},
|
|
183
189
|
"verbose": {
|
|
184
190
|
"name": "verbose",
|
|
185
191
|
"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.12.0",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -240,5 +240,5 @@
|
|
|
240
240
|
"node": "20.11.0",
|
|
241
241
|
"yarn": "1.22.21"
|
|
242
242
|
},
|
|
243
|
-
"gitHead": "
|
|
243
|
+
"gitHead": "2b89aed724bceefa9efc6ddf4270949c92ab8d56"
|
|
244
244
|
}
|