eas-cli 3.3.1 → 3.4.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.
Files changed (95) hide show
  1. package/README.md +59 -64
  2. package/build/analytics/AnalyticsManager.d.ts +2 -2
  3. package/build/build/android/prepareJob.js +2 -0
  4. package/build/build/build.d.ts +5 -3
  5. package/build/build/build.js +93 -27
  6. package/build/build/configure.js +20 -2
  7. package/build/build/context.d.ts +1 -1
  8. package/build/build/graphql.d.ts +2 -1
  9. package/build/build/graphql.js +11 -1
  10. package/build/build/ios/graphql.js +1 -1
  11. package/build/build/ios/prepareJob.js +2 -0
  12. package/build/build/local.d.ts +18 -1
  13. package/build/build/local.js +19 -1
  14. package/build/build/runBuildAndSubmit.js +3 -1
  15. package/build/channel/utils.d.ts +1 -1
  16. package/build/commandUtils/EasCommand.d.ts +2 -2
  17. package/build/commandUtils/context/DynamicProjectConfigContextField.d.ts +1 -1
  18. package/build/commandUtils/pagination.d.ts +1 -1
  19. package/build/commands/build/index.js +5 -6
  20. package/build/commands/build/inspect.js +2 -1
  21. package/build/commands/build/internal.d.ts +21 -0
  22. package/build/commands/build/internal.js +60 -0
  23. package/build/commands/build/resign.js +2 -0
  24. package/build/commands/config.d.ts +3 -0
  25. package/build/commands/config.js +44 -15
  26. package/build/commands/update/index.js +1 -1
  27. package/build/commands/update/republish.d.ts +2 -2
  28. package/build/commands/update/view.js +2 -2
  29. package/build/credentials/android/api/graphql/mutations/AndroidAppBuildCredentialsMutation.d.ts +1 -1
  30. package/build/credentials/android/credentials.d.ts +3 -3
  31. package/build/credentials/context.d.ts +1 -1
  32. package/build/credentials/credentialsJson/types.d.ts +2 -2
  33. package/build/credentials/ios/api/graphql/mutations/AppleDistributionCertificateMutation.d.ts +1 -1
  34. package/build/credentials/ios/api/graphql/mutations/AppleProvisioningProfileMutation.d.ts +1 -1
  35. package/build/credentials/ios/api/graphql/mutations/AppleTeamMutation.d.ts +1 -1
  36. package/build/credentials/ios/api/graphql/queries/AppleDeviceQuery.d.ts +4 -4
  37. package/build/credentials/ios/api/graphql/queries/AppleProvisioningProfileQuery.d.ts +1 -1
  38. package/build/credentials/ios/appstore/Credentials.types.d.ts +2 -2
  39. package/build/credentials/ios/appstore/authenticate.d.ts +1 -1
  40. package/build/credentials/ios/appstore/authenticateTypes.d.ts +4 -4
  41. package/build/credentials/ios/appstore/bundleIdCapabilities.d.ts +2 -2
  42. package/build/credentials/ios/credentials.d.ts +1 -1
  43. package/build/credentials/ios/types.d.ts +3 -3
  44. package/build/credentials/manager/Actions.d.ts +1 -1
  45. package/build/credentials/utils/promptForCredentials.d.ts +2 -2
  46. package/build/devices/utils/formatDevice.d.ts +3 -3
  47. package/build/graphql/generated.d.ts +792 -746
  48. package/build/graphql/mutations/PublishMutation.d.ts +2 -2
  49. package/build/graphql/mutations/PublishMutation.js +4 -4
  50. package/build/graphql/queries/BranchQuery.d.ts +1 -1
  51. package/build/graphql/queries/ChannelQuery.d.ts +2 -2
  52. package/build/graphql/queries/EnvironmentSecretsQuery.d.ts +1 -1
  53. package/build/graphql/queries/SubmissionQuery.d.ts +1 -1
  54. package/build/graphql/queries/UserQuery.js +3 -0
  55. package/build/graphql/types/Build.js +1 -0
  56. package/build/graphql/types/Update.js +1 -0
  57. package/build/metadata/apple/config/reader.d.ts +1 -1
  58. package/build/metadata/apple/data.d.ts +2 -2
  59. package/build/metadata/apple/task.d.ts +3 -3
  60. package/build/metadata/apple/tasks/age-rating.d.ts +1 -1
  61. package/build/metadata/apple/tasks/app-info.d.ts +1 -1
  62. package/build/metadata/apple/tasks/app-review-detail.d.ts +1 -1
  63. package/build/metadata/apple/tasks/app-version.d.ts +2 -2
  64. package/build/metadata/apple/tasks/index.d.ts +1 -1
  65. package/build/metadata/apple/types.d.ts +3 -3
  66. package/build/metadata/auth.d.ts +1 -1
  67. package/build/metadata/config/resolve.js +2 -1
  68. package/build/metadata/utils/asc.d.ts +1 -1
  69. package/build/metadata/utils/log.d.ts +1 -1
  70. package/build/metadata/utils/retry.d.ts +1 -1
  71. package/build/metadata/utils/telemetry.d.ts +1 -1
  72. package/build/project/publish.d.ts +8 -8
  73. package/build/prompts.d.ts +1 -1
  74. package/build/submit/ArchiveSource.d.ts +2 -2
  75. package/build/submit/android/ServiceAccountSource.d.ts +5 -5
  76. package/build/submit/ios/AppProduce.d.ts +1 -1
  77. package/build/submit/ios/AppSpecificPasswordSource.d.ts +1 -1
  78. package/build/submit/ios/AscApiKeySource.d.ts +4 -4
  79. package/build/update/utils.d.ts +9 -5
  80. package/build/update/utils.js +15 -1
  81. package/build/user/SessionManager.d.ts +2 -2
  82. package/build/user/User.d.ts +1 -1
  83. package/build/user/User.js +1 -1
  84. package/build/user/UserSettings.d.ts +1 -1
  85. package/build/utils/code-signing.d.ts +1 -1
  86. package/build/utils/code-signing.js +1 -1
  87. package/build/utils/formatFields.d.ts +2 -2
  88. package/build/utils/profiles.d.ts +2 -2
  89. package/build/utils/progress.d.ts +2 -2
  90. package/build/utils/queries.d.ts +3 -3
  91. package/build/vcs/index.js +6 -2
  92. package/build/vcs/local.d.ts +0 -1
  93. package/build/vcs/local.js +2 -11
  94. package/oclif.manifest.json +1 -1
  95. package/package.json +34 -34
