eas-cli 16.18.0 → 16.19.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
@@ -173,7 +173,7 @@ ALIASES
173
173
  $ eas login
174
174
  ```
175
175
 
176
- _See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/account/login.ts)_
176
+ _See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/account/login.ts)_
177
177
 
178
178
  ## `eas account:logout`
179
179
 
@@ -190,7 +190,7 @@ ALIASES
190
190
  $ eas logout
191
191
  ```
192
192
 
193
- _See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/account/logout.ts)_
193
+ _See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/account/logout.ts)_
194
194
 
195
195
  ## `eas account:view`
196
196
 
@@ -207,7 +207,7 @@ ALIASES
207
207
  $ eas whoami
208
208
  ```
209
209
 
210
- _See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/account/view.ts)_
210
+ _See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/account/view.ts)_
211
211
 
212
212
  ## `eas analytics [STATUS]`
213
213
 
@@ -221,7 +221,7 @@ DESCRIPTION
221
221
  display or change analytics settings
222
222
  ```
223
223
 
224
- _See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/analytics.ts)_
224
+ _See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/analytics.ts)_
225
225
 
226
226
  ## `eas autocomplete [SHELL]`
227
227
 
@@ -273,7 +273,7 @@ DESCRIPTION
273
273
  create a branch
274
274
  ```
275
275
 
276
- _See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/branch/create.ts)_
276
+ _See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/branch/create.ts)_
277
277
 
278
278
  ## `eas branch:delete [NAME]`
279
279
 
@@ -294,7 +294,7 @@ DESCRIPTION
294
294
  delete a branch
295
295
  ```
296
296
 
297
- _See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/branch/delete.ts)_
297
+ _See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/branch/delete.ts)_
298
298
 
299
299
  ## `eas branch:list`
300
300
 
@@ -314,7 +314,7 @@ DESCRIPTION
314
314
  list all branches
315
315
  ```
316
316
 
317
- _See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/branch/list.ts)_
317
+ _See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/branch/list.ts)_
318
318
 
319
319
  ## `eas branch:rename`
320
320
 
@@ -334,7 +334,7 @@ DESCRIPTION
334
334
  rename a branch
335
335
  ```
336
336
 
337
- _See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/branch/rename.ts)_
337
+ _See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/branch/rename.ts)_
338
338
 
339
339
  ## `eas branch:view [NAME]`
340
340
 
@@ -357,7 +357,7 @@ DESCRIPTION
357
357
  view a branch
358
358
  ```
359
359
 
360
- _See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/branch/view.ts)_
360
+ _See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/branch/view.ts)_
361
361
 
362
362
  ## `eas build`
363
363
 
@@ -398,7 +398,7 @@ DESCRIPTION
398
398
  start a build
399
399
  ```
400
400
 
401
- _See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/index.ts)_
401
+ _See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/build/index.ts)_
402
402
 
403
403
  ## `eas build:cancel [BUILD_ID]`
404
404
 
@@ -417,7 +417,7 @@ DESCRIPTION
417
417
  cancel a build
418
418
  ```
419
419
 
420
- _See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/cancel.ts)_
420
+ _See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/build/cancel.ts)_
421
421
 
422
422
  ## `eas build:configure`
423
423
 
@@ -434,7 +434,7 @@ DESCRIPTION
434
434
  configure the project to support EAS Build
435
435
  ```
436
436
 
437
- _See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/configure.ts)_
437
+ _See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/build/configure.ts)_
438
438
 
439
439
  ## `eas build:delete [BUILD_ID]`
440
440
 
@@ -453,7 +453,7 @@ DESCRIPTION
453
453
  delete a build
454
454
  ```
455
455
 
456
- _See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/delete.ts)_
456
+ _See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/build/delete.ts)_
457
457
 
458
458
  ## `eas build:dev`
459
459
 
@@ -473,7 +473,7 @@ DESCRIPTION
473
473
  run dev client simulator/emulator build with matching fingerprint or create a new one
474
474
  ```
475
475
 
476
- _See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/dev.ts)_
476
+ _See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/build/dev.ts)_
477
477
 
478
478
  ## `eas build:download`
479
479
 
@@ -494,7 +494,7 @@ DESCRIPTION
494
494
  download simulator/emulator builds for a given fingerprint hash
495
495
  ```
496
496
 
497
- _See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/download.ts)_
497
+ _See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/build/download.ts)_
498
498
 
499
499
  ## `eas build:inspect`
500
500
 
@@ -529,7 +529,7 @@ DESCRIPTION
529
529
  inspect the state of the project at specific build stages, useful for troubleshooting
530
530
  ```
531
531
 
532
- _See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/inspect.ts)_
532
+ _See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/build/inspect.ts)_
533
533
 
534
534
  ## `eas build:list`
535
535
 
@@ -581,7 +581,7 @@ DESCRIPTION
581
581
  list all builds for your project
582
582
  ```
583
583
 
584
- _See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/list.ts)_
584
+ _See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/build/list.ts)_
585
585
 
586
586
  ## `eas build:resign`
587
587
 
@@ -610,7 +610,7 @@ DESCRIPTION
610
610
  re-sign a build archive
611
611
  ```
612
612
 
613
- _See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/resign.ts)_
613
+ _See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/build/resign.ts)_
614
614
 
615
615
  ## `eas build:run`
616
616
 
@@ -636,7 +636,7 @@ DESCRIPTION
636
636
  run simulator/emulator builds from eas-cli
637
637
  ```
638
638
 
639
- _See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/run.ts)_
639
+ _See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/build/run.ts)_
640
640
 
641
641
  ## `eas build:submit`
642
642
 
@@ -690,7 +690,7 @@ DESCRIPTION
690
690
  get the latest version from EAS servers
691
691
  ```
692
692
 
693
- _See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/version/get.ts)_
693
+ _See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/build/version/get.ts)_
694
694
 
695
695
  ## `eas build:version:set`
696
696
 
@@ -709,7 +709,7 @@ DESCRIPTION
709
709
  update version of an app
710
710
  ```
711
711
 
712
- _See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/version/set.ts)_
712
+ _See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/build/version/set.ts)_
713
713
 
714
714
  ## `eas build:version:sync`
715
715
 
@@ -728,7 +728,7 @@ DESCRIPTION
728
728
  update a version in native code with a value stored on EAS servers
729
729
  ```
730
730
 
731
- _See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/version/sync.ts)_
731
+ _See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/build/version/sync.ts)_
732
732
 
733
733
  ## `eas build:view [BUILD_ID]`
734
734
 
@@ -745,7 +745,7 @@ DESCRIPTION
745
745
  view a build for your project
746
746
  ```
747
747
 
748
- _See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/view.ts)_
748
+ _See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/build/view.ts)_
749
749
 
750
750
  ## `eas channel:create [NAME]`
751
751
 
@@ -766,7 +766,7 @@ DESCRIPTION
766
766
  create a channel
767
767
  ```
768
768
 
769
- _See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/channel/create.ts)_
769
+ _See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/channel/create.ts)_
770
770
 
771
771
  ## `eas channel:delete [NAME]`
772
772
 
@@ -787,7 +787,7 @@ DESCRIPTION
787
787
  Delete a channel
