eas-cli 16.30.0 → 16.31.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
@@ -176,7 +176,7 @@ ALIASES
176
176
  $ eas login
177
177
  ```
178
178
 
179
- _See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/account/login.ts)_
179
+ _See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/account/login.ts)_
180
180
 
181
181
  ## `eas account:logout`
182
182
 
@@ -193,7 +193,7 @@ ALIASES
193
193
  $ eas logout
194
194
  ```
195
195
 
196
- _See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/account/logout.ts)_
196
+ _See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/account/logout.ts)_
197
197
 
198
198
  ## `eas account:view`
199
199
 
@@ -210,7 +210,7 @@ ALIASES
210
210
  $ eas whoami
211
211
  ```
212
212
 
213
- _See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/account/view.ts)_
213
+ _See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/account/view.ts)_
214
214
 
215
215
  ## `eas analytics [STATUS]`
216
216
 
@@ -224,7 +224,7 @@ DESCRIPTION
224
224
  display or change analytics settings
225
225
  ```
226
226
 
227
- _See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/analytics.ts)_
227
+ _See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/analytics.ts)_
228
228
 
229
229
  ## `eas autocomplete [SHELL]`
230
230
 
@@ -276,7 +276,7 @@ DESCRIPTION
276
276
  create a branch
277
277
  ```
278
278
 
279
- _See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/branch/create.ts)_
279
+ _See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/branch/create.ts)_
280
280
 
281
281
  ## `eas branch:delete [NAME]`
282
282
 
@@ -297,7 +297,7 @@ DESCRIPTION
297
297
  delete a branch
298
298
  ```
299
299
 
300
- _See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/branch/delete.ts)_
300
+ _See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/branch/delete.ts)_
301
301
 
302
302
  ## `eas branch:list`
303
303
 
@@ -317,7 +317,7 @@ DESCRIPTION
317
317
  list all branches
318
318
  ```
319
319
 
320
- _See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/branch/list.ts)_
320
+ _See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/branch/list.ts)_
321
321
 
322
322
  ## `eas branch:rename`
323
323
 
@@ -337,7 +337,7 @@ DESCRIPTION
337
337
  rename a branch
338
338
  ```
339
339
 
340
- _See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/branch/rename.ts)_
340
+ _See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/branch/rename.ts)_
341
341
 
342
342
  ## `eas branch:view [NAME]`
343
343
 
@@ -360,7 +360,7 @@ DESCRIPTION
360
360
  view a branch
361
361
  ```
362
362
 
363
- _See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/branch/view.ts)_
363
+ _See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/branch/view.ts)_
364
364
 
365
365
  ## `eas build`
366
366
 
@@ -401,7 +401,7 @@ DESCRIPTION
401
401
  start a build
402
402
  ```
403
403
 
404
- _See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/build/index.ts)_
404
+ _See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/build/index.ts)_
405
405
 
406
406
  ## `eas build:cancel [BUILD_ID]`
407
407
 
@@ -420,7 +420,7 @@ DESCRIPTION
420
420
  cancel a build
421
421
  ```
422
422
 
423
- _See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/build/cancel.ts)_
423
+ _See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/build/cancel.ts)_
424
424
 
425
425
  ## `eas build:configure`
426
426
 
@@ -437,7 +437,7 @@ DESCRIPTION
437
437
  configure the project to support EAS Build
438
438
  ```
439
439
 
440
- _See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/build/configure.ts)_
440
+ _See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/build/configure.ts)_
441
441
 
442
442
  ## `eas build:delete [BUILD_ID]`
443
443
 
@@ -456,7 +456,7 @@ DESCRIPTION
456
456
  delete a build
457
457
  ```
458
458
 
459
- _See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/build/delete.ts)_
459
+ _See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/build/delete.ts)_
460
460
 
461
461
  ## `eas build:dev`
462
462
 
@@ -476,7 +476,7 @@ DESCRIPTION
476
476
  run dev client simulator/emulator build with matching fingerprint or create a new one
477
477
  ```
478
478
 
479
- _See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/build/dev.ts)_
479
+ _See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/build/dev.ts)_
480
480
 
481
481
  ## `eas build:download`
482
482
 
@@ -497,7 +497,7 @@ DESCRIPTION
497
497
  download simulator/emulator builds for a given fingerprint hash
