eas-cli 7.7.0 → 7.8.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
@@ -137,7 +137,7 @@ ALIASES
137
137
  $ eas login
138
138
  ```
139
139
 
140
- _See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/account/login.ts)_
140
+ _See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/account/login.ts)_
141
141
 
142
142
  ## `eas account:logout`
143
143
 
@@ -154,7 +154,7 @@ ALIASES
154
154
  $ eas logout
155
155
  ```
156
156
 
157
- _See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/account/logout.ts)_
157
+ _See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/account/logout.ts)_
158
158
 
159
159
  ## `eas account:view`
160
160
 
@@ -171,7 +171,7 @@ ALIASES
171
171
  $ eas whoami
172
172
  ```
173
173
 
174
- _See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/account/view.ts)_
174
+ _See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/account/view.ts)_
175
175
 
176
176
  ## `eas analytics [STATUS]`
177
177
 
@@ -185,7 +185,7 @@ DESCRIPTION
185
185
  display or change analytics settings
186
186
  ```
187
187
 
188
- _See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/analytics.ts)_
188
+ _See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/analytics.ts)_
189
189
 
190
190
  ## `eas autocomplete [SHELL]`
191
191
 
@@ -237,7 +237,7 @@ DESCRIPTION
237
237
  create a branch
238
238
  ```
239
239
 
240
- _See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/branch/create.ts)_
240
+ _See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/branch/create.ts)_
241
241
 
242
242
  ## `eas branch:delete [NAME]`
243
243
 
@@ -258,7 +258,7 @@ DESCRIPTION
258
258
  delete a branch
259
259
  ```
260
260
 
261
- _See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/branch/delete.ts)_
261
+ _See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/branch/delete.ts)_
262
262
 
263
263
  ## `eas branch:list`
264
264
 
@@ -278,7 +278,7 @@ DESCRIPTION
278
278
  list all branches
279
279
  ```
280
280
 
281
- _See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/branch/list.ts)_
281
+ _See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/branch/list.ts)_
282
282
 
283
283
  ## `eas branch:rename`
284
284
 
@@ -298,7 +298,7 @@ DESCRIPTION
298
298
  rename a branch
299
299
  ```
300
300
 
301
- _See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/branch/rename.ts)_
301
+ _See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/branch/rename.ts)_
302
302
 
303
303
  ## `eas branch:view [NAME]`
304
304
 
@@ -321,7 +321,7 @@ DESCRIPTION
321
321
  view a branch
322
322
  ```
323
323
 
324
- _See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/branch/view.ts)_
324
+ _See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/branch/view.ts)_
325
325
 
326
326
  ## `eas build`
327
327
 
@@ -330,28 +330,33 @@ start a build
330
330
  ```
331
331
  USAGE
332
332
  $ eas build [-p android|ios|all] [-e <value>] [--local] [--output <value>] [--wait] [--clear-cache]
333
- [--auto-submit | --auto-submit-with-profile <value>] [-m <value>] [--json --non-interactive]
333
+ [--auto-submit | --auto-submit-with-profile <value>] [-m <value>] [--build-logger-level
334
+ trace|debug|info|warn|error|fatal] [--json --non-interactive]
334
335
 
335
336
  FLAGS
336
- -e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined
337
- in eas.json.
338
- -m, --message=<value> A short message describing the build
337
+ -e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to
338
+ "production" if defined in eas.json.
339
+ -m, --message=<value> A short message describing the build
339
340
  -p, --platform=(android|ios|all)