788
788
  ```
789
789
 
790
- _See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/channel/delete.ts)_
790
+ _See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/channel/delete.ts)_
791
791
 
792
792
  ## `eas channel:edit [NAME]`
793
793
 
@@ -809,7 +809,7 @@ DESCRIPTION
809
809
  point a channel at a new branch
810
810
  ```
811
811
 
812
- _See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/channel/edit.ts)_
812
+ _See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/channel/edit.ts)_
813
813
 
814
814
  ## `eas channel:list`
815
815
 
@@ -829,7 +829,7 @@ DESCRIPTION
829
829
  list all channels
830
830
  ```
831
831
 
832
- _See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/channel/list.ts)_
832
+ _See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/channel/list.ts)_
833
833
 
834
834
  ## `eas channel:pause [NAME]`
835
835
 
@@ -851,7 +851,7 @@ DESCRIPTION
851
851
  pause a channel to stop it from sending updates
852
852
  ```
853
853
 
854
- _See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/channel/pause.ts)_
854
+ _See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/channel/pause.ts)_
855
855
 
856
856
  ## `eas channel:resume [NAME]`
857
857
 
@@ -873,7 +873,7 @@ DESCRIPTION
873
873
  resume a channel to start sending updates
874
874
  ```
875
875
 
876
- _See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/channel/resume.ts)_
876
+ _See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/channel/resume.ts)_
877
877
 
878
878
  ## `eas channel:rollout [CHANNEL]`
879
879
 
@@ -906,7 +906,7 @@ DESCRIPTION
906
906
  Roll a new branch out on a channel incrementally.
907
907
  ```
908
908
 
909
- _See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/channel/rollout.ts)_
909
+ _See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/channel/rollout.ts)_
910
910
 
911
911
  ## `eas channel:view [NAME]`
912
912
 
@@ -929,7 +929,7 @@ DESCRIPTION
929
929
  view a channel
930
930
  ```
931
931
 
932
- _See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/channel/view.ts)_
932
+ _See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/channel/view.ts)_
933
933
 
934
934
  ## `eas config`
935
935
 
@@ -950,7 +950,7 @@ DESCRIPTION
950
950
  display project configuration (app.json + eas.json)
951
951
  ```
952
952
 
953
- _See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/config.ts)_
953
+ _See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/config.ts)_
954
954
 
955
955
  ## `eas credentials`
956
956
 
@@ -967,7 +967,7 @@ DESCRIPTION
967
967
  manage credentials
968
968
  ```
969
969
 
970
- _See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/credentials/index.ts)_
970
+ _See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/credentials/index.ts)_
971
971
 
972
972
  ## `eas credentials:configure-build`
973
973
 
@@ -985,7 +985,7 @@ DESCRIPTION
985
985
  Set up credentials for building your project.
986
986
  ```
987
987
 
988
- _See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
988
+ _See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
989
989
 
990
990
  ## `eas deploy [options]`
991
991
 
@@ -1013,7 +1013,7 @@ ALIASES
1013
1013
  $ eas worker:deploy
1014
1014
  ```
1015
1015
 
1016
- _See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/deploy/index.ts)_
1016
+ _See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/deploy/index.ts)_
1017
1017
 
1018
1018
  ## `eas deploy:alias`
1019
1019
 
@@ -1038,7 +1038,7 @@ ALIASES
1038
1038
  $ eas deploy:promote
1039
1039
  ```
1040
1040
 
1041
- _See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/deploy/alias/index.ts)_
1041
+ _See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/deploy/alias/index.ts)_
1042
1042
 
1043
1043
  ## `eas deploy:alias:delete [ALIAS_NAME]`
1044
1044
 
@@ -1059,7 +1059,7 @@ ALIASES
1059
1059
  $ eas worker:alias:delete
1060
1060
  ```
1061
1061
 
1062
- _See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/deploy/alias/delete.ts)_
1062
+ _See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/deploy/alias/delete.ts)_
1063
1063
 
1064
1064
  ## `eas deploy:delete [DEPLOYMENT_ID]`
1065
1065
 
@@ -1080,7 +1080,7 @@ ALIASES
1080
1080
  $ eas worker:delete
1081
1081
  ```
1082
1082
 
1083
- _See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/deploy/delete.ts)_
1083
+ _See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/deploy/delete.ts)_
1084
1084
 
1085
1085
  ## `eas deploy:promote`
1086
1086
 
@@ -1117,7 +1117,7 @@ DESCRIPTION
1117
1117
  register new Apple Devices to use for internal distribution
1118
1118
  ```
1119
1119
 
1120
- _See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/device/create.ts)_
1120
+ _See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/device/create.ts)_
1121
1121
 
1122
1122
  ## `eas device:delete`
1123
1123
 
@@ -1137,7 +1137,7 @@ DESCRIPTION
1137
1137
  remove a registered device from your account
1138
1138
  ```
1139
1139
 
1140
- _See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/device/delete.ts)_
1140
+ _See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/device/delete.ts)_
1141
1141
 
1142
1142
  ## `eas device:list`
1143
1143
 
@@ -1158,7 +1158,7 @@ DESCRIPTION
1158
1158
  list all registered devices for your account
1159
1159
  ```
1160
1160
 
1161
- _See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/device/list.ts)_
1161
+ _See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/device/list.ts)_
1162
1162
 
1163
1163
  ## `eas device:rename`
1164
1164
 
@@ -1179,7 +1179,7 @@ DESCRIPTION
1179
1179
  rename a registered device
1180
1180
  ```
1181
1181
 
1182
- _See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/device/rename.ts)_
1182
+ _See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/device/rename.ts)_
1183
1183
 
1184
1184
  ## `eas device:view [UDID]`
1185
1185
 
@@ -1193,7 +1193,7 @@ DESCRIPTION
1193
1193
  view a device for your project
1194
1194
  ```
1195
1195
 
1196
- _See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/device/view.ts)_
1196
+ _See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/device/view.ts)_
1197
1197
 
1198
1198
  ## `eas diagnostics`
1199
1199
 
@@ -1207,7 +1207,7 @@ DESCRIPTION
1207
1207
  display environment info
1208
1208
  ```
1209
1209
 
1210
- _See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/diagnostics.ts)_
1210
+ _See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/diagnostics.ts)_
1211
1211
 
1212
1212
  ## `eas env:create [ENVIRONMENT]`
1213
1213
 
@@ -1236,7 +1236,7 @@ DESCRIPTION
1236
1236
  create an environment variable for the current project or account
1237
1237
  ```
1238
1238
 
1239
- _See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/env/create.ts)_
1239
+ _See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/env/create.ts)_
1240
1240
 
1241
1241
  ## `eas env:delete [ENVIRONMENT]`
1242
1242
 
@@ -1260,7 +1260,7 @@ DESCRIPTION
1260
1260
  delete an environment variable for the current project or account
1261
1261
  ```
1262
1262
 
1263
- _See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/env/delete.ts)_
1263
+ _See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/env/delete.ts)_
1264
1264
 
1265
1265
  ## `eas env:exec ENVIRONMENT BASH_COMMAND`
1266
1266
 
@@ -1281,7 +1281,7 @@ DESCRIPTION
1281
1281
  execute a command with environment variables from the selected environment