498
498
  ```
499
499
 
500
- _See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/build/download.ts)_
500
+ _See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/build/download.ts)_
501
501
 
502
502
  ## `eas build:inspect`
503
503
 
@@ -532,7 +532,7 @@ DESCRIPTION
532
532
  inspect the state of the project at specific build stages, useful for troubleshooting
533
533
  ```
534
534
 
535
- _See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/build/inspect.ts)_
535
+ _See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/build/inspect.ts)_
536
536
 
537
537
  ## `eas build:list`
538
538
 
@@ -584,7 +584,7 @@ DESCRIPTION
584
584
  list all builds for your project
585
585
  ```
586
586
 
587
- _See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/build/list.ts)_
587
+ _See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/build/list.ts)_
588
588
 
589
589
  ## `eas build:resign`
590
590
 
@@ -613,7 +613,7 @@ DESCRIPTION
613
613
  re-sign a build archive
614
614
  ```
615
615
 
616
- _See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/build/resign.ts)_
616
+ _See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/build/resign.ts)_
617
617
 
618
618
  ## `eas build:run`
619
619
 
@@ -639,7 +639,7 @@ DESCRIPTION
639
639
  run simulator/emulator builds from eas-cli
640
640
  ```
641
641
 
642
- _See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/build/run.ts)_
642
+ _See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/build/run.ts)_
643
643
 
644
644
  ## `eas build:submit`
645
645
 
@@ -693,7 +693,7 @@ DESCRIPTION
693
693
  get the latest version from EAS servers
694
694
  ```
695
695
 
696
- _See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/build/version/get.ts)_
696
+ _See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/build/version/get.ts)_
697
697
 
698
698
  ## `eas build:version:set`
699
699
 
@@ -712,7 +712,7 @@ DESCRIPTION
712
712
  update version of an app
713
713
  ```
714
714
 
715
- _See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/build/version/set.ts)_
715
+ _See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/build/version/set.ts)_
716
716
 
717
717
  ## `eas build:version:sync`
718
718
 
@@ -731,7 +731,7 @@ DESCRIPTION
731
731
  update a version in native code with a value stored on EAS servers
732
732
  ```
733
733
 
734
- _See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/build/version/sync.ts)_
734
+ _See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/build/version/sync.ts)_
735
735
 
736
736
  ## `eas build:view [BUILD_ID]`
737
737
 
@@ -748,7 +748,7 @@ DESCRIPTION
748
748
  view a build for your project
749
749
  ```
750
750
 
751
- _See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/build/view.ts)_
751
+ _See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/build/view.ts)_
752
752
 
753
753
  ## `eas channel:create [NAME]`
754
754
 
@@ -769,7 +769,7 @@ DESCRIPTION
769
769
  create a channel
770
770
  ```
771
771
 
772
- _See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/channel/create.ts)_
772
+ _See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/channel/create.ts)_
773
773
 
774
774
  ## `eas channel:delete [NAME]`
775
775
 
@@ -790,7 +790,7 @@ DESCRIPTION
790
790
  Delete a channel
791
791
  ```
792
792
 
793
- _See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/channel/delete.ts)_
793
+ _See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/channel/delete.ts)_
794
794
 
795
795
  ## `eas channel:edit [NAME]`
796
796
 
@@ -812,7 +812,7 @@ DESCRIPTION
812
812
  point a channel at a new branch
813
813
  ```
814
814
 
815
- _See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/channel/edit.ts)_
815
+ _See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/channel/edit.ts)_
816
816
 
817
817
  ## `eas channel:list`
818
818
 
@@ -832,7 +832,7 @@ DESCRIPTION
832
832
  list all channels
833
833
  ```
834
834
 
835
- _See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/channel/list.ts)_
835
+ _See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/channel/list.ts)_
836
836
 
837
837
  ## `eas channel:pause [NAME]`
838
838
 
@@ -854,7 +854,7 @@ DESCRIPTION
854
854
  pause a channel to stop it from sending updates
855
855
  ```
856
856
 
857
- _See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/channel/pause.ts)_
857
+ _See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/channel/pause.ts)_
858
858
 
859
859
  ## `eas channel:resume [NAME]`
860
860
 
@@ -876,7 +876,7 @@ DESCRIPTION
876
876
  resume a channel to start sending updates
