eas-cli 15.0.0 → 15.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +74 -74
- package/build/build/runBuildAndSubmit.d.ts +2 -0
- package/build/build/runBuildAndSubmit.js +11 -2
- package/build/commands/build/dev.d.ts +2 -0
- package/build/commands/build/dev.js +43 -16
- package/build/commands/build/run.js +1 -6
- package/build/graphql/generated.d.ts +67 -0
- package/build/graphql/types/Build.js +5 -0
- package/build/run/run.d.ts +1 -0
- package/build/run/run.js +8 -1
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -160,7 +160,7 @@ ALIASES
|
|
|
160
160
|
$ eas login
|
|
161
161
|
```
|
|
162
162
|
|
|
163
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
163
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/account/login.ts)_
|
|
164
164
|
|
|
165
165
|
## `eas account:logout`
|
|
166
166
|
|
|
@@ -177,7 +177,7 @@ ALIASES
|
|
|
177
177
|
$ eas logout
|
|
178
178
|
```
|
|
179
179
|
|
|
180
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
180
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/account/logout.ts)_
|
|
181
181
|
|
|
182
182
|
## `eas account:view`
|
|
183
183
|
|
|
@@ -194,7 +194,7 @@ ALIASES
|
|
|
194
194
|
$ eas whoami
|
|
195
195
|
```
|
|
196
196
|
|
|
197
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
197
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/account/view.ts)_
|
|
198
198
|
|
|
199
199
|
## `eas analytics [STATUS]`
|
|
200
200
|
|
|
@@ -208,7 +208,7 @@ DESCRIPTION
|
|
|
208
208
|
display or change analytics settings
|
|
209
209
|
```
|
|
210
210
|
|
|
211
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
211
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/analytics.ts)_
|
|
212
212
|
|
|
213
213
|
## `eas autocomplete [SHELL]`
|
|
214
214
|
|
|
@@ -260,7 +260,7 @@ DESCRIPTION
|
|
|
260
260
|
create a branch
|
|
261
261
|
```
|
|
262
262
|
|
|
263
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
263
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/branch/create.ts)_
|
|
264
264
|
|
|
265
265
|
## `eas branch:delete [NAME]`
|
|
266
266
|
|
|
@@ -281,7 +281,7 @@ DESCRIPTION
|
|
|
281
281
|
delete a branch
|
|
282
282
|
```
|
|
283
283
|
|
|
284
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
284
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
285
285
|
|
|
286
286
|
## `eas branch:list`
|
|
287
287
|
|
|
@@ -301,7 +301,7 @@ DESCRIPTION
|
|
|
301
301
|
list all branches
|
|
302
302
|
```
|
|
303
303
|
|
|
304
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
304
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/branch/list.ts)_
|
|
305
305
|
|
|
306
306
|
## `eas branch:rename`
|
|
307
307
|
|
|
@@ -321,7 +321,7 @@ DESCRIPTION
|
|
|
321
321
|
rename a branch
|
|
322
322
|
```
|
|
323
323
|
|
|
324
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
324
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
325
325
|
|
|
326
326
|
## `eas branch:view [NAME]`
|
|
327
327
|
|
|
@@ -344,7 +344,7 @@ DESCRIPTION
|
|
|
344
344
|
view a branch
|
|
345
345
|
```
|
|
346
346
|
|
|
347
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
347
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/branch/view.ts)_
|
|
348
348
|
|
|
349
349
|
## `eas build`
|
|
350
350
|
|
|
@@ -381,7 +381,7 @@ DESCRIPTION
|
|
|
381
381
|
start a build
|
|
382
382
|
```
|
|
383
383
|
|
|
384
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
384
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/build/index.ts)_
|
|
385
385
|
|
|
386
386
|
## `eas build:cancel [BUILD_ID]`
|
|
387
387
|
|
|
@@ -400,7 +400,7 @@ DESCRIPTION
|
|
|
400
400
|
cancel a build
|
|
401
401
|
```
|
|
402
402
|
|
|
403
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
403
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
404
404
|
|
|
405
405
|
## `eas build:configure`
|
|
406
406
|
|
|
@@ -417,7 +417,7 @@ DESCRIPTION
|
|
|
417
417
|
configure the project to support EAS Build
|
|
418
418
|
```
|
|
419
419
|
|
|
420
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
420
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/build/configure.ts)_
|
|
421
421
|
|
|
422
422
|
## `eas build:delete [BUILD_ID]`
|
|
423
423
|
|
|
@@ -436,7 +436,7 @@ DESCRIPTION
|
|
|
436
436
|
delete a build
|
|
437
437
|
```
|
|
438
438
|
|
|
439
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
439
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/build/delete.ts)_
|
|
440
440
|
|
|
441
441
|
## `eas build:dev`
|
|
442
442
|
|
|
@@ -456,7 +456,7 @@ DESCRIPTION
|
|
|
456
456
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
457
457
|
```
|
|
458
458
|
|
|
459
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
459
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/build/dev.ts)_
|
|
460
460
|
|
|
461
461
|
## `eas build:inspect`
|
|
462
462
|
|
|
@@ -491,7 +491,7 @@ DESCRIPTION
|
|
|
491
491
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
492
492
|
```
|
|
493
493
|
|
|
494
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
494
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
495
495
|
|
|
496
496
|
## `eas build:list`
|
|
497
497
|
|
|
@@ -543,7 +543,7 @@ DESCRIPTION
|
|
|
543
543
|
list all builds for your project
|
|
544
544
|
```
|
|
545
545
|
|
|
546
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
546
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/build/list.ts)_
|
|
547
547
|
|
|
548
548
|
## `eas build:resign`
|
|
549
549
|
|
|
@@ -572,7 +572,7 @@ DESCRIPTION
|
|
|
572
572
|
re-sign a build archive
|
|
573
573
|
```
|
|
574
574
|
|
|
575
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
575
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/build/resign.ts)_
|
|
576
576
|
|
|
577
577
|
## `eas build:run`
|
|
578
578
|
|
|
@@ -598,7 +598,7 @@ DESCRIPTION
|
|
|
598
598
|
run simulator/emulator builds from eas-cli
|
|
599
599
|
```
|
|
600
600
|
|
|
601
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
601
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/build/run.ts)_
|
|
602
602
|
|
|
603
603
|
## `eas build:submit`
|
|
604
604
|
|
|
@@ -648,7 +648,7 @@ DESCRIPTION
|
|
|
648
648
|
get the latest version from EAS servers
|
|
649
649
|
```
|
|
650
650
|
|
|
651
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
651
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
652
652
|
|
|
653
653
|
## `eas build:version:set`
|
|
654
654
|
|
|
@@ -667,7 +667,7 @@ DESCRIPTION
|
|
|
667
667
|
update version of an app
|
|
668
668
|
```
|
|
669
669
|
|
|
670
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
670
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
671
671
|
|
|
672
672
|
## `eas build:version:sync`
|
|
673
673
|
|
|
@@ -686,7 +686,7 @@ DESCRIPTION
|
|
|
686
686
|
update a version in native code with a value stored on EAS servers
|
|
687
687
|
```
|
|
688
688
|
|
|
689
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
689
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
690
690
|
|
|
691
691
|
## `eas build:view [BUILD_ID]`
|
|
692
692
|
|
|
@@ -703,7 +703,7 @@ DESCRIPTION
|
|
|
703
703
|
view a build for your project
|
|
704
704
|
```
|
|
705
705
|
|
|
706
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
706
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/build/view.ts)_
|
|
707
707
|
|
|
708
708
|
## `eas channel:create [NAME]`
|
|
709
709
|
|
|
@@ -724,7 +724,7 @@ DESCRIPTION
|
|
|
724
724
|
create a channel
|
|
725
725
|
```
|
|
726
726
|
|
|
727
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
727
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/channel/create.ts)_
|
|
728
728
|
|
|
729
729
|
## `eas channel:edit [NAME]`
|
|
730
730
|
|
|
@@ -746,7 +746,7 @@ DESCRIPTION
|
|
|
746
746
|
point a channel at a new branch
|
|
747
747
|
```
|
|
748
748
|
|
|
749
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
749
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
750
750
|
|
|
751
751
|
## `eas channel:list`
|
|
752
752
|
|
|
@@ -766,7 +766,7 @@ DESCRIPTION
|
|
|
766
766
|
list all channels
|
|
767
767
|
```
|
|
768
768
|
|
|
769
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
769
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/channel/list.ts)_
|
|
770
770
|
|
|
771
771
|
## `eas channel:pause [NAME]`
|
|
772
772
|
|
|
@@ -788,7 +788,7 @@ DESCRIPTION
|
|
|
788
788
|
pause a channel to stop it from sending updates
|
|
789
789
|
```
|
|
790
790
|
|
|
791
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
791
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
792
792
|
|
|
793
793
|
## `eas channel:resume [NAME]`
|
|
794
794
|
|
|
@@ -810,7 +810,7 @@ DESCRIPTION
|
|
|
810
810
|
resume a channel to start sending updates
|
|
811
811
|
```
|
|
812
812
|
|
|
813
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
813
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
814
814
|
|
|
815
815
|
## `eas channel:rollout [CHANNEL]`
|
|
816
816
|
|
|
@@ -843,7 +843,7 @@ DESCRIPTION
|
|
|
843
843
|
Roll a new branch out on a channel incrementally.
|
|
844
844
|
```
|
|
845
845
|
|
|
846
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
846
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
847
847
|
|
|
848
848
|
## `eas channel:view [NAME]`
|
|
849
849
|
|
|
@@ -866,7 +866,7 @@ DESCRIPTION
|
|
|
866
866
|
view a channel
|
|
867
867
|
```
|
|
868
868
|
|
|
869
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
869
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/channel/view.ts)_
|
|
870
870
|
|
|
871
871
|
## `eas config`
|
|
872
872
|
|
|
@@ -887,7 +887,7 @@ DESCRIPTION
|
|
|
887
887
|
display project configuration (app.json + eas.json)
|
|
888
888
|
```
|
|
889
889
|
|
|
890
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
890
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/config.ts)_
|
|
891
891
|
|
|
892
892
|
## `eas credentials`
|
|
893
893
|
|
|
@@ -904,7 +904,7 @@ DESCRIPTION
|
|
|
904
904
|
manage credentials
|
|
905
905
|
```
|
|
906
906
|
|
|
907
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
907
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
908
908
|
|
|
909
909
|
## `eas credentials:configure-build`
|
|
910
910
|
|
|
@@ -922,7 +922,7 @@ DESCRIPTION
|
|
|
922
922
|
Set up credentials for building your project.
|
|
923
923
|
```
|
|
924
924
|
|
|
925
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
925
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
926
926
|
|
|
927
927
|
## `eas deploy [2m[options][22m`
|
|
928
928
|
|
|
@@ -950,7 +950,7 @@ ALIASES
|
|
|
950
950
|
$ eas worker:deploy
|
|
951
951
|
```
|
|
952
952
|
|
|
953
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
953
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
954
954
|
|
|
955
955
|
## `eas deploy:alias`
|
|
956
956
|
|
|
@@ -975,7 +975,7 @@ ALIASES
|
|
|
975
975
|
$ eas deploy:promote
|
|
976
976
|
```
|
|
977
977
|
|
|
978
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
978
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/deploy/alias.ts)_
|
|
979
979
|
|
|
980
980
|
## `eas deploy:promote`
|
|
981
981
|
|
|
@@ -1012,7 +1012,7 @@ DESCRIPTION
|
|
|
1012
1012
|
register new Apple Devices to use for internal distribution
|
|
1013
1013
|
```
|
|
1014
1014
|
|
|
1015
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1015
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/device/create.ts)_
|
|
1016
1016
|
|
|
1017
1017
|
## `eas device:delete`
|
|
1018
1018
|
|
|
@@ -1032,7 +1032,7 @@ DESCRIPTION
|
|
|
1032
1032
|
remove a registered device from your account
|
|
1033
1033
|
```
|
|
1034
1034
|
|
|
1035
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1035
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1036
1036
|
|
|
1037
1037
|
## `eas device:list`
|
|
1038
1038
|
|
|
@@ -1053,7 +1053,7 @@ DESCRIPTION
|
|
|
1053
1053
|
list all registered devices for your account
|
|
1054
1054
|
```
|
|
1055
1055
|
|
|
1056
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1056
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/device/list.ts)_
|
|
1057
1057
|
|
|
1058
1058
|
## `eas device:rename`
|
|
1059
1059
|
|
|
@@ -1074,7 +1074,7 @@ DESCRIPTION
|
|
|
1074
1074
|
rename a registered device
|
|
1075
1075
|
```
|
|
1076
1076
|
|
|
1077
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1077
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1078
1078
|
|
|
1079
1079
|
## `eas device:view [UDID]`
|
|
1080
1080
|
|
|
@@ -1088,7 +1088,7 @@ DESCRIPTION
|
|
|
1088
1088
|
view a device for your project
|
|
1089
1089
|
```
|
|
1090
1090
|
|
|
1091
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1091
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/device/view.ts)_
|
|
1092
1092
|
|
|
1093
1093
|
## `eas diagnostics`
|
|
1094
1094
|
|
|
@@ -1102,7 +1102,7 @@ DESCRIPTION
|
|
|
1102
1102
|
display environment info
|
|
1103
1103
|
```
|
|
1104
1104
|
|
|
1105
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1105
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1106
1106
|
|
|
1107
1107
|
## `eas env:create [ENVIRONMENT]`
|
|
1108
1108
|
|
|
@@ -1131,7 +1131,7 @@ DESCRIPTION
|
|
|
1131
1131
|
create an environment variable for the current project or account
|
|
1132
1132
|
```
|
|
1133
1133
|
|
|
1134
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1134
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/env/create.ts)_
|
|
1135
1135
|
|
|
1136
1136
|
## `eas env:delete [ENVIRONMENT]`
|
|
1137
1137
|
|
|
@@ -1155,7 +1155,7 @@ DESCRIPTION
|
|
|
1155
1155
|
delete an environment variable for the current project or account
|
|
1156
1156
|
```
|
|
1157
1157
|
|
|
1158
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1158
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1159
1159
|
|
|
1160
1160
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1161
1161
|
|
|
@@ -1176,7 +1176,7 @@ DESCRIPTION
|
|
|
1176
1176
|
execute a command with environment variables from the selected environment
|
|
1177
1177
|
```
|
|
1178
1178
|
|
|
1179
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1179
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1180
1180
|
|
|
1181
1181
|
## `eas env:get [ENVIRONMENT]`
|
|
1182
1182
|
|
|
@@ -1201,7 +1201,7 @@ DESCRIPTION
|
|
|
1201
1201
|
view an environment variable for the current project or account
|
|
1202
1202
|
```
|
|
1203
1203
|
|
|
1204
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1204
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/env/get.ts)_
|
|
1205
1205
|
|
|
1206
1206
|
## `eas env:list [ENVIRONMENT]`
|
|
1207
1207
|
|
|
@@ -1226,7 +1226,7 @@ DESCRIPTION
|
|
|
1226
1226
|
list environment variables for the current project or account
|
|
1227
1227
|
```
|
|
1228
1228
|
|
|
1229
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1229
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/env/list.ts)_
|
|
1230
1230
|
|
|
1231
1231
|
## `eas env:pull [ENVIRONMENT]`
|
|
1232
1232
|
|
|
@@ -1249,7 +1249,7 @@ DESCRIPTION
|
|
|
1249
1249
|
pull environment variables for the selected environment to .env file
|
|
1250
1250
|
```
|
|
1251
1251
|
|
|
1252
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1252
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1253
1253
|
|
|
1254
1254
|
## `eas env:push [ENVIRONMENT]`
|
|
1255
1255
|
|
|
@@ -1270,7 +1270,7 @@ DESCRIPTION
|
|
|
1270
1270
|
push environment variables from .env file to the selected environment
|
|
1271
1271
|
```
|
|
1272
1272
|
|
|
1273
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1273
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/env/push.ts)_
|
|
1274
1274
|
|
|
1275
1275
|
## `eas env:update [ENVIRONMENT]`
|
|
1276
1276
|
|
|
@@ -1301,7 +1301,7 @@ DESCRIPTION
|
|
|
1301
1301
|
update an environment variable on the current project or account
|
|
1302
1302
|
```
|
|
1303
1303
|
|
|
1304
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1304
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/env/update.ts)_
|
|
1305
1305
|
|
|
1306
1306
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1307
1307
|
|
|
@@ -1340,7 +1340,7 @@ EXAMPLES
|
|
|
1340
1340
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1341
1341
|
```
|
|
1342
1342
|
|
|
1343
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1343
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1344
1344
|
|
|
1345
1345
|
## `eas help [COMMAND]`
|
|
1346
1346
|
|
|
@@ -1448,7 +1448,7 @@ DESCRIPTION
|
|
|
1448
1448
|
validate the local store configuration
|
|
1449
1449
|
```
|
|
1450
1450
|
|
|
1451
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1451
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1452
1452
|
|
|
1453
1453
|
## `eas metadata:pull`
|
|
1454
1454
|
|
|
@@ -1465,7 +1465,7 @@ DESCRIPTION
|
|
|
1465
1465
|
generate the local store configuration from the app stores
|
|
1466
1466
|
```
|
|
1467
1467
|
|
|
1468
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1468
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1469
1469
|
|
|
1470
1470
|
## `eas metadata:push`
|
|
1471
1471
|
|
|
@@ -1482,7 +1482,7 @@ DESCRIPTION
|
|
|
1482
1482
|
sync the local store configuration to the app stores
|
|
1483
1483
|
```
|
|
1484
1484
|
|
|
1485
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1485
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1486
1486
|
|
|
1487
1487
|
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1488
1488
|
|
|
@@ -1512,7 +1512,7 @@ DESCRIPTION
|
|
|
1512
1512
|
open the project page in a web browser
|
|
1513
1513
|
```
|
|
1514
1514
|
|
|
1515
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1515
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/open.ts)_
|
|
1516
1516
|
|
|
1517
1517
|
## `eas project:info`
|
|
1518
1518
|
|
|
@@ -1526,7 +1526,7 @@ DESCRIPTION
|
|
|
1526
1526
|
information about the current project
|
|
1527
1527
|
```
|
|
1528
1528
|
|
|
1529
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1529
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/project/info.ts)_
|
|
1530
1530
|
|
|
1531
1531
|
## `eas project:init`
|
|
1532
1532
|
|
|
@@ -1549,7 +1549,7 @@ ALIASES
|
|
|
1549
1549
|
$ eas init
|
|
1550
1550
|
```
|
|
1551
1551
|
|
|
1552
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1552
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/project/init.ts)_
|
|
1553
1553
|
|
|
1554
1554
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1555
1555
|
|
|
@@ -1567,7 +1567,7 @@ ALIASES
|
|
|
1567
1567
|
$ eas onboarding
|
|
1568
1568
|
```
|
|
1569
1569
|
|
|
1570
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1570
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1571
1571
|
|
|
1572
1572
|
## `eas submit`
|
|
1573
1573
|
|
|
@@ -1598,7 +1598,7 @@ ALIASES
|
|
|
1598
1598
|
$ eas build:submit
|
|
1599
1599
|
```
|
|
1600
1600
|
|
|
1601
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1601
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/submit.ts)_
|
|
1602
1602
|
|
|
1603
1603
|
## `eas update`
|
|
1604
1604
|
|
|
@@ -1640,7 +1640,7 @@ DESCRIPTION
|
|
|
1640
1640
|
publish an update group
|
|
1641
1641
|
```
|
|
1642
1642
|
|
|
1643
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1643
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/update/index.ts)_
|
|
1644
1644
|
|
|
1645
1645
|
## `eas update:configure`
|
|
1646
1646
|
|
|
@@ -1660,7 +1660,7 @@ DESCRIPTION
|
|
|
1660
1660
|
configure the project to support EAS Update
|
|
1661
1661
|
```
|
|
1662
1662
|
|
|
1663
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1663
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1664
1664
|
|
|
1665
1665
|
## `eas update:delete GROUPID`
|
|
1666
1666
|
|
|
@@ -1681,7 +1681,7 @@ DESCRIPTION
|
|
|
1681
1681
|
delete all the updates in an update group
|
|
1682
1682
|
```
|
|
1683
1683
|
|
|
1684
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1684
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1685
1685
|
|
|
1686
1686
|
## `eas update:edit [GROUPID]`
|
|
1687
1687
|
|
|
@@ -1705,7 +1705,7 @@ DESCRIPTION
|
|
|
1705
1705
|
edit all the updates in an update group
|
|
1706
1706
|
```
|
|
1707
1707
|
|
|
1708
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1708
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1709
1709
|
|
|
1710
1710
|
## `eas update:list`
|
|
1711
1711
|
|
|
@@ -1727,7 +1727,7 @@ DESCRIPTION
|
|
|
1727
1727
|
view the recent updates
|
|
1728
1728
|
```
|
|
1729
1729
|
|
|
1730
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1730
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/update/list.ts)_
|
|
1731
1731
|
|
|
1732
1732
|
## `eas update:republish`
|
|
1733
1733
|
|
|
@@ -1759,7 +1759,7 @@ DESCRIPTION
|
|
|
1759
1759
|
roll back to an existing update
|
|
1760
1760
|
```
|
|
1761
1761
|
|
|
1762
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1762
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1763
1763
|
|
|
1764
1764
|
## `eas update:roll-back-to-embedded`
|
|
1765
1765
|
|
|
@@ -1787,7 +1787,7 @@ DESCRIPTION
|
|
|
1787
1787
|
roll back to the embedded update
|
|
1788
1788
|
```
|
|
1789
1789
|
|
|
1790
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1790
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1791
1791
|
|
|
1792
1792
|
## `eas update:rollback`
|
|
1793
1793
|
|
|
@@ -1807,7 +1807,7 @@ DESCRIPTION
|
|
|
1807
1807
|
roll back to an embedded update or an existing update
|
|
1808
1808
|
```
|
|
1809
1809
|
|
|
1810
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1810
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1811
1811
|
|
|
1812
1812
|
## `eas update:view GROUPID`
|
|
1813
1813
|
|
|
@@ -1827,7 +1827,7 @@ DESCRIPTION
|
|
|
1827
1827
|
update group details
|
|
1828
1828
|
```
|
|
1829
1829
|
|
|
1830
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1830
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/update/view.ts)_
|
|
1831
1831
|
|
|
1832
1832
|
## `eas webhook:create`
|
|
1833
1833
|
|
|
@@ -1848,7 +1848,7 @@ DESCRIPTION
|
|
|
1848
1848
|
create a webhook
|
|
1849
1849
|
```
|
|
1850
1850
|
|
|
1851
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1851
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1852
1852
|
|
|
1853
1853
|
## `eas webhook:delete [ID]`
|
|
1854
1854
|
|
|
@@ -1868,7 +1868,7 @@ DESCRIPTION
|
|
|
1868
1868
|
delete a webhook
|
|
1869
1869
|
```
|
|
1870
1870
|
|
|
1871
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1871
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1872
1872
|
|
|
1873
1873
|
## `eas webhook:list`
|
|
1874
1874
|
|
|
@@ -1886,7 +1886,7 @@ DESCRIPTION
|
|
|
1886
1886
|
list webhooks
|
|
1887
1887
|
```
|
|
1888
1888
|
|
|
1889
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1889
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1890
1890
|
|
|
1891
1891
|
## `eas webhook:update`
|
|
1892
1892
|
|
|
@@ -1908,7 +1908,7 @@ DESCRIPTION
|
|
|
1908
1908
|
update a webhook
|
|
1909
1909
|
```
|
|
1910
1910
|
|
|
1911
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1911
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1912
1912
|
|
|
1913
1913
|
## `eas webhook:view ID`
|
|
1914
1914
|
|
|
@@ -1925,7 +1925,7 @@ DESCRIPTION
|
|
|
1925
1925
|
view a webhook
|
|
1926
1926
|
```
|
|
1927
1927
|
|
|
1928
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1928
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
1929
1929
|
|
|
1930
1930
|
## `eas whoami`
|
|
1931
1931
|
|
|
@@ -2009,7 +2009,7 @@ DESCRIPTION
|
|
|
2009
2009
|
create a new workflow configuration YAML file
|
|
2010
2010
|
```
|
|
2011
2011
|
|
|
2012
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
2012
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2013
2013
|
|
|
2014
2014
|
## `eas workflow:run [FILE]`
|
|
2015
2015
|
|
|
@@ -2029,7 +2029,7 @@ DESCRIPTION
|
|
|
2029
2029
|
Run an EAS workflow
|
|
2030
2030
|
```
|
|
2031
2031
|
|
|
2032
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
2032
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2033
2033
|
|
|
2034
2034
|
## `eas workflow:validate PATH`
|
|
2035
2035
|
|
|
@@ -2049,5 +2049,5 @@ DESCRIPTION
|
|
|
2049
2049
|
validate a workflow configuration yaml file
|
|
2050
2050
|
```
|
|
2051
2051
|
|
|
2052
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
2052
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v15.0.2/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2053
2053
|
<!-- commandsstop -->
|
|
@@ -5,6 +5,7 @@ import { LocalBuildOptions } from './local';
|
|
|
5
5
|
import { Analytics } from '../analytics/AnalyticsManager';
|
|
6
6
|
import { DynamicConfigContextFn } from '../commandUtils/context/DynamicProjectConfigContextField';
|
|
7
7
|
import { ExpoGraphqlClient } from '../commandUtils/context/contextUtils/createGraphqlClient';
|
|
8
|
+
import { BuildFragment } from '../graphql/generated';
|
|
8
9
|
import { RequestedPlatform } from '../platform';
|
|
9
10
|
import { Actor } from '../user/User';
|
|
10
11
|
import { Client } from '../vcs/vcs';
|
|
@@ -37,3 +38,4 @@ export declare function runBuildAndSubmitAsync({ graphqlClient, analytics, vcsCl
|
|
|
37
38
|
}): Promise<{
|
|
38
39
|
buildIds: string[];
|
|
39
40
|
}>;
|
|
41
|
+
export declare function downloadAndRunAsync(build: BuildFragment): Promise<void>;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.runBuildAndSubmitAsync = void 0;
|
|
3
|
+
exports.downloadAndRunAsync = exports.runBuildAndSubmitAsync = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const eas_build_job_1 = require("@expo/eas-build-job");
|
|
6
6
|
const eas_json_1 = require("@expo/eas-json");
|
|
7
7
|
const logger_1 = require("@expo/logger");
|
|
8
8
|
const assert_1 = tslib_1.__importDefault(require("assert"));
|
|
9
9
|
const chalk_1 = tslib_1.__importDefault(require("chalk"));
|
|
10
|
+
const fs_extra_1 = require("fs-extra");
|
|
10
11
|
const nullthrows_1 = tslib_1.__importDefault(require("nullthrows"));
|
|
11
12
|
const build_1 = require("./android/build");
|
|
12
13
|
const build_2 = require("./build");
|
|
@@ -340,9 +341,17 @@ function exitWithNonZeroCodeIfSomeBuildsFailed(maybeBuilds) {
|
|
|
340
341
|
}
|
|
341
342
|
async function downloadAndRunAsync(build) {
|
|
342
343
|
(0, assert_1.default)(build.artifacts?.applicationArchiveUrl);
|
|
343
|
-
const
|
|
344
|
+
const cachedAppPath = (0, run_1.getEasBuildRunCachedAppPath)(build.project.id, build.id, build.platform);
|
|
345
|
+
if (await (0, fs_extra_1.pathExists)(cachedAppPath)) {
|
|
346
|
+
log_1.default.newLine();
|
|
347
|
+
log_1.default.log(`Using cached app...`);
|
|
348
|
+
await (0, run_1.runAsync)(cachedAppPath, build.platform);
|
|
349
|
+
return;
|
|
350
|
+
}
|
|
351
|
+
const buildPath = await (0, download_1.downloadAndMaybeExtractAppAsync)(build.artifacts.applicationArchiveUrl, build.platform, cachedAppPath);
|
|
344
352
|
await (0, run_1.runAsync)(buildPath, build.platform);
|
|
345
353
|
}
|
|
354
|
+
exports.downloadAndRunAsync = downloadAndRunAsync;
|
|
346
355
|
async function maybeDownloadAndRunSimulatorBuildsAsync(builds, flags, autoConfirm) {
|
|
347
356
|
const simBuilds = builds.filter(filter_1.truthy).filter(utils_1.isRunnableOnSimulatorOrEmulator);
|
|
348
357
|
if (simBuilds.length > 0 && !flags.autoSubmit && !flags.nonInteractive) {
|
|
@@ -4,6 +4,7 @@ const tslib_1 = require("tslib");
|
|
|
4
4
|
const eas_build_job_1 = require("@expo/eas-build-job");
|
|
5
5
|
const eas_json_1 = require("@expo/eas-json");
|
|
6
6
|
const core_1 = require("@oclif/core");
|
|
7
|
+
const chalk_1 = tslib_1.__importDefault(require("chalk"));
|
|
7
8
|
const configure_1 = require("../../build/configure");
|
|
8
9
|
const evaluateConfigWithEnvVarsAsync_1 = require("../../build/evaluateConfigWithEnvVarsAsync");
|
|
9
10
|
const runBuildAndSubmit_1 = require("../../build/runBuildAndSubmit");
|
|
@@ -16,8 +17,7 @@ const log_1 = tslib_1.__importDefault(require("../../log"));
|
|
|
16
17
|
const platform_1 = require("../../platform");
|
|
17
18
|
const workflow_1 = require("../../project/workflow");
|
|
18
19
|
const prompts_1 = require("../../prompts");
|
|
19
|
-
const
|
|
20
|
-
const download_1 = require("../../utils/download");
|
|
20
|
+
const expoCli_1 = require("../../utils/expoCli");
|
|
21
21
|
const fingerprintCli_1 = require("../../utils/fingerprintCli");
|
|
22
22
|
const profiles_1 = require("../../utils/profiles");
|
|
23
23
|
const DEFAULT_EAS_BUILD_RUN_PROFILE_NAME = 'development-simulator';
|
|
@@ -84,25 +84,18 @@ class BuildDev extends EasCommand_1.default {
|
|
|
84
84
|
}
|
|
85
85
|
log_1.default.log(`✨ Calculated fingerprint hash: ${fingerprint.hash}`);
|
|
86
86
|
log_1.default.newLine();
|
|
87
|
-
const builds = await
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
status: generated_1.BuildStatus.Finished,
|
|
93
|
-
simulator: platform === eas_build_job_1.Platform.IOS ? true : undefined,
|
|
94
|
-
distribution: platform === eas_build_job_1.Platform.ANDROID ? generated_1.DistributionType.Internal : undefined,
|
|
95
|
-
developmentClient: true,
|
|
96
|
-
},
|
|
97
|
-
offset: 0,
|
|
98
|
-
limit: 1,
|
|
87
|
+
const builds = await this.getBuildsAsync({
|
|
88
|
+
graphqlClient,
|
|
89
|
+
projectId,
|
|
90
|
+
platform,
|
|
91
|
+
fingerprint,
|
|
99
92
|
});
|
|
100
93
|
if (builds.length !== 0) {
|
|
101
94
|
const build = builds[0];
|
|
102
95
|
log_1.default.succeed(`🎯 Found successful build with matching fingerprint on EAS servers. Running it...`);
|
|
103
96
|
if (build.artifacts?.applicationArchiveUrl) {
|
|
104
|
-
|
|
105
|
-
await (
|
|
97
|
+
await (0, runBuildAndSubmit_1.downloadAndRunAsync)(build);
|
|
98
|
+
await this.startDevServerAsync({ projectDir, platform });
|
|
106
99
|
return;
|
|
107
100
|
}
|
|
108
101
|
else {
|
|
@@ -110,6 +103,15 @@ class BuildDev extends EasCommand_1.default {
|
|
|
110
103
|
}
|
|
111
104
|
}
|
|
112
105
|
log_1.default.log('🚀 No successful build with matching fingerprint found. Starting a new build...');
|
|
106
|
+
const previousBuildsForSelectedProfile = await this.getBuildsAsync({
|
|
107
|
+
graphqlClient,
|
|
108
|
+
projectId,
|
|
109
|
+
platform,
|
|
110
|
+
});
|
|
111
|
+
if (previousBuildsForSelectedProfile.length > 0 &&
|
|
112
|
+
previousBuildsForSelectedProfile[0].metrics?.buildDuration) {
|
|
113
|
+
log_1.default.log(`🕒 Previous build for "${buildProfile.profileName}" profile completed in ${Math.floor(previousBuildsForSelectedProfile[0].metrics.buildDuration / 60000)} minutes.`);
|
|
114
|
+
}
|
|
113
115
|
await (0, runBuildAndSubmit_1.runBuildAndSubmitAsync)({
|
|
114
116
|
graphqlClient,
|
|
115
117
|
analytics,
|
|
@@ -132,6 +134,7 @@ class BuildDev extends EasCommand_1.default {
|
|
|
132
134
|
downloadSimBuildAutoConfirm: true,
|
|
133
135
|
envOverride: env,
|
|
134
136
|
});
|
|
137
|
+
await this.startDevServerAsync({ projectDir, platform });
|
|
135
138
|
}
|
|
136
139
|
async selectPlatformAsync(platform) {
|
|
137
140
|
if (platform) {
|
|
@@ -221,5 +224,29 @@ class BuildDev extends EasCommand_1.default {
|
|
|
221
224
|
});
|
|
222
225
|
return buildProfile;
|
|
223
226
|
}
|
|
227
|
+
async getBuildsAsync({ graphqlClient, projectId, platform, fingerprint, }) {
|
|
228
|
+
return await BuildQuery_1.BuildQuery.viewBuildsOnAppAsync(graphqlClient, {
|
|
229
|
+
appId: projectId,
|
|
230
|
+
filter: {
|
|
231
|
+
platform: (0, AppPlatform_1.toAppPlatform)(platform),
|
|
232
|
+
fingerprintHash: fingerprint?.hash,
|
|
233
|
+
status: generated_1.BuildStatus.Finished,
|
|
234
|
+
simulator: platform === eas_build_job_1.Platform.IOS ? true : undefined,
|
|
235
|
+
distribution: platform === eas_build_job_1.Platform.ANDROID ? generated_1.DistributionType.Internal : undefined,
|
|
236
|
+
developmentClient: true,
|
|
237
|
+
},
|
|
238
|
+
offset: 0,
|
|
239
|
+
limit: 1,
|
|
240
|
+
});
|
|
241
|
+
}
|
|
242
|
+
async startDevServerAsync({ projectDir, platform, }) {
|
|
243
|
+
log_1.default.newLine();
|
|
244
|
+
log_1.default.log(`Starting development server: ${chalk_1.default.dim(`npx expo start --dev-client ${platform === eas_build_job_1.Platform.IOS ? '--ios' : '--android'}`)}`);
|
|
245
|
+
await (0, expoCli_1.expoCommandAsync)(projectDir, [
|
|
246
|
+
'start',
|
|
247
|
+
'--dev-client',
|
|
248
|
+
platform === eas_build_job_1.Platform.IOS ? '--ios' : '--android',
|
|
249
|
+
]);
|
|
250
|
+
}
|
|
224
251
|
}
|
|
225
252
|
exports.default = BuildDev;
|
|
@@ -4,7 +4,6 @@ const tslib_1 = require("tslib");
|
|
|
4
4
|
const core_1 = require("@oclif/core");
|
|
5
5
|
const assert_1 = tslib_1.__importDefault(require("assert"));
|
|
6
6
|
const fs_extra_1 = require("fs-extra");
|
|
7
|
-
const path_1 = tslib_1.__importDefault(require("path"));
|
|
8
7
|
const queries_1 = require("../../build/queries");
|
|
9
8
|
const EasCommand_1 = tslib_1.__importDefault(require("../../commandUtils/EasCommand"));
|
|
10
9
|
const pagination_1 = require("../../commandUtils/pagination");
|
|
@@ -17,7 +16,6 @@ const prompts_1 = require("../../prompts");
|
|
|
17
16
|
const run_1 = require("../../run/run");
|
|
18
17
|
const utils_1 = require("../../run/utils");
|
|
19
18
|
const download_1 = require("../../utils/download");
|
|
20
|
-
const paths_1 = require("../../utils/paths");
|
|
21
19
|
class Run extends EasCommand_1.default {
|
|
22
20
|
static description = 'run simulator/emulator builds from eas-cli';
|
|
23
21
|
static flags = {
|
|
@@ -167,13 +165,10 @@ async function maybeGetBuildAsync(graphqlClient, flags, projectId, paginatedQuer
|
|
|
167
165
|
return null;
|
|
168
166
|
}
|
|
169
167
|
}
|
|
170
|
-
function getEasBuildRunCachedAppPath(projectId, buildId, platform) {
|
|
171
|
-
return path_1.default.join((0, paths_1.getEasBuildRunCacheDirectoryPath)(), `${projectId}_${buildId}.${platform === generated_1.AppPlatform.Ios ? 'app' : 'apk'}`);
|
|
172
|
-
}
|
|
173
168
|
async function getPathToSimulatorBuildAppAsync(graphqlClient, projectId, flags, queryOptions) {
|
|
174
169
|
const maybeBuild = await maybeGetBuildAsync(graphqlClient, flags, projectId, queryOptions);
|
|
175
170
|
if (maybeBuild) {
|
|
176
|
-
const cachedAppPath = getEasBuildRunCachedAppPath(projectId, maybeBuild.id, flags.selectedPlatform);
|
|
171
|
+
const cachedAppPath = (0, run_1.getEasBuildRunCachedAppPath)(projectId, maybeBuild.id, flags.selectedPlatform);
|
|
177
172
|
if (await (0, fs_extra_1.pathExists)(cachedAppPath)) {
|
|
178
173
|
log_1.default.newLine();
|
|
179
174
|
log_1.default.log(`Using cached app...`);
|
|
@@ -7162,6 +7162,7 @@ export type WorkflowRun = ActivityTimelineProjectActivity & {
|
|
|
7162
7162
|
requestedGitRef?: Maybe<Scalars['String']['output']>;
|
|
7163
7163
|
retriedWorkflowRun?: Maybe<WorkflowRun>;
|
|
7164
7164
|
retries: Array<WorkflowRun>;
|
|
7165
|
+
sourceExpiresAt?: Maybe<Scalars['DateTime']['output']>;
|
|
7165
7166
|
status: WorkflowRunStatus;
|
|
7166
7167
|
triggerEventType: WorkflowRunTriggerEventType;
|
|
7167
7168
|
updatedAt: Scalars['DateTime']['output'];
|
|
@@ -11150,6 +11151,12 @@ export type CreateAndroidBuildMutation = {
|
|
|
11150
11151
|
name: string;
|
|
11151
11152
|
slug: string;
|
|
11152
11153
|
};
|
|
11154
|
+
metrics?: {
|
|
11155
|
+
__typename?: 'BuildMetrics';
|
|
11156
|
+
buildWaitTime?: number | null;
|
|
11157
|
+
buildQueueTime?: number | null;
|
|
11158
|
+
buildDuration?: number | null;
|
|
11159
|
+
} | null;
|
|
11153
11160
|
};
|
|
11154
11161
|
deprecationInfo?: {
|
|
11155
11162
|
__typename?: 'EASBuildDeprecationInfo';
|
|
@@ -11238,6 +11245,12 @@ export type CreateIosBuildMutation = {
|
|
|
11238
11245
|
name: string;
|
|
11239
11246
|
slug: string;
|
|
11240
11247
|
};
|
|
11248
|
+
metrics?: {
|
|
11249
|
+
__typename?: 'BuildMetrics';
|
|
11250
|
+
buildWaitTime?: number | null;
|
|
11251
|
+
buildQueueTime?: number | null;
|
|
11252
|
+
buildDuration?: number | null;
|
|
11253
|
+
} | null;
|
|
11241
11254
|
};
|
|
11242
11255
|
deprecationInfo?: {
|
|
11243
11256
|
__typename?: 'EASBuildDeprecationInfo';
|
|
@@ -11322,6 +11335,12 @@ export type UpdateBuildMetadataMutation = {
|
|
|
11322
11335
|
name: string;
|
|
11323
11336
|
slug: string;
|
|
11324
11337
|
};
|
|
11338
|
+
metrics?: {
|
|
11339
|
+
__typename?: 'BuildMetrics';
|
|
11340
|
+
buildWaitTime?: number | null;
|
|
11341
|
+
buildQueueTime?: number | null;
|
|
11342
|
+
buildDuration?: number | null;
|
|
11343
|
+
} | null;
|
|
11325
11344
|
};
|
|
11326
11345
|
};
|
|
11327
11346
|
};
|
|
@@ -11400,6 +11419,12 @@ export type RetryIosBuildMutation = {
|
|
|
11400
11419
|
name: string;
|
|
11401
11420
|
slug: string;
|
|
11402
11421
|
};
|
|
11422
|
+
metrics?: {
|
|
11423
|
+
__typename?: 'BuildMetrics';
|
|
11424
|
+
buildWaitTime?: number | null;
|
|
11425
|
+
buildQueueTime?: number | null;
|
|
11426
|
+
buildDuration?: number | null;
|
|
11427
|
+
} | null;
|
|
11403
11428
|
};
|
|
11404
11429
|
};
|
|
11405
11430
|
};
|
|
@@ -12464,6 +12489,12 @@ export type BuildsByIdQuery = {
|
|
|
12464
12489
|
name: string;
|
|
12465
12490
|
slug: string;
|
|
12466
12491
|
};
|
|
12492
|
+
metrics?: {
|
|
12493
|
+
__typename?: 'BuildMetrics';
|
|
12494
|
+
buildWaitTime?: number | null;
|
|
12495
|
+
buildQueueTime?: number | null;
|
|
12496
|
+
buildDuration?: number | null;
|
|
12497
|
+
} | null;
|
|
12467
12498
|
};
|
|
12468
12499
|
};
|
|
12469
12500
|
};
|
|
@@ -12576,6 +12607,12 @@ export type BuildsWithSubmissionsByIdQuery = {
|
|
|
12576
12607
|
name: string;
|
|
12577
12608
|
slug: string;
|
|
12578
12609
|
};
|
|
12610
|
+
metrics?: {
|
|
12611
|
+
__typename?: 'BuildMetrics';
|
|
12612
|
+
buildWaitTime?: number | null;
|
|
12613
|
+
buildQueueTime?: number | null;
|
|
12614
|
+
buildDuration?: number | null;
|
|
12615
|
+
} | null;
|
|
12579
12616
|
};
|
|
12580
12617
|
};
|
|
12581
12618
|
};
|
|
@@ -12681,6 +12718,12 @@ export type BuildsWithFingerprintByIdQuery = {
|
|
|
12681
12718
|
name: string;
|
|
12682
12719
|
slug: string;
|
|
12683
12720
|
};
|
|
12721
|
+
metrics?: {
|
|
12722
|
+
__typename?: 'BuildMetrics';
|
|
12723
|
+
buildWaitTime?: number | null;
|
|
12724
|
+
buildQueueTime?: number | null;
|
|
12725
|
+
buildDuration?: number | null;
|
|
12726
|
+
} | null;
|
|
12684
12727
|
};
|
|
12685
12728
|
};
|
|
12686
12729
|
};
|
|
@@ -12764,6 +12807,12 @@ export type ViewBuildsOnAppQuery = {
|
|
|
12764
12807
|
name: string;
|
|
12765
12808
|
slug: string;
|
|
12766
12809
|
};
|
|
12810
|
+
metrics?: {
|
|
12811
|
+
__typename?: 'BuildMetrics';
|
|
12812
|
+
buildWaitTime?: number | null;
|
|
12813
|
+
buildQueueTime?: number | null;
|
|
12814
|
+
buildDuration?: number | null;
|
|
12815
|
+
} | null;
|
|
12767
12816
|
}>;
|
|
12768
12817
|
};
|
|
12769
12818
|
};
|
|
@@ -14025,6 +14074,12 @@ export type BuildFragment = {
|
|
|
14025
14074
|
name: string;
|
|
14026
14075
|
slug: string;
|
|
14027
14076
|
};
|
|
14077
|
+
metrics?: {
|
|
14078
|
+
__typename?: 'BuildMetrics';
|
|
14079
|
+
buildWaitTime?: number | null;
|
|
14080
|
+
buildQueueTime?: number | null;
|
|
14081
|
+
buildDuration?: number | null;
|
|
14082
|
+
} | null;
|
|
14028
14083
|
};
|
|
14029
14084
|
export type BuildWithSubmissionsFragment = {
|
|
14030
14085
|
__typename?: 'Build';
|
|
@@ -14128,6 +14183,12 @@ export type BuildWithSubmissionsFragment = {
|
|
|
14128
14183
|
name: string;
|
|
14129
14184
|
slug: string;
|
|
14130
14185
|
};
|
|
14186
|
+
metrics?: {
|
|
14187
|
+
__typename?: 'BuildMetrics';
|
|
14188
|
+
buildWaitTime?: number | null;
|
|
14189
|
+
buildQueueTime?: number | null;
|
|
14190
|
+
buildDuration?: number | null;
|
|
14191
|
+
} | null;
|
|
14131
14192
|
};
|
|
14132
14193
|
export type BuildWithFingerprintFragment = {
|
|
14133
14194
|
__typename?: 'Build';
|
|
@@ -14224,6 +14285,12 @@ export type BuildWithFingerprintFragment = {
|
|
|
14224
14285
|
name: string;
|
|
14225
14286
|
slug: string;
|
|
14226
14287
|
};
|
|
14288
|
+
metrics?: {
|
|
14289
|
+
__typename?: 'BuildMetrics';
|
|
14290
|
+
buildWaitTime?: number | null;
|
|
14291
|
+
buildQueueTime?: number | null;
|
|
14292
|
+
buildDuration?: number | null;
|
|
14293
|
+
} | null;
|
|
14227
14294
|
};
|
|
14228
14295
|
export type EnvironmentSecretFragment = {
|
|
14229
14296
|
__typename?: 'EnvironmentSecret';
|
|
@@ -59,6 +59,11 @@ exports.BuildFragmentNode = (0, graphql_tag_1.default) `
|
|
|
59
59
|
completedAt
|
|
60
60
|
expirationDate
|
|
61
61
|
isForIosSimulator
|
|
62
|
+
metrics {
|
|
63
|
+
buildWaitTime
|
|
64
|
+
buildQueueTime
|
|
65
|
+
buildDuration
|
|
66
|
+
}
|
|
62
67
|
}
|
|
63
68
|
`;
|
|
64
69
|
exports.BuildFragmentWithSubmissionsNode = (0, graphql_tag_1.default) `
|
package/build/run/run.d.ts
CHANGED
|
@@ -6,3 +6,4 @@ export interface RunArchiveFlags {
|
|
|
6
6
|
url?: string;
|
|
7
7
|
}
|
|
8
8
|
export declare function runAsync(simulatorBuildPath: string, selectedPlatform: AppPlatform): Promise<void>;
|
|
9
|
+
export declare function getEasBuildRunCachedAppPath(projectId: string, buildId: string, platform: AppPlatform): string;
|
package/build/run/run.js
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.runAsync = void 0;
|
|
3
|
+
exports.getEasBuildRunCachedAppPath = exports.runAsync = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const path_1 = tslib_1.__importDefault(require("path"));
|
|
4
6
|
const run_1 = require("./android/run");
|
|
5
7
|
const run_2 = require("./ios/run");
|
|
6
8
|
const generated_1 = require("../graphql/generated");
|
|
9
|
+
const paths_1 = require("../utils/paths");
|
|
7
10
|
async function runAsync(simulatorBuildPath, selectedPlatform) {
|
|
8
11
|
if (selectedPlatform === generated_1.AppPlatform.Ios) {
|
|
9
12
|
await (0, run_2.runAppOnIosSimulatorAsync)(simulatorBuildPath);
|
|
@@ -13,3 +16,7 @@ async function runAsync(simulatorBuildPath, selectedPlatform) {
|
|
|
13
16
|
}
|
|
14
17
|
}
|
|
15
18
|
exports.runAsync = runAsync;
|
|
19
|
+
function getEasBuildRunCachedAppPath(projectId, buildId, platform) {
|
|
20
|
+
return path_1.default.join((0, paths_1.getEasBuildRunCacheDirectoryPath)(), `${projectId}_${buildId}.${platform === generated_1.AppPlatform.Ios ? 'app' : 'apk'}`);
|
|
21
|
+
}
|
|
22
|
+
exports.getEasBuildRunCachedAppPath = getEasBuildRunCachedAppPath;
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
3
|
"description": "EAS command line tool",
|
|
4
|
-
"version": "15.0.
|
|
4
|
+
"version": "15.0.2",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -237,5 +237,5 @@
|
|
|
237
237
|
"node": "20.11.0",
|
|
238
238
|
"yarn": "1.22.21"
|
|
239
239
|
},
|
|
240
|
-
"gitHead": "
|
|
240
|
+
"gitHead": "365a7465f43ba43ac4850d81f892e21349f5f12c"
|
|
241
241
|
}
|