package/README.md CHANGED
@@ -130,7 +130,7 @@ ALIASES
130
130
  $ eas login
131
131
  ```
132
132
 
133
- _See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/account/login.ts)_
133
+ _See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/account/login.ts)_
134
134
 
135
135
  ## `eas account:logout`
136
136
 
@@ -147,7 +147,7 @@ ALIASES
147
147
  $ eas logout
148
148
  ```
149
149
 
150
- _See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/account/logout.ts)_
150
+ _See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/account/logout.ts)_
151
151
 
152
152
  ## `eas account:view`
153
153
 
@@ -164,7 +164,7 @@ ALIASES
164
164
  $ eas whoami
165
165
  ```
166
166
 
167
- _See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/account/view.ts)_
167
+ _See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/account/view.ts)_
168
168
 
169
169
  ## `eas analytics [STATUS]`
170
170
 
@@ -178,7 +178,7 @@ DESCRIPTION
178
178
  display or change analytics settings
179
179
  ```
180
180
 
181
- _See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/analytics.ts)_
181
+ _See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/analytics.ts)_
182
182
 
183
183
  ## `eas autocomplete [SHELL]`
184
184
 
@@ -207,7 +207,7 @@ EXAMPLES
207
207
  $ eas autocomplete --refresh-cache
208
208
  ```
209
209
 
210
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.3.4/src/commands/autocomplete/index.ts)_
210
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.3.10/src/commands/autocomplete/index.ts)_
211
211
 
212
212
  ## `eas branch:create [NAME]`
213
213
 
@@ -228,7 +228,7 @@ DESCRIPTION
228
228
  create a branch
229
229
  ```