340
- --auto-submit Submit on build complete using the submit profile with the same name as the
341
- build profile
342
- --auto-submit-with-profile=PROFILE_NAME Submit on build complete using the submit profile with provided name
343
- --clear-cache Clear cache before the build
344
- --json Enable JSON output, non-JSON messages will be printed to stderr.
345
- --local Run build locally [experimental]
346
- --non-interactive Run the command in non-interactive mode.
347
- --output=<value> Output path for local build
348
- --[no-]wait Wait for build(s) to complete
341
+ --auto-submit Submit on build complete using the submit profile with the
342
+ same name as the build profile
343
+ --auto-submit-with-profile=PROFILE_NAME Submit on build complete using the submit profile with
344
+ provided name
345
+ --build-logger-level=(trace|debug|info|warn|error|fatal) The level of logs to output during the build process.
346
+ Defaults to "info".
347
+ --clear-cache Clear cache before the build
348
+ --json Enable JSON output, non-JSON messages will be printed to
349
+ stderr.
350
+ --local Run build locally [experimental]
351
+ --non-interactive Run the command in non-interactive mode.
352
+ --output=<value> Output path for local build
353
+ --[no-]wait Wait for build(s) to complete
349
354
 
350
355
  DESCRIPTION
351
356
  start a build
352
357
  ```
353
358
 
354
- _See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/build/index.ts)_
359
+ _See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/build/index.ts)_
355
360
 
356
361
  ## `eas build:cancel [BUILD_ID]`
357
362
 
@@ -370,7 +375,7 @@ DESCRIPTION
370
375
  cancel a build
371
376
  ```
372
377
 
373
- _See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/build/cancel.ts)_
378
+ _See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/build/cancel.ts)_
374
379
 
375
380
  ## `eas build:configure`
376
381
 
@@ -387,7 +392,7 @@ DESCRIPTION
387
392
  configure the project to support EAS Build
388
393
  ```
389
394
 
390
- _See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/build/configure.ts)_
395
+ _See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/build/configure.ts)_
391
396
 
392
397
  ## `eas build:delete [BUILD_ID]`
393
398
 
@@ -406,7 +411,7 @@ DESCRIPTION
406
411
  delete a build
407
412
  ```
408
413
 
409
- _See code: [src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/build/delete.ts)_
414
+ _See code: [src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/build/delete.ts)_
410
415
 
411
416
  ## `eas build:inspect`
412
417
 
@@ -441,7 +446,7 @@ DESCRIPTION
441
446
  inspect the state of the project at specific build stages, useful for troubleshooting
442
447
  ```
443
448
 
444
- _See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/build/inspect.ts)_
449
+ _See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/build/inspect.ts)_
445
450
 
446
451
  ## `eas build:list`
447
452
 
@@ -482,7 +487,7 @@ DESCRIPTION
482
487
  list all builds for your project
483
488
  ```
484
489
 
485
- _See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/build/list.ts)_
490
+ _See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/build/list.ts)_
486
491
 
487
492
  ## `eas build:resign`
488
493
 
@@ -508,7 +513,7 @@ DESCRIPTION
508
513
  re-sign a build archive
509
514
  ```
510
515
 
511
- _See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/build/resign.ts)_
516
+ _See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/build/resign.ts)_
512
517
 
513
518
  ## `eas build:run`
514
519
 
@@ -534,7 +539,7 @@ DESCRIPTION
534
539
  run simulator/emulator builds from eas-cli
535
540
  ```
536
541
 
537
- _See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/build/run.ts)_
542
+ _See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/build/run.ts)_
538
543
 
539
544
  ## `eas build:submit`
540
545
 
@@ -584,7 +589,7 @@ DESCRIPTION
584
589
  get the latest version from EAS servers
585
590
  ```
586
591
 
587
- _See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/build/version/get.ts)_
592
+ _See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/build/version/get.ts)_
588
593
 
589
594
  ## `eas build:version:set`
590
595
 
@@ -603,7 +608,7 @@ DESCRIPTION
603
608
  update version of an app
604
609
  ```
605
610
 
606
- _See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/build/version/set.ts)_
611
+ _See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/build/version/set.ts)_
607
612
 
608
613
  ## `eas build:version:sync`
609
614
 
@@ -622,7 +627,7 @@ DESCRIPTION
622
627
  update a version in native code with a value stored on EAS servers
