eas-cli 16.19.0 → 16.19.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/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.19.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.1/packages/eas-cli/src/commands/update/revert-update-rollout.ts)_
1940
1940
 
1941
1941
  ## `eas update:roll-back-to-embedded`
1942
1942
 
@@ -1964,7 +1964,7 @@ 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.19.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.1/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
1968
1968
 
1969
1969
  ## `eas update:rollback`
1970
1970
 
@@ -1985,7 +1985,7 @@ DESCRIPTION
1985
1985
  instead execute "eas update:republish" or "eas update:roll-back-to-embedded".
1986
1986
  ```
1987
1987
 
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
+ _See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.19.1/packages/eas-cli/src/commands/update/rollback.ts)_
1989
1989
 
1990
1990
  ## `eas update:view GROUPID`
1991
1991
 
@@ -2005,7 +2005,7 @@ DESCRIPTION
2005
2005
  update group details
2006
2006
  ```
2007
2007
 
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
+ _See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.19.1/packages/eas-cli/src/commands/update/view.ts)_
2009
2009
 
2010
2010
  ## `eas upload`
2011
2011
 
@@ -2026,7 +2026,7 @@ DESCRIPTION
2026
2026
  upload a local build and generate a sharable link
2027
2027
  ```
2028
2028
 
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
+ _See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v16.19.1/packages/eas-cli/src/commands/upload.ts)_
2030
2030
 
2031
2031
  ## `eas webhook:create`
2032
2032
 
@@ -2047,7 +2047,7 @@ DESCRIPTION
2047
2047
  create a webhook
2048
2048
  ```
2049
2049
 
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
+ _See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.19.1/packages/eas-cli/src/commands/webhook/create.ts)_
2051
2051
 
2052
2052
  ## `eas webhook:delete [ID]`
2053
2053
 
@@ -2067,7 +2067,7 @@ DESCRIPTION
2067
2067
  delete a webhook
2068
2068
  ```
2069
2069
 
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
+ _See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.19.1/packages/eas-cli/src/commands/webhook/delete.ts)_
2071
2071
 
2072
2072
  ## `eas webhook:list`
2073
2073
 
@@ -2085,7 +2085,7 @@ DESCRIPTION
2085
2085
  list webhooks
2086
2086
  ```
2087
2087
 
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
+ _See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.19.1/packages/eas-cli/src/commands/webhook/list.ts)_
2089
2089
 
2090
2090
  ## `eas webhook:update`
2091
2091
 
@@ -2107,7 +2107,7 @@ DESCRIPTION
2107
2107
  update a webhook
2108
2108
  ```
2109
2109
 
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
+ _See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.19.1/packages/eas-cli/src/commands/webhook/update.ts)_
2111
2111
 
2112
2112
  ## `eas webhook:view ID`
2113
2113
 
@@ -2124,7 +2124,7 @@ DESCRIPTION
2124
2124
  view a webhook
2125
2125
  ```
2126
2126
 
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
+ _See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.19.1/packages/eas-cli/src/commands/webhook/view.ts)_
2128
2128
 
2129
2129
  ## `eas whoami`
2130
2130
 
@@ -2244,7 +2244,7 @@ DESCRIPTION
2244
2244
  to cancel.
2245
2245
  ```
2246
2246
 
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
+ _See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.19.1/packages/eas-cli/src/commands/workflow/cancel.ts)_
2248
2248
 
2249
2249
  ## `eas workflow:create [NAME]`
2250
2250
 
@@ -2264,7 +2264,7 @@ DESCRIPTION
2264
2264
  create a new workflow configuration YAML file
2265
2265
  ```
2266
2266
 
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
+ _See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.19.1/packages/eas-cli/src/commands/workflow/create.ts)_
2268
2268
 
2269
2269
  ## `eas workflow:logs [ID]`
2270
2270
 
@@ -2288,7 +2288,7 @@ DESCRIPTION
2288
2288
  If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.
2289
2289
  ```
2290
2290
 
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
+ _See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v16.19.1/packages/eas-cli/src/commands/workflow/logs.ts)_
2292
2292
 
2293
2293
  ## `eas workflow:run [FILE]`
2294
2294
 
@@ -2320,7 +2320,7 @@ FLAG DESCRIPTIONS
2320
2320
  Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
2321
2321
  ```
2322
2322
 
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
+ _See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.19.1/packages/eas-cli/src/commands/workflow/run.ts)_
2324
2324
 
2325
2325
  ## `eas workflow:runs`
2326
2326
 
@@ -2345,7 +2345,7 @@ DESCRIPTION
2345
2345
  list recent workflow runs for this project, with their IDs, statuses, and timestamps
2346
2346
  ```
2347
2347
 
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
+ _See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.19.1/packages/eas-cli/src/commands/workflow/runs.ts)_
2349
2349
 
2350
2350
  ## `eas workflow:validate PATH`
2351
2351
 
@@ -2365,7 +2365,7 @@ DESCRIPTION
2365
2365
  validate a workflow configuration yaml file
2366
2366
  ```
2367
2367
 
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
+ _See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.19.1/packages/eas-cli/src/commands/workflow/validate.ts)_
2369
2369
 