877
877
  ```
878
878
 
879
- _See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/channel/resume.ts)_
879
+ _See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/channel/resume.ts)_
880
880
 
881
881
  ## `eas channel:rollout [CHANNEL]`
882
882
 
@@ -909,7 +909,7 @@ DESCRIPTION
909
909
  Roll a new branch out on a channel incrementally.
910
910
  ```
911
911
 
912
- _See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/channel/rollout.ts)_
912
+ _See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/channel/rollout.ts)_
913
913
 
914
914
  ## `eas channel:view [NAME]`
915
915
 
@@ -932,7 +932,7 @@ DESCRIPTION
932
932
  view a channel
933
933
  ```
934
934
 
935
- _See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/channel/view.ts)_
935
+ _See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/channel/view.ts)_
936
936
 
937
937
  ## `eas config`
938
938
 
@@ -953,7 +953,7 @@ DESCRIPTION
953
953
  display project configuration (app.json + eas.json)
954
954
  ```
955
955
 
956
- _See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/config.ts)_
956
+ _See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/config.ts)_
957
957
 
958
958
  ## `eas credentials`
959
959
 
@@ -970,7 +970,7 @@ DESCRIPTION
970
970
  manage credentials
971
971
  ```
972
972
 
973
- _See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/credentials/index.ts)_
973
+ _See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/credentials/index.ts)_
974
974
 
975
975
  ## `eas credentials:configure-build`
976
976
 
@@ -988,7 +988,7 @@ DESCRIPTION
988
988
  Set up credentials for building your project.
989
989
  ```
990
990
 
991
- _See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
991
+ _See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
992
992
 
993
993
  ## `eas deploy [options]`
994
994
 
@@ -1016,7 +1016,7 @@ ALIASES
1016
1016
  $ eas worker:deploy
1017
1017
  ```
1018
1018
 
1019
- _See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/deploy/index.ts)_
1019
+ _See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/deploy/index.ts)_
1020
1020
 
1021
1021
  ## `eas deploy:alias`
1022
1022
 
@@ -1041,7 +1041,7 @@ ALIASES
1041
1041
  $ eas deploy:promote
1042
1042
  ```
1043
1043
 
1044
- _See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/deploy/alias/index.ts)_
1044
+ _See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/deploy/alias/index.ts)_
1045
1045
 
1046
1046
  ## `eas deploy:alias:delete [ALIAS_NAME]`
1047
1047
 
@@ -1062,7 +1062,7 @@ ALIASES
1062
1062
  $ eas worker:alias:delete
1063
1063
  ```
1064
1064
 
1065
- _See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/deploy/alias/delete.ts)_
1065
+ _See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/deploy/alias/delete.ts)_
1066
1066
 
1067
1067
  ## `eas deploy:delete [DEPLOYMENT_ID]`
1068
1068
 
@@ -1083,7 +1083,7 @@ ALIASES
1083
1083
  $ eas worker:delete
1084
1084
  ```
1085
1085
 
1086
- _See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/deploy/delete.ts)_
1086
+ _See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/deploy/delete.ts)_
1087
1087
 
1088
1088
  ## `eas deploy:promote`
1089
1089
 
@@ -1120,7 +1120,7 @@ DESCRIPTION
1120
1120
  register new Apple Devices to use for internal distribution
1121
1121
  ```
1122
1122
 
1123
- _See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/device/create.ts)_
1123
+ _See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/device/create.ts)_
1124
1124
 
1125
1125
  ## `eas device:delete`
1126
1126
 
@@ -1140,7 +1140,7 @@ DESCRIPTION
1140
1140
  remove a registered device from your account
1141
1141
  ```
1142
1142
 
1143
- _See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/device/delete.ts)_
1143
+ _See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/device/delete.ts)_
1144
1144
 
1145
1145
  ## `eas device:list`
1146
1146
 
@@ -1161,7 +1161,7 @@ DESCRIPTION
1161
1161
  list all registered devices for your account
1162
1162
  ```
1163
1163
 
1164
- _See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/device/list.ts)_
1164
+ _See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/device/list.ts)_
1165
1165
 
1166
1166
  ## `eas device:rename`
1167
1167
 
@@ -1182,7 +1182,7 @@ DESCRIPTION
1182
1182
  rename a registered device
1183
1183
  ```
1184
1184
 