1282
1282
  ```
1283
1283
 
1284
- _See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/env/exec.ts)_
1284
+ _See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/env/exec.ts)_
1285
1285
 
1286
1286
  ## `eas env:get [ENVIRONMENT]`
1287
1287
 
@@ -1306,7 +1306,7 @@ DESCRIPTION
1306
1306
  view an environment variable for the current project or account
1307
1307
  ```
1308
1308
 
1309
- _See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/env/get.ts)_
1309
+ _See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/env/get.ts)_
1310
1310
 
1311
1311
  ## `eas env:list [ENVIRONMENT]`
1312
1312
 
@@ -1331,7 +1331,7 @@ DESCRIPTION
1331
1331
  list environment variables for the current project or account
1332
1332
  ```
1333
1333
 
1334
- _See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/env/list.ts)_
1334
+ _See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/env/list.ts)_
1335
1335
 
1336
1336
  ## `eas env:pull [ENVIRONMENT]`
1337
1337
 
@@ -1354,7 +1354,7 @@ DESCRIPTION
1354
1354
  pull environment variables for the selected environment to .env file
1355
1355
  ```
1356
1356
 
1357
- _See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/env/pull.ts)_
1357
+ _See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/env/pull.ts)_
1358
1358
 
1359
1359
  ## `eas env:push [ENVIRONMENT]`
1360
1360
 
@@ -1375,7 +1375,7 @@ DESCRIPTION
1375
1375
  push environment variables from .env file to the selected environment
1376
1376
  ```
1377
1377
 
1378
- _See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/env/push.ts)_
1378
+ _See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/env/push.ts)_
1379
1379
 
1380
1380
  ## `eas env:update [ENVIRONMENT]`
1381
1381
 
@@ -1406,7 +1406,7 @@ DESCRIPTION
1406
1406
  update an environment variable on the current project or account
1407
1407
  ```
1408
1408
 
1409
- _See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/env/update.ts)_
1409
+ _See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/env/update.ts)_
1410
1410
 
1411
1411
  ## `eas fingerprint:compare [HASH1] [HASH2]`
1412
1412
 
@@ -1451,7 +1451,7 @@ EXAMPLES
1451
1451
  $ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
1452
1452
  ```
1453
1453
 
1454
- _See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/fingerprint/compare.ts)_
1454
+ _See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/fingerprint/compare.ts)_
1455
1455
 
1456
1456
  ## `eas fingerprint:generate`
1457
1457
 
@@ -1482,7 +1482,7 @@ EXAMPLES
1482
1482
  $ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
1483
1483
  ```
1484
1484
 
1485
- _See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/fingerprint/generate.ts)_
1485
+ _See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/fingerprint/generate.ts)_
1486
1486
 
1487
1487
  ## `eas help [COMMAND]`
1488
1488
 
@@ -1590,7 +1590,7 @@ DESCRIPTION
1590
1590
  validate the local store configuration
1591
1591
  ```
1592
1592
 
1593
- _See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/metadata/lint.ts)_
1593
+ _See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/metadata/lint.ts)_
1594
1594
 
1595
1595
  ## `eas metadata:pull`
1596
1596
 
@@ -1607,7 +1607,7 @@ DESCRIPTION
1607
1607
  generate the local store configuration from the app stores
1608
1608
  ```
1609
1609
 
1610
- _See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/metadata/pull.ts)_
1610
+ _See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/metadata/pull.ts)_
1611
1611
 
1612
1612
  ## `eas metadata:push`
1613
1613
 
@@ -1624,7 +1624,7 @@ DESCRIPTION
1624
1624
  sync the local store configuration to the app stores
1625
1625
  ```
1626
1626
 
1627
- _See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/metadata/push.ts)_
1627
+ _See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/metadata/push.ts)_
1628
1628
 
1629
1629
  ## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
1630
1630
 
@@ -1654,7 +1654,7 @@ DESCRIPTION
1654
1654
  open the project page in a web browser
1655
1655
  ```
1656
1656
 
1657
- _See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/open.ts)_
1657
+ _See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/open.ts)_
1658
1658
 
1659
1659
  ## `eas project:info`
1660
1660
 
@@ -1668,7 +1668,7 @@ DESCRIPTION
1668
1668
  information about the current project
1669
1669
  ```
1670
1670
 
1671
- _See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/project/info.ts)_
1671
+ _See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/project/info.ts)_
1672
1672
 
1673
1673
  ## `eas project:init`
1674
1674
 
@@ -1691,7 +1691,7 @@ ALIASES
1691
1691
  $ eas init
1692
1692
  ```
1693
1693
 
1694
- _See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/project/init.ts)_
1694
+ _See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/project/init.ts)_
1695
1695
 
1696
1696
  ## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
1697
1697
 
@@ -1709,7 +1709,7 @@ ALIASES
1709
1709
  $ eas onboarding
1710
1710
  ```
1711
1711
 
1712
- _See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/project/onboarding.ts)_
1712
+ _See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/project/onboarding.ts)_
1713
1713
 
1714
1714
  ## `eas submit`
1715
1715
 
@@ -1744,7 +1744,7 @@ ALIASES
1744
1744
  $ eas build:submit
1745
1745
  ```
1746
1746
 
1747
- _See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/submit.ts)_
1747
+ _See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/submit.ts)_
1748
1748
 
1749
1749
  ## `eas update`
1750
1750
 
@@ -1786,7 +1786,7 @@ DESCRIPTION
1786
1786
  publish an update group
1787
1787
  ```
1788
1788
 
1789
- _See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/update/index.ts)_
1789
+ _See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/update/index.ts)_
1790
1790
 
1791
1791
  ## `eas update:configure`
1792
1792
 
@@ -1806,7 +1806,7 @@ DESCRIPTION
1806
1806
  configure the project to support EAS Update
1807
1807
  ```
1808
1808
 
1809
- _See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/update/configure.ts)_
1809
+ _See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/update/configure.ts)_
1810
1810
 
1811
1811
  ## `eas update:delete GROUPID`
1812
1812
 
@@ -1827,7 +1827,7 @@ DESCRIPTION
1827
1827
  delete all the updates in an update group
1828
1828
  ```
1829
1829
 
1830
- _See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/update/delete.ts)_
1830
+ _See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/update/delete.ts)_
1831
1831
 
1832
1832
  ## `eas update:edit [GROUPID]`
1833
1833
 
@@ -1851,7 +1851,7 @@ DESCRIPTION
1851
1851
  edit all the updates in an update group
1852
1852
  ```
1853
1853
 
1854
- _See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/update/edit.ts)_
1854
+ _See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/update/edit.ts)_
1855
1855
 
1856
1856
  ## `eas update:list`
1857
1857
 
@@ -1873,7 +1873,7 @@ DESCRIPTION
1873
1873
  view the recent updates
1874
1874
  ```
1875
1875
 
1876
- _See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/update/list.ts)_
1876
+ _See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/update/list.ts)_
1877
1877
 
1878
1878
  ## `eas update:republish`
1879
1879
 
@@ -1909,7 +1909,7 @@ DESCRIPTION
1909
1909
  roll back to an existing update
1910
1910
  ```
1911
1911
 
1912
- _See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/update/republish.ts)_
1912
+ _See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/update/republish.ts)_
1913
1913
 
1914
1914
  ## `eas update:revert-update-rollout`
1915
1915
 