623
628
  ```
624
629
 
625
- _See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/build/version/sync.ts)_
630
+ _See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/build/version/sync.ts)_
626
631
 
627
632
  ## `eas build:view [BUILD_ID]`
628
633
 
@@ -639,7 +644,7 @@ DESCRIPTION
639
644
  view a build for your project
640
645
  ```
641
646
 
642
- _See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/build/view.ts)_
647
+ _See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/build/view.ts)_
643
648
 
644
649
  ## `eas channel:create [NAME]`
645
650
 
@@ -660,7 +665,7 @@ DESCRIPTION
660
665
  create a channel
661
666
  ```
662
667
 
663
- _See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/channel/create.ts)_
668
+ _See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/channel/create.ts)_
664
669
 
665
670
  ## `eas channel:edit [NAME]`
666
671
 
@@ -682,7 +687,7 @@ DESCRIPTION
682
687
  point a channel at a new branch
683
688
  ```
684
689
 
685
- _See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/channel/edit.ts)_
690
+ _See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/channel/edit.ts)_
686
691
 
687
692
  ## `eas channel:list`
688
693
 
@@ -702,7 +707,7 @@ DESCRIPTION
702
707
  list all channels
703
708
  ```
704
709
 
705
- _See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/channel/list.ts)_
710
+ _See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/channel/list.ts)_
706
711
 
707
712
  ## `eas channel:rollout [CHANNEL]`
708
713
 
@@ -734,7 +739,7 @@ DESCRIPTION
734
739
  Roll a new branch out on a channel incrementally.
735
740
  ```
736
741
 
737
- _See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/channel/rollout.ts)_
742
+ _See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/channel/rollout.ts)_
738
743
 
739
744
  ## `eas channel:view [NAME]`
740
745
 
@@ -757,7 +762,7 @@ DESCRIPTION
757
762
  view a channel
758
763
  ```
759
764
 
760
- _See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/channel/view.ts)_
765
+ _See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/channel/view.ts)_
761
766
 
762
767
  ## `eas config`
763
768
 
@@ -778,7 +783,7 @@ DESCRIPTION
778
783
  display project configuration (app.json + eas.json)
779
784
  ```
780
785
 
781
- _See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/config.ts)_
786
+ _See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/config.ts)_
782
787
 
783
788
  ## `eas credentials`
784
789
 
@@ -795,7 +800,7 @@ DESCRIPTION
795
800
  manage credentials
796
801
  ```
797
802
 
798
- _See code: [src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/credentials/index.ts)_
803
+ _See code: [src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/credentials/index.ts)_
799
804
 
800
805
  ## `eas credentials:configure-build`
801
806
 
@@ -813,7 +818,7 @@ DESCRIPTION
813
818
  Set up credentials for building your project.
814
819
  ```
815
820
 
816
- _See code: [src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/credentials/configure-build.ts)_
821
+ _See code: [src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/credentials/configure-build.ts)_
817
822
 
818
823
  ## `eas device:create`
819
824
 
@@ -827,7 +832,7 @@ DESCRIPTION
827
832
  register new Apple Devices to use for internal distribution
828
833
  ```
829
834
 
830
- _See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/device/create.ts)_
835
+ _See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/device/create.ts)_
831
836
 
832
837
  ## `eas device:delete`
833
838
 
@@ -847,7 +852,7 @@ DESCRIPTION
847
852
  remove a registered device from your account
848
853
  ```
849
854
 
850
- _See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/device/delete.ts)_
855
+ _See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/device/delete.ts)_
851
856
 
852
857
  ## `eas device:list`
853
858
 
@@ -868,7 +873,7 @@ DESCRIPTION
868
873
  list all registered devices for your account
869
874
  ```
870
875
 
871
- _See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/device/list.ts)_
876
+ _See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/device/list.ts)_
872
877
 
873
878
  ## `eas device:rename`
874
879
 
@@ -889,7 +894,7 @@ DESCRIPTION
889
894
  rename a registered device
890
895
  ```
891
896
 
892
- _See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/device/rename.ts)_
897
+ _See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/device/rename.ts)_
893
898
 
