eas-cli 7.8.5 → 8.0.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 +67 -61
- package/build/build/local.js +1 -1
- package/build/commands/account/login.js +0 -1
- package/build/commands/update/index.js +1 -10
- package/build/commands/update/roll-back-to-embedded.js +1 -11
- package/build/credentials/ios/IosCredentialsProvider.js +6 -1
- package/build/project/projectUtils.d.ts +1 -0
- package/build/project/projectUtils.js +6 -1
- package/build/user/SessionManager.js +1 -1
- package/oclif.manifest.json +1 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -128,7 +128,10 @@ log in with your Expo account
|
|
|
128
128
|
|
|
129
129
|
```
|
|
130
130
|
USAGE
|
|
131
|
-
$ eas account:login
|
|
131
|
+
$ eas account:login [-s]
|
|
132
|
+
|
|
133
|
+
FLAGS
|
|
134
|
+
-s, --sso Login with SSO
|
|
132
135
|
|
|
133
136
|
DESCRIPTION
|
|
134
137
|
log in with your Expo account
|
|
@@ -137,7 +140,7 @@ ALIASES
|
|
|
137
140
|
$ eas login
|
|
138
141
|
```
|
|
139
142
|
|
|
140
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/
|
|
143
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/account/login.ts)_
|
|
141
144
|
|
|
142
145
|
## `eas account:logout`
|
|
143
146
|
|
|
@@ -154,7 +157,7 @@ ALIASES
|
|
|
154
157
|
$ eas logout
|
|
155
158
|
```
|
|
156
159
|
|
|
157
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/
|
|
160
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/account/logout.ts)_
|
|
158
161
|
|
|
159
162
|
## `eas account:view`
|
|
160
163
|
|
|
@@ -171,7 +174,7 @@ ALIASES
|
|
|
171
174
|
$ eas whoami
|
|
172
175
|
```
|
|
173
176
|
|
|
174
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/
|
|
177
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/account/view.ts)_
|
|
175
178
|
|
|
176
179
|
## `eas analytics [STATUS]`
|
|
177
180
|
|
|
@@ -185,7 +188,7 @@ DESCRIPTION
|
|
|
185
188
|
display or change analytics settings
|
|
186
189
|
```
|
|
187
190
|
|
|
188
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/
|
|
191
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/analytics.ts)_
|
|
189
192
|
|
|
190
193
|
## `eas autocomplete [SHELL]`
|
|
191
194
|
|
|
@@ -237,7 +240,7 @@ DESCRIPTION
|
|
|
237
240
|
create a branch
|
|
238
241
|
```
|
|
239
242
|
|
|
240
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/
|
|
243
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/branch/create.ts)_
|
|
241
244
|
|
|
242
245
|
## `eas branch:delete [NAME]`
|
|
243
246
|
|
|
@@ -258,7 +261,7 @@ DESCRIPTION
|
|
|
258
261
|
delete a branch
|
|
259
262
|
```
|
|
260
263
|
|
|
261
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/
|
|
264
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
262
265
|
|
|
263
266
|
## `eas branch:list`
|
|
264
267
|
|
|
@@ -278,7 +281,7 @@ DESCRIPTION
|
|
|
278
281
|
list all branches
|
|
279
282
|
```
|
|
280
283
|
|
|
281
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/
|
|
284
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/branch/list.ts)_
|
|
282
285
|
|
|
283
286
|
## `eas branch:rename`
|
|
284
287
|
|
|
@@ -298,7 +301,7 @@ DESCRIPTION
|
|
|
298
301
|
rename a branch
|
|
299
302
|
```
|
|
300
303
|
|
|
301
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/
|
|
304
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
302
305
|
|
|
303
306
|
## `eas branch:view [NAME]`
|
|
304
307
|
|
|
@@ -321,7 +324,7 @@ DESCRIPTION
|
|
|
321
324
|
view a branch
|
|
322
325
|
```
|
|
323
326
|
|
|
324
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/
|
|
327
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/branch/view.ts)_
|
|
325
328
|
|
|
326
329
|
## `eas build`
|
|
327
330
|
|
|
@@ -356,7 +359,7 @@ DESCRIPTION
|
|
|
356
359
|
start a build
|
|
357
360
|
```
|
|
358
361
|
|
|
359
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/
|
|
362
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/build/index.ts)_
|
|
360
363
|
|
|
361
364
|
## `eas build:cancel [BUILD_ID]`
|
|
362
365
|
|
|
@@ -375,7 +378,7 @@ DESCRIPTION
|
|
|
375
378
|
cancel a build
|
|
376
379
|
```
|
|
377
380
|
|
|
378
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/
|
|
381
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
379
382
|
|
|
380
383
|
## `eas build:configure`
|
|
381
384
|
|
|
@@ -392,7 +395,7 @@ DESCRIPTION
|
|
|
392
395
|
configure the project to support EAS Build
|
|
393
396
|
```
|
|
394
397
|
|
|
395
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/
|
|
398
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/build/configure.ts)_
|
|
396
399
|
|
|
397
400
|
## `eas build:delete [BUILD_ID]`
|
|
398
401
|
|
|
@@ -411,7 +414,7 @@ DESCRIPTION
|
|
|
411
414
|
delete a build
|
|
412
415
|
```
|
|
413
416
|
|
|
414
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/
|
|
417
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/build/delete.ts)_
|
|
415
418
|
|
|
416
419
|
## `eas build:inspect`
|
|
417
420
|
|
|
@@ -446,7 +449,7 @@ DESCRIPTION
|
|
|
446
449
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
447
450
|
```
|
|
448
451
|
|
|
449
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/
|
|
452
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
450
453
|
|
|
451
454
|
## `eas build:list`
|
|
452
455
|
|
|
@@ -487,7 +490,7 @@ DESCRIPTION
|
|
|
487
490
|
list all builds for your project
|
|
488
491
|
```
|
|
489
492
|
|
|
490
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/
|
|
493
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/build/list.ts)_
|
|
491
494
|
|
|
492
495
|
## `eas build:resign`
|
|
493
496
|
|
|
@@ -513,7 +516,7 @@ DESCRIPTION
|
|
|
513
516
|
re-sign a build archive
|
|
514
517
|
```
|
|
515
518
|
|
|
516
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/
|
|
519
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/build/resign.ts)_
|
|
517
520
|
|
|
518
521
|
## `eas build:run`
|
|
519
522
|
|
|
@@ -539,7 +542,7 @@ DESCRIPTION
|
|
|
539
542
|
run simulator/emulator builds from eas-cli
|
|
540
543
|
```
|
|
541
544
|
|
|
542
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/
|
|
545
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/build/run.ts)_
|
|
543
546
|
|
|
544
547
|
## `eas build:submit`
|
|
545
548
|
|
|
@@ -589,7 +592,7 @@ DESCRIPTION
|
|
|
589
592
|
get the latest version from EAS servers
|
|
590
593
|
```
|
|
591
594
|
|
|
592
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/
|
|
595
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
593
596
|
|
|
594
597
|
## `eas build:version:set`
|
|
595
598
|
|
|
@@ -608,7 +611,7 @@ DESCRIPTION
|
|
|
608
611
|
update version of an app
|
|
609
612
|
```
|
|
610
613
|
|
|
611
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/
|
|
614
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
612
615
|
|
|
613
616
|
## `eas build:version:sync`
|
|
614
617
|
|
|
@@ -627,7 +630,7 @@ DESCRIPTION
|
|
|
627
630
|
update a version in native code with a value stored on EAS servers
|
|
628
631
|
```
|
|
629
632
|
|
|
630
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/
|
|
633
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
631
634
|
|
|
632
635
|
## `eas build:view [BUILD_ID]`
|
|
633
636
|
|
|
@@ -644,7 +647,7 @@ DESCRIPTION
|
|
|
644
647
|
view a build for your project
|
|
645
648
|
```
|
|
646
649
|
|
|
647
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/
|
|
650
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/build/view.ts)_
|
|
648
651
|
|
|
649
652
|
## `eas channel:create [NAME]`
|
|
650
653
|
|
|
@@ -665,7 +668,7 @@ DESCRIPTION
|
|
|
665
668
|
create a channel
|
|
666
669
|
```
|
|
667
670
|
|
|
668
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/
|
|
671
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/channel/create.ts)_
|
|
669
672
|
|
|
670
673
|
## `eas channel:edit [NAME]`
|
|
671
674
|
|
|
@@ -687,7 +690,7 @@ DESCRIPTION
|
|
|
687
690
|
point a channel at a new branch
|
|
688
691
|
```
|
|
689
692
|
|
|
690
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/
|
|
693
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
691
694
|
|
|
692
695
|
## `eas channel:list`
|
|
693
696
|
|
|
@@ -707,7 +710,7 @@ DESCRIPTION
|
|
|
707
710
|
list all channels
|
|
708
711
|
```
|
|
709
712
|
|
|
710
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/
|
|
713
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/channel/list.ts)_
|
|
711
714
|
|
|
712
715
|
## `eas channel:rollout [CHANNEL]`
|
|
713
716
|
|
|
@@ -739,7 +742,7 @@ DESCRIPTION
|
|
|
739
742
|
Roll a new branch out on a channel incrementally.
|
|
740
743
|
```
|
|
741
744
|
|
|
742
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/
|
|
745
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
743
746
|
|
|
744
747
|
## `eas channel:view [NAME]`
|
|
745
748
|
|
|
@@ -762,7 +765,7 @@ DESCRIPTION
|
|
|
762
765
|
view a channel
|
|
763
766
|
```
|
|
764
767
|
|
|
765
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/
|
|
768
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/channel/view.ts)_
|
|
766
769
|
|
|
767
770
|
## `eas config`
|
|
768
771
|
|
|
@@ -783,7 +786,7 @@ DESCRIPTION
|
|
|
783
786
|
display project configuration (app.json + eas.json)
|
|
784
787
|
```
|
|
785
788
|
|
|
786
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/
|
|
789
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/config.ts)_
|
|
787
790
|
|
|
788
791
|
## `eas credentials`
|
|
789
792
|
|
|
@@ -800,7 +803,7 @@ DESCRIPTION
|
|
|
800
803
|
manage credentials
|
|
801
804
|
```
|
|
802
805
|
|
|
803
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/
|
|
806
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
804
807
|
|
|
805
808
|
## `eas credentials:configure-build`
|
|
806
809
|
|
|
@@ -818,7 +821,7 @@ DESCRIPTION
|
|
|
818
821
|
Set up credentials for building your project.
|
|
819
822
|
```
|
|
820
823
|
|
|
821
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/
|
|
824
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
822
825
|
|
|
823
826
|
## `eas device:create`
|
|
824
827
|
|
|
@@ -832,7 +835,7 @@ DESCRIPTION
|
|
|
832
835
|
register new Apple Devices to use for internal distribution
|
|
833
836
|
```
|
|
834
837
|
|
|
835
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/
|
|
838
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/device/create.ts)_
|
|
836
839
|
|
|
837
840
|
## `eas device:delete`
|
|
838
841
|
|
|
@@ -852,7 +855,7 @@ DESCRIPTION
|
|
|
852
855
|
remove a registered device from your account
|
|
853
856
|
```
|
|
854
857
|
|
|
855
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/
|
|
858
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/device/delete.ts)_
|
|
856
859
|
|
|
857
860
|
## `eas device:list`
|
|
858
861
|
|
|
@@ -873,7 +876,7 @@ DESCRIPTION
|
|
|
873
876
|
list all registered devices for your account
|
|
874
877
|
```
|
|
875
878
|
|
|
876
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/
|
|
879
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/device/list.ts)_
|
|
877
880
|
|
|
878
881
|
## `eas device:rename`
|
|
879
882
|
|
|
@@ -894,7 +897,7 @@ DESCRIPTION
|
|
|
894
897
|
rename a registered device
|
|
895
898
|
```
|
|
896
899
|
|
|
897
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/
|
|
900
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/device/rename.ts)_
|
|
898
901
|
|
|
899
902
|
## `eas device:view [UDID]`
|
|
900
903
|
|
|
@@ -908,7 +911,7 @@ DESCRIPTION
|
|
|
908
911
|
view a device for your project
|
|
909
912
|
```
|
|
910
913
|
|
|
911
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/
|
|
914
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/device/view.ts)_
|
|
912
915
|
|
|
913
916
|
## `eas diagnostics`
|
|
914
917
|
|
|
@@ -922,7 +925,7 @@ DESCRIPTION
|
|
|
922
925
|
display environment info
|
|
923
926
|
```
|
|
924
927
|
|
|
925
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/
|
|
928
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
926
929
|
|
|
927
930
|
## `eas help [COMMAND]`
|
|
928
931
|
|
|
@@ -970,7 +973,10 @@ log in with your Expo account
|
|
|
970
973
|
|
|
971
974
|
```
|
|
972
975
|
USAGE
|
|
973
|
-
$ eas login
|
|
976
|
+
$ eas login [-s]
|
|
977
|
+
|
|
978
|
+
FLAGS
|
|
979
|
+
-s, --sso Login with SSO
|
|
974
980
|
|
|
975
981
|
DESCRIPTION
|
|
976
982
|
log in with your Expo account
|
|
@@ -1010,7 +1016,7 @@ DESCRIPTION
|
|
|
1010
1016
|
validate the local store configuration
|
|
1011
1017
|
```
|
|
1012
1018
|
|
|
1013
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/
|
|
1019
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1014
1020
|
|
|
1015
1021
|
## `eas metadata:pull`
|
|
1016
1022
|
|
|
@@ -1027,7 +1033,7 @@ DESCRIPTION
|
|
|
1027
1033
|
generate the local store configuration from the app stores
|
|
1028
1034
|
```
|
|
1029
1035
|
|
|
1030
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/
|
|
1036
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1031
1037
|
|
|
1032
1038
|
## `eas metadata:push`
|
|
1033
1039
|
|
|
@@ -1044,7 +1050,7 @@ DESCRIPTION
|
|
|
1044
1050
|
sync the local store configuration to the app stores
|
|
1045
1051
|
```
|
|
1046
1052
|
|
|
1047
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/
|
|
1053
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1048
1054
|
|
|
1049
1055
|
## `eas open`
|
|
1050
1056
|
|
|
@@ -1058,7 +1064,7 @@ DESCRIPTION
|
|
|
1058
1064
|
open the project page in a web browser
|
|
1059
1065
|
```
|
|
1060
1066
|
|
|
1061
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/
|
|
1067
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/open.ts)_
|
|
1062
1068
|
|
|
1063
1069
|
## `eas project:info`
|
|
1064
1070
|
|
|
@@ -1072,7 +1078,7 @@ DESCRIPTION
|
|
|
1072
1078
|
information about the current project
|
|
1073
1079
|
```
|
|
1074
1080
|
|
|
1075
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/
|
|
1081
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/project/info.ts)_
|
|
1076
1082
|
|
|
1077
1083
|
## `eas project:init`
|
|
1078
1084
|
|
|
@@ -1094,7 +1100,7 @@ ALIASES
|
|
|
1094
1100
|
$ eas init
|
|
1095
1101
|
```
|
|
1096
1102
|
|
|
1097
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/
|
|
1103
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/project/init.ts)_
|
|
1098
1104
|
|
|
1099
1105
|
## `eas secret:create`
|
|
1100
1106
|
|
|
@@ -1117,7 +1123,7 @@ DESCRIPTION
|
|
|
1117
1123
|
create an environment secret on the current project or owner account
|
|
1118
1124
|
```
|
|
1119
1125
|
|
|
1120
|
-
_See code: [packages/eas-cli/src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/
|
|
1126
|
+
_See code: [packages/eas-cli/src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/secret/create.ts)_
|
|
1121
1127
|
|
|
1122
1128
|
## `eas secret:delete`
|
|
1123
1129
|
|
|
@@ -1135,7 +1141,7 @@ DESCRIPTION
|
|
|
1135
1141
|
delete an environment secret by ID
|
|
1136
1142
|
```
|
|
1137
1143
|
|
|
1138
|
-
_See code: [packages/eas-cli/src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/
|
|
1144
|
+
_See code: [packages/eas-cli/src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/secret/delete.ts)_
|
|
1139
1145
|
|
|
1140
1146
|
## `eas secret:list`
|
|
1141
1147
|
|
|
@@ -1149,7 +1155,7 @@ DESCRIPTION
|
|
|
1149
1155
|
list environment secrets available for your current app
|
|
1150
1156
|
```
|
|
1151
1157
|
|
|
1152
|
-
_See code: [packages/eas-cli/src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/
|
|
1158
|
+
_See code: [packages/eas-cli/src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/secret/list.ts)_
|
|
1153
1159
|
|
|
1154
1160
|
## `eas secret:push`
|
|
1155
1161
|
|
|
@@ -1169,7 +1175,7 @@ DESCRIPTION
|
|
|
1169
1175
|
read environment secrets from env file and store on the server
|
|
1170
1176
|
```
|
|
1171
1177
|
|
|
1172
|
-
_See code: [packages/eas-cli/src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/
|
|
1178
|
+
_See code: [packages/eas-cli/src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/secret/push.ts)_
|
|
1173
1179
|
|
|
1174
1180
|
## `eas submit`
|
|
1175
1181
|
|
|
@@ -1200,7 +1206,7 @@ ALIASES
|
|
|
1200
1206
|
$ eas build:submit
|
|
1201
1207
|
```
|
|
1202
1208
|
|
|
1203
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/
|
|
1209
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/submit.ts)_
|
|
1204
1210
|
|
|
1205
1211
|
## `eas update`
|
|
1206
1212
|
|
|
@@ -1233,7 +1239,7 @@ DESCRIPTION
|
|
|
1233
1239
|
publish an update group
|
|
1234
1240
|
```
|
|
1235
1241
|
|
|
1236
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/
|
|
1242
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/update/index.ts)_
|
|
1237
1243
|
|
|
1238
1244
|
## `eas update:configure`
|
|
1239
1245
|
|
|
@@ -1251,7 +1257,7 @@ DESCRIPTION
|
|
|
1251
1257
|
configure the project to support EAS Update
|
|
1252
1258
|
```
|
|
1253
1259
|
|
|
1254
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/
|
|
1260
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1255
1261
|
|
|
1256
1262
|
## `eas update:delete GROUPID`
|
|
1257
1263
|
|
|
@@ -1272,7 +1278,7 @@ DESCRIPTION
|
|
|
1272
1278
|
delete all the updates in an update group
|
|
1273
1279
|
```
|
|
1274
1280
|
|
|
1275
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/
|
|
1281
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1276
1282
|
|
|
1277
1283
|
## `eas update:list`
|
|
1278
1284
|
|
|
@@ -1294,7 +1300,7 @@ DESCRIPTION
|
|
|
1294
1300
|
view the recent updates
|
|
1295
1301
|
```
|
|
1296
1302
|
|
|
1297
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/
|
|
1303
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/update/list.ts)_
|
|
1298
1304
|
|
|
1299
1305
|
## `eas update:republish`
|
|
1300
1306
|
|
|
@@ -1321,7 +1327,7 @@ DESCRIPTION
|
|
|
1321
1327
|
roll back to an existing update
|
|
1322
1328
|
```
|
|
1323
1329
|
|
|
1324
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/
|
|
1330
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1325
1331
|
|
|
1326
1332
|
## `eas update:roll-back-to-embedded`
|
|
1327
1333
|
|
|
@@ -1348,7 +1354,7 @@ DESCRIPTION
|
|
|
1348
1354
|
roll back to the embedded update
|
|
1349
1355
|
```
|
|
1350
1356
|
|
|
1351
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/
|
|
1357
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1352
1358
|
|
|
1353
1359
|
## `eas update:rollback`
|
|
1354
1360
|
|
|
@@ -1367,7 +1373,7 @@ DESCRIPTION
|
|
|
1367
1373
|
roll back to an embedded update or an existing update
|
|
1368
1374
|
```
|
|
1369
1375
|
|
|
1370
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/
|
|
1376
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1371
1377
|
|
|
1372
1378
|
## `eas update:view GROUPID`
|
|
1373
1379
|
|
|
@@ -1387,7 +1393,7 @@ DESCRIPTION
|
|
|
1387
1393
|
update group details
|
|
1388
1394
|
```
|
|
1389
1395
|
|
|
1390
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/
|
|
1396
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/update/view.ts)_
|
|
1391
1397
|
|
|
1392
1398
|
## `eas webhook:create`
|
|
1393
1399
|
|
|
@@ -1408,7 +1414,7 @@ DESCRIPTION
|
|
|
1408
1414
|
create a webhook
|
|
1409
1415
|
```
|
|
1410
1416
|
|
|
1411
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/
|
|
1417
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1412
1418
|
|
|
1413
1419
|
## `eas webhook:delete [ID]`
|
|
1414
1420
|
|
|
@@ -1428,7 +1434,7 @@ DESCRIPTION
|
|
|
1428
1434
|
delete a webhook
|
|
1429
1435
|
```
|
|
1430
1436
|
|
|
1431
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/
|
|
1437
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1432
1438
|
|
|
1433
1439
|
## `eas webhook:list`
|
|
1434
1440
|
|
|
@@ -1446,7 +1452,7 @@ DESCRIPTION
|
|
|
1446
1452
|
list webhooks
|
|
1447
1453
|
```
|
|
1448
1454
|
|
|
1449
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/
|
|
1455
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1450
1456
|
|
|
1451
1457
|
## `eas webhook:update`
|
|
1452
1458
|
|
|
@@ -1468,7 +1474,7 @@ DESCRIPTION
|
|
|
1468
1474
|
update a webhook
|
|
1469
1475
|
```
|
|
1470
1476
|
|
|
1471
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/
|
|
1477
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1472
1478
|
|
|
1473
1479
|
## `eas webhook:view ID`
|
|
1474
1480
|
|
|
@@ -1485,7 +1491,7 @@ DESCRIPTION
|
|
|
1485
1491
|
view a webhook
|
|
1486
1492
|
```
|
|
1487
1493
|
|
|
1488
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/
|
|
1494
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v8.0.0/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
1489
1495
|
|
|
1490
1496
|
## `eas whoami`
|
|
1491
1497
|
|
package/build/build/local.js
CHANGED
|
@@ -6,7 +6,7 @@ const spawn_async_1 = tslib_1.__importDefault(require("@expo/spawn-async"));
|
|
|
6
6
|
const semver_1 = tslib_1.__importDefault(require("semver"));
|
|
7
7
|
const ora_1 = require("../ora");
|
|
8
8
|
const PLUGIN_PACKAGE_NAME = 'eas-cli-local-build-plugin';
|
|
9
|
-
const PLUGIN_PACKAGE_VERSION = '1.0.
|
|
9
|
+
const PLUGIN_PACKAGE_VERSION = '1.0.102';
|
|
10
10
|
var LocalBuildMode;
|
|
11
11
|
(function (LocalBuildMode) {
|
|
12
12
|
/**
|
|
@@ -9,7 +9,6 @@ const nullthrows_1 = tslib_1.__importDefault(require("nullthrows"));
|
|
|
9
9
|
const queries_1 = require("../../branch/queries");
|
|
10
10
|
const repository_1 = require("../../build/utils/repository");
|
|
11
11
|
const url_1 = require("../../build/utils/url");
|
|
12
|
-
const queries_2 = require("../../channel/queries");
|
|
13
12
|
const EasCommand_1 = tslib_1.__importDefault(require("../../commandUtils/EasCommand"));
|
|
14
13
|
const flags_1 = require("../../commandUtils/flags");
|
|
15
14
|
const pagination_1 = require("../../commandUtils/pagination");
|
|
@@ -186,18 +185,10 @@ class UpdatePublish extends EasCommand_1.default {
|
|
|
186
185
|
},
|
|
187
186
|
});
|
|
188
187
|
const runtimeToPlatformMapping = (0, publish_1.getRuntimeToPlatformMappingFromRuntimeVersions)(runtimeVersions);
|
|
189
|
-
const { branchId
|
|
188
|
+
const { branchId } = await (0, queries_1.ensureBranchExistsAsync)(graphqlClient, {
|
|
190
189
|
appId: projectId,
|
|
191
190
|
branchName,
|
|
192
191
|
});
|
|
193
|
-
if (createdBranch) {
|
|
194
|
-
await (0, queries_2.ensureChannelExistsAsync)(graphqlClient, {
|
|
195
|
-
appId: projectId,
|
|
196
|
-
branchId,
|
|
197
|
-
channelName: branchName,
|
|
198
|
-
});
|
|
199
|
-
log_1.default.withTick(`Channel: ${chalk_1.default.bold(branchName)} pointed at branch: ${chalk_1.default.bold(branchName)}`);
|
|
200
|
-
}
|
|
201
192
|
const gitCommitHash = await vcsClient.getCommitHashAsync();
|
|
202
193
|
const isGitWorkingTreeDirty = await vcsClient.hasUncommittedChangesAsync();
|
|
203
194
|
// Sort the updates into different groups based on their platform specific runtime versions
|
|
@@ -4,11 +4,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const eas_build_job_1 = require("@expo/eas-build-job");
|
|
6
6
|
const core_1 = require("@oclif/core");
|
|
7
|
-
const chalk_1 = tslib_1.__importDefault(require("chalk"));
|
|
8
7
|
const nullthrows_1 = tslib_1.__importDefault(require("nullthrows"));
|
|
9
8
|
const queries_1 = require("../../branch/queries");
|
|
10
9
|
const url_1 = require("../../build/utils/url");
|
|
11
|
-
const queries_2 = require("../../channel/queries");
|
|
12
10
|
const EasCommand_1 = tslib_1.__importDefault(require("../../commandUtils/EasCommand"));
|
|
13
11
|
const flags_1 = require("../../commandUtils/flags");
|
|
14
12
|
const pagination_1 = require("../../commandUtils/pagination");
|
|
@@ -69,18 +67,10 @@ class UpdateRollBackToEmbedded extends EasCommand_1.default {
|
|
|
69
67
|
jsonFlag,
|
|
70
68
|
});
|
|
71
69
|
const realizedPlatforms = platformFlag === 'all' ? publish_1.defaultPublishPlatforms : [platformFlag];
|
|
72
|
-
const { branchId
|
|
70
|
+
const { branchId } = await (0, queries_1.ensureBranchExistsAsync)(graphqlClient, {
|
|
73
71
|
appId: projectId,
|
|
74
72
|
branchName,
|
|
75
73
|
});
|
|
76
|
-
if (createdBranch) {
|
|
77
|
-
await (0, queries_2.ensureChannelExistsAsync)(graphqlClient, {
|
|
78
|
-
appId: projectId,
|
|
79
|
-
branchId,
|
|
80
|
-
channelName: branchName,
|
|
81
|
-
});
|
|
82
|
-
}
|
|
83
|
-
log_1.default.withTick(`Channel: ${chalk_1.default.bold(branchName)} pointed at branch: ${chalk_1.default.bold(branchName)}`);
|
|
84
74
|
const gitCommitHash = await vcsClient.getCommitHashAsync();
|
|
85
75
|
const isGitWorkingTreeDirty = await vcsClient.hasUncommittedChangesAsync();
|
|
86
76
|
const workflows = await (0, workflow_1.resolveWorkflowPerPlatformAsync)(projectDir, vcsClient);
|
|
@@ -9,6 +9,7 @@ const SetUpPushKey_1 = require("./actions/SetUpPushKey");
|
|
|
9
9
|
const provisioningProfile_1 = require("./utils/provisioningProfile");
|
|
10
10
|
const log_1 = tslib_1.__importDefault(require("../../log"));
|
|
11
11
|
const target_1 = require("../../project/ios/target");
|
|
12
|
+
const projectUtils_1 = require("../../project/projectUtils");
|
|
12
13
|
const prompts_1 = require("../../prompts");
|
|
13
14
|
const credentialsJsonReader = tslib_1.__importStar(require("../credentialsJson/read"));
|
|
14
15
|
const utils_1 = require("../credentialsJson/utils");
|
|
@@ -53,7 +54,7 @@ class IosCredentialsProvider {
|
|
|
53
54
|
}).runAsync(this.ctx);
|
|
54
55
|
}
|
|
55
56
|
async getPushKeyAsync(ctx, targets) {
|
|
56
|
-
var _a;
|
|
57
|
+
var _a, _b;
|
|
57
58
|
if (ctx.nonInteractive) {
|
|
58
59
|
return null;
|
|
59
60
|
}
|
|
@@ -73,6 +74,10 @@ class IosCredentialsProvider {
|
|
|
73
74
|
if (((_a = ctx.easJsonCliConfig) === null || _a === void 0 ? void 0 : _a.promptToConfigurePushNotifications) === false) {
|
|
74
75
|
return null;
|
|
75
76
|
}
|
|
77
|
+
else if (((_b = ctx.easJsonCliConfig) === null || _b === void 0 ? void 0 : _b.promptToConfigurePushNotifications) === undefined &&
|
|
78
|
+
!(await (0, projectUtils_1.isExpoNotificationsInstalled)(ctx.projectDir))) {
|
|
79
|
+
return null;
|
|
80
|
+
}
|
|
76
81
|
const setupOption = await (0, prompts_1.selectAsync)(`Would you like to set up Push Notifications for your project?`, [
|
|
77
82
|
{ title: 'Yes', value: PushNotificationSetupOption.YES },
|
|
78
83
|
{ title: 'No', value: PushNotificationSetupOption.NO },
|
|
@@ -13,6 +13,7 @@ export declare const toAppPrivacy: (privacy: ExpoConfig['privacy']) => AppPrivac
|
|
|
13
13
|
*/
|
|
14
14
|
export declare function getProjectConfigDescription(projectDir: string): string;
|
|
15
15
|
export declare function isExpoUpdatesInstalled(projectDir: string): boolean;
|
|
16
|
+
export declare function isExpoNotificationsInstalled(projectDir: string): boolean;
|
|
16
17
|
export declare function isExpoUpdatesInstalledAsDevDependency(projectDir: string): boolean;
|
|
17
18
|
export declare function isExpoUpdatesInstalledOrAvailable(projectDir: string, sdkVersion?: string): boolean;
|
|
18
19
|
export declare function isUsingEASUpdate(exp: ExpoConfig, projectId: string): boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getDisplayNameForProjectIdAsync = exports.getOwnerAccountForProjectIdAsync = exports.installExpoUpdatesAsync = exports.isModernExpoUpdatesCLIWithRuntimeVersionCommandSupportedAsync = exports.isClassicUpdatesSupportedAsync = exports.enforceRollBackToEmbeddedUpdateSupportAsync = exports.validateAppVersionRuntimePolicySupportAsync = exports.isUsingEASUpdate = exports.isExpoUpdatesInstalledOrAvailable = exports.isExpoUpdatesInstalledAsDevDependency = exports.isExpoUpdatesInstalled = exports.getProjectConfigDescription = exports.toAppPrivacy = exports.getUsername = void 0;
|
|
3
|
+
exports.getDisplayNameForProjectIdAsync = exports.getOwnerAccountForProjectIdAsync = exports.installExpoUpdatesAsync = exports.isModernExpoUpdatesCLIWithRuntimeVersionCommandSupportedAsync = exports.isClassicUpdatesSupportedAsync = exports.enforceRollBackToEmbeddedUpdateSupportAsync = exports.validateAppVersionRuntimePolicySupportAsync = exports.isUsingEASUpdate = exports.isExpoUpdatesInstalledOrAvailable = exports.isExpoUpdatesInstalledAsDevDependency = exports.isExpoNotificationsInstalled = exports.isExpoUpdatesInstalled = exports.getProjectConfigDescription = exports.toAppPrivacy = exports.getUsername = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const config_1 = require("@expo/config");
|
|
6
6
|
const chalk_1 = tslib_1.__importDefault(require("chalk"));
|
|
@@ -68,6 +68,11 @@ function isExpoUpdatesInstalled(projectDir) {
|
|
|
68
68
|
return !!(packageJson.dependencies && 'expo-updates' in packageJson.dependencies);
|
|
69
69
|
}
|
|
70
70
|
exports.isExpoUpdatesInstalled = isExpoUpdatesInstalled;
|
|
71
|
+
function isExpoNotificationsInstalled(projectDir) {
|
|
72
|
+
const packageJson = (0, config_1.getPackageJson)(projectDir);
|
|
73
|
+
return !!(packageJson.dependencies && 'expo-notifications' in packageJson.dependencies);
|
|
74
|
+
}
|
|
75
|
+
exports.isExpoNotificationsInstalled = isExpoNotificationsInstalled;
|
|
71
76
|
function isExpoUpdatesInstalledAsDevDependency(projectDir) {
|
|
72
77
|
const packageJson = (0, config_1.getPackageJson)(projectDir);
|
|
73
78
|
return !!(packageJson.devDependencies && 'expo-updates' in packageJson.devDependencies);
|
|
@@ -114,7 +114,7 @@ class SessionManager {
|
|
|
114
114
|
await this.ssoLoginAsync();
|
|
115
115
|
return;
|
|
116
116
|
}
|
|
117
|
-
log_1.default.log(`Log in to EAS with email or username (exit and run ${chalk_1.default.bold('eas login')}
|
|
117
|
+
log_1.default.log(`Log in to EAS with email or username (exit and run ${chalk_1.default.bold('eas login --help')} to see other login options)`);
|
|
118
118
|
const { username, password } = await (0, prompts_1.promptAsync)([
|
|
119
119
|
{
|
|
120
120
|
type: 'text',
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "8.0.0",
|
|
3
3
|
"commands": {
|
|
4
4
|
"analytics": {
|
|
5
5
|
"id": "analytics",
|
|
@@ -229,7 +229,6 @@
|
|
|
229
229
|
"type": "boolean",
|
|
230
230
|
"char": "s",
|
|
231
231
|
"description": "Login with SSO",
|
|
232
|
-
"hidden": true,
|
|
233
232
|
"allowNo": false
|
|
234
233
|
}
|
|
235
234
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
3
|
"description": "EAS command line tool",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "8.0.0",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"@expo/config": "8.5.4",
|
|
14
14
|
"@expo/config-plugins": "7.8.4",
|
|
15
15
|
"@expo/config-types": "50.0.0",
|
|
16
|
-
"@expo/eas-build-job": "1.0.
|
|
17
|
-
"@expo/eas-json": "
|
|
16
|
+
"@expo/eas-build-job": "1.0.102",
|
|
17
|
+
"@expo/eas-json": "8.0.0",
|
|
18
18
|
"@expo/json-file": "8.2.37",
|
|
19
19
|
"@expo/logger": "1.0.57",
|
|
20
20
|
"@expo/multipart-body-parser": "1.1.0",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@expo/results": "1.0.0",
|
|
29
29
|
"@expo/rudder-sdk-node": "1.1.1",
|
|
30
30
|
"@expo/spawn-async": "1.7.0",
|
|
31
|
-
"@expo/steps": "1.0.
|
|
31
|
+
"@expo/steps": "1.0.102",
|
|
32
32
|
"@expo/timeago.js": "1.0.0",
|
|
33
33
|
"@oclif/core": "^1.26.2",
|
|
34
34
|
"@oclif/plugin-autocomplete": "^2.3.10",
|
|
@@ -223,5 +223,5 @@
|
|
|
223
223
|
"node": "20.11.0",
|
|
224
224
|
"yarn": "1.22.21"
|
|
225
225
|
},
|
|
226
|
-
"gitHead": "
|
|
226
|
+
"gitHead": "b2580d0cc20e218a7ac94f6b07ccd2259213eab9"
|
|
227
227
|
}
|