230
230
 
231
- _See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/branch/create.ts)_
231
+ _See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/branch/create.ts)_
232
232
 
233
233
  ## `eas branch:delete [NAME]`
234
234
 
@@ -249,7 +249,7 @@ DESCRIPTION
249
249
  delete a branch
250
250
  ```
251
251
 
252
- _See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/branch/delete.ts)_
252
+ _See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/branch/delete.ts)_
253
253
 
254
254
  ## `eas branch:list`
255
255
 
@@ -269,7 +269,7 @@ DESCRIPTION
269
269
  list all branches
270
270
  ```
271
271
 
272
- _See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/branch/list.ts)_
272
+ _See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/branch/list.ts)_
273
273
 
274
274
  ## `eas branch:rename`
275
275
 
@@ -289,7 +289,7 @@ DESCRIPTION
289
289
  rename a branch
290
290
  ```
291
291
 
292
- _See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/branch/rename.ts)_
292
+ _See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/branch/rename.ts)_
293
293
 
294
294
  ## `eas branch:view [NAME]`
295
295
 
@@ -312,7 +312,7 @@ DESCRIPTION
312
312
  view a branch
313
313
  ```
314
314
 
315
- _See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/branch/view.ts)_
315
+ _See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/branch/view.ts)_
316
316
 
317
317
  ## `eas build`
318
318
 
@@ -342,7 +342,7 @@ DESCRIPTION
342
342
  start a build
343
343
  ```
344
344
 
345
- _See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/build/index.ts)_
345
+ _See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/build/index.ts)_
346
346
 
347
347
  ## `eas build:cancel [BUILD_ID]`
348
348
 
@@ -359,7 +359,7 @@ DESCRIPTION
359
359
  cancel a build
360
360
  ```
361
361
 
362
- _See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/build/cancel.ts)_
362
+ _See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/build/cancel.ts)_
363
363
 
364
364
  ## `eas build:configure`
365
365
 
@@ -376,7 +376,7 @@ DESCRIPTION
376
376
  configure the project to support EAS Build
377
377
  ```
378
378
 
379
- _See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/build/configure.ts)_
379
+ _See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/build/configure.ts)_
380
380
 
381
381
  ## `eas build:inspect`
382
382
 
@@ -411,7 +411,7 @@ DESCRIPTION
411
411
  inspect the state of the project at specific build stages, useful for troubleshooting
412
412
  ```
413
413
 
414
- _See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/build/inspect.ts)_
414
+ _See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/build/inspect.ts)_
415
415
 
416
416
  ## `eas build:list`
417
417
 
@@ -448,7 +448,7 @@ DESCRIPTION
448
448
  list all builds for your project
449
449
  ```
450
450
 
451
- _See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/build/list.ts)_
451
+ _See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/build/list.ts)_
452
452
 
453
453
  ## `eas build:resign`
454
454
 
@@ -474,7 +474,7 @@ DESCRIPTION
474
474
  re-sign a build archive
475
475
  ```
476
476
 
477
- _See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/build/resign.ts)_
477
+ _See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/build/resign.ts)_
478
478
 
479
479
  ## `eas build:run`
480
480
 
@@ -498,7 +498,7 @@ DESCRIPTION
498
498
  run simulator/emulator builds from eas-cli
499
499
  ```
500
500
 
501
- _See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/build/run.ts)_
501
+ _See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/build/run.ts)_
502
502
 
503
503
  ## `eas build:submit`
504
504
 
@@ -528,8 +528,6 @@ ALIASES
528
528
  $ eas build:submit
529
529
  ```
530
530
 
531
- _See code: [src/commands/build/submit.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/build/submit.ts)_
532
-
533
531
  ## `eas build:version:set`
534
532
 
535
533
  Update version of an app.
@@ -547,7 +545,7 @@ DESCRIPTION
547
545
  Update version of an app.
548
546
  ```
549
547
 
550
- _See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/build/version/set.ts)_
548
+ _See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/build/version/set.ts)_
551
549
 
552
550
  ## `eas build:version:sync`
553
551
 
@@ -566,7 +564,7 @@ DESCRIPTION
566
564
  Update a version in native code with a value stored on EAS servers
567
565
  ```