894
899
  ## `eas device:view [UDID]`
895
900
 
@@ -903,7 +908,7 @@ DESCRIPTION
903
908
  view a device for your project
904
909
  ```
905
910
 
906
- _See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/device/view.ts)_
911
+ _See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/device/view.ts)_
907
912
 
908
913
  ## `eas diagnostics`
909
914
 
@@ -917,7 +922,7 @@ DESCRIPTION
917
922
  display environment info
918
923
  ```
919
924
 
920
- _See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/diagnostics.ts)_
925
+ _See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/diagnostics.ts)_
921
926
 
922
927
  ## `eas help [COMMAND]`
923
928
 
@@ -1005,7 +1010,7 @@ DESCRIPTION
1005
1010
  validate the local store configuration
1006
1011
  ```
1007
1012
 
1008
- _See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/metadata/lint.ts)_
1013
+ _See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/metadata/lint.ts)_
1009
1014
 
1010
1015
  ## `eas metadata:pull`
1011
1016
 
@@ -1022,7 +1027,7 @@ DESCRIPTION
1022
1027
  generate the local store configuration from the app stores
1023
1028
  ```
1024
1029
 
1025
- _See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/metadata/pull.ts)_
1030
+ _See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/metadata/pull.ts)_
1026
1031
 
1027
1032
  ## `eas metadata:push`
1028
1033
 
@@ -1039,7 +1044,7 @@ DESCRIPTION
1039
1044
  sync the local store configuration to the app stores
1040
1045
  ```
1041
1046
 
1042
- _See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/metadata/push.ts)_
1047
+ _See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/metadata/push.ts)_
1043
1048
 
1044
1049
  ## `eas open`
1045
1050
 
@@ -1053,7 +1058,7 @@ DESCRIPTION
1053
1058
  open the project page in a web browser
1054
1059
  ```
1055
1060
 
1056
- _See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/open.ts)_
1061
+ _See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/open.ts)_
1057
1062
 
1058
1063
  ## `eas project:info`
1059
1064
 
@@ -1067,7 +1072,7 @@ DESCRIPTION
1067
1072
  information about the current project
1068
1073
  ```
1069
1074
 
1070
- _See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/project/info.ts)_
1075
+ _See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/project/info.ts)_
1071
1076
 
1072
1077
  ## `eas project:init`
1073
1078
 
@@ -1089,7 +1094,7 @@ ALIASES
1089
1094
  $ eas init
1090
1095
  ```
1091
1096
 
1092
- _See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/project/init.ts)_
1097
+ _See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/project/init.ts)_
1093
1098
 
1094
1099
  ## `eas secret:create`
1095
1100
 
@@ -1112,7 +1117,7 @@ DESCRIPTION
1112
1117
  create an environment secret on the current project or owner account
1113
1118
  ```
1114
1119
 
1115
- _See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/secret/create.ts)_
1120
+ _See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/secret/create.ts)_
1116
1121
 
1117
1122
  ## `eas secret:delete`
1118
1123
 
@@ -1130,7 +1135,7 @@ DESCRIPTION
1130
1135
  delete an environment secret by ID
1131
1136
  ```
1132
1137
 
1133
- _See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/secret/delete.ts)_
1138
+ _See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/secret/delete.ts)_
1134
1139
 
1135
1140
  ## `eas secret:list`
1136
1141
 
@@ -1144,7 +1149,7 @@ DESCRIPTION
1144
1149
  list environment secrets available for your current app
1145
1150
  ```
1146
1151
 
1147
- _See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/secret/list.ts)_
1152
+ _See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/secret/list.ts)_
1148
1153
 
1149
1154
  ## `eas secret:push`
1150
1155
 
@@ -1164,7 +1169,7 @@ DESCRIPTION
1164
1169
  read environment secrets from env file and store on the server
1165
1170
  ```
1166
1171
 
1167
- _See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/secret/push.ts)_
1172
+ _See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/secret/push.ts)_
1168
1173
 
1169
1174
  ## `eas submit`
1170
1175
 