1185
- _See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/device/rename.ts)_
1185
+ _See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/device/rename.ts)_
1186
1186
 
1187
1187
  ## `eas device:view [UDID]`
1188
1188
 
@@ -1196,7 +1196,7 @@ DESCRIPTION
1196
1196
  view a device for your project
1197
1197
  ```
1198
1198
 
1199
- _See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/device/view.ts)_
1199
+ _See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/device/view.ts)_
1200
1200
 
1201
1201
  ## `eas diagnostics`
1202
1202
 
@@ -1210,7 +1210,7 @@ DESCRIPTION
1210
1210
  display environment info
1211
1211
  ```
1212
1212
 
1213
- _See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/diagnostics.ts)_
1213
+ _See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/diagnostics.ts)_
1214
1214
 
1215
1215
  ## `eas env:create [ENVIRONMENT]`
1216
1216
 
@@ -1240,7 +1240,7 @@ DESCRIPTION
1240
1240
  create an environment variable for the current project or account
1241
1241
  ```
1242
1242
 
1243
- _See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/env/create.ts)_
1243
+ _See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/env/create.ts)_
1244
1244
 
1245
1245
  ## `eas env:delete [ENVIRONMENT]`
1246
1246
 
@@ -1265,7 +1265,7 @@ DESCRIPTION
1265
1265
  delete an environment variable for the current project or account
1266
1266
  ```
1267
1267
 
1268
- _See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/env/delete.ts)_
1268
+ _See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/env/delete.ts)_
1269
1269
 
1270
1270
  ## `eas env:exec ENVIRONMENT BASH_COMMAND`
1271
1271
 
@@ -1287,7 +1287,7 @@ DESCRIPTION
1287
1287
  execute a command with environment variables from the selected environment
1288
1288
  ```
1289
1289
 
1290
- _See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/env/exec.ts)_
1290
+ _See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/env/exec.ts)_
1291
1291
 
1292
1292
  ## `eas env:get [ENVIRONMENT]`
1293
1293
 
@@ -1312,7 +1312,7 @@ DESCRIPTION
1312
1312
  view an environment variable for the current project or account
1313
1313
  ```
1314
1314
 
1315
- _See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/env/get.ts)_
1315
+ _See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/env/get.ts)_
1316
1316
 
1317
1317
  ## `eas env:list [ENVIRONMENT]`
1318
1318
 
@@ -1338,7 +1338,7 @@ DESCRIPTION
1338
1338
  list environment variables for the current project or account
1339
1339
  ```
1340
1340
 
1341
- _See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/env/list.ts)_
1341
+ _See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/env/list.ts)_
1342
1342
 
1343
1343
  ## `eas env:pull [ENVIRONMENT]`
1344
1344
 
@@ -1360,7 +1360,7 @@ DESCRIPTION
1360
1360
  pull environment variables for the selected environment to .env file
1361
1361
  ```
1362
1362
 
1363
- _See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/env/pull.ts)_
1363
+ _See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/env/pull.ts)_
1364
1364
 
1365
1365
  ## `eas env:push [ENVIRONMENT]`
1366
1366
 
@@ -1382,7 +1382,7 @@ DESCRIPTION
1382
1382
  push environment variables from .env file to the selected environment
1383
1383
  ```
1384
1384
 
1385
- _See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/env/push.ts)_
1385
+ _See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/env/push.ts)_
1386
1386
 
1387
1387
  ## `eas env:update [ENVIRONMENT]`
1388
1388
 
@@ -1414,7 +1414,7 @@ DESCRIPTION
1414
1414
  update an environment variable on the current project or account
1415
1415
  ```
1416
1416
 
1417
- _See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/env/update.ts)_
1417
+ _See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/env/update.ts)_
1418
1418
 
1419
1419
  ## `eas fingerprint:compare [HASH1] [HASH2]`
1420
1420
 
@@ -1458,7 +1458,7 @@ EXAMPLES
1458
1458
  $ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
1459
1459
  ```
1460
1460
 
1461
- _See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/fingerprint/compare.ts)_
1461
+ _See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/fingerprint/compare.ts)_
1462
1462
 
1463
1463
  ## `eas fingerprint:generate`
1464
1464
 
@@ -1488,7 +1488,7 @@ EXAMPLES
1488
1488
  $ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
1489
1489
  ```