2370
2370
  ## `eas workflow:view [ID]`
2371
2371
 
@@ -2387,5 +2387,5 @@ DESCRIPTION
2387
2387
  workflow runs for the current project.
2388
2388
  ```
2389
2389
 
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
+ _See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v16.19.1/packages/eas-cli/src/commands/workflow/view.ts)_
2391
2391
  <!-- commandsstop -->
@@ -66,61 +66,23 @@ export declare function parseInputs(inputFlags: string[]): Record<string, string
66
66
  export declare function maybeReadStdinAsync(): Promise<string | null>;
67
67
  export declare function parseJsonInputs(jsonString: string): Record<string, string>;
68
68
  export declare const WorkflowDispatchInputZ: z.ZodIntersection<z.ZodObject<{
69
- description: z.ZodOptional<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodString]>, z.ZodString>>;
70
- required: z.ZodDefault<z.ZodUnion<[z.ZodBoolean, z.ZodPipeline<z.ZodNumber, z.ZodBoolean>, z.ZodEffects<z.ZodBoolean, boolean, unknown>]>>;
71
- }, "strip", z.ZodTypeAny, {
72
- required: boolean;
73
- description?: string | undefined;
74
- }, {
75
- description?: string | number | undefined;
76
- required?: unknown;
77
- }>, z.ZodUnion<[z.ZodObject<{
69
+ description: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>, z.ZodString>>;
70
+ required: z.ZodDefault<z.ZodUnion<readonly [z.ZodBoolean, z.ZodCodec<z.ZodNumber, z.ZodBoolean>, z.ZodCodec<z.ZodString, z.ZodBoolean>]>>;
71
+ }, z.core.$strip>, z.ZodUnion<readonly [z.ZodObject<{
78
72
  type: z.ZodDefault<z.ZodLiteral<"string">>;
79
- default: z.ZodOptional<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodString]>, z.ZodString>>;
80
- }, "strip", z.ZodTypeAny, {
81
- type: "string";
82
- default?: string | undefined;
83
- }, {
84
- default?: string | number | undefined;
85
- type?: "string" | undefined;
86
- }>, z.ZodObject<{
73
+ default: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>, z.ZodString>>;
74
+ }, z.core.$strip>, z.ZodObject<{
87
75
  type: z.ZodLiteral<"boolean">;
88
- default: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodPipeline<z.ZodNumber, z.ZodBoolean>, z.ZodEffects<z.ZodBoolean, boolean, unknown>]>>;
89
- }, "strip", z.ZodTypeAny, {
90
- type: "boolean";
91
- default?: boolean | undefined;
92
- }, {
93
- type: "boolean";
94
- default?: unknown;
95
- }>, z.ZodObject<{
76
+ default: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodCodec<z.ZodNumber, z.ZodBoolean>, z.ZodCodec<z.ZodString, z.ZodBoolean>]>>;
77
+ }, z.core.$strip>, z.ZodObject<{
96
78
  type: z.ZodLiteral<"number">;
97
79
  default: z.ZodOptional<z.ZodNumber>;
98
- }, "strip", z.ZodTypeAny, {
99
- type: "number";
100
- default?: number | undefined;
101
- }, {
102
- type: "number";
103
- default?: number | undefined;
104
- }>, z.ZodObject<{
80
+ }, z.core.$strip>, z.ZodObject<{
105
81
  type: z.ZodLiteral<"choice">;
106
- default: z.ZodOptional<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodString]>, z.ZodString>>;
107
- options: z.ZodArray<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodString]>, z.ZodString>, "many">;
108
- }, "strip", z.ZodTypeAny, {
109
- type: "choice";
110
- options: string[];
111
- default?: string | undefined;
112
- }, {
113
- type: "choice";
114
- options: (string | number)[];
115
- default?: string | number | undefined;
116
- }>, z.ZodObject<{
82
+ default: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>, z.ZodString>>;
83
+ options: z.ZodArray<z.ZodCodec<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>, z.ZodString>>;
84
+ }, z.core.$strip>, z.ZodObject<{
117
85
  type: z.ZodLiteral<"environment">;
118
86
  default: z.ZodOptional<z.ZodString>;
119
- }, "strip", z.ZodTypeAny, {
120
- type: "environment";
121
- default?: string | undefined;
122
- }, {
123
- type: "environment";
124
- default?: string | undefined;
125
- }>]>>;
87
+ }, z.core.$strip>]>>;
126
88
  export declare function parseWorkflowInputsFromYaml(yamlConfig: string): Record<string, z.infer<typeof WorkflowDispatchInputZ>>;
@@ -365,21 +365,13 @@ exports.parseJsonInputs = parseJsonInputs;
365
365
  // https://github.com/colinhacks/zod/issues/2985#issuecomment-2230692578
366
366
  const booleanLike = zod_1.z.union([
367
367
  zod_1.z.boolean(),
368
- zod_1.z.number().pipe(zod_1.z.coerce.boolean()),
369
- zod_1.z.preprocess(val => {
370
- if (typeof val === 'string') {
371
- if (val.toLowerCase() === 'true') {
372
- return true;
373
- }
374
- if (val.toLowerCase() === 'false') {
375
- return false;
376
- }
377
- }
378
- return val;
379
- }, zod_1.z.boolean()),
368
+ zod_1.z.codec(zod_1.z.number(), zod_1.z.boolean(), {
369
+ decode: n => !!n,
370
+ encode: b => (b ? 1 : 0),
371
+ }),
372
+ zod_1.z.stringbool({ truthy: ['true', 'True'], falsy: ['false', 'False'] }),
380
373
  ]);
381
- const stringLike = zod_1.z
382
- .union([
374
+ const stringLike = zod_1.z.codec(zod_1.z.union([
383
375
  // We're going to coerce numbers and strings into strings.
384
376
  zod_1.z.number(),
385
377
  zod_1.z.string(),
@@ -389,12 +381,22 @@ const stringLike = zod_1.z
389
381
  // and parses both as JS `true` -- if we stringified that,
390
382
  // we would lose the capital "T" which may not be what the user expects,
391
383
  // - nulls - user should do `"null"` or not pass the property at all.
392
- ])
393
- .pipe(zod_1.z.coerce.string());
384
+ ]), zod_1.z.string(), {
385
+ decode: value => {
386
+ if (typeof value === 'string') {
387
+ return value;
388
+ }
389
+ if (typeof value === 'number') {
390
+ return String(value);
391
+ }
392
+ throw new Error(`Cannot convert ${typeof value} to string: ${value}`);
393
+ },
394
+ encode: value => value,
395
+ });
394
396
  exports.WorkflowDispatchInputZ = zod_1.z
395
397
  .object({
396
398
  description: stringLike.optional().describe('Description of the input'),
397
- required: booleanLike.default(false).describe('Whether the input is required'),
399
+ required: booleanLike.default(false).describe('Whether the input is required.'),
398
400
  })
399
401
  .and(zod_1.z.union([
400
402
  zod_1.z.object({
@@ -4,28 +4,10 @@ export declare namespace WorkflowRevisionMutation {
4
4
  const ValidationErrorExtensionZ: z.ZodObject<{
5
5
  errorCode: z.ZodLiteral<"VALIDATION_ERROR">;
6
6
  metadata: z.ZodObject<{
7
- formErrors: z.ZodArray<z.ZodString, "many">;
8
- fieldErrors: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>;
9
- }, "strip", z.ZodTypeAny, {
10
- formErrors: string[];
11
- fieldErrors: Record<string, string[]>;
12
- }, {
13
- formErrors: string[];
14
- fieldErrors: Record<string, string[]>;
15
- }>;
16
- }, "strip", z.ZodTypeAny, {
17
- metadata: {
18
- formErrors: string[];
19
- fieldErrors: Record<string, string[]>;
20
- };
21
- errorCode: "VALIDATION_ERROR";
22
- }, {
23
- metadata: {
24
- formErrors: string[];
25
- fieldErrors: Record<string, string[]>;
26
- };
27
- errorCode: "VALIDATION_ERROR";
28
- }>;
7
+ formErrors: z.ZodArray<z.ZodString>;
8
+ fieldErrors: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString>>;
9
+ }, z.core.$strip>;
10
+ }, z.core.$strip>;
29
11
  function validateWorkflowYamlConfigAsync(graphqlClient: ExpoGraphqlClient, { appId, yamlConfig, }: {
30
12
  appId: string;
31
13
  yamlConfig: string;
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "16.19.0",
2
+ "version": "16.19.1",
3
3
  "commands": {
4
4
  "analytics": {
5
5
  "id": "analytics",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "eas-cli",
3
3
  "description": "EAS command line tool",
4
- "version": "16.19.0",
4
+ "version": "16.19.1",
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.218",
16
- "@expo/eas-json": "16.19.0",
15
+ "@expo/eas-build-job": "1.0.221",
16
+ "@expo/eas-json": "16.19.1",
17
17
  "@expo/env": "^1.0.0",
18
18
  "@expo/json-file": "8.3.3",
19
- "@expo/logger": "1.0.218",
19
+ "@expo/logger": "1.0.221",
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.218",
31
+ "@expo/steps": "1.0.221",
32
32
  "@expo/timeago.js": "1.0.0",
33
33
  "@oclif/core": "^1.26.2",
34
34
  "@oclif/plugin-autocomplete": "^2.3.10",
@@ -91,7 +91,7 @@
91
91
  "uuid": "9.0.1",
92
92
  "wrap-ansi": "7.0.0",
93
93
  "yaml": "2.6.0",
94
- "zod": "^3.23.8"
94
+ "zod": "^4.1.3"
95
95
  },
96
96
  "devDependencies": {
97
97
  "@graphql-codegen/cli": "5.0.0",
@@ -241,5 +241,5 @@
241
241
  "node": "20.11.0",
242
242
  "yarn": "1.22.21"
243
243
  },
244
- "gitHead": "ecab803cfad3630cb661518a2bc521cfcc4131af"
244
+ "gitHead": "0fd33a95f51ede01a0658558825b1e579106c7f4"
245
245
  }