@@ -1195,7 +1200,7 @@ ALIASES
1195
1200
  $ eas build:submit
1196
1201
  ```
1197
1202
 
1198
- _See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/submit.ts)_
1203
+ _See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/submit.ts)_
1199
1204
 
1200
1205
  ## `eas update`
1201
1206
 
@@ -1228,7 +1233,7 @@ DESCRIPTION
1228
1233
  publish an update group
1229
1234
  ```
1230
1235
 
1231
- _See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/update/index.ts)_
1236
+ _See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/update/index.ts)_
1232
1237
 
1233
1238
  ## `eas update:configure`
1234
1239
 
@@ -1246,7 +1251,7 @@ DESCRIPTION
1246
1251
  configure the project to support EAS Update
1247
1252
  ```
1248
1253
 
1249
- _See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/update/configure.ts)_
1254
+ _See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/update/configure.ts)_
1250
1255
 
1251
1256
  ## `eas update:delete GROUPID`
1252
1257
 
@@ -1267,7 +1272,7 @@ DESCRIPTION
1267
1272
  delete all the updates in an update group
1268
1273
  ```
1269
1274
 
1270
- _See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/update/delete.ts)_
1275
+ _See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/update/delete.ts)_
1271
1276
 
1272
1277
  ## `eas update:list`
1273
1278
 
@@ -1289,7 +1294,7 @@ DESCRIPTION
1289
1294
  view the recent updates
1290
1295
  ```
1291
1296
 
1292
- _See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/update/list.ts)_
1297
+ _See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/update/list.ts)_
1293
1298
 
1294
1299
  ## `eas update:republish`
1295
1300
 
@@ -1316,7 +1321,7 @@ DESCRIPTION
1316
1321
  roll back to an existing update
1317
1322
  ```
1318
1323
 
1319
- _See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/update/republish.ts)_
1324
+ _See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/update/republish.ts)_
1320
1325
 
1321
1326
  ## `eas update:roll-back-to-embedded`
1322
1327
 
@@ -1343,7 +1348,7 @@ DESCRIPTION
1343
1348
  roll back to the embedded update
1344
1349
  ```
1345
1350
 
1346
- _See code: [src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/update/roll-back-to-embedded.ts)_
1351
+ _See code: [src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/update/roll-back-to-embedded.ts)_
1347
1352
 
1348
1353
  ## `eas update:rollback`
1349
1354
 
@@ -1362,7 +1367,7 @@ DESCRIPTION
1362
1367
  roll back to an embedded update or an existing update
1363
1368
  ```
1364
1369
 
1365
- _See code: [src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/update/rollback.ts)_
1370
+ _See code: [src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/update/rollback.ts)_
1366
1371
 
1367
1372
  ## `eas update:view GROUPID`
1368
1373
 
@@ -1382,7 +1387,7 @@ DESCRIPTION
1382
1387
  update group details
1383
1388
  ```
1384
1389
 
1385
- _See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/update/view.ts)_
1390
+ _See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/update/view.ts)_
1386
1391
 
1387
1392
  ## `eas webhook:create`
1388
1393
 
@@ -1403,7 +1408,7 @@ DESCRIPTION
1403
1408
  create a webhook
1404
1409
  ```
1405
1410
 
1406
- _See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/webhook/create.ts)_
1411
+ _See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/webhook/create.ts)_
1407
1412
 
1408
1413
  ## `eas webhook:delete [ID]`
1409
1414
 
@@ -1423,7 +1428,7 @@ DESCRIPTION
1423
1428
  delete a webhook
1424
1429
  ```
1425
1430
 
1426
- _See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/webhook/delete.ts)_
1431
+ _See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/webhook/delete.ts)_
1427
1432
 
1428
1433
  ## `eas webhook:list`
1429
1434
 
@@ -1441,7 +1446,7 @@ DESCRIPTION
1441
1446
  list webhooks
1442
1447
  ```
1443
1448
 
1444
- _See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/webhook/list.ts)_
1449
+ _See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/webhook/list.ts)_
1445
1450
 