1490
1490
 
1491
- _See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/fingerprint/generate.ts)_
1491
+ _See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/fingerprint/generate.ts)_
1492
1492
 
1493
1493
  ## `eas help [COMMAND]`
1494
1494
 
@@ -1596,7 +1596,7 @@ DESCRIPTION
1596
1596
  validate the local store configuration
1597
1597
  ```
1598
1598
 
1599
- _See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/metadata/lint.ts)_
1599
+ _See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/metadata/lint.ts)_
1600
1600
 
1601
1601
  ## `eas metadata:pull`
1602
1602
 
@@ -1613,7 +1613,7 @@ DESCRIPTION
1613
1613
  generate the local store configuration from the app stores
1614
1614
  ```
1615
1615
 
1616
- _See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/metadata/pull.ts)_
1616
+ _See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/metadata/pull.ts)_
1617
1617
 
1618
1618
  ## `eas metadata:push`
1619
1619
 
@@ -1630,7 +1630,7 @@ DESCRIPTION
1630
1630
  sync the local store configuration to the app stores
1631
1631
  ```
1632
1632
 
1633
- _See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/metadata/push.ts)_
1633
+ _See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/metadata/push.ts)_
1634
1634
 
1635
1635
  ## `eas new [PATH]`
1636
1636
 
@@ -1681,7 +1681,7 @@ DESCRIPTION
1681
1681
  open the project page in a web browser
1682
1682
  ```
1683
1683
 
1684
- _See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/open.ts)_
1684
+ _See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/open.ts)_
1685
1685
 
1686
1686
  ## `eas project:info`
1687
1687
 
@@ -1695,7 +1695,7 @@ DESCRIPTION
1695
1695
  information about the current project
1696
1696
  ```
1697
1697
 
1698
- _See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/project/info.ts)_
1698
+ _See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/project/info.ts)_
1699
1699
 
1700
1700
  ## `eas project:init`
1701
1701
 
@@ -1718,7 +1718,7 @@ ALIASES
1718
1718
  $ eas init
1719
1719
  ```
1720
1720
 
1721
- _See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/project/init.ts)_
1721
+ _See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/project/init.ts)_
1722
1722
 
1723
1723
  ## `eas project:new [PATH]`
1724
1724
 
@@ -1741,7 +1741,7 @@ ALIASES
1741
1741
  $ eas new
1742
1742
  ```
1743
1743
 
1744
- _See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/project/new.ts)_
1744
+ _See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/project/new.ts)_
1745
1745
 
1746
1746
  ## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
1747
1747
 
@@ -1759,7 +1759,7 @@ ALIASES
1759
1759
  $ eas onboarding
1760
1760
  ```
1761
1761
 
1762
- _See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/project/onboarding.ts)_
1762
+ _See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/project/onboarding.ts)_
1763
1763
 
1764
1764
  ## `eas submit`
1765
1765
 
@@ -1794,7 +1794,7 @@ ALIASES
1794
1794
  $ eas build:submit
1795
1795
  ```
1796
1796
 
1797
- _See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/submit.ts)_
1797
+ _See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/submit.ts)_
1798
1798
 
1799
1799
  ## `eas update`
1800
1800
 
@@ -1834,7 +1834,7 @@ DESCRIPTION
1834
1834
  publish an update group
1835
1835
  ```
1836
1836
 
1837
- _See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/update/index.ts)_
1837
+ _See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/update/index.ts)_
1838
1838
 
1839
1839
  ## `eas update:configure`
1840
1840
 
@@ -1854,7 +1854,7 @@ DESCRIPTION
1854
1854
  configure the project to support EAS Update
1855
1855
  ```
1856
1856
 
1857
- _See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/update/configure.ts)_
1857
+ _See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/update/configure.ts)_
1858
1858
 
1859
1859
  ## `eas update:delete GROUPID`
1860
1860
 
@@ -1875,7 +1875,7 @@ DESCRIPTION
1875
1875
  delete all the updates in an update group
1876
1876
  ```
1877
1877
 
1878
- _See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/update/delete.ts)_
1878
+ _See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/update/delete.ts)_
1879
1879
 
1880
1880
  ## `eas update:edit [GROUPID]`
1881
1881
 
@@ -1899,7 +1899,7 @@ DESCRIPTION
1899
1899
  edit all the updates in an update group