568
566
 
569
- _See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/build/version/sync.ts)_
567
+ _See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/build/version/sync.ts)_
570
568
 
571
569
  ## `eas build:view [BUILD_ID]`
572
570
 
@@ -583,7 +581,7 @@ DESCRIPTION
583
581
  view a build for your project
584
582
  ```
585
583
 
586
- _See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/build/view.ts)_
584
+ _See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/build/view.ts)_
587
585
 
588
586
  ## `eas channel:create [NAME]`
589
587
 
@@ -604,7 +602,7 @@ DESCRIPTION
604
602
  create a channel
605
603
  ```
606
604
 
607
- _See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/channel/create.ts)_
605
+ _See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/channel/create.ts)_
608
606
 
609
607
  ## `eas channel:edit [NAME]`
610
608
 
@@ -626,7 +624,7 @@ DESCRIPTION
626
624
  point a channel at a new branch
627
625
  ```
628
626
 
629
- _See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/channel/edit.ts)_
627
+ _See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/channel/edit.ts)_
630
628
 
631
629
  ## `eas channel:list`
632
630
 
@@ -646,7 +644,7 @@ DESCRIPTION
646
644
  list all channels
647
645
  ```
648
646
 
649
- _See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/channel/list.ts)_
647
+ _See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/channel/list.ts)_
650
648
 
651
649
  ## `eas channel:view [NAME]`
652
650
 
@@ -669,7 +667,7 @@ DESCRIPTION
669
667
  view a channel
670
668
  ```
671
669
 
672
- _See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/channel/view.ts)_
670
+ _See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/channel/view.ts)_
673
671
 
674
672
  ## `eas config`
675
673
 
@@ -677,18 +675,20 @@ display project configuration (app.json + eas.json)
677
675
 
678
676
  ```
679
677
  USAGE
680
- $ eas config [-p android|ios] [-e <value>]
678
+ $ eas config [-p android|ios] [-e <value>] [--json --non-interactive]
681
679
 
682
680
  FLAGS
683
681
  -e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined in
684
682
  eas.json.
685
683
  -p, --platform=(android|ios)
684
+ --json Enable JSON output, non-JSON messages will be printed to stderr.
685
+ --non-interactive Run the command in non-interactive mode.
686
686
 
687
687
  DESCRIPTION
688
688
  display project configuration (app.json + eas.json)
689
689
  ```
690
690
 
691
- _See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/config.ts)_
691
+ _See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/config.ts)_
692
692
 
693
693
  ## `eas credentials`
694
694
 
@@ -705,7 +705,7 @@ DESCRIPTION
705
705
  manage credentials
706
706
  ```
707
707
 
708
- _See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/credentials.ts)_
708
+ _See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/credentials.ts)_
709
709
 
710
710
  ## `eas device:create`
711
711
 
@@ -719,7 +719,7 @@ DESCRIPTION
719
719
  register new Apple Devices to use for internal distribution
720
720
  ```
721
721
 
722
- _See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/device/create.ts)_
722
+ _See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/device/create.ts)_
723
723
 
724
724
  ## `eas device:delete`
725
725
 
@@ -739,7 +739,7 @@ DESCRIPTION
739
739
  remove a registered device from your account
740
740
  ```
741
741
 
742
- _See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/device/delete.ts)_
742
+ _See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/device/delete.ts)_
743
743
 
744
744
  ## `eas device:list`
745
745
 
@@ -760,7 +760,7 @@ DESCRIPTION
760
760
  list all registered devices for your account
761
761
  ```
762
762
 
763
- _See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/device/list.ts)_
763
+ _See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/device/list.ts)_
764
764
 
765
765
  ## `eas device:view [UDID]`
766
766
 
@@ -774,7 +774,7 @@ DESCRIPTION
774
774
  view a device for your project
775
775
  ```
776
776
 
777
- _See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/device/view.ts)_
777
+ _See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/device/view.ts)_
778
778
 