@@ -1936,7 +1936,7 @@ DESCRIPTION
1936
1936
  revert a rollout update for a project
1937
1937
  ```
1938
1938
 
1939
- _See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/update/revert-update-rollout.ts)_
1939
+ _See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/update/revert-update-rollout.ts)_
1940
1940
 
1941
1941
  ## `eas update:roll-back-to-embedded`
1942
1942
 
@@ -1964,11 +1964,11 @@ DESCRIPTION
1964
1964
  roll back to the embedded update
1965
1965
  ```
1966
1966
 
1967
- _See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
1967
+ _See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
1968
1968
 
1969
1969
  ## `eas update:rollback`
1970
1970
 
1971
- roll back to an embedded update or an existing update
1971
+ Roll back to an embedded update or an existing update. Users wishing to run this command non-interactively should instead execute "eas update:republish" or "eas update:roll-back-to-embedded".
1972
1972
 
1973
1973
  ```
1974
1974
  USAGE
@@ -1981,10 +1981,11 @@ FLAGS
1981
1981
  https://docs.expo.dev/eas-update/code-signing/
1982
1982
 
1983
1983
  DESCRIPTION
1984
- roll back to an embedded update or an existing update
1984
+ Roll back to an embedded update or an existing update. Users wishing to run this command non-interactively should
1985
+ instead execute "eas update:republish" or "eas update:roll-back-to-embedded".
1985
1986
  ```
1986
1987
 
1987
- _See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/update/rollback.ts)_
1988
+ _See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/update/rollback.ts)_
1988
1989
 
1989
1990
  ## `eas update:view GROUPID`
1990
1991
 
@@ -2004,7 +2005,7 @@ DESCRIPTION
2004
2005
  update group details
2005
2006
  ```
2006
2007
 
2007
- _See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/update/view.ts)_
2008
+ _See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/update/view.ts)_
2008
2009
 
2009
2010
  ## `eas upload`
2010
2011
 
@@ -2025,7 +2026,7 @@ DESCRIPTION
2025
2026
  upload a local build and generate a sharable link
2026
2027
  ```
2027
2028
 
2028
- _See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/upload.ts)_
2029
+ _See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/upload.ts)_
2029
2030
 
2030
2031
  ## `eas webhook:create`
2031
2032
 
@@ -2046,7 +2047,7 @@ DESCRIPTION
2046
2047
  create a webhook
2047
2048
  ```
2048
2049
 
2049
- _See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/webhook/create.ts)_
2050
+ _See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/webhook/create.ts)_
2050
2051
 
2051
2052
  ## `eas webhook:delete [ID]`
2052
2053
 
@@ -2066,7 +2067,7 @@ DESCRIPTION
2066
2067
  delete a webhook
2067
2068
  ```
2068
2069
 
2069
- _See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/webhook/delete.ts)_
2070
+ _See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/webhook/delete.ts)_
2070
2071
 
2071
2072
  ## `eas webhook:list`
2072
2073
 
@@ -2084,7 +2085,7 @@ DESCRIPTION
2084
2085
  list webhooks
2085
2086
  ```
2086
2087
 
2087
- _See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/webhook/list.ts)_
2088
+ _See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/webhook/list.ts)_
2088
2089
 
2089
2090
  ## `eas webhook:update`
2090
2091
 
@@ -2106,7 +2107,7 @@ DESCRIPTION
2106
2107
  update a webhook
2107
2108
  ```
2108
2109
 
2109
- _See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/webhook/update.ts)_
2110
+ _See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/webhook/update.ts)_
2110
2111
 
2111
2112
  ## `eas webhook:view ID`
2112
2113
 
@@ -2123,7 +2124,7 @@ DESCRIPTION
2123
2124
  view a webhook
2124
2125
  ```
2125
2126
 
2126
- _See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/webhook/view.ts)_
2127
+ _See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/webhook/view.ts)_
2127
2128
 
2128
2129
  ## `eas whoami`
2129
2130
 
@@ -2243,7 +2244,7 @@ DESCRIPTION
2243
2244
  to cancel.
2244
2245
  ```
2245
2246
 
2246
- _See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/workflow/cancel.ts)_
2247
+ _See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/workflow/cancel.ts)_
2247
2248
 
2248
2249
  ## `eas workflow:create [NAME]`
2249
2250
 
@@ -2263,7 +2264,7 @@ DESCRIPTION
2263
2264
  create a new workflow configuration YAML file
2264
2265
  ```
2265
2266
 
2266
- _See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/workflow/create.ts)_
2267
+ _See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/workflow/create.ts)_
2267
2268
 
2268
2269
  ## `eas workflow:logs [ID]`
2269
2270
 
@@ -2287,7 +2288,7 @@ DESCRIPTION
2287
2288
  If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.
2288
2289
  ```
2289
2290
 
2290
- _See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/workflow/logs.ts)_
2291
+ _See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/workflow/logs.ts)_
2291
2292
 
2292
2293
  ## `eas workflow:run [FILE]`
2293
2294
 
@@ -2319,7 +2320,7 @@ FLAG DESCRIPTIONS
2319
2320
  Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
2320
2321
  ```
2321
2322
 
2322
- _See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/workflow/run.ts)_
2323
+ _See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/workflow/run.ts)_
2323
2324
 
2324
2325
  ## `eas workflow:runs`
2325
2326
 
@@ -2344,7 +2345,7 @@ DESCRIPTION
2344
2345
  list recent workflow runs for this project, with their IDs, statuses, and timestamps
2345
2346
  ```
2346
2347
 
2347
- _See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/workflow/runs.ts)_
2348
+ _See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/workflow/runs.ts)_
2348
2349
 
2349
2350
  ## `eas workflow:validate PATH`
2350
2351
 
@@ -2364,7 +2365,7 @@ DESCRIPTION
2364
2365
  validate a workflow configuration yaml file
2365
2366
  ```
2366
2367
 
2367
- _See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/workflow/validate.ts)_
2368
+ _See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/workflow/validate.ts)_
2368
2369
 
2369
2370
  ## `eas workflow:view [ID]`
2370
2371
 
@@ -2386,5 +2387,5 @@ DESCRIPTION
2386
2387
  workflow runs for the current project.
2387
2388
  ```
2388
2389
 
2389
- _See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/workflow/view.ts)_
2390
+ _See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v16.19.0/packages/eas-cli/src/commands/workflow/view.ts)_
2390
2391
  <!-- commandsstop -->
@@ -111,11 +111,10 @@ class SubmitInternal extends EasCommand_1.default {
111
111
  androidConfig,
112
112
  graphqlClient,
113
113
  }));