1900
1900
  ```
1901
1901
 
1902
- _See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/update/edit.ts)_
1902
+ _See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/update/edit.ts)_
1903
1903
 
1904
1904
  ## `eas update:list`
1905
1905
 
@@ -1924,7 +1924,7 @@ DESCRIPTION
1924
1924
  view the recent updates
1925
1925
  ```
1926
1926
 
1927
- _See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/update/list.ts)_
1927
+ _See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/update/list.ts)_
1928
1928
 
1929
1929
  ## `eas update:republish`
1930
1930
 
@@ -1960,7 +1960,7 @@ DESCRIPTION
1960
1960
  roll back to an existing update
1961
1961
  ```
1962
1962
 
1963
- _See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/update/republish.ts)_
1963
+ _See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/update/republish.ts)_
1964
1964
 
1965
1965
  ## `eas update:revert-update-rollout`
1966
1966
 
@@ -1987,7 +1987,7 @@ DESCRIPTION
1987
1987
  revert a rollout update for a project
1988
1988
  ```
1989
1989
 
1990
- _See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/update/revert-update-rollout.ts)_
1990
+ _See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/update/revert-update-rollout.ts)_
1991
1991
 
1992
1992
  ## `eas update:roll-back-to-embedded`
1993
1993
 
@@ -2015,7 +2015,7 @@ DESCRIPTION
2015
2015
  roll back to the embedded update
2016
2016
  ```
2017
2017
 
2018
- _See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
2018
+ _See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
2019
2019
 
2020
2020
  ## `eas update:rollback`
2021
2021
 
@@ -2036,7 +2036,7 @@ DESCRIPTION
2036
2036
  instead execute "eas update:republish" or "eas update:roll-back-to-embedded".
2037
2037
  ```
2038
2038
 
2039
- _See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/update/rollback.ts)_
2039
+ _See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/update/rollback.ts)_
2040
2040
 
2041
2041
  ## `eas update:view GROUPID`
2042
2042
 
@@ -2056,7 +2056,7 @@ DESCRIPTION
2056
2056
  update group details
2057
2057
  ```
2058
2058
 
2059
- _See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/update/view.ts)_
2059
+ _See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/update/view.ts)_
2060
2060
 
2061
2061
  ## `eas upload`
2062
2062
 
@@ -2077,7 +2077,7 @@ DESCRIPTION
2077
2077
  upload a local build and generate a sharable link
2078
2078
  ```
2079
2079
 
2080
- _See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/upload.ts)_
2080
+ _See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/upload.ts)_
2081
2081
 
2082
2082
  ## `eas webhook:create`
2083
2083
 
@@ -2098,7 +2098,7 @@ DESCRIPTION
2098
2098
  create a webhook
2099
2099
  ```
2100
2100
 
2101
- _See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/webhook/create.ts)_
2101
+ _See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/webhook/create.ts)_
2102
2102
 
2103
2103
  ## `eas webhook:delete [ID]`
2104
2104
 
@@ -2118,7 +2118,7 @@ DESCRIPTION
2118
2118
  delete a webhook
2119
2119
  ```
2120
2120
 
2121
- _See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/webhook/delete.ts)_
2121
+ _See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/webhook/delete.ts)_
2122
2122
 
2123
2123
  ## `eas webhook:list`
2124
2124
 
@@ -2136,7 +2136,7 @@ DESCRIPTION
2136
2136
  list webhooks
2137
2137
  ```
2138
2138
 
2139
- _See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/webhook/list.ts)_
2139
+ _See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/webhook/list.ts)_
2140
2140
 
2141
2141
  ## `eas webhook:update`
2142
2142
 
@@ -2158,7 +2158,7 @@ DESCRIPTION
2158
2158
  update a webhook
2159
2159
  ```
2160
2160
 
2161
- _See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/webhook/update.ts)_
2161
+ _See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/webhook/update.ts)_
2162
2162
 
2163
2163
  ## `eas webhook:view ID`
2164
2164
 
@@ -2175,7 +2175,7 @@ DESCRIPTION
2175
2175
  view a webhook
2176
2176
  ```
2177
2177
 
2178
- _See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/webhook/view.ts)_
2178
+ _See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/webhook/view.ts)_
2179
2179
 
2180
2180
  ## `eas whoami`
2181
2181
 
@@ -2295,7 +2295,7 @@ DESCRIPTION
2295
2295
  to cancel.
2296
2296
  ```
