eas-cli 9.0.8 → 9.0.10
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 +59 -59
- package/build/commandUtils/context/contextUtils/getProjectIdAsync.d.ts +2 -1
- package/build/commandUtils/context/contextUtils/getProjectIdAsync.js +4 -2
- package/build/commands/project/onboarding.js +11 -2
- package/build/onboarding/git.d.ts +6 -2
- package/build/onboarding/git.js +23 -7
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -140,7 +140,7 @@ ALIASES
|
|
|
140
140
|
$ eas login
|
|
141
141
|
```
|
|
142
142
|
|
|
143
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
143
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/account/login.ts)_
|
|
144
144
|
|
|
145
145
|
## `eas account:logout`
|
|
146
146
|
|
|
@@ -157,7 +157,7 @@ ALIASES
|
|
|
157
157
|
$ eas logout
|
|
158
158
|
```
|
|
159
159
|
|
|
160
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
160
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/account/logout.ts)_
|
|
161
161
|
|
|
162
162
|
## `eas account:view`
|
|
163
163
|
|
|
@@ -174,7 +174,7 @@ ALIASES
|
|
|
174
174
|
$ eas whoami
|
|
175
175
|
```
|
|
176
176
|
|
|
177
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
177
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/account/view.ts)_
|
|
178
178
|
|
|
179
179
|
## `eas analytics [STATUS]`
|
|
180
180
|
|
|
@@ -188,7 +188,7 @@ DESCRIPTION
|
|
|
188
188
|
display or change analytics settings
|
|
189
189
|
```
|
|
190
190
|
|
|
191
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
191
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/analytics.ts)_
|
|
192
192
|
|
|
193
193
|
## `eas autocomplete [SHELL]`
|
|
194
194
|
|
|
@@ -240,7 +240,7 @@ DESCRIPTION
|
|
|
240
240
|
create a branch
|
|
241
241
|
```
|
|
242
242
|
|
|
243
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
243
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/branch/create.ts)_
|
|
244
244
|
|
|
245
245
|
## `eas branch:delete [NAME]`
|
|
246
246
|
|
|
@@ -261,7 +261,7 @@ DESCRIPTION
|
|
|
261
261
|
delete a branch
|
|
262
262
|
```
|
|
263
263
|
|
|
264
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
264
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
265
265
|
|
|
266
266
|
## `eas branch:list`
|
|
267
267
|
|
|
@@ -281,7 +281,7 @@ DESCRIPTION
|
|
|
281
281
|
list all branches
|
|
282
282
|
```
|
|
283
283
|
|
|
284
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
284
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/branch/list.ts)_
|
|
285
285
|
|
|
286
286
|
## `eas branch:rename`
|
|
287
287
|
|
|
@@ -301,7 +301,7 @@ DESCRIPTION
|
|
|
301
301
|
rename a branch
|
|
302
302
|
```
|
|
303
303
|
|
|
304
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
304
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
305
305
|
|
|
306
306
|
## `eas branch:view [NAME]`
|
|
307
307
|
|
|
@@ -324,7 +324,7 @@ DESCRIPTION
|
|
|
324
324
|
view a branch
|
|
325
325
|
```
|
|
326
326
|
|
|
327
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
327
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/branch/view.ts)_
|
|
328
328
|
|
|
329
329
|
## `eas build`
|
|
330
330
|
|
|
@@ -361,7 +361,7 @@ DESCRIPTION
|
|
|
361
361
|
start a build
|
|
362
362
|
```
|
|
363
363
|
|
|
364
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
364
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/build/index.ts)_
|
|
365
365
|
|
|
366
366
|
## `eas build:cancel [BUILD_ID]`
|
|
367
367
|
|
|
@@ -380,7 +380,7 @@ DESCRIPTION
|
|
|
380
380
|
cancel a build
|
|
381
381
|
```
|
|
382
382
|
|
|
383
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
383
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
384
384
|
|
|
385
385
|
## `eas build:configure`
|
|
386
386
|
|
|
@@ -397,7 +397,7 @@ DESCRIPTION
|
|
|
397
397
|
configure the project to support EAS Build
|
|
398
398
|
```
|
|
399
399
|
|
|
400
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
400
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/build/configure.ts)_
|
|
401
401
|
|
|
402
402
|
## `eas build:delete [BUILD_ID]`
|
|
403
403
|
|
|
@@ -416,7 +416,7 @@ DESCRIPTION
|
|
|
416
416
|
delete a build
|
|
417
417
|
```
|
|
418
418
|
|
|
419
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
419
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/build/delete.ts)_
|
|
420
420
|
|
|
421
421
|
## `eas build:inspect`
|
|
422
422
|
|
|
@@ -451,7 +451,7 @@ DESCRIPTION
|
|
|
451
451
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
452
452
|
```
|
|
453
453
|
|
|
454
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
454
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
455
455
|
|
|
456
456
|
## `eas build:list`
|
|
457
457
|
|
|
@@ -492,7 +492,7 @@ DESCRIPTION
|
|
|
492
492
|
list all builds for your project
|
|
493
493
|
```
|
|
494
494
|
|
|
495
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
495
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/build/list.ts)_
|
|
496
496
|
|
|
497
497
|
## `eas build:resign`
|
|
498
498
|
|
|
@@ -518,7 +518,7 @@ DESCRIPTION
|
|
|
518
518
|
re-sign a build archive
|
|
519
519
|
```
|
|
520
520
|
|
|
521
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
521
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/build/resign.ts)_
|
|
522
522
|
|
|
523
523
|
## `eas build:run`
|
|
524
524
|
|
|
@@ -544,7 +544,7 @@ DESCRIPTION
|
|
|
544
544
|
run simulator/emulator builds from eas-cli
|
|
545
545
|
```
|
|
546
546
|
|
|
547
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
547
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/build/run.ts)_
|
|
548
548
|
|
|
549
549
|
## `eas build:submit`
|
|
550
550
|
|
|
@@ -594,7 +594,7 @@ DESCRIPTION
|
|
|
594
594
|
get the latest version from EAS servers
|
|
595
595
|
```
|
|
596
596
|
|
|
597
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
597
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
598
598
|
|
|
599
599
|
## `eas build:version:set`
|
|
600
600
|
|
|
@@ -613,7 +613,7 @@ DESCRIPTION
|
|
|
613
613
|
update version of an app
|
|
614
614
|
```
|
|
615
615
|
|
|
616
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
616
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
617
617
|
|
|
618
618
|
## `eas build:version:sync`
|
|
619
619
|
|
|
@@ -632,7 +632,7 @@ DESCRIPTION
|
|
|
632
632
|
update a version in native code with a value stored on EAS servers
|
|
633
633
|
```
|
|
634
634
|
|
|
635
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
635
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
636
636
|
|
|
637
637
|
## `eas build:view [BUILD_ID]`
|
|
638
638
|
|
|
@@ -649,7 +649,7 @@ DESCRIPTION
|
|
|
649
649
|
view a build for your project
|
|
650
650
|
```
|
|
651
651
|
|
|
652
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
652
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/build/view.ts)_
|
|
653
653
|
|
|
654
654
|
## `eas channel:create [NAME]`
|
|
655
655
|
|
|
@@ -670,7 +670,7 @@ DESCRIPTION
|
|
|
670
670
|
create a channel
|
|
671
671
|
```
|
|
672
672
|
|
|
673
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
673
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/channel/create.ts)_
|
|
674
674
|
|
|
675
675
|
## `eas channel:edit [NAME]`
|
|
676
676
|
|
|
@@ -692,7 +692,7 @@ DESCRIPTION
|
|
|
692
692
|
point a channel at a new branch
|
|
693
693
|
```
|
|
694
694
|
|
|
695
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
695
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
696
696
|
|
|
697
697
|
## `eas channel:list`
|
|
698
698
|
|
|
@@ -712,7 +712,7 @@ DESCRIPTION
|
|
|
712
712
|
list all channels
|
|
713
713
|
```
|
|
714
714
|
|
|
715
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
715
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/channel/list.ts)_
|
|
716
716
|
|
|
717
717
|
## `eas channel:rollout [CHANNEL]`
|
|
718
718
|
|
|
@@ -744,7 +744,7 @@ DESCRIPTION
|
|
|
744
744
|
Roll a new branch out on a channel incrementally.
|
|
745
745
|
```
|
|
746
746
|
|
|
747
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
747
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
748
748
|
|
|
749
749
|
## `eas channel:view [NAME]`
|
|
750
750
|
|
|
@@ -767,7 +767,7 @@ DESCRIPTION
|
|
|
767
767
|
view a channel
|
|
768
768
|
```
|
|
769
769
|
|
|
770
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
770
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/channel/view.ts)_
|
|
771
771
|
|
|
772
772
|
## `eas config`
|
|
773
773
|
|
|
@@ -788,7 +788,7 @@ DESCRIPTION
|
|
|
788
788
|
display project configuration (app.json + eas.json)
|
|
789
789
|
```
|
|
790
790
|
|
|
791
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
791
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/config.ts)_
|
|
792
792
|
|
|
793
793
|
## `eas credentials`
|
|
794
794
|
|
|
@@ -805,7 +805,7 @@ DESCRIPTION
|
|
|
805
805
|
manage credentials
|
|
806
806
|
```
|
|
807
807
|
|
|
808
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
808
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
809
809
|
|
|
810
810
|
## `eas credentials:configure-build`
|
|
811
811
|
|
|
@@ -823,7 +823,7 @@ DESCRIPTION
|
|
|
823
823
|
Set up credentials for building your project.
|
|
824
824
|
```
|
|
825
825
|
|
|
826
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
826
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
827
827
|
|
|
828
828
|
## `eas device:create`
|
|
829
829
|
|
|
@@ -837,7 +837,7 @@ DESCRIPTION
|
|
|
837
837
|
register new Apple Devices to use for internal distribution
|
|
838
838
|
```
|
|
839
839
|
|
|
840
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
840
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/device/create.ts)_
|
|
841
841
|
|
|
842
842
|
## `eas device:delete`
|
|
843
843
|
|
|
@@ -857,7 +857,7 @@ DESCRIPTION
|
|
|
857
857
|
remove a registered device from your account
|
|
858
858
|
```
|
|
859
859
|
|
|
860
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
860
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/device/delete.ts)_
|
|
861
861
|
|
|
862
862
|
## `eas device:list`
|
|
863
863
|
|
|
@@ -878,7 +878,7 @@ DESCRIPTION
|
|
|
878
878
|
list all registered devices for your account
|
|
879
879
|
```
|
|
880
880
|
|
|
881
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
881
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/device/list.ts)_
|
|
882
882
|
|
|
883
883
|
## `eas device:rename`
|
|
884
884
|
|
|
@@ -899,7 +899,7 @@ DESCRIPTION
|
|
|
899
899
|
rename a registered device
|
|
900
900
|
```
|
|
901
901
|
|
|
902
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
902
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/device/rename.ts)_
|
|
903
903
|
|
|
904
904
|
## `eas device:view [UDID]`
|
|
905
905
|
|
|
@@ -913,7 +913,7 @@ DESCRIPTION
|
|
|
913
913
|
view a device for your project
|
|
914
914
|
```
|
|
915
915
|
|
|
916
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
916
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/device/view.ts)_
|
|
917
917
|
|
|
918
918
|
## `eas diagnostics`
|
|
919
919
|
|
|
@@ -927,7 +927,7 @@ DESCRIPTION
|
|
|
927
927
|
display environment info
|
|
928
928
|
```
|
|
929
929
|
|
|
930
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
930
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
931
931
|
|
|
932
932
|
## `eas help [COMMAND]`
|
|
933
933
|
|
|
@@ -1018,7 +1018,7 @@ DESCRIPTION
|
|
|
1018
1018
|
validate the local store configuration
|
|
1019
1019
|
```
|
|
1020
1020
|
|
|
1021
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
1021
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1022
1022
|
|
|
1023
1023
|
## `eas metadata:pull`
|
|
1024
1024
|
|
|
@@ -1035,7 +1035,7 @@ DESCRIPTION
|
|
|
1035
1035
|
generate the local store configuration from the app stores
|
|
1036
1036
|
```
|
|
1037
1037
|
|
|
1038
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
1038
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1039
1039
|
|
|
1040
1040
|
## `eas metadata:push`
|
|
1041
1041
|
|
|
@@ -1052,7 +1052,7 @@ DESCRIPTION
|
|
|
1052
1052
|
sync the local store configuration to the app stores
|
|
1053
1053
|
```
|
|
1054
1054
|
|
|
1055
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
1055
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1056
1056
|
|
|
1057
1057
|
## `eas open`
|
|
1058
1058
|
|
|
@@ -1066,7 +1066,7 @@ DESCRIPTION
|
|
|
1066
1066
|
open the project page in a web browser
|
|
1067
1067
|
```
|
|
1068
1068
|
|
|
1069
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
1069
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/open.ts)_
|
|
1070
1070
|
|
|
1071
1071
|
## `eas project:info`
|
|
1072
1072
|
|
|
@@ -1080,7 +1080,7 @@ DESCRIPTION
|
|
|
1080
1080
|
information about the current project
|
|
1081
1081
|
```
|
|
1082
1082
|
|
|
1083
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
1083
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/project/info.ts)_
|
|
1084
1084
|
|
|
1085
1085
|
## `eas project:init`
|
|
1086
1086
|
|
|
@@ -1102,7 +1102,7 @@ ALIASES
|
|
|
1102
1102
|
$ eas init
|
|
1103
1103
|
```
|
|
1104
1104
|
|
|
1105
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
1105
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/project/init.ts)_
|
|
1106
1106
|
|
|
1107
1107
|
## `eas secret:create`
|
|
1108
1108
|
|
|
@@ -1125,7 +1125,7 @@ DESCRIPTION
|
|
|
1125
1125
|
create an environment secret on the current project or owner account
|
|
1126
1126
|
```
|
|
1127
1127
|
|
|
1128
|
-
_See code: [packages/eas-cli/src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
1128
|
+
_See code: [packages/eas-cli/src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/secret/create.ts)_
|
|
1129
1129
|
|
|
1130
1130
|
## `eas secret:delete`
|
|
1131
1131
|
|
|
@@ -1143,7 +1143,7 @@ DESCRIPTION
|
|
|
1143
1143
|
delete an environment secret by ID
|
|
1144
1144
|
```
|
|
1145
1145
|
|
|
1146
|
-
_See code: [packages/eas-cli/src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
1146
|
+
_See code: [packages/eas-cli/src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/secret/delete.ts)_
|
|
1147
1147
|
|
|
1148
1148
|
## `eas secret:list`
|
|
1149
1149
|
|
|
@@ -1157,7 +1157,7 @@ DESCRIPTION
|
|
|
1157
1157
|
list environment secrets available for your current app
|
|
1158
1158
|
```
|
|
1159
1159
|
|
|
1160
|
-
_See code: [packages/eas-cli/src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
1160
|
+
_See code: [packages/eas-cli/src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/secret/list.ts)_
|
|
1161
1161
|
|
|
1162
1162
|
## `eas secret:push`
|
|
1163
1163
|
|
|
@@ -1177,7 +1177,7 @@ DESCRIPTION
|
|
|
1177
1177
|
read environment secrets from env file and store on the server
|
|
1178
1178
|
```
|
|
1179
1179
|
|
|
1180
|
-
_See code: [packages/eas-cli/src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
1180
|
+
_See code: [packages/eas-cli/src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/secret/push.ts)_
|
|
1181
1181
|
|
|
1182
1182
|
## `eas submit`
|
|
1183
1183
|
|
|
@@ -1208,7 +1208,7 @@ ALIASES
|
|
|
1208
1208
|
$ eas build:submit
|
|
1209
1209
|
```
|
|
1210
1210
|
|
|
1211
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
1211
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/submit.ts)_
|
|
1212
1212
|
|
|
1213
1213
|
## `eas update`
|
|
1214
1214
|
|
|
@@ -1241,7 +1241,7 @@ DESCRIPTION
|
|
|
1241
1241
|
publish an update group
|
|
1242
1242
|
```
|
|
1243
1243
|
|
|
1244
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
1244
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/update/index.ts)_
|
|
1245
1245
|
|
|
1246
1246
|
## `eas update:configure`
|
|
1247
1247
|
|
|
@@ -1259,7 +1259,7 @@ DESCRIPTION
|
|
|
1259
1259
|
configure the project to support EAS Update
|
|
1260
1260
|
```
|
|
1261
1261
|
|
|
1262
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
1262
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1263
1263
|
|
|
1264
1264
|
## `eas update:delete GROUPID`
|
|
1265
1265
|
|
|
@@ -1280,7 +1280,7 @@ DESCRIPTION
|
|
|
1280
1280
|
delete all the updates in an update group
|
|
1281
1281
|
```
|
|
1282
1282
|
|
|
1283
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
1283
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1284
1284
|
|
|
1285
1285
|
## `eas update:list`
|
|
1286
1286
|
|
|
@@ -1302,7 +1302,7 @@ DESCRIPTION
|
|
|
1302
1302
|
view the recent updates
|
|
1303
1303
|
```
|
|
1304
1304
|
|
|
1305
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
1305
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/update/list.ts)_
|
|
1306
1306
|
|
|
1307
1307
|
## `eas update:republish`
|
|
1308
1308
|
|
|
@@ -1329,7 +1329,7 @@ DESCRIPTION
|
|
|
1329
1329
|
roll back to an existing update
|
|
1330
1330
|
```
|
|
1331
1331
|
|
|
1332
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
1332
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1333
1333
|
|
|
1334
1334
|
## `eas update:roll-back-to-embedded`
|
|
1335
1335
|
|
|
@@ -1356,7 +1356,7 @@ DESCRIPTION
|
|
|
1356
1356
|
roll back to the embedded update
|
|
1357
1357
|
```
|
|
1358
1358
|
|
|
1359
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
1359
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1360
1360
|
|
|
1361
1361
|
## `eas update:rollback`
|
|
1362
1362
|
|
|
@@ -1375,7 +1375,7 @@ DESCRIPTION
|
|
|
1375
1375
|
roll back to an embedded update or an existing update
|
|
1376
1376
|
```
|
|
1377
1377
|
|
|
1378
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
1378
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1379
1379
|
|
|
1380
1380
|
## `eas update:view GROUPID`
|
|
1381
1381
|
|
|
@@ -1395,7 +1395,7 @@ DESCRIPTION
|
|
|
1395
1395
|
update group details
|
|
1396
1396
|
```
|
|
1397
1397
|
|
|
1398
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
1398
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/update/view.ts)_
|
|
1399
1399
|
|
|
1400
1400
|
## `eas webhook:create`
|
|
1401
1401
|
|
|
@@ -1416,7 +1416,7 @@ DESCRIPTION
|
|
|
1416
1416
|
create a webhook
|
|
1417
1417
|
```
|
|
1418
1418
|
|
|
1419
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
1419
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1420
1420
|
|
|
1421
1421
|
## `eas webhook:delete [ID]`
|
|
1422
1422
|
|
|
@@ -1436,7 +1436,7 @@ DESCRIPTION
|
|
|
1436
1436
|
delete a webhook
|
|
1437
1437
|
```
|
|
1438
1438
|
|
|
1439
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
1439
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1440
1440
|
|
|
1441
1441
|
## `eas webhook:list`
|
|
1442
1442
|
|
|
@@ -1454,7 +1454,7 @@ DESCRIPTION
|
|
|
1454
1454
|
list webhooks
|
|
1455
1455
|
```
|
|
1456
1456
|
|
|
1457
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
1457
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1458
1458
|
|
|
1459
1459
|
## `eas webhook:update`
|
|
1460
1460
|
|
|
@@ -1476,7 +1476,7 @@ DESCRIPTION
|
|
|
1476
1476
|
update a webhook
|
|
1477
1477
|
```
|
|
1478
1478
|
|
|
1479
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
1479
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1480
1480
|
|
|
1481
1481
|
## `eas webhook:view ID`
|
|
1482
1482
|
|
|
@@ -1493,7 +1493,7 @@ DESCRIPTION
|
|
|
1493
1493
|
view a webhook
|
|
1494
1494
|
```
|
|
1495
1495
|
|
|
1496
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v9.0.
|
|
1496
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v9.0.10/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
1497
1497
|
|
|
1498
1498
|
## `eas whoami`
|
|
1499
1499
|
|
|
@@ -25,7 +25,7 @@ export declare function getProjectIdAsync(sessionManager: SessionManager, exp: E
|
|
|
25
25
|
env?: Env;
|
|
26
26
|
nonInteractive: boolean;
|
|
27
27
|
}): Promise<string>;
|
|
28
|
-
export declare function validateOrSetProjectIdAsync({ exp, graphqlClient, actor, options, }: {
|
|
28
|
+
export declare function validateOrSetProjectIdAsync({ exp, graphqlClient, actor, options, cwd, }: {
|
|
29
29
|
exp: ExpoConfig;
|
|
30
30
|
graphqlClient: ExpoGraphqlClient;
|
|
31
31
|
actor: Actor;
|
|
@@ -33,4 +33,5 @@ export declare function validateOrSetProjectIdAsync({ exp, graphqlClient, actor,
|
|
|
33
33
|
env?: Env;
|
|
34
34
|
nonInteractive: boolean;
|
|
35
35
|
};
|
|
36
|
+
cwd?: string;
|
|
36
37
|
}): Promise<string>;
|
|
@@ -66,7 +66,7 @@ async function getProjectIdAsync(sessionManager, exp, options) {
|
|
|
66
66
|
return projectId;
|
|
67
67
|
}
|
|
68
68
|
exports.getProjectIdAsync = getProjectIdAsync;
|
|
69
|
-
async function validateOrSetProjectIdAsync({ exp, graphqlClient, actor, options, }) {
|
|
69
|
+
async function validateOrSetProjectIdAsync({ exp, graphqlClient, actor, options, cwd, }) {
|
|
70
70
|
const localProjectId = exp.extra?.eas?.projectId;
|
|
71
71
|
if (localProjectId) {
|
|
72
72
|
if (typeof localProjectId !== 'string') {
|
|
@@ -92,7 +92,9 @@ async function validateOrSetProjectIdAsync({ exp, graphqlClient, actor, options,
|
|
|
92
92
|
}
|
|
93
93
|
return localProjectId;
|
|
94
94
|
}
|
|
95
|
-
const projectDir = await (0, findProjectDirAndVerifyProjectSetupAsync_1.findProjectRootAsync)(
|
|
95
|
+
const projectDir = await (0, findProjectDirAndVerifyProjectSetupAsync_1.findProjectRootAsync)({
|
|
96
|
+
cwd,
|
|
97
|
+
});
|
|
96
98
|
if (!projectDir) {
|
|
97
99
|
throw new Error('This command must be run inside a project directory.');
|
|
98
100
|
}
|
|
@@ -86,10 +86,19 @@ class Onboarding extends EasCommand_1.default {
|
|
|
86
86
|
initialTargetProjectDirectory = selectedTargetProjectDirectory;
|
|
87
87
|
}
|
|
88
88
|
log_1.default.log();
|
|
89
|
+
const cloneMethod = (await (0, git_1.canAccessRepositoryUsingSshAsync)({
|
|
90
|
+
githubUsername,
|
|
91
|
+
githubRepositoryName,
|
|
92
|
+
}))
|
|
93
|
+
? 'ssh'
|
|
94
|
+
: 'https';
|
|
95
|
+
log_1.default.log(chalk_1.default.dim(`We detected that ${cloneMethod} is your preffered git clone method`));
|
|
96
|
+
log_1.default.log();
|
|
89
97
|
const { targetProjectDir: finalTargetProjectDirectory } = await (0, git_1.runGitCloneAsync)({
|
|
90
98
|
githubUsername,
|
|
91
99
|
githubRepositoryName,
|
|
92
100
|
targetProjectDir: initialTargetProjectDirectory,
|
|
101
|
+
cloneMethod,
|
|
93
102
|
});
|
|
94
103
|
const vcsClient = new git_2.default(finalTargetProjectDirectory);
|
|
95
104
|
if (!app.githubRepository) {
|
|
@@ -235,6 +244,7 @@ async function getPrivateExpoConfigWithProjectIdAsync({ projectDir, graphqlClien
|
|
|
235
244
|
options: {
|
|
236
245
|
nonInteractive: false,
|
|
237
246
|
},
|
|
247
|
+
cwd: projectDir,
|
|
238
248
|
});
|
|
239
249
|
const exp = (0, expoConfig_1.getPrivateExpoConfig)(projectDir, options);
|
|
240
250
|
return {
|
|
@@ -280,7 +290,6 @@ async function configureProjectFromBareDefaultExpoTemplateAsync({ app, vcsClient
|
|
|
280
290
|
development: {
|
|
281
291
|
developmentClient: true,
|
|
282
292
|
distribution: 'internal',
|
|
283
|
-
channel: 'development',
|
|
284
293
|
...easBuildGitHubConfig,
|
|
285
294
|
},
|
|
286
295
|
'development-simulator': {
|
|
@@ -291,7 +300,7 @@ async function configureProjectFromBareDefaultExpoTemplateAsync({ app, vcsClient
|
|
|
291
300
|
},
|
|
292
301
|
preview: {
|
|
293
302
|
distribution: 'internal',
|
|
294
|
-
channel: '
|
|
303
|
+
channel: 'main',
|
|
295
304
|
...easBuildGitHubConfig,
|
|
296
305
|
},
|
|
297
306
|
production: {
|
|
@@ -1,11 +1,15 @@
|
|
|
1
|
-
export declare function runGitCloneAsync({ targetProjectDir, githubRepositoryName, githubUsername,
|
|
1
|
+
export declare function runGitCloneAsync({ targetProjectDir, githubRepositoryName, githubUsername, cloneMethod, }: {
|
|
2
2
|
githubUsername: string;
|
|
3
3
|
githubRepositoryName: string;
|
|
4
4
|
targetProjectDir: string;
|
|
5
|
-
|
|
5
|
+
cloneMethod: 'ssh' | 'https';
|
|
6
6
|
}): Promise<{
|
|
7
7
|
targetProjectDir: string;
|
|
8
8
|
}>;
|
|
9
9
|
export declare function runGitPushAsync({ targetProjectDir, }: {
|
|
10
10
|
targetProjectDir: string;
|
|
11
11
|
}): Promise<void>;
|
|
12
|
+
export declare function canAccessRepositoryUsingSshAsync({ githubUsername, githubRepositoryName, }: {
|
|
13
|
+
githubUsername: string;
|
|
14
|
+
githubRepositoryName: string;
|
|
15
|
+
}): Promise<boolean>;
|
package/build/onboarding/git.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.runGitPushAsync = exports.runGitCloneAsync = void 0;
|
|
3
|
+
exports.canAccessRepositoryUsingSshAsync = exports.runGitPushAsync = exports.runGitCloneAsync = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
+
const spawn_async_1 = tslib_1.__importDefault(require("@expo/spawn-async"));
|
|
5
6
|
const runCommand_1 = require("./runCommand");
|
|
6
7
|
const log_1 = tslib_1.__importDefault(require("../log"));
|
|
7
8
|
const prompts_1 = require("../prompts");
|
|
8
|
-
async function runGitCloneAsync({ targetProjectDir, githubRepositoryName, githubUsername,
|
|
9
|
-
const url =
|
|
9
|
+
async function runGitCloneAsync({ targetProjectDir, githubRepositoryName, githubUsername, cloneMethod, }) {
|
|
10
|
+
const url = cloneMethod === 'ssh'
|
|
10
11
|
? `git@github.com:${githubUsername}/${githubRepositoryName}.git`
|
|
11
12
|
: `https://github.com/${githubUsername}/${githubRepositoryName}.git`;
|
|
12
13
|
try {
|
|
@@ -39,12 +40,14 @@ async function runGitCloneAsync({ targetProjectDir, githubRepositoryName, github
|
|
|
39
40
|
githubRepositoryName,
|
|
40
41
|
githubUsername,
|
|
41
42
|
targetProjectDir: newTargetProjectDir,
|
|
43
|
+
cloneMethod,
|
|
42
44
|
});
|
|
43
45
|
}
|
|
44
|
-
else if (
|
|
45
|
-
log_1.default.warn(
|
|
46
|
+
else if (error.stderr.includes('Permission denied')) {
|
|
47
|
+
log_1.default.warn(`It seems like you do not have permission to clone the repository using ${cloneMethod}.`);
|
|
48
|
+
const newMethod = cloneMethod === 'ssh' ? 'https' : 'ssh';
|
|
46
49
|
const shouldContinue = await (0, prompts_1.confirmAsync)({
|
|
47
|
-
message:
|
|
50
|
+
message: `Do you want to clone the repository using ${newMethod} instead?`,
|
|
48
51
|
});
|
|
49
52
|
if (!shouldContinue) {
|
|
50
53
|
throw new Error('Permission denied. Aborting...');
|
|
@@ -53,7 +56,7 @@ async function runGitCloneAsync({ targetProjectDir, githubRepositoryName, github
|
|
|
53
56
|
githubRepositoryName,
|
|
54
57
|
githubUsername,
|
|
55
58
|
targetProjectDir,
|
|
56
|
-
|
|
59
|
+
cloneMethod: newMethod,
|
|
57
60
|
});
|
|
58
61
|
}
|
|
59
62
|
else {
|
|
@@ -70,3 +73,16 @@ async function runGitPushAsync({ targetProjectDir, }) {
|
|
|
70
73
|
});
|
|
71
74
|
}
|
|
72
75
|
exports.runGitPushAsync = runGitPushAsync;
|
|
76
|
+
async function canAccessRepositoryUsingSshAsync({ githubUsername, githubRepositoryName, }) {
|
|
77
|
+
try {
|
|
78
|
+
await (0, spawn_async_1.default)('git', [
|
|
79
|
+
'ls-remote',
|
|
80
|
+
`git@github.com:${githubUsername}/${githubRepositoryName}.git`,
|
|
81
|
+
]);
|
|
82
|
+
return true;
|
|
83
|
+
}
|
|
84
|
+
catch {
|
|
85
|
+
return false;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
exports.canAccessRepositoryUsingSshAsync = canAccessRepositoryUsingSshAsync;
|
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": "9.0.
|
|
4
|
+
"version": "9.0.10",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -223,5 +223,5 @@
|
|
|
223
223
|
"node": "20.11.0",
|
|
224
224
|
"yarn": "1.22.21"
|
|
225
225
|
},
|
|
226
|
-
"gitHead": "
|
|
226
|
+
"gitHead": "0b541696317877eb69aaf736901f0baf9e77cfe6"
|
|
227
227
|
}
|