779
779
  ## `eas diagnostics`
780
780
 
@@ -788,7 +788,7 @@ DESCRIPTION
788
788
  display environment info
789
789
  ```
790
790
 
791
- _See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/diagnostics.ts)_
791
+ _See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/diagnostics.ts)_
792
792
 
793
793
  ## `eas help [COMMAND]`
794
794
 
@@ -808,7 +808,7 @@ DESCRIPTION
808
808
  display help for eas-cli
809
809
  ```
810
810
 
811
- _See code: [@expo/plugin-help](https://github.com/expo/oclif-plugin-help/blob/v5.1.16/src/commands/help.ts)_
811
+ _See code: [@expo/plugin-help](https://github.com/expo/oclif-plugin-help/blob/v5.1.22/src/commands/help.ts)_
812
812
 
813
813
  ## `eas init`
814
814
 
@@ -845,8 +845,6 @@ ALIASES
845
845
  $ eas login
846
846
  ```
847
847
 
848
- _See code: [src/commands/login.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/login.ts)_
849
-
850
848
  ## `eas logout`
851
849
 
852
850
  log out
@@ -862,8 +860,6 @@ ALIASES
862
860
  $ eas logout
863
861
  ```
864
862
 
865
- _See code: [src/commands/logout.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/logout.ts)_
866
-
867
863
  ## `eas metadata:lint`
868
864
 
869
865
  validate the local store configuration
@@ -880,7 +876,7 @@ DESCRIPTION
880
876
  validate the local store configuration
881
877
  ```
882
878
 
883
- _See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/metadata/lint.ts)_
879
+ _See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/metadata/lint.ts)_
884
880
 
885
881
  ## `eas metadata:pull`
886
882
 
@@ -897,7 +893,7 @@ DESCRIPTION
897
893
  generate the local store configuration from the app stores
898
894
  ```
899
895
 
900
- _See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/metadata/pull.ts)_
896
+ _See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/metadata/pull.ts)_
901
897
 
902
898
  ## `eas metadata:push`
903
899
 
@@ -914,7 +910,7 @@ DESCRIPTION
914
910
  sync the local store configuration to the app stores
915
911
  ```
916
912
 
917
- _See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/metadata/push.ts)_
913
+ _See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/metadata/push.ts)_
918
914
 
919
915
  ## `eas open`
920
916
 
@@ -928,7 +924,7 @@ DESCRIPTION
928
924
  open the project page in a web browser
929
925
  ```
930
926
 
931
- _See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/open.ts)_
927
+ _See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/open.ts)_
932
928
 
933
929
  ## `eas project:info`
934
930
 
@@ -942,7 +938,7 @@ DESCRIPTION
942
938
  information about the current project
943
939
  ```
944
940
 
945
- _See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/project/info.ts)_
941
+ _See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/project/info.ts)_
946
942
 
947
943
  ## `eas project:init`
948
944
 
@@ -964,7 +960,7 @@ ALIASES
964
960
  $ eas init
965
961
  ```
966
962
 
967
- _See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/project/init.ts)_
963
+ _See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/project/init.ts)_
968
964
 
969
965
  ## `eas secret:create`
970
966
 
@@ -987,7 +983,7 @@ DESCRIPTION
987
983
  create an environment secret on the current project or owner account
988
984
  ```
989
985
 
990
- _See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/secret/create.ts)_
986
+ _See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/secret/create.ts)_
991
987
 
992
988
  ## `eas secret:delete`
993
989
 
@@ -1005,7 +1001,7 @@ DESCRIPTION
1005
1001
  delete an environment secret by ID
1006
1002
  ```
1007
1003
 
1008
- _See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/secret/delete.ts)_
1004
+ _See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/secret/delete.ts)_
1009
1005
 
1010
1006
  ## `eas secret:list`
1011
1007
 
@@ -1019,7 +1015,7 @@ DESCRIPTION
1019
1015
  list environment secrets available for your current app