2297
2297
 
2298
- _See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/workflow/cancel.ts)_
2298
+ _See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/workflow/cancel.ts)_
2299
2299
 
2300
2300
  ## `eas workflow:create [NAME]`
2301
2301
 
@@ -2315,7 +2315,7 @@ DESCRIPTION
2315
2315
  create a new workflow configuration YAML file
2316
2316
  ```
2317
2317
 
2318
- _See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/workflow/create.ts)_
2318
+ _See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/workflow/create.ts)_
2319
2319
 
2320
2320
  ## `eas workflow:logs [ID]`
2321
2321
 
@@ -2339,7 +2339,7 @@ DESCRIPTION
2339
2339
  If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.
2340
2340
  ```
2341
2341
 
2342
- _See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/workflow/logs.ts)_
2342
+ _See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/workflow/logs.ts)_
2343
2343
 
2344
2344
  ## `eas workflow:run [FILE]`
2345
2345
 
@@ -2379,7 +2379,7 @@ FLAG DESCRIPTIONS
2379
2379
  Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
2380
2380
  ```
2381
2381
 
2382
- _See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/workflow/run.ts)_
2382
+ _See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/workflow/run.ts)_
2383
2383
 
2384
2384
  ## `eas workflow:runs`
2385
2385
 
@@ -2404,7 +2404,7 @@ DESCRIPTION
2404
2404
  list recent workflow runs for this project, with their IDs, statuses, and timestamps
2405
2405
  ```
2406
2406
 
2407
- _See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/workflow/runs.ts)_
2407
+ _See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/workflow/runs.ts)_
2408
2408
 
2409
2409
  ## `eas workflow:status [WORKFLOW_RUN_ID]`
2410
2410
 
@@ -2432,7 +2432,7 @@ FLAG DESCRIPTIONS
2432
2432
  Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
2433
2433
  ```
2434
2434
 
2435
- _See code: [packages/eas-cli/src/commands/workflow/status.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/workflow/status.ts)_
2435
+ _See code: [packages/eas-cli/src/commands/workflow/status.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/workflow/status.ts)_
2436
2436
 
2437
2437
  ## `eas workflow:validate PATH`
2438
2438
 
@@ -2452,7 +2452,7 @@ DESCRIPTION
2452
2452
  validate a workflow configuration yaml file
2453
2453
  ```
2454
2454
 
2455
- _See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/workflow/validate.ts)_
2455
+ _See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/workflow/validate.ts)_
2456
2456
 
2457
2457
  ## `eas workflow:view [ID]`
2458
2458
 
@@ -2474,5 +2474,5 @@ DESCRIPTION
2474
2474
  workflow runs for the current project.
2475
2475
  ```
2476
2476
 
2477
- _See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v16.30.0/packages/eas-cli/src/commands/workflow/view.ts)_
2477
+ _See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v16.31.0/packages/eas-cli/src/commands/workflow/view.ts)_
2478
2478
  <!-- commandsstop -->
@@ -7,7 +7,6 @@ const eas_json_1 = require("@expo/eas-json");
7
7
  const core_1 = require("@oclif/core");
8
8
  const chalk_1 = tslib_1.__importDefault(require("chalk"));
9
9
  const nullthrows_1 = tslib_1.__importDefault(require("nullthrows"));
10
- // import { getExpoWebsiteBaseUrl } from '../../api';
11
10
  const queries_1 = require("../../branch/queries");
12
11
  const repository_1 = require("../../build/utils/repository");
13
12
  const url_1 = require("../../build/utils/url");
@@ -17,7 +16,6 @@ const pagination_1 = require("../../commandUtils/pagination");
17
16
  const fetch_1 = tslib_1.__importDefault(require("../../fetch"));
18
17
  const generated_1 = require("../../graphql/generated");
19
18
  const PublishMutation_1 = require("../../graphql/mutations/PublishMutation");
20
- // import { AppQuery } from '../../graphql/queries/AppQuery';
21
19
  const log_1 = tslib_1.__importStar(require("../../log"));
22
20
  const ora_1 = require("../../ora");
23
21
  const platform_1 = require("../../platform");
@@ -433,11 +431,6 @@ class UpdatePublish extends EasCommand_1.default {
433
431
  log_1.default.log('👉 Since multiple runtime versions are defined, multiple update groups have been published.');
434
432
  }
435
433
  log_1.default.addNewLineIfNone();
436
- // const runtimeToCompatibleBuilds = await Promise.all(
437
- // runtimeToPlatformsAndFingerprintInfoAndFingerprintSourceMapping.map(obj =>
438
- // findCompatibleBuildsAsync(graphqlClient, projectId, obj)
439
- // )
440
- // );
441
434
  for (const runtime of (0, uniqBy_1.default)(runtimeToPlatformsAndFingerprintInfoMapping, version => version.runtimeVersion)) {
442
435
  const newUpdatesForRuntimeVersion = newUpdates.filter(update => update.runtimeVersion === runtime.runtimeVersion);
443
436
  if (newUpdatesForRuntimeVersion.length === 0) {
@@ -494,55 +487,8 @@ class UpdatePublish extends EasCommand_1.default {
494
487
  })}.`);