1446
1451
  ## `eas webhook:update`
1447
1452
 
@@ -1463,7 +1468,7 @@ DESCRIPTION
1463
1468
  update a webhook
1464
1469
  ```
1465
1470
 
1466
- _See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/webhook/update.ts)_
1471
+ _See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/webhook/update.ts)_
1467
1472
 
1468
1473
  ## `eas webhook:view ID`
1469
1474
 
@@ -1480,7 +1485,7 @@ DESCRIPTION
1480
1485
  view a webhook
1481
1486
  ```
1482
1487
 
1483
- _See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v7.7.0/src/commands/webhook/view.ts)_
1488
+ _See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v7.8.0/src/commands/webhook/view.ts)_
1484
1489
 
1485
1490
  ## `eas whoami`
1486
1491
 
@@ -26,6 +26,9 @@ function transformJob(job) {
26
26
  experimental: job.experimental,
27
27
  mode: (0, graphql_1.transformBuildMode)(job.mode),
28
28
  customBuildConfig: job.customBuildConfig,
29
+ loggerLevel: job.loggerLevel
30
+ ? graphql_1.loggerLevelToGraphQLWorkerLoggerLevel[job.loggerLevel]
31
+ : undefined,
29
32
  };
30
33
  }
31
34
  exports.transformJob = transformJob;
@@ -82,6 +82,7 @@ async function prepareJobAsync(ctx, jobData) {
82
82
  path: maybeCustomBuildConfigPath,
83
83
  },
84
84
  }),
85
+ loggerLevel: ctx.loggerLevel,
85
86
  };
86
87
  return (0, eas_build_job_1.sanitizeBuildJob)(job);
87
88
  }
@@ -1,6 +1,7 @@
1
1
  import { ExpoConfig } from '@expo/config';
2
2
  import { Platform, Workflow } from '@expo/eas-build-job';
3
3
  import { BuildProfile, EasJson } from '@expo/eas-json';
4
+ import { LoggerLevel } from '@expo/logger';
4
5
  import { NodePackageManager } from '@expo/package-manager';
5
6
  import { LocalBuildOptions } from './local';
6
7
  import { Analytics, AnalyticsEventProperties } from '../analytics/AnalyticsManager';
@@ -55,4 +56,5 @@ export interface BuildContext<T extends Platform> {
55
56
  developmentClient: boolean;
56
57
  requiredPackageManager: NodePackageManager['name'] | null;
57
58
  vcsClient: Client;
59
+ loggerLevel?: LoggerLevel;
58
60
  }
@@ -1,5 +1,6 @@
1
1
  import { Platform } from '@expo/eas-build-job';
2
2
  import { BuildProfile, EasJson, ResourceClass } from '@expo/eas-json';
3
+ import { LoggerLevel } from '@expo/logger';
3
4
  import { BuildContext } from './context';
4
5
  import { LocalBuildOptions } from './local';
5
6
  import { Analytics } from '../analytics/AnalyticsManager';
@@ -8,7 +9,7 @@ import { ExpoGraphqlClient } from '../commandUtils/context/contextUtils/createGr
8
9
  import { CustomBuildConfigMetadata } from '../project/customBuildConfig';
9
10
  import { Actor } from '../user/User';
10
11
  import { Client } from '../vcs/vcs';