114
- const track = graphQlTrackToConfigTrack[androidConfig.track];
115
114
  const configInput = {
116
115
  changesNotSentForReview,
117
116
  googleServiceAccountKeyJson,
118
- track,
117
+ track: androidConfig.track,
119
118
  ...(releaseStatus === eas_build_job_1.SubmissionConfig.Android.ReleaseStatus.IN_PROGRESS
120
119
  ? {
121
120
  releaseStatus: eas_build_job_1.SubmissionConfig.Android.ReleaseStatus.IN_PROGRESS,
@@ -166,9 +165,3 @@ const graphQlReleaseStatusToConfigReleaseStatus = {
166
165
  [generated_1.SubmissionAndroidReleaseStatus.Completed]: eas_build_job_1.SubmissionConfig.Android.ReleaseStatus.COMPLETED,
167
166
  [generated_1.SubmissionAndroidReleaseStatus.Halted]: eas_build_job_1.SubmissionConfig.Android.ReleaseStatus.HALTED,
168
167
  };
169
- const graphQlTrackToConfigTrack = {
170
- [generated_1.SubmissionAndroidTrack.Production]: eas_build_job_1.SubmissionConfig.Android.ReleaseTrack.PRODUCTION,
171
- [generated_1.SubmissionAndroidTrack.Beta]: eas_build_job_1.SubmissionConfig.Android.ReleaseTrack.BETA,
172
- [generated_1.SubmissionAndroidTrack.Alpha]: eas_build_job_1.SubmissionConfig.Android.ReleaseTrack.ALPHA,
173
- [generated_1.SubmissionAndroidTrack.Internal]: eas_build_job_1.SubmissionConfig.Android.ReleaseTrack.INTERNAL,
174
- };
@@ -7,7 +7,7 @@ const roll_back_to_embedded_1 = tslib_1.__importDefault(require("./roll-back-to-
7
7
  const EasCommand_1 = tslib_1.__importDefault(require("../../commandUtils/EasCommand"));
8
8
  const prompts_1 = require("../../prompts");
9
9
  class UpdateRollback extends EasCommand_1.default {
10
- static description = 'roll back to an embedded update or an existing update';
10
+ static description = 'Roll back to an embedded update or an existing update. Users wishing to run this command non-interactively should instead execute "eas update:republish" or "eas update:roll-back-to-embedded".';
11
11
  static flags = {
12
12
  'private-key-path': core_1.Flags.string({
13
13
  description: `File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named "private-key.pem" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/`,
@@ -63,6 +63,10 @@ export type Scalars = {
63
63
  input: any;
64
64
  output: any;
65
65
  };
66
+ SubmissionAndroidTrack: {
67
+ input: any;
68
+ output: any;
69
+ };
66
70
  WorkerDeploymentIdentifier: {
67
71
  input: any;
68
72
  output: any;
@@ -197,6 +201,8 @@ export type Account = {
197
201
  sentryInstallation?: Maybe<SentryInstallation>;
198
202
  /** Snacks associated with this account */
199
203
  snacks: Array<Snack>;
204
+ /** Allowed SSO providers for this account */
205
+ ssoAllowedAuthProviders: Array<AuthProviderIdentifier>;
200
206
  /** SSO configuration for this account */
201
207
  ssoConfiguration?: Maybe<AccountSsoConfiguration>;
202
208
  /** Subscription info visible to members that have VIEWER role */
@@ -637,6 +643,8 @@ export type AccountSsoConfigurationMutation = {
637
643
  deleteAccountSSOConfiguration: DeleteAccountSsoConfigurationResult;
638
644
  /** Update an AccountSSOConfiguration */
639
645
  updateAccountSSOConfiguration: AccountSsoConfiguration;
646
+ /** Update just the client secret of an AccountSSOConfiguration */
647
+ updateAccountSSOConfigurationClientSecret: AccountSsoConfiguration;
640
648
  };
641
649
  export type AccountSsoConfigurationMutationCreateAccountSsoConfigurationArgs = {
642
650
  accountId: Scalars['ID']['input'];
@@ -649,6 +657,10 @@ export type AccountSsoConfigurationMutationUpdateAccountSsoConfigurationArgs = {
649
657
  accountSSOConfigurationData: AccountSsoConfigurationData;
650
658
  id: Scalars['ID']['input'];
651
659
  };
660
+ export type AccountSsoConfigurationMutationUpdateAccountSsoConfigurationClientSecretArgs = {
661
+ clientSecret: Scalars['String']['input'];
662
+ id: Scalars['ID']['input'];
663
+ };
652
664
  /** Public auth configuration data for an SSO account. */
653
665
  export type AccountSsoConfigurationPublicData = {
654
666
  __typename?: 'AccountSSOConfigurationPublicData';
@@ -1077,7 +1089,7 @@ export type AndroidSubmissionConfig = {
1077
1089
  archiveType?: Maybe<SubmissionAndroidArchiveType>;
1078
1090
  releaseStatus?: Maybe<SubmissionAndroidReleaseStatus>;
1079
1091
  rollout?: Maybe<Scalars['Float']['output']>;
1080
- track: SubmissionAndroidTrack;
1092
+ track: Scalars['String']['output'];
1081
1093
  };
1082
1094
  export type AndroidSubmissionConfigInput = {
1083
1095
  applicationIdentifier?: InputMaybe<Scalars['String']['input']>;
@@ -1089,7 +1101,7 @@ export type AndroidSubmissionConfigInput = {
1089
1101
  isVerboseFastlaneEnabled?: InputMaybe<Scalars['Boolean']['input']>;
1090
1102
  releaseStatus?: InputMaybe<SubmissionAndroidReleaseStatus>;
1091
1103
  rollout?: InputMaybe<Scalars['Float']['input']>;
1092
- track: SubmissionAndroidTrack;
1104
+ track: Scalars['SubmissionAndroidTrack']['input'];
1093
1105
  };
1094
1106
  /** Represents an Exponent App (or Experience in legacy terms) */
1095
1107
  export type App = Project & {
@@ -2348,6 +2360,7 @@ export declare enum AuthProtocolType {
2348
2360
  Oidc = "OIDC"
2349
2361
  }
2350
2362
  export declare enum AuthProviderIdentifier {
2363
+ AmazonFederate = "AMAZON_FEDERATE",
2351
2364
  Generic = "GENERIC",
2352
2365
  GoogleWs = "GOOGLE_WS",
2353
2366
  MsEntraId = "MS_ENTRA_ID",
@@ -2499,11 +2512,13 @@ export type Build = ActivityTimelineProjectActivity & BuildOrBuildJob & {
2499
2512
  /** @deprecated Use 'runtime' field instead. */
2500
2513
  runtimeVersion?: Maybe<Scalars['String']['output']>;
2501
2514
  sdkVersion?: Maybe<Scalars['String']['output']>;
2515
+ /** @deprecated Check logs instead. */
2502
2516
  selectedImage?: Maybe<Scalars['String']['output']>;
2503
2517
  status: BuildStatus;
2504
2518
  submissions: Array<Submission>;
2505
2519
  updateChannel?: Maybe<UpdateChannel>;
2506
2520
  updatedAt: Scalars['DateTime']['output'];
2521
+ waiverType?: Maybe<EasBuildWaiverType>;
2507
2522
  workerStartedAt?: Maybe<Scalars['DateTime']['output']>;
2508
2523
  };
2509
2524
  /** Represents an EAS Build */
@@ -2665,6 +2680,7 @@ export type BuildMetadataInput = {
2665
2680
  iosEnterpriseProvisioning?: InputMaybe<BuildIosEnterpriseProvisioning>;
2666
2681
  isGitWorkingTreeDirty?: InputMaybe<Scalars['Boolean']['input']>;
2667
2682
  message?: InputMaybe<Scalars['String']['input']>;
2683
+ projectMetadataFile?: InputMaybe<ProjectMetadataFileInput>;
2668
2684
  reactNativeVersion?: InputMaybe<Scalars['String']['input']>;
2669
2685
  releaseChannel?: InputMaybe<Scalars['String']['input']>;
2670
2686
  requiredPackageManager?: InputMaybe<Scalars['String']['input']>;
@@ -2672,7 +2688,6 @@ export type BuildMetadataInput = {
2672
2688
  runWithNoWaitFlag?: InputMaybe<Scalars['Boolean']['input']>;
2673
2689
  runtimeVersion?: InputMaybe<Scalars['String']['input']>;
2674
2690
  sdkVersion?: InputMaybe<Scalars['String']['input']>;
2675
- selectedImage?: InputMaybe<Scalars['String']['input']>;
2676
2691
  simulator?: InputMaybe<Scalars['Boolean']['input']>;
2677
2692
  trackingContext?: InputMaybe<Scalars['JSONObject']['input']>;
2678
2693
  username?: InputMaybe<Scalars['String']['input']>;
@@ -4956,6 +4971,10 @@ export declare enum ProjectArchiveSourceType {
4956
4971
  None = "NONE",
4957
4972
  Url = "URL"
4958
4973
  }
4974
+ export type ProjectMetadataFileInput = {
4975
+ bucketKey: Scalars['String']['input'];
4976
+ type: ProjectArchiveSourceType;
4977
+ };
4959
4978
  export type ProjectPublicData = {
4960
4979
  __typename?: 'ProjectPublicData';
4961
4980
  fullName: Scalars['String']['output'];
@@ -5844,12 +5863,6 @@ export declare enum SubmissionAndroidReleaseStatus {
5844
5863
  Halted = "HALTED",
5845
5864
  InProgress = "IN_PROGRESS"
5846
5865
  }
5847
- export declare enum SubmissionAndroidTrack {
5848
- Alpha = "ALPHA",
5849
- Beta = "BETA",
5850
- Internal = "INTERNAL",
5851
- Production = "PRODUCTION"
5852
- }
5853
5866
  export type SubmissionArchiveSourceInput = {
5854
5867
  /** Required if the archive source type is GCS_BUILD_APPLICATION_ARCHIVE, GCS_BUILD_APPLICATION_ARCHIVE_ORCHESTRATOR or GCS_SUBMIT_ARCHIVE */
5855
5868
  bucketKey?: InputMaybe<Scalars['String']['input']>;
@@ -7473,6 +7486,7 @@ export declare enum WorkflowJobType {
7473
7486
  RequireApproval = "REQUIRE_APPROVAL",
7474
7487
  Slack = "SLACK",
7475
7488
  Submission = "SUBMISSION",
7489
+ Testflight = "TESTFLIGHT",
7476
7490
  Update = "UPDATE"
7477
7491
  }
7478
7492
  export type WorkflowProjectSourceInput = {
@@ -12314,7 +12328,7 @@ export type CreateAndroidSubmissionMutation = {
12314
12328
  androidConfig?: {
12315
12329
  __typename?: 'AndroidSubmissionConfig';
12316
12330
  applicationIdentifier?: string | null;
12317
- track: SubmissionAndroidTrack;
12331
+ track: string;
12318
12332
  releaseStatus?: SubmissionAndroidReleaseStatus | null;
12319
12333
  rollout?: number | null;
12320
12334
  } | null;
@@ -12364,7 +12378,7 @@ export type CreateIosSubmissionMutation = {
12364
12378
  androidConfig?: {
12365
12379
  __typename?: 'AndroidSubmissionConfig';
12366
12380
  applicationIdentifier?: string | null;
12367
- track: SubmissionAndroidTrack;
12381
+ track: string;
12368
12382
  releaseStatus?: SubmissionAndroidReleaseStatus | null;
12369
12383
  rollout?: number | null;
12370
12384
  } | null;
@@ -13136,7 +13150,7 @@ export type BuildsWithSubmissionsByIdQuery = {
13136
13150
  androidConfig?: {
13137
13151
  __typename?: 'AndroidSubmissionConfig';
13138
13152
  applicationIdentifier?: string | null;
13139
- track: SubmissionAndroidTrack;
13153
+ track: string;
13140
13154
  releaseStatus?: SubmissionAndroidReleaseStatus | null;
13141
13155
  rollout?: number | null;
13142
13156
  } | null;
@@ -13996,7 +14010,7 @@ export type SubmissionsByIdQuery = {
13996
14010
  androidConfig?: {
13997
14011
  __typename?: 'AndroidSubmissionConfig';
13998
14012
  applicationIdentifier?: string | null;
13999
- track: SubmissionAndroidTrack;
14013
+ track: string;
14000
14014
  releaseStatus?: SubmissionAndroidReleaseStatus | null;
14001
14015
  rollout?: number | null;
14002
14016
  } | null;
@@ -14047,7 +14061,7 @@ export type GetAllSubmissionsForAppQuery = {
14047
14061
  androidConfig?: {
14048
14062
  __typename?: 'AndroidSubmissionConfig';
14049
14063
  applicationIdentifier?: string | null;
14050
- track: SubmissionAndroidTrack;
14064
+ track: string;
14051
14065
  releaseStatus?: SubmissionAndroidReleaseStatus | null;
14052
14066
  rollout?: number | null;
14053
14067
  } | null;
@@ -14989,7 +15003,7 @@ export type BuildWithSubmissionsFragment = {
14989
15003
  androidConfig?: {
14990
15004
  __typename?: 'AndroidSubmissionConfig';
14991
15005
  applicationIdentifier?: string | null;
14992
- track: SubmissionAndroidTrack;
15006
+ track: string;
14993
15007
  releaseStatus?: SubmissionAndroidReleaseStatus | null;
14994
15008
  rollout?: number | null;
14995
15009
  } | null;
@@ -15258,7 +15272,7 @@ export type SubmissionFragment = {
15258
15272
  androidConfig?: {
15259
15273
  __typename?: 'AndroidSubmissionConfig';
15260
15274
  applicationIdentifier?: string | null;
15261
- track: SubmissionAndroidTrack;
15275
+ track: string;
15262
15276
  releaseStatus?: SubmissionAndroidReleaseStatus | null;
15263
15277
  rollout?: number | null;
15264
15278
  } | null;
@@ -7,8 +7,8 @@
7
7
  */
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.EnvironmentVariableScope = exports.EnvironmentVariableEnvironment = exports.EnvironmentSecretType = exports.EntityTypeName = exports.EasTotalPlanEnablementUnit = exports.EasServiceMetric = exports.EasService = exports.EasBuildWaiverType = exports.EasBuildDeprecationInfoType = exports.EasBuildBillingResourceClass = exports.DistributionType = exports.DashboardViewPin = exports.CustomDomainStatus = exports.CustomDomainDnsRecordType = exports.CrashSampleFor = exports.ContinentCode = exports.BuildWorkflow = exports.BuildTrigger = exports.BuildStatus = exports.BuildRetryDisabledReason = exports.BuildResourceClass = exports.BuildPriority = exports.BuildPhase = exports.BuildMode = exports.BuildLimitThresholdExceededMetadataType = exports.BuildIosEnterpriseProvisioning = exports.BuildCredentialsSource = exports.BuildAnnotationType = exports.BackgroundJobState = exports.BackgroundJobResultType = exports.AuthProviderIdentifier = exports.AuthProtocolType = exports.AuditLogsExportFormat = exports.AssetMetadataStatus = exports.AssetMapSourceType = exports.AppsFilter = exports.AppleTeamType = exports.AppleDeviceClass = exports.AppUploadSessionType = exports.AppStoreConnectUserRole = exports.AppSort = exports.AppPrivacy = exports.AppPlatform = exports.AppInternalDistributionBuildPrivacy = exports.AndroidKeystoreType = exports.AndroidFcmVersion = exports.AndroidBuildType = exports.ActivityTimelineProjectActivityType = exports.AccountUploadSessionType = exports.AccountAppsSortByField = void 0;
10
- exports.SubmissionArchiveSourceType = exports.SubmissionAndroidTrack = exports.SubmissionAndroidReleaseStatus = exports.SubmissionAndroidArchiveType = exports.StatuspageServiceStatus = exports.StatuspageServiceName = exports.StatuspageIncidentStatus = exports.StatuspageIncidentImpact = exports.StandardOffer = exports.SecondFactorMethod = exports.Role = exports.ResponseType = exports.ResponseStatusType = exports.ResponseCacheStatus = exports.ResourceClassExperiment = exports.RequestsOrderByField = exports.RequestsOrderByDirection = exports.RequestMethod = exports.ProjectArchiveSourceType = exports.Permission = exports.Order = exports.OnboardingEnvironment = exports.OnboardingDeviceType = exports.OfferType = exports.NotificationType = exports.NotificationEvent = exports.MailchimpTag = exports.MailchimpAudience = exports.LocalBuildArchiveSourceType = exports.JobRunStatus = exports.JobRunPriority = exports.IosSchemeBuildConfiguration = exports.IosManagedBuildType = exports.IosDistributionType = exports.IosBuildType = exports.InvoiceDiscountType = exports.InsightsFilterType = exports.GitHubJobRunTriggerType = exports.GitHubJobRunTriggerRunStatus = exports.GitHubJobRunJobType = exports.GitHubBuildTriggerType = exports.GitHubBuildTriggerRunStatus = exports.GitHubBuildTriggerExecutionBehavior = exports.GitHubAppInstallationStatus = exports.GitHubAppInstallationAccountType = exports.GitHubAppEnvironment = exports.FingerprintSourceType = exports.Feature = exports.Experiment = exports.EnvironmentVariableVisibility = void 0;
11
- exports.WorkflowRunTriggerEventType = exports.WorkflowRunStatus = exports.WorkflowProjectSourceType = exports.WorkflowJobType = exports.WorkflowJobStatus = exports.WorkflowJobReviewDecision = exports.WorkflowArtifactStorageType = exports.WorkerLoggerLevel = exports.WorkerDeploymentLogLevel = exports.WorkerDeploymentCrashKind = exports.WebhookType = exports.UserEntityTypeName = exports.UserAgentPlatform = exports.UserAgentOs = exports.UserAgentBrowser = exports.UsageMetricsGranularity = exports.UsageMetricType = exports.UploadSessionType = exports.TargetEntityMutationType = exports.SubmissionStatus = exports.SubmissionPriority = void 0;
10
+ exports.SubmissionPriority = exports.SubmissionArchiveSourceType = exports.SubmissionAndroidReleaseStatus = exports.SubmissionAndroidArchiveType = exports.StatuspageServiceStatus = exports.StatuspageServiceName = exports.StatuspageIncidentStatus = exports.StatuspageIncidentImpact = exports.StandardOffer = exports.SecondFactorMethod = exports.Role = exports.ResponseType = exports.ResponseStatusType = exports.ResponseCacheStatus = exports.ResourceClassExperiment = exports.RequestsOrderByField = exports.RequestsOrderByDirection = exports.RequestMethod = exports.ProjectArchiveSourceType = exports.Permission = exports.Order = exports.OnboardingEnvironment = exports.OnboardingDeviceType = exports.OfferType = exports.NotificationType = exports.NotificationEvent = exports.MailchimpTag = exports.MailchimpAudience = exports.LocalBuildArchiveSourceType = exports.JobRunStatus = exports.JobRunPriority = exports.IosSchemeBuildConfiguration = exports.IosManagedBuildType = exports.IosDistributionType = exports.IosBuildType = exports.InvoiceDiscountType = exports.InsightsFilterType = exports.GitHubJobRunTriggerType = exports.GitHubJobRunTriggerRunStatus = exports.GitHubJobRunJobType = exports.GitHubBuildTriggerType = exports.GitHubBuildTriggerRunStatus = exports.GitHubBuildTriggerExecutionBehavior = exports.GitHubAppInstallationStatus = exports.GitHubAppInstallationAccountType = exports.GitHubAppEnvironment = exports.FingerprintSourceType = exports.Feature = exports.Experiment = exports.EnvironmentVariableVisibility = void 0;
11
+ exports.WorkflowRunTriggerEventType = exports.WorkflowRunStatus = exports.WorkflowProjectSourceType = exports.WorkflowJobType = exports.WorkflowJobStatus = exports.WorkflowJobReviewDecision = exports.WorkflowArtifactStorageType = exports.WorkerLoggerLevel = exports.WorkerDeploymentLogLevel = exports.WorkerDeploymentCrashKind = exports.WebhookType = exports.UserEntityTypeName = exports.UserAgentPlatform = exports.UserAgentOs = exports.UserAgentBrowser = exports.UsageMetricsGranularity = exports.UsageMetricType = exports.UploadSessionType = exports.TargetEntityMutationType = exports.SubmissionStatus = void 0;
12
12
  var AccountAppsSortByField;
13
13
  (function (AccountAppsSortByField) {
14
14
  AccountAppsSortByField["LatestActivityTime"] = "LATEST_ACTIVITY_TIME";
@@ -136,6 +136,7 @@ var AuthProtocolType;
136
136
  })(AuthProtocolType || (exports.AuthProtocolType = AuthProtocolType = {}));
137
137
  var AuthProviderIdentifier;
138
138
  (function (AuthProviderIdentifier) {
139
+ AuthProviderIdentifier["AmazonFederate"] = "AMAZON_FEDERATE";
139
140
  AuthProviderIdentifier["Generic"] = "GENERIC";
140
141
  AuthProviderIdentifier["GoogleWs"] = "GOOGLE_WS";
141
142
  AuthProviderIdentifier["MsEntraId"] = "MS_ENTRA_ID";
@@ -732,13 +733,6 @@ var SubmissionAndroidReleaseStatus;
732
733
  SubmissionAndroidReleaseStatus["Halted"] = "HALTED";
733
734
  SubmissionAndroidReleaseStatus["InProgress"] = "IN_PROGRESS";
734
735
  })(SubmissionAndroidReleaseStatus || (exports.SubmissionAndroidReleaseStatus = SubmissionAndroidReleaseStatus = {}));
735
- var SubmissionAndroidTrack;
736
- (function (SubmissionAndroidTrack) {
737
- SubmissionAndroidTrack["Alpha"] = "ALPHA";
738
- SubmissionAndroidTrack["Beta"] = "BETA";
739
- SubmissionAndroidTrack["Internal"] = "INTERNAL";
740
- SubmissionAndroidTrack["Production"] = "PRODUCTION";
741
- })(SubmissionAndroidTrack || (exports.SubmissionAndroidTrack = SubmissionAndroidTrack = {}));
742
736
  var SubmissionArchiveSourceType;
743
737
  (function (SubmissionArchiveSourceType) {
744
738
  SubmissionArchiveSourceType["GcsBuildApplicationArchive"] = "GCS_BUILD_APPLICATION_ARCHIVE";
@@ -910,6 +904,7 @@ var WorkflowJobType;
910
904
  WorkflowJobType["RequireApproval"] = "REQUIRE_APPROVAL";
911
905
  WorkflowJobType["Slack"] = "SLACK";
912
906
  WorkflowJobType["Submission"] = "SUBMISSION";
907
+ WorkflowJobType["Testflight"] = "TESTFLIGHT";
913
908
  WorkflowJobType["Update"] = "UPDATE";
914
909
  })(WorkflowJobType || (exports.WorkflowJobType = WorkflowJobType = {}));
915
910
  var WorkflowProjectSourceType;
package/build/log.js CHANGED
@@ -7,6 +7,8 @@ const figures_1 = tslib_1.__importDefault(require("figures"));
7
7
  const getenv_1 = require("getenv");
8
8
  const log_symbols_1 = tslib_1.__importDefault(require("log-symbols"));
9
9
  const terminal_link_1 = tslib_1.__importDefault(require("terminal-link"));
10
+ // eslint-disable-next-line import/no-extraneous-dependencies
11
+ const nodeDebug = require('debug')('eas:log:debug');
10
12
  class Log {
11
13
  static isDebug = (0, getenv_1.boolish)('EXPO_DEBUG', false);
12
14
  static log(...args) {
@@ -30,6 +32,9 @@ class Log {
30
32
  if (Log.isDebug) {
31
33
  Log.consoleLog(...args);
32
34
  }
35
+ else {
36
+ nodeDebug(args);
37
+ }
33
38
  }
34
39
  static gray(...args) {
35
40
  Log.consoleLog(...Log.withTextColor(args, chalk_1.default.gray));
@@ -7,7 +7,6 @@ export default class AndroidSubmitCommand {
7
7
  runAsync(): Promise<AndroidSubmitter>;
8
8
  private getAndroidSubmissionOptionsAsync;
9
9
  private maybeGetAndroidPackageFromCurrentProjectAsync;
10
- private resolveTrack;
11
10
  private resolveReleaseStatus;
12
11
  private resolveRollout;
13
12
  private resolveArchiveSource;
@@ -40,11 +40,11 @@ class AndroidSubmitCommand {
40
40
  return submitter;
41
41
  }
42
42
  async getAndroidSubmissionOptionsAsync(archiveSource) {
43
- const track = this.resolveTrack();
43
+ const track = this.ctx.profile.track || 'internal';
44
44
  const releaseStatus = this.resolveReleaseStatus();
45
45
  const rollout = this.resolveRollout();
46
46
  const serviceAccountSource = await this.resolveServiceAccountSourceAsync();
47
- const errored = [track, releaseStatus, serviceAccountSource, rollout].filter(r => !r.ok);
47
+ const errored = [releaseStatus, serviceAccountSource, rollout].filter(r => !r.ok);
48
48
  if (errored.length > 0) {
49
49
  const message = errored.map(err => err.reason?.message).join('\n');
50
50
  log_1.default.error(message);
@@ -52,7 +52,7 @@ class AndroidSubmitCommand {
52
52
  }
53
53
  return {
54
54
  projectId: this.ctx.projectId,
55
- track: track.enforceValue(),
55
+ track,
56
56
  releaseStatus: releaseStatus.enforceValue(),
57
57
  rollout: rollout.enforceValue(),
58
58
  archiveSource,
@@ -72,19 +72,6 @@ class AndroidSubmitCommand {
72
72
  return (0, results_1.result)(new Error(`Failed to resolve applicationId in Android project: ${error.message}.`));
73
73
  }
74
74
  }
75
- resolveTrack() {
76
- const { track } = this.ctx.profile;
77
- if (!track) {
78
- return (0, results_1.result)(generated_1.SubmissionAndroidTrack.Internal);
79
- }
80
- const capitalizedTrack = (0, capitalize_1.default)(track);
81
- if (capitalizedTrack in generated_1.SubmissionAndroidTrack) {
82
- return (0, results_1.result)(generated_1.SubmissionAndroidTrack[capitalizedTrack]);
83
- }
84
- else {
85
- return (0, results_1.result)(new Error(`Unsupported track: ${track} (valid options: ${Object.keys(eas_json_1.AndroidReleaseTrack).join(', ')})`));
86
- }
87
- }
88
75
  resolveReleaseStatus() {
89
76
  const { releaseStatus } = this.ctx.profile;
90
77
  if (!releaseStatus) {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "16.18.0",
2
+ "version": "16.19.0",
3
3
  "commands": {
4
4
  "analytics": {
5
5
  "id": "analytics",
@@ -3880,7 +3880,7 @@
3880
3880
  },
3881
3881
  "update:rollback": {
3882
3882
  "id": "update:rollback",
3883
- "description": "roll back to an embedded update or an existing update",
3883
+ "description": "Roll back to an embedded update or an existing update. Users wishing to run this command non-interactively should instead execute \"eas update:republish\" or \"eas update:roll-back-to-embedded\".",
3884
3884
  "strict": true,
3885
3885
  "pluginName": "eas-cli",
3886
3886
  "pluginAlias": "eas-cli",
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.18.0",
4
+ "version": "16.19.0",
5
5
  "author": "Expo <support@expo.dev>",
6
6
  "bin": {
7
7
  "eas": "./bin/run"
@@ -12,11 +12,11 @@
12
12
  "@expo/code-signing-certificates": "0.0.5",
13
13
  "@expo/config": "10.0.6",
14
14
  "@expo/config-plugins": "9.0.12",
15
- "@expo/eas-build-job": "1.0.173",
16
- "@expo/eas-json": "16.18.0",
15
+ "@expo/eas-build-job": "1.0.218",
16
+ "@expo/eas-json": "16.19.0",
17
17
  "@expo/env": "^1.0.0",
18
18
  "@expo/json-file": "8.3.3",
19
- "@expo/logger": "1.0.117",
19
+ "@expo/logger": "1.0.218",
20
20
  "@expo/multipart-body-parser": "2.0.0",
21
21
  "@expo/osascript": "2.1.4",
22
22
  "@expo/package-manager": "1.7.0",
@@ -28,7 +28,7 @@
28
28
  "@expo/results": "1.0.0",
29
29
  "@expo/rudder-sdk-node": "1.1.1",
30
30
  "@expo/spawn-async": "1.7.2",
31
- "@expo/steps": "1.0.173",
31
+ "@expo/steps": "1.0.218",
32
32
  "@expo/timeago.js": "1.0.0",
33
33
  "@oclif/core": "^1.26.2",
34
34
  "@oclif/plugin-autocomplete": "^2.3.10",
@@ -241,5 +241,5 @@
241
241
  "node": "20.11.0",
242
242
  "yarn": "1.22.21"
243
243
  },
244
- "gitHead": "74dcb40caada6386b60a8edd262dfdab3cf5670b"
244
+ "gitHead": "ecab803cfad3630cb661518a2bc521cfcc4131af"
245
245
  }