495
488
  log_1.default.addNewLineIfNone();
496
489
  }
497
- // NOTE(brentvatne): temporarily disable logging this until we can revisit the formatting
498
- // and the logic for it - it's a bit too aggressive right now, and warns even if you're
499
- // not using EAS Build
500
- //
501
- // const fingerprintsWithoutCompatibleBuilds = runtimeToCompatibleBuilds.find(
502
- // ({ runtimeVersion }) => runtimeVersion === runtime.runtimeVersion
503
- // )?.fingerprintInfoGroupWithCompatibleBuilds;
504
- // if (fingerprintsWithoutCompatibleBuilds) {
505
- // const missingBuilds = Object.entries(fingerprintsWithoutCompatibleBuilds).filter(
506
- // ([_platform, fingerprintInfo]) => !fingerprintInfo.build
507
- // );
508
- // if (missingBuilds.length > 0) {
509
- // const project = await AppQuery.byIdAsync(graphqlClient, projectId);
510
- // Log.warn('No compatible builds found for the following fingerprints:');
511
- // for (const [platform, fingerprintInfo] of missingBuilds) {
512
- // const fingerprintUrl = new URL(
513
- // `/accounts/${project.ownerAccount.name}/projects/${project.slug}/fingerprints/${fingerprintInfo.fingerprintHash}`,
514
- // getExpoWebsiteBaseUrl()
515
- // );
516
- // Log.warn(
517
- // formatFields(
518
- // [
519
- // {
520
- // label: `${this.prettyPlatform(platform)} fingerprint`,
521
- // value: fingerprintInfo.fingerprintHash,
522
- // },
523
- // { label: 'URL', value: fingerprintUrl.toString() },
524
- // ],
525
- // {
526
- // labelFormat: label => ` ${chalk.dim(label)}:`,
527
- // }
528
- // )
529
- // );
530
- // Log.addNewLineIfNone();
531
- // }
532
- // }
533
- // }
534
490
  }
535
491
  }
536
- // private prettyPlatform(updatePlatform: string): string {
537
- // switch (updatePlatform) {
538
- // case 'android':
539
- // return 'Android';
540
- // case 'ios':
541
- // return 'iOS';
542
- // default:
543
- // return updatePlatform;
544
- // }
545
- // }
546
492
  sanitizeFlags(flags) {
547
493
  const nonInteractive = flags['non-interactive'] ?? false;
548
494
  const { auto, branch: branchName, channel: channelName, message: updateMessage } = flags;
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "16.30.0",
2
+ "version": "16.31.0",
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": "16.30.0",
4
+ "version": "16.31.0",
5
5
  "author": "Expo <support@expo.dev>",
6
6
  "bin": {
7
7
  "eas": "./bin/run"
@@ -245,5 +245,5 @@
245
245
  "clean": "rimraf dist build tmp node_modules yarn-error.log",
246
246
  "copy-new-templates": "rimraf build/commandUtils/new/templates && mkdir -p build/commandUtils/new && cp -r src/commandUtils/new/templates build/commandUtils/new"
247
247
  },
248
- "gitHead": "1c317026539827ed6f95827e1f6990bd080a6920"
248
+ "gitHead": "3ef14b5eb75c4d7563e6108faef68e23e6f81695"
249
249
  }