eas-cli 6.1.0 → 7.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
CHANGED
|
@@ -136,7 +136,7 @@ ALIASES
|
|
|
136
136
|
$ eas login
|
|
137
137
|
```
|
|
138
138
|
|
|
139
|
-
_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/
|
|
139
|
+
_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/account/login.ts)_
|
|
140
140
|
|
|
141
141
|
## `eas account:logout`
|
|
142
142
|
|
|
@@ -153,7 +153,7 @@ ALIASES
|
|
|
153
153
|
$ eas logout
|
|
154
154
|
```
|
|
155
155
|
|
|
156
|
-
_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/
|
|
156
|
+
_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/account/logout.ts)_
|
|
157
157
|
|
|
158
158
|
## `eas account:view`
|
|
159
159
|
|
|
@@ -170,7 +170,7 @@ ALIASES
|
|
|
170
170
|
$ eas whoami
|
|
171
171
|
```
|
|
172
172
|
|
|
173
|
-
_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/
|
|
173
|
+
_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/account/view.ts)_
|
|
174
174
|
|
|
175
175
|
## `eas analytics [STATUS]`
|
|
176
176
|
|
|
@@ -184,7 +184,7 @@ DESCRIPTION
|
|
|
184
184
|
display or change analytics settings
|
|
185
185
|
```
|
|
186
186
|
|
|
187
|
-
_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/
|
|
187
|
+
_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/analytics.ts)_
|
|
188
188
|
|
|
189
189
|
## `eas autocomplete [SHELL]`
|
|
190
190
|
|
|
@@ -236,7 +236,7 @@ DESCRIPTION
|
|
|
236
236
|
create a branch
|
|
237
237
|
```
|
|
238
238
|
|
|
239
|
-
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/
|
|
239
|
+
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/branch/create.ts)_
|
|
240
240
|
|
|
241
241
|
## `eas branch:delete [NAME]`
|
|
242
242
|
|
|
@@ -257,7 +257,7 @@ DESCRIPTION
|
|
|
257
257
|
delete a branch
|
|
258
258
|
```
|
|
259
259
|
|
|
260
|
-
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/
|
|
260
|
+
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/branch/delete.ts)_
|
|
261
261
|
|
|
262
262
|
## `eas branch:list`
|
|
263
263
|
|
|
@@ -277,7 +277,7 @@ DESCRIPTION
|
|
|
277
277
|
list all branches
|
|
278
278
|
```
|
|
279
279
|
|
|
280
|
-
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/
|
|
280
|
+
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/branch/list.ts)_
|
|
281
281
|
|
|
282
282
|
## `eas branch:rename`
|
|
283
283
|
|
|
@@ -297,7 +297,7 @@ DESCRIPTION
|
|
|
297
297
|
rename a branch
|
|
298
298
|
```
|
|
299
299
|
|
|
300
|
-
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/
|
|
300
|
+
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/branch/rename.ts)_
|
|
301
301
|
|
|
302
302
|
## `eas branch:view [NAME]`
|
|
303
303
|
|
|
@@ -320,7 +320,7 @@ DESCRIPTION
|
|
|
320
320
|
view a branch
|
|
321
321
|
```
|
|
322
322
|
|
|
323
|
-
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/
|
|
323
|
+
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/branch/view.ts)_
|
|
324
324
|
|
|
325
325
|
## `eas build`
|
|
326
326
|
|
|
@@ -350,7 +350,7 @@ DESCRIPTION
|
|
|
350
350
|
start a build
|
|
351
351
|
```
|
|
352
352
|
|
|
353
|
-
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/
|
|
353
|
+
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/build/index.ts)_
|
|
354
354
|
|
|
355
355
|
## `eas build:cancel [BUILD_ID]`
|
|
356
356
|
|
|
@@ -369,7 +369,7 @@ DESCRIPTION
|
|
|
369
369
|
cancel a build
|
|
370
370
|
```
|
|
371
371
|
|
|
372
|
-
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/
|
|
372
|
+
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/build/cancel.ts)_
|
|
373
373
|
|
|
374
374
|
## `eas build:configure`
|
|
375
375
|
|
|
@@ -386,7 +386,7 @@ DESCRIPTION
|
|
|
386
386
|
configure the project to support EAS Build
|
|
387
387
|
```
|
|
388
388
|
|
|
389
|
-
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/
|
|
389
|
+
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/build/configure.ts)_
|
|
390
390
|
|
|
391
391
|
## `eas build:delete [BUILD_ID]`
|
|
392
392
|
|
|
@@ -405,7 +405,7 @@ DESCRIPTION
|
|
|
405
405
|
delete a build
|
|
406
406
|
```
|
|
407
407
|
|
|
408
|
-
_See code: [src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/
|
|
408
|
+
_See code: [src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/build/delete.ts)_
|
|
409
409
|
|
|
410
410
|
## `eas build:inspect`
|
|
411
411
|
|
|
@@ -440,7 +440,7 @@ DESCRIPTION
|
|
|
440
440
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
441
441
|
```
|
|
442
442
|
|
|
443
|
-
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/
|
|
443
|
+
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/build/inspect.ts)_
|
|
444
444
|
|
|
445
445
|
## `eas build:list`
|
|
446
446
|
|
|
@@ -478,7 +478,7 @@ DESCRIPTION
|
|
|
478
478
|
list all builds for your project
|
|
479
479
|
```
|
|
480
480
|
|
|
481
|
-
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/
|
|
481
|
+
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/build/list.ts)_
|
|
482
482
|
|
|
483
483
|
## `eas build:resign`
|
|
484
484
|
|
|
@@ -504,7 +504,7 @@ DESCRIPTION
|
|
|
504
504
|
re-sign a build archive
|
|
505
505
|
```
|
|
506
506
|
|
|
507
|
-
_See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/
|
|
507
|
+
_See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/build/resign.ts)_
|
|
508
508
|
|
|
509
509
|
## `eas build:run`
|
|
510
510
|
|
|
@@ -530,7 +530,7 @@ DESCRIPTION
|
|
|
530
530
|
run simulator/emulator builds from eas-cli
|
|
531
531
|
```
|
|
532
532
|
|
|
533
|
-
_See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/
|
|
533
|
+
_See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/build/run.ts)_
|
|
534
534
|
|
|
535
535
|
## `eas build:submit`
|
|
536
536
|
|
|
@@ -579,7 +579,7 @@ DESCRIPTION
|
|
|
579
579
|
get the latest version from EAS servers
|
|
580
580
|
```
|
|
581
581
|
|
|
582
|
-
_See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/
|
|
582
|
+
_See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/build/version/get.ts)_
|
|
583
583
|
|
|
584
584
|
## `eas build:version:set`
|
|
585
585
|
|
|
@@ -598,7 +598,7 @@ DESCRIPTION
|
|
|
598
598
|
update version of an app
|
|
599
599
|
```
|
|
600
600
|
|
|
601
|
-
_See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/
|
|
601
|
+
_See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/build/version/set.ts)_
|
|
602
602
|
|
|
603
603
|
## `eas build:version:sync`
|
|
604
604
|
|
|
@@ -617,7 +617,7 @@ DESCRIPTION
|
|
|
617
617
|
update a version in native code with a value stored on EAS servers
|
|
618
618
|
```
|
|
619
619
|
|
|
620
|
-
_See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/
|
|
620
|
+
_See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/build/version/sync.ts)_
|
|
621
621
|
|
|
622
622
|
## `eas build:view [BUILD_ID]`
|
|
623
623
|
|
|
@@ -634,7 +634,7 @@ DESCRIPTION
|
|
|
634
634
|
view a build for your project
|
|
635
635
|
```
|
|
636
636
|
|
|
637
|
-
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/
|
|
637
|
+
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/build/view.ts)_
|
|
638
638
|
|
|
639
639
|
## `eas channel:create [NAME]`
|
|
640
640
|
|
|
@@ -655,7 +655,7 @@ DESCRIPTION
|
|
|
655
655
|
create a channel
|
|
656
656
|
```
|
|
657
657
|
|
|
658
|
-
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/
|
|
658
|
+
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/channel/create.ts)_
|
|
659
659
|
|
|
660
660
|
## `eas channel:edit [NAME]`
|
|
661
661
|
|
|
@@ -677,7 +677,7 @@ DESCRIPTION
|
|
|
677
677
|
point a channel at a new branch
|
|
678
678
|
```
|
|
679
679
|
|
|
680
|
-
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/
|
|
680
|
+
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/channel/edit.ts)_
|
|
681
681
|
|
|
682
682
|
## `eas channel:list`
|
|
683
683
|
|
|
@@ -697,7 +697,7 @@ DESCRIPTION
|
|
|
697
697
|
list all channels
|
|
698
698
|
```
|
|
699
699
|
|
|
700
|
-
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/
|
|
700
|
+
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/channel/list.ts)_
|
|
701
701
|
|
|
702
702
|
## `eas channel:rollout [CHANNEL]`
|
|
703
703
|
|
|
@@ -729,7 +729,7 @@ DESCRIPTION
|
|
|
729
729
|
Roll a new branch out on a channel incrementally.
|
|
730
730
|
```
|
|
731
731
|
|
|
732
|
-
_See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/
|
|
732
|
+
_See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/channel/rollout.ts)_
|
|
733
733
|
|
|
734
734
|
## `eas channel:view [NAME]`
|
|
735
735
|
|
|
@@ -752,7 +752,7 @@ DESCRIPTION
|
|
|
752
752
|
view a channel
|
|
753
753
|
```
|
|
754
754
|
|
|
755
|
-
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/
|
|
755
|
+
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/channel/view.ts)_
|
|
756
756
|
|
|
757
757
|
## `eas config`
|
|
758
758
|
|
|
@@ -773,7 +773,7 @@ DESCRIPTION
|
|
|
773
773
|
display project configuration (app.json + eas.json)
|
|
774
774
|
```
|
|
775
775
|
|
|
776
|
-
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/
|
|
776
|
+
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/config.ts)_
|
|
777
777
|
|
|
778
778
|
## `eas credentials`
|
|
779
779
|
|
|
@@ -790,7 +790,7 @@ DESCRIPTION
|
|
|
790
790
|
manage credentials
|
|
791
791
|
```
|
|
792
792
|
|
|
793
|
-
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/
|
|
793
|
+
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/credentials.ts)_
|
|
794
794
|
|
|
795
795
|
## `eas device:create`
|
|
796
796
|
|
|
@@ -804,7 +804,7 @@ DESCRIPTION
|
|
|
804
804
|
register new Apple Devices to use for internal distribution
|
|
805
805
|
```
|
|
806
806
|
|
|
807
|
-
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/
|
|
807
|
+
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/device/create.ts)_
|
|
808
808
|
|
|
809
809
|
## `eas device:delete`
|
|
810
810
|
|
|
@@ -824,7 +824,7 @@ DESCRIPTION
|
|
|
824
824
|
remove a registered device from your account
|
|
825
825
|
```
|
|
826
826
|
|
|
827
|
-
_See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/
|
|
827
|
+
_See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/device/delete.ts)_
|
|
828
828
|
|
|
829
829
|
## `eas device:list`
|
|
830
830
|
|
|
@@ -845,7 +845,7 @@ DESCRIPTION
|
|
|
845
845
|
list all registered devices for your account
|
|
846
846
|
```
|
|
847
847
|
|
|
848
|
-
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/
|
|
848
|
+
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/device/list.ts)_
|
|
849
849
|
|
|
850
850
|
## `eas device:rename`
|
|
851
851
|
|
|
@@ -866,7 +866,7 @@ DESCRIPTION
|
|
|
866
866
|
rename a registered device
|
|
867
867
|
```
|
|
868
868
|
|
|
869
|
-
_See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/
|
|
869
|
+
_See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/device/rename.ts)_
|
|
870
870
|
|
|
871
871
|
## `eas device:view [UDID]`
|
|
872
872
|
|
|
@@ -880,7 +880,7 @@ DESCRIPTION
|
|
|
880
880
|
view a device for your project
|
|
881
881
|
```
|
|
882
882
|
|
|
883
|
-
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/
|
|
883
|
+
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/device/view.ts)_
|
|
884
884
|
|
|
885
885
|
## `eas diagnostics`
|
|
886
886
|
|
|
@@ -894,7 +894,7 @@ DESCRIPTION
|
|
|
894
894
|
display environment info
|
|
895
895
|
```
|
|
896
896
|
|
|
897
|
-
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/
|
|
897
|
+
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/diagnostics.ts)_
|
|
898
898
|
|
|
899
899
|
## `eas help [COMMAND]`
|
|
900
900
|
|
|
@@ -982,7 +982,7 @@ DESCRIPTION
|
|
|
982
982
|
validate the local store configuration
|
|
983
983
|
```
|
|
984
984
|
|
|
985
|
-
_See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/
|
|
985
|
+
_See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/metadata/lint.ts)_
|
|
986
986
|
|
|
987
987
|
## `eas metadata:pull`
|
|
988
988
|
|
|
@@ -999,7 +999,7 @@ DESCRIPTION
|
|
|
999
999
|
generate the local store configuration from the app stores
|
|
1000
1000
|
```
|
|
1001
1001
|
|
|
1002
|
-
_See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/
|
|
1002
|
+
_See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/metadata/pull.ts)_
|
|
1003
1003
|
|
|
1004
1004
|
## `eas metadata:push`
|
|
1005
1005
|
|
|
@@ -1016,7 +1016,7 @@ DESCRIPTION
|
|
|
1016
1016
|
sync the local store configuration to the app stores
|
|
1017
1017
|
```
|
|
1018
1018
|
|
|
1019
|
-
_See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/
|
|
1019
|
+
_See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/metadata/push.ts)_
|
|
1020
1020
|
|
|
1021
1021
|
## `eas open`
|
|
1022
1022
|
|
|
@@ -1030,7 +1030,7 @@ DESCRIPTION
|
|
|
1030
1030
|
open the project page in a web browser
|
|
1031
1031
|
```
|
|
1032
1032
|
|
|
1033
|
-
_See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/
|
|
1033
|
+
_See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/open.ts)_
|
|
1034
1034
|
|
|
1035
1035
|
## `eas project:info`
|
|
1036
1036
|
|
|
@@ -1044,7 +1044,7 @@ DESCRIPTION
|
|
|
1044
1044
|
information about the current project
|
|
1045
1045
|
```
|
|
1046
1046
|
|
|
1047
|
-
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/
|
|
1047
|
+
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/project/info.ts)_
|
|
1048
1048
|
|
|
1049
1049
|
## `eas project:init`
|
|
1050
1050
|
|
|
@@ -1066,7 +1066,7 @@ ALIASES
|
|
|
1066
1066
|
$ eas init
|
|
1067
1067
|
```
|
|
1068
1068
|
|
|
1069
|
-
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/
|
|
1069
|
+
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/project/init.ts)_
|
|
1070
1070
|
|
|
1071
1071
|
## `eas secret:create`
|
|
1072
1072
|
|
|
@@ -1089,7 +1089,7 @@ DESCRIPTION
|
|
|
1089
1089
|
create an environment secret on the current project or owner account
|
|
1090
1090
|
```
|
|
1091
1091
|
|
|
1092
|
-
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/
|
|
1092
|
+
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/secret/create.ts)_
|
|
1093
1093
|
|
|
1094
1094
|
## `eas secret:delete`
|
|
1095
1095
|
|
|
@@ -1107,7 +1107,7 @@ DESCRIPTION
|
|
|
1107
1107
|
delete an environment secret by ID
|
|
1108
1108
|
```
|
|
1109
1109
|
|
|
1110
|
-
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/
|
|
1110
|
+
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/secret/delete.ts)_
|
|
1111
1111
|
|
|
1112
1112
|
## `eas secret:list`
|
|
1113
1113
|
|
|
@@ -1121,7 +1121,7 @@ DESCRIPTION
|
|
|
1121
1121
|
list environment secrets available for your current app
|
|
1122
1122
|
```
|
|
1123
1123
|
|
|
1124
|
-
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/
|
|
1124
|
+
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/secret/list.ts)_
|
|
1125
1125
|
|
|
1126
1126
|
## `eas secret:push`
|
|
1127
1127
|
|
|
@@ -1141,7 +1141,7 @@ DESCRIPTION
|
|
|
1141
1141
|
read environment secrets from env file and store on the server
|
|
1142
1142
|
```
|
|
1143
1143
|
|
|
1144
|
-
_See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/
|
|
1144
|
+
_See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/secret/push.ts)_
|
|
1145
1145
|
|
|
1146
1146
|
## `eas submit`
|
|
1147
1147
|
|
|
@@ -1171,7 +1171,7 @@ ALIASES
|
|
|
1171
1171
|
$ eas build:submit
|
|
1172
1172
|
```
|
|
1173
1173
|
|
|
1174
|
-
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/
|
|
1174
|
+
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/submit.ts)_
|
|
1175
1175
|
|
|
1176
1176
|
## `eas update`
|
|
1177
1177
|
|
|
@@ -1205,7 +1205,7 @@ DESCRIPTION
|
|
|
1205
1205
|
publish an update group
|
|
1206
1206
|
```
|
|
1207
1207
|
|
|
1208
|
-
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/
|
|
1208
|
+
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/update/index.ts)_
|
|
1209
1209
|
|
|
1210
1210
|
## `eas update:configure`
|
|
1211
1211
|
|
|
@@ -1223,7 +1223,7 @@ DESCRIPTION
|
|
|
1223
1223
|
configure the project to support EAS Update
|
|
1224
1224
|
```
|
|
1225
1225
|
|
|
1226
|
-
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/
|
|
1226
|
+
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/update/configure.ts)_
|
|
1227
1227
|
|
|
1228
1228
|
## `eas update:delete GROUPID`
|
|
1229
1229
|
|
|
@@ -1244,7 +1244,7 @@ DESCRIPTION
|
|
|
1244
1244
|
delete all the updates in an update group
|
|
1245
1245
|
```
|
|
1246
1246
|
|
|
1247
|
-
_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/
|
|
1247
|
+
_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/update/delete.ts)_
|
|
1248
1248
|
|
|
1249
1249
|
## `eas update:list`
|
|
1250
1250
|
|
|
@@ -1266,7 +1266,7 @@ DESCRIPTION
|
|
|
1266
1266
|
view the recent updates
|
|
1267
1267
|
```
|
|
1268
1268
|
|
|
1269
|
-
_See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/
|
|
1269
|
+
_See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/update/list.ts)_
|
|
1270
1270
|
|
|
1271
1271
|
## `eas update:republish`
|
|
1272
1272
|
|
|
@@ -1293,7 +1293,7 @@ DESCRIPTION
|
|
|
1293
1293
|
roll back to an existing update
|
|
1294
1294
|
```
|
|
1295
1295
|
|
|
1296
|
-
_See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/
|
|
1296
|
+
_See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/update/republish.ts)_
|
|
1297
1297
|
|
|
1298
1298
|
## `eas update:roll-back-to-embedded`
|
|
1299
1299
|
|
|
@@ -1320,7 +1320,7 @@ DESCRIPTION
|
|
|
1320
1320
|
roll back to the embedded update
|
|
1321
1321
|
```
|
|
1322
1322
|
|
|
1323
|
-
_See code: [src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/
|
|
1323
|
+
_See code: [src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/update/roll-back-to-embedded.ts)_
|
|
1324
1324
|
|
|
1325
1325
|
## `eas update:rollback`
|
|
1326
1326
|
|
|
@@ -1339,7 +1339,7 @@ DESCRIPTION
|
|
|
1339
1339
|
roll back to an embedded update or an existing update
|
|
1340
1340
|
```
|
|
1341
1341
|
|
|
1342
|
-
_See code: [src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/
|
|
1342
|
+
_See code: [src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/update/rollback.ts)_
|
|
1343
1343
|
|
|
1344
1344
|
## `eas update:view GROUPID`
|
|
1345
1345
|
|
|
@@ -1359,7 +1359,7 @@ DESCRIPTION
|
|
|
1359
1359
|
update group details
|
|
1360
1360
|
```
|
|
1361
1361
|
|
|
1362
|
-
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/
|
|
1362
|
+
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/update/view.ts)_
|
|
1363
1363
|
|
|
1364
1364
|
## `eas webhook:create`
|
|
1365
1365
|
|
|
@@ -1380,7 +1380,7 @@ DESCRIPTION
|
|
|
1380
1380
|
create a webhook
|
|
1381
1381
|
```
|
|
1382
1382
|
|
|
1383
|
-
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/
|
|
1383
|
+
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/webhook/create.ts)_
|
|
1384
1384
|
|
|
1385
1385
|
## `eas webhook:delete [ID]`
|
|
1386
1386
|
|
|
@@ -1400,7 +1400,7 @@ DESCRIPTION
|
|
|
1400
1400
|
delete a webhook
|
|
1401
1401
|
```
|
|
1402
1402
|
|
|
1403
|
-
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/
|
|
1403
|
+
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/webhook/delete.ts)_
|
|
1404
1404
|
|
|
1405
1405
|
## `eas webhook:list`
|
|
1406
1406
|
|
|
@@ -1418,7 +1418,7 @@ DESCRIPTION
|
|
|
1418
1418
|
list webhooks
|
|
1419
1419
|
```
|
|
1420
1420
|
|
|
1421
|
-
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/
|
|
1421
|
+
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/webhook/list.ts)_
|
|
1422
1422
|
|
|
1423
1423
|
## `eas webhook:update`
|
|
1424
1424
|
|
|
@@ -1440,7 +1440,7 @@ DESCRIPTION
|
|
|
1440
1440
|
update a webhook
|
|
1441
1441
|
```
|
|
1442
1442
|
|
|
1443
|
-
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/
|
|
1443
|
+
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/webhook/update.ts)_
|
|
1444
1444
|
|
|
1445
1445
|
## `eas webhook:view ID`
|
|
1446
1446
|
|
|
@@ -1457,7 +1457,7 @@ DESCRIPTION
|
|
|
1457
1457
|
view a webhook
|
|
1458
1458
|
```
|
|
1459
1459
|
|
|
1460
|
-
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/
|
|
1460
|
+
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v7.0.0/src/commands/webhook/view.ts)_
|
|
1461
1461
|
|
|
1462
1462
|
## `eas whoami`
|
|
1463
1463
|
|
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.60';
|
|
10
10
|
var LocalBuildMode;
|
|
11
11
|
(function (LocalBuildMode) {
|
|
12
12
|
/**
|
|
@@ -82,11 +82,7 @@ class ChannelEdit extends EasCommand_1.default {
|
|
|
82
82
|
});
|
|
83
83
|
const channel = await updateChannelBranchMappingAsync(graphqlClient, {
|
|
84
84
|
channelId: existingChannel.id,
|
|
85
|
-
|
|
86
|
-
branchMapping: JSON.stringify({
|
|
87
|
-
data: [{ branchId: branch.id, branchMappingLogic: 'true' }],
|
|
88
|
-
version: 0,
|
|
89
|
-
}),
|
|
85
|
+
branchMapping: JSON.stringify((0, branch_mapping_1.getAlwaysTrueBranchMapping)(branch.id)),
|
|
90
86
|
});
|
|
91
87
|
if (json) {
|
|
92
88
|
(0, json_1.printJsonOnlyOutput)(channel);
|
|
@@ -239,9 +239,6 @@ class UpdatePublish extends EasCommand_1.default {
|
|
|
239
239
|
publishSpinner.fail('Failed to publish updates');
|
|
240
240
|
throw e;
|
|
241
241
|
}
|
|
242
|
-
if (!skipBundler) {
|
|
243
|
-
await (0, publish_1.generateEasMetadataAsync)(distRoot, (0, utils_1.getUpdateJsonInfosForUpdates)(newUpdates));
|
|
244
|
-
}
|
|
245
242
|
if (jsonFlag) {
|
|
246
243
|
(0, json_1.printJsonOnlyOutput)((0, utils_1.getUpdateJsonInfosForUpdates)(newUpdates));
|
|
247
244
|
}
|
|
@@ -5,7 +5,6 @@ import { ExpoGraphqlClient } from '../commandUtils/context/contextUtils/createGr
|
|
|
5
5
|
import { PaginatedQueryOptions } from '../commandUtils/pagination';
|
|
6
6
|
import { PartialManifestAsset } from '../graphql/generated';
|
|
7
7
|
import { RequestedPlatform } from '../platform';
|
|
8
|
-
import { UpdateJsonInfo } from '../update/utils';
|
|
9
8
|
import { Client } from '../vcs/vcs';
|
|
10
9
|
export type ExpoCLIExportPlatformFlag = Platform | 'all';
|
|
11
10
|
type Metadata = {
|
|
@@ -81,7 +80,6 @@ export declare function resolveInputDirectoryAsync(inputDir: string, { skipBundl
|
|
|
81
80
|
skipBundler?: boolean;
|
|
82
81
|
}): Promise<string>;
|
|
83
82
|
export declare function loadMetadata(distRoot: string): Metadata;
|
|
84
|
-
export declare function generateEasMetadataAsync(distRoot: string, metadata: UpdateJsonInfo[]): Promise<void>;
|
|
85
83
|
export declare function filterExportedPlatformsByFlag<T extends Partial<Record<Platform, any>>>(record: T, platformFlag: ExpoCLIExportPlatformFlag): T;
|
|
86
84
|
/** Try to load the asset map for logging the names of assets published */
|
|
87
85
|
export declare function loadAssetMapAsync(distRoot: string): Promise<AssetMap | null>;
|
package/build/project/publish.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.platformDisplayNames = exports.getRuntimeToPlatformMappingFromRuntimeVersions = exports.getRuntimeVersionObjectAsync = exports.getRequestedPlatform = exports.defaultPublishPlatforms = exports.getUpdateMessageForCommandAsync = exports.getBranchNameForCommandAsync = exports.isUploadedAssetCountAboveWarningThreshold = exports.uploadAssetsAsync = exports.filterOutAssetsThatAlreadyExistAsync = exports.collectAssetsAsync = exports.getOriginalPathFromAssetMap = exports.getAssetHashFromPath = exports.loadAssetMapAsync = exports.filterExportedPlatformsByFlag = exports.
|
|
3
|
+
exports.platformDisplayNames = exports.getRuntimeToPlatformMappingFromRuntimeVersions = exports.getRuntimeVersionObjectAsync = exports.getRequestedPlatform = exports.defaultPublishPlatforms = exports.getUpdateMessageForCommandAsync = exports.getBranchNameForCommandAsync = exports.isUploadedAssetCountAboveWarningThreshold = exports.uploadAssetsAsync = exports.filterOutAssetsThatAlreadyExistAsync = exports.collectAssetsAsync = exports.getOriginalPathFromAssetMap = exports.getAssetHashFromPath = exports.loadAssetMapAsync = exports.filterExportedPlatformsByFlag = exports.loadMetadata = exports.resolveInputDirectoryAsync = exports.buildBundlesAsync = exports.buildUnsortedUpdateInfoGroupAsync = exports.convertAssetToUpdateInfoGroupFormatAsync = exports.getStorageKeyForAssetAsync = exports.getStorageKey = exports.getBase64URLEncoding = exports.guessContentTypeFromExtension = exports.MetadataJoi = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const config_plugins_1 = require("@expo/config-plugins");
|
|
6
6
|
const eas_build_job_1 = require("@expo/eas-build-job");
|
|
@@ -208,11 +208,6 @@ function loadMetadata(distRoot) {
|
|
|
208
208
|
return metadata;
|
|
209
209
|
}
|
|
210
210
|
exports.loadMetadata = loadMetadata;
|
|
211
|
-
async function generateEasMetadataAsync(distRoot, metadata) {
|
|
212
|
-
const easMetadataPath = path_1.default.join(distRoot, 'eas-update-metadata.json');
|
|
213
|
-
await json_file_1.default.writeAsync(easMetadataPath, { updates: metadata });
|
|
214
|
-
}
|
|
215
|
-
exports.generateEasMetadataAsync = generateEasMetadataAsync;
|
|
216
211
|
function filterExportedPlatformsByFlag(record, platformFlag) {
|
|
217
212
|
if (platformFlag === 'all') {
|
|
218
213
|
return record;
|
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": "
|
|
4
|
+
"version": "7.0.0",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@expo/config-plugins": "7.8.4",
|
|
15
15
|
"@expo/config-types": "50.0.0",
|
|
16
16
|
"@expo/eas-build-job": "1.0.59",
|
|
17
|
-
"@expo/eas-json": "
|
|
17
|
+
"@expo/eas-json": "7.0.0",
|
|
18
18
|
"@expo/json-file": "8.2.37",
|
|
19
19
|
"@expo/multipart-body-parser": "1.1.0",
|
|
20
20
|
"@expo/osascript": "2.0.33",
|
|
@@ -222,5 +222,5 @@
|
|
|
222
222
|
"node": "20.11.0",
|
|
223
223
|
"yarn": "1.22.21"
|
|
224
224
|
},
|
|
225
|
-
"gitHead": "
|
|
225
|
+
"gitHead": "fe1a1f14d1d38c5e72aa60dd365d912a9ee67650"
|
|
226
226
|
}
|