1020
1016
  ```
1021
1017
 
1022
- _See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/secret/list.ts)_
1018
+ _See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/secret/list.ts)_
1023
1019
 
1024
1020
  ## `eas secret:push`
1025
1021
 
@@ -1039,7 +1035,7 @@ DESCRIPTION
1039
1035
  read environment secrets from env file and store on the server
1040
1036
  ```
1041
1037
 
1042
- _See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/secret/push.ts)_
1038
+ _See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/secret/push.ts)_
1043
1039
 
1044
1040
  ## `eas submit`
1045
1041
 
@@ -1069,7 +1065,7 @@ ALIASES
1069
1065
  $ eas build:submit
1070
1066
  ```
1071
1067
 
1072
- _See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/submit.ts)_
1068
+ _See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/submit.ts)_
1073
1069
 
1074
1070
  ## `eas update`
1075
1071
 
@@ -1101,7 +1097,7 @@ DESCRIPTION
1101
1097
  publish an update group
1102
1098
  ```
1103
1099
 
1104
- _See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/update/index.ts)_
1100
+ _See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/update/index.ts)_
1105
1101
 
1106
1102
  ## `eas update:configure`
1107
1103
 
@@ -1119,7 +1115,7 @@ DESCRIPTION
1119
1115
  configure the project to support EAS Update
1120
1116
  ```
1121
1117
 
1122
- _See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/update/configure.ts)_
1118
+ _See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/update/configure.ts)_
1123
1119
 
1124
1120
  ## `eas update:delete GROUPID`
1125
1121
 
@@ -1140,7 +1136,7 @@ DESCRIPTION
1140
1136
  delete all the updates in an update group
1141
1137
  ```
1142
1138
 
1143
- _See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/update/delete.ts)_
1139
+ _See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/update/delete.ts)_
1144
1140
 
1145
1141
  ## `eas update:list`
1146
1142
 
@@ -1162,7 +1158,7 @@ DESCRIPTION
1162
1158
  view the recent updates
1163
1159
  ```
1164
1160
 
1165
- _See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/update/list.ts)_
1161
+ _See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/update/list.ts)_
1166
1162
 
1167
1163
  ## `eas update:republish`
1168
1164
 
@@ -1186,7 +1182,7 @@ DESCRIPTION
1186
1182
  rollback to an existing update
1187
1183
  ```
1188
1184
 
1189
- _See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/update/republish.ts)_
1185
+ _See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/update/republish.ts)_
1190
1186
 
1191
1187
  ## `eas update:view GROUPID`
1192
1188
 
@@ -1206,7 +1202,7 @@ DESCRIPTION
1206
1202
  update group details
1207
1203
  ```
1208
1204
 
1209
- _See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/update/view.ts)_
1205
+ _See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/update/view.ts)_
1210
1206
 
1211
1207
  ## `eas webhook:create`
1212
1208
 
@@ -1227,7 +1223,7 @@ DESCRIPTION
1227
1223
  create a webhook
1228
1224
  ```
1229
1225
 
1230
- _See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/webhook/create.ts)_
1226
+ _See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/webhook/create.ts)_
1231
1227
 
1232
1228
  ## `eas webhook:delete [ID]`
1233
1229
 
@@ -1247,7 +1243,7 @@ DESCRIPTION
1247
1243
  delete a webhook
1248
1244
  ```
1249
1245
 
1250
- _See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/webhook/delete.ts)_
1246
+ _See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/webhook/delete.ts)_
1251
1247
 
1252
1248
  ## `eas webhook:list`
1253
1249
 
@@ -1255,16 +1251,17 @@ list webhooks
1255
1251
 
1256
1252
  ```
1257
1253
  USAGE
1258
- $ eas webhook:list [--event BUILD|SUBMIT]
1254
+ $ eas webhook:list [--event BUILD|SUBMIT] [--json]
1259
1255
 
1260
1256
  FLAGS
1261
1257
  --event=(BUILD|SUBMIT) Event type that triggers the webhook
1258
+ --json Enable JSON output, non-JSON messages will be printed to stderr.
1262
1259
 
1263
1260
  DESCRIPTION
1264
1261
  list webhooks
