eas-cli 7.0.0 → 7.1.1

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/v7.0.0/src/commands/account/login.ts)_
139
+ _See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/account/logout.ts)_
156
+ _See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/account/view.ts)_
173
+ _See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/analytics.ts)_
187
+ _See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/branch/create.ts)_
239
+ _See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/branch/delete.ts)_
260
+ _See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/branch/list.ts)_
280
+ _See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/branch/rename.ts)_
300
+ _See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/branch/view.ts)_
323
+ _See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/build/index.ts)_
353
+ _See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/build/cancel.ts)_
372
+ _See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/build/configure.ts)_
389
+ _See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/build/delete.ts)_
408
+ _See code: [src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/build/inspect.ts)_
443
+ _See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/build/list.ts)_
481
+ _See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/build/resign.ts)_
507
+ _See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/build/run.ts)_
533
+ _See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/build/version/get.ts)_
582
+ _See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/build/version/set.ts)_
601
+ _See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/build/version/sync.ts)_
620
+ _See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/build/view.ts)_
637
+ _See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/channel/create.ts)_
658
+ _See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/channel/edit.ts)_
680
+ _See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/channel/list.ts)_
700
+ _See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/channel/rollout.ts)_
732
+ _See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/channel/view.ts)_
755
+ _See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/config.ts)_
776
+ _See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/credentials.ts)_
793
+ _See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/device/create.ts)_
807
+ _See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/device/delete.ts)_
827
+ _See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/device/list.ts)_
848
+ _See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/device/rename.ts)_
869
+ _See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/device/view.ts)_
883
+ _See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/diagnostics.ts)_
897
+ _See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/metadata/lint.ts)_
985
+ _See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/metadata/pull.ts)_
1002
+ _See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/metadata/push.ts)_
1019
+ _See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/open.ts)_
1033
+ _See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/project/info.ts)_
1047
+ _See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/project/init.ts)_
1069
+ _See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/secret/create.ts)_
1092
+ _See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/secret/delete.ts)_
1110
+ _See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/secret/list.ts)_
1124
+ _See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/secret/push.ts)_
1144
+ _See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/submit.ts)_
1174
+ _See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/update/index.ts)_
1208
+ _See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/update/configure.ts)_
1226
+ _See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/update/delete.ts)_
1247
+ _See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/update/list.ts)_
1269
+ _See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/update/republish.ts)_
1296
+ _See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/update/roll-back-to-embedded.ts)_
1323
+ _See code: [src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/update/rollback.ts)_
1342
+ _See code: [src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/update/view.ts)_
1362
+ _See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/webhook/create.ts)_
1383
+ _See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/webhook/delete.ts)_
1403
+ _See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/webhook/list.ts)_
1421
+ _See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/webhook/update.ts)_
1443
+ _See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v7.1.1/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/v7.0.0/src/commands/webhook/view.ts)_
1460
+ _See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v7.1.1/src/commands/webhook/view.ts)_
1461
1461
 
1462
1462
  ## `eas whoami`
1463
1463
 
@@ -97,13 +97,16 @@ async function resolveChannelOrReleaseChannelAsync(ctx) {
97
97
  if (ctx.buildProfile.channel) {
98
98
  return { channel: ctx.buildProfile.channel };
99
99
  }
100
- if (ctx.buildProfile.releaseChannel) {
101
- return { releaseChannel: ctx.buildProfile.releaseChannel };
102
- }
103
100
  const channel = await getNativeChannelAsync(ctx);
104
101
  if (channel) {
105
102
  return { channel };
106
103
  }
104
+ if (!(await (0, projectUtils_1.isClassicUpdatesSupportedAsync)(ctx.projectDir))) {
105
+ return null;
106
+ }
107
+ if (ctx.buildProfile.releaseChannel) {
108
+ return { releaseChannel: ctx.buildProfile.releaseChannel };
109
+ }
107
110
  const releaseChannel = await getNativeReleaseChannelAsync(ctx);
108
111
  return { releaseChannel };
109
112
  }
@@ -6,6 +6,7 @@ const core_1 = require("@oclif/core");
6
6
  const chalk_1 = tslib_1.__importDefault(require("chalk"));
7
7
  const nullthrows_1 = tslib_1.__importDefault(require("nullthrows"));
8
8
  const queries_1 = require("../../branch/queries");
9
+ const repository_1 = require("../../build/utils/repository");
9
10
  const url_1 = require("../../build/utils/url");
10
11
  const queries_2 = require("../../channel/queries");
11
12
  const EasCommand_1 = tslib_1.__importDefault(require("../../commandUtils/EasCommand"));