11
- export declare function createBuildContextAsync<T extends Platform>({ buildProfileName, buildProfile, easJsonCliConfig, clearCache, localBuildOptions, nonInteractive, noWait, platform, projectDir, resourceClassFlag, message, actor, graphqlClient, analytics, vcsClient, getDynamicPrivateProjectConfigAsync, customBuildConfigMetadata, }: {
12
+ export declare function createBuildContextAsync<T extends Platform>({ buildProfileName, buildProfile, easJsonCliConfig, clearCache, localBuildOptions, nonInteractive, noWait, platform, projectDir, resourceClassFlag, message, actor, graphqlClient, analytics, vcsClient, getDynamicPrivateProjectConfigAsync, customBuildConfigMetadata, buildLoggerLevel, }: {
12
13
  buildProfileName: string;
13
14
  buildProfile: BuildProfile<T>;
14
15
  easJsonCliConfig: EasJson['cli'];
@@ -26,4 +27,5 @@ export declare function createBuildContextAsync<T extends Platform>({ buildProfi
26
27
  vcsClient: Client;
27
28
  getDynamicPrivateProjectConfigAsync: DynamicConfigContextFn;
28
29
  customBuildConfigMetadata?: CustomBuildConfigMetadata;
30
+ buildLoggerLevel?: LoggerLevel;
29
31
  }): Promise<BuildContext<T>>;
@@ -15,7 +15,7 @@ const AnalyticsManager_1 = require("../analytics/AnalyticsManager");
15
15
  const context_1 = require("../credentials/context");
16
16
  const projectUtils_1 = require("../project/projectUtils");
17
17
  const workflow_1 = require("../project/workflow");
18
- async function createBuildContextAsync({ buildProfileName, buildProfile, easJsonCliConfig, clearCache = false, localBuildOptions, nonInteractive, noWait, platform, projectDir, resourceClassFlag, message, actor, graphqlClient, analytics, vcsClient, getDynamicPrivateProjectConfigAsync, customBuildConfigMetadata, }) {
18
+ async function createBuildContextAsync({ buildProfileName, buildProfile, easJsonCliConfig, clearCache = false, localBuildOptions, nonInteractive, noWait, platform, projectDir, resourceClassFlag, message, actor, graphqlClient, analytics, vcsClient, getDynamicPrivateProjectConfigAsync, customBuildConfigMetadata, buildLoggerLevel, }) {
19
19
  var _a, _b;
20
20
  const { exp, projectId } = await getDynamicPrivateProjectConfigAsync({ env: buildProfile.env });
21
21
  const projectName = exp.slug;
@@ -83,6 +83,7 @@ async function createBuildContextAsync({ buildProfileName, buildProfile, easJson
83
83
  customBuildConfigMetadata,
84
84
  developmentClient,
85
85
  requiredPackageManager,
86
+ loggerLevel: buildLoggerLevel,
86
87
  };
87
88
  if (platform === eas_build_job_1.Platform.ANDROID) {
88
89
  const common = commonContext;
@@ -1,8 +1,10 @@
1
1
  import { ArchiveSource, BuildMode, BuildTrigger, Metadata, Workflow } from '@expo/eas-build-job';
2
- import { BuildIosEnterpriseProvisioning, BuildMetadataInput, BuildWorkflow, BuildMode as GraphQLBuildMode, BuildTrigger as GraphQLBuildTrigger, ProjectArchiveSourceInput } from '../graphql/generated';
2
+ import { LoggerLevel } from '@expo/logger';
3
+ import { BuildIosEnterpriseProvisioning, BuildMetadataInput, BuildWorkflow, BuildMode as GraphQLBuildMode, BuildTrigger as GraphQLBuildTrigger, ProjectArchiveSourceInput, WorkerLoggerLevel } from '../graphql/generated';
3
4
  export declare function transformProjectArchive(archiveSource: ArchiveSource): ProjectArchiveSourceInput;
4
5
  export declare function transformMetadata(metadata: Metadata): BuildMetadataInput;
5
6
  export declare function transformWorkflow(workflow: Workflow): BuildWorkflow;
6
7
  export declare function transformIosEnterpriseProvisioning(enterpriseProvisioning: Metadata['iosEnterpriseProvisioning']): BuildIosEnterpriseProvisioning;
7
8
  export declare function transformBuildMode(buildMode: BuildMode): GraphQLBuildMode;
8
9
  export declare function transformBuildTrigger(buildTrigger: BuildTrigger): GraphQLBuildTrigger;
10
+ export declare const loggerLevelToGraphQLWorkerLoggerLevel: Record<LoggerLevel, WorkerLoggerLevel>;