1265
1262
  ```
1266
1263
 
1267
- _See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/webhook/list.ts)_
1264
+ _See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/webhook/list.ts)_
1268
1265
 
1269
1266
  ## `eas webhook:update`
1270
1267
 
@@ -1286,7 +1283,7 @@ DESCRIPTION
1286
1283
  update a webhook
1287
1284
  ```
1288
1285
 
1289
- _See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/webhook/update.ts)_
1286
+ _See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/webhook/update.ts)_
1290
1287
 
1291
1288
  ## `eas webhook:view ID`
1292
1289
 
@@ -1303,7 +1300,7 @@ DESCRIPTION
1303
1300
  view a webhook
1304
1301
  ```
1305
1302
 
1306
- _See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/webhook/view.ts)_
1303
+ _See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v3.4.0/packages/eas-cli/src/commands/webhook/view.ts)_
1307
1304
 
1308
1305
  ## `eas whoami`
1309
1306
 
@@ -1319,6 +1316,4 @@ DESCRIPTION
1319
1316
  ALIASES
1320
1317
  $ eas whoami
1321
1318
  ```
1322
-
1323
- _See code: [src/commands/whoami.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/whoami.ts)_
1324
1319
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  import { Actor } from '../user/User';
2
- export declare type AnalyticsEvent = CommandEvent | BuildEvent | SubmissionEvent | MetadataEvent;
2
+ export type AnalyticsEvent = CommandEvent | BuildEvent | SubmissionEvent | MetadataEvent;
3
3
  export declare enum CommandEvent {
4
4
  ACTION = "action"
5
5
  }
@@ -49,7 +49,7 @@ export declare enum MetadataEvent {
49
49
  APPLE_METADATA_DOWNLOAD = "metadata cli download apple response",
50
50
  APPLE_METADATA_UPLOAD = "metadata cli upload apple response"
51
51
  }
52
- export declare type AnalyticsEventProperties = Record<string, string | number | boolean>;
52
+ export type AnalyticsEventProperties = Record<string, string | number | boolean>;
53
53
  /**
54
54
  * The interface for commands to use to log events to analytics.
55
55
  */
@@ -71,6 +71,8 @@ async function prepareJobAsync(ctx, jobData) {
71
71
  experimental: {
72
72
  prebuildCommand: ctx.buildProfile.prebuildCommand,
73
73
  },
74
+ mode: eas_build_job_1.BuildMode.BUILD,
75
+ triggeredBy: eas_build_job_1.BuildTrigger.EAS_CLI,
74
76
  };
75
77
  return (0, eas_build_job_1.sanitizeJob)(job);
76
78
  }
@@ -19,12 +19,14 @@ interface Builder<TPlatform extends Platform, Credentials, TJob extends Job> {
19
19
  prepareJobAsync(ctx: BuildContext<TPlatform>, jobData: JobData<Credentials>): Promise<Job>;
20
20
  sendBuildRequestAsync(appId: string, job: TJob, metadata: Metadata, buildParams: BuildParamsInput): Promise<BuildResult>;
21
21
  }
22
- export declare type BuildRequestSender = () => Promise<BuildFragment | undefined>;
22
+ export type BuildRequestSender = () => Promise<BuildFragment | undefined>;
23
23
  export declare function prepareBuildRequestForPlatformAsync<TPlatform extends Platform, Credentials, TJob extends Job>(builder: Builder<TPlatform, Credentials, TJob>): Promise<BuildRequestSender>;
24
- export declare type MaybeBuildFragment = BuildFragment | null;
25
- export declare function waitForBuildEndAsync(graphqlClient: ExpoGraphqlClient, { buildIds, accountName }: {
24
+ export type MaybeBuildFragment = BuildFragment | null;
25
+ export declare function waitForBuildEndAsync(graphqlClient: ExpoGraphqlClient, { buildIds, accountName, projectDir, nonInteractive, }: {
26
26
  buildIds: string[];
27
27
  accountName: string;
28
+ projectDir: string;
29
+ nonInteractive: boolean;
28
30
  }, { intervalSec }?: {
29
31
  intervalSec?: number | undefined;
30
32
  }): Promise<MaybeBuildFragment[]>;