@@ -37,6 +38,8 @@ class UpdatePublish extends EasCommand_1.default {
37
38
  if (jsonFlag) {
38
39
  (0, json_1.enableJsonOutput)();
39
40
  }
41
+ await vcsClient.ensureRepoExistsAsync();
42
+ await (0, repository_1.ensureRepoIsCleanAsync)(vcsClient, nonInteractive);
40
43
  const { exp: expPossiblyWithoutEasUpdateConfigured, projectId, projectDir, } = await getDynamicPublicProjectConfigAsync();
41
44
  await (0, statuspageService_1.maybeWarnAboutEasOutagesAsync)(graphqlClient, [generated_1.StatuspageServiceName.EasUpdate]);
42
45
  await (0, configure_1.ensureEASUpdateIsConfiguredAsync)({
@@ -18,6 +18,7 @@ export declare function isExpoUpdatesInstalledOrAvailable(projectDir: string, sd
18
18
  export declare function isUsingEASUpdate(exp: ExpoConfig, projectId: string): boolean;
19
19
  export declare function validateAppVersionRuntimePolicySupportAsync(projectDir: string, exp: ExpoConfig): Promise<void>;
20
20
  export declare function enforceRollBackToEmbeddedUpdateSupportAsync(projectDir: string): Promise<void>;
21
+ export declare function isClassicUpdatesSupportedAsync(projectDir: string): Promise<boolean>;
21
22
  export declare function installExpoUpdatesAsync(projectDir: string, options?: {
22
23
  silent: boolean;
23
24
  }): Promise<void>;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getDisplayNameForProjectIdAsync = exports.getOwnerAccountForProjectIdAsync = exports.installExpoUpdatesAsync = 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.isClassicUpdatesSupportedAsync = exports.enforceRollBackToEmbeddedUpdateSupportAsync = exports.validateAppVersionRuntimePolicySupportAsync = exports.isUsingEASUpdate = exports.isExpoUpdatesInstalledOrAvailable = exports.isExpoUpdatesInstalledAsDevDependency = 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"));
@@ -86,32 +86,42 @@ function isUsingEASUpdate(exp, projectId) {
86
86
  return ((_a = exp.updates) === null || _a === void 0 ? void 0 : _a.url) === (0, api_1.getEASUpdateURL)(projectId);
87
87
  }
88
88
  exports.isUsingEASUpdate = isUsingEASUpdate;
89
+ async function getExpoUpdatesPackageVersionIfInstalledAsync(projectDir) {
90
+ const maybePackageJson = resolve_from_1.default.silent(projectDir, 'expo-updates/package.json');
91
+ if (!maybePackageJson) {
92
+ return null;
93
+ }
94
+ const { version } = await fs_extra_1.default.readJson(maybePackageJson);
95
+ return version !== null && version !== void 0 ? version : null;
96
+ }
89
97
  async function validateAppVersionRuntimePolicySupportAsync(projectDir, exp) {
90
98
  var _a;
91
99
  if (typeof exp.runtimeVersion !== 'object' || ((_a = exp.runtimeVersion) === null || _a === void 0 ? void 0 : _a.policy) !== 'appVersion') {
92
100
  return;
93
101
  }
94
- const maybePackageJson = resolve_from_1.default.silent(projectDir, 'expo-updates/package.json');
95
- if (maybePackageJson) {
96
- const { version } = await fs_extra_1.default.readJson(maybePackageJson);
97
- if (semver_1.default.gte(version, '0.14.4')) {
98
- return;
99
- }
102
+ const expoUpdatesPackageVersion = await getExpoUpdatesPackageVersionIfInstalledAsync(projectDir);
103
+ if (expoUpdatesPackageVersion !== null && semver_1.default.gte(expoUpdatesPackageVersion, '0.14.4')) {
104
+ return;
100
105
  }
101
106
  log_1.default.warn(`You need to be on SDK 46 or higher, and use expo-updates >= 0.14.4 to use appVersion runtime policy.`);
102
107
  }
103
108
  exports.validateAppVersionRuntimePolicySupportAsync = validateAppVersionRuntimePolicySupportAsync;
104
109
  async function enforceRollBackToEmbeddedUpdateSupportAsync(projectDir) {
105
- const maybePackageJson = resolve_from_1.default.silent(projectDir, 'expo-updates/package.json');
106
- if (maybePackageJson) {
107
- const { version } = await fs_extra_1.default.readJson(maybePackageJson);
108
- if (semver_1.default.gte(version, '0.19.0')) {
109
- return;
110
- }
110
+ const expoUpdatesPackageVersion = await getExpoUpdatesPackageVersionIfInstalledAsync(projectDir);
111
+ if (expoUpdatesPackageVersion !== null && semver_1.default.gte(expoUpdatesPackageVersion, '0.19.0')) {
112
+ return;
111
113
  }
112
114
  throw new Error(`The expo-updates package must have a version >= 0.19.0 to use roll back to embedded, which corresponds to Expo SDK 50 or greater. ${(0, log_1.learnMore)('https://docs.expo.dev/workflow/upgrading-expo-sdk-walkthrough/')}`);
113
115
  }
114
116
  exports.enforceRollBackToEmbeddedUpdateSupportAsync = enforceRollBackToEmbeddedUpdateSupportAsync;
117
+ async function isClassicUpdatesSupportedAsync(projectDir) {
118
+ const expoUpdatesPackageVersion = await getExpoUpdatesPackageVersionIfInstalledAsync(projectDir);
119
+ if (expoUpdatesPackageVersion === null) {
120
+ return false;
121
+ }
122
+ return semver_1.default.lt(expoUpdatesPackageVersion, '0.19.0');
123
+ }
124
+ exports.isClassicUpdatesSupportedAsync = isClassicUpdatesSupportedAsync;
115
125
  async function installExpoUpdatesAsync(projectDir, options) {
116
126
  log_1.default.log(chalk_1.default.gray `> npx expo install expo-updates`);
117
127
  try {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "7.0.0",
2
+ "version": "7.1.1",
3
3
  "commands": {
4
4
  "analytics": {
5
5
  "id": "analytics",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "eas-cli",
3
3
  "description": "EAS command line tool",
4
- "version": "7.0.0",
4
+ "version": "7.1.1",
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": "7.0.0",
17
+ "@expo/eas-json": "7.1.1",
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": "fe1a1f14d1d38c5e72aa60dd365d912a9ee67650"
225
+ "gitHead": "92c1256e8b186d366ed027148d6ebbb814965edb"
226
226
  }