eas-cli 3.13.1 → 3.13.3

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 (132) hide show
  1. package/README.md +68 -67
  2. package/build/build/build.js +16 -6
  3. package/build/build/createContext.d.ts +2 -2
  4. package/build/build/createContext.js +2 -2
  5. package/build/build/local.js +1 -1
  6. package/build/build/runBuildAndSubmit.d.ts +1 -1
  7. package/build/build/runBuildAndSubmit.js +6 -5
  8. package/build/build/types.d.ts +1 -0
  9. package/build/build/types.js +1 -0
  10. package/build/build/utils/formatBuild.js +2 -0
  11. package/build/build/utils/printBuildInfo.js +1 -1
  12. package/build/commandUtils/EasCommand.d.ts +7 -6
  13. package/build/commandUtils/EasCommand.js +7 -5
  14. package/build/commandUtils/context/DynamicProjectConfigContextField.d.ts +5 -2
  15. package/build/commandUtils/context/DynamicProjectConfigContextField.js +24 -5
  16. package/build/commandUtils/context/{OptionalProjectConfigContextField.d.ts → OptionalPrivateProjectConfigContextField.d.ts} +1 -1
  17. package/build/commandUtils/context/{OptionalProjectConfigContextField.js → OptionalPrivateProjectConfigContextField.js} +5 -5
  18. package/build/commandUtils/context/{ProjectConfigContextField.d.ts → PrivateProjectConfigContextField.d.ts} +1 -1
  19. package/build/commandUtils/context/{ProjectConfigContextField.js → PrivateProjectConfigContextField.js} +5 -4
  20. package/build/commandUtils/context/contextUtils/getProjectIdAsync.js +1 -1
  21. package/build/commands/branch/create.d.ts +1 -1
  22. package/build/commands/branch/create.js +1 -1
  23. package/build/commands/branch/delete.d.ts +1 -1
  24. package/build/commands/branch/delete.js +1 -1
  25. package/build/commands/branch/list.d.ts +1 -1
  26. package/build/commands/branch/list.js +1 -1
  27. package/build/commands/branch/rename.d.ts +1 -1
  28. package/build/commands/branch/rename.js +1 -1
  29. package/build/commands/branch/view.d.ts +1 -1
  30. package/build/commands/branch/view.js +1 -1
  31. package/build/commands/build/cancel.d.ts +1 -1
  32. package/build/commands/build/cancel.js +2 -2
  33. package/build/commands/build/configure.d.ts +1 -1
  34. package/build/commands/build/configure.js +1 -1
  35. package/build/commands/build/index.d.ts +2 -1
  36. package/build/commands/build/index.js +2 -2
  37. package/build/commands/build/inspect.d.ts +2 -1
  38. package/build/commands/build/inspect.js +2 -2
  39. package/build/commands/build/internal.d.ts +2 -1
  40. package/build/commands/build/internal.js +2 -2
  41. package/build/commands/build/list.d.ts +1 -1
  42. package/build/commands/build/list.js +5 -1
  43. package/build/commands/build/resign.d.ts +2 -1
  44. package/build/commands/build/resign.js +2 -2
  45. package/build/commands/build/run.d.ts +1 -1
  46. package/build/commands/build/run.js +1 -1
  47. package/build/commands/build/version/get.d.ts +2 -1
  48. package/build/commands/build/version/get.js +2 -2
  49. package/build/commands/build/version/set.d.ts +2 -1
  50. package/build/commands/build/version/set.js +2 -2
  51. package/build/commands/build/version/sync.d.ts +2 -1
  52. package/build/commands/build/version/sync.js +2 -2
  53. package/build/commands/build/view.d.ts +1 -1
  54. package/build/commands/build/view.js +1 -1
  55. package/build/commands/channel/create.d.ts +1 -1
  56. package/build/commands/channel/create.js +1 -1
  57. package/build/commands/channel/delete.d.ts +1 -1
  58. package/build/commands/channel/delete.js +1 -1
  59. package/build/commands/channel/edit.d.ts +1 -1
  60. package/build/commands/channel/edit.js +1 -1
  61. package/build/commands/channel/list.d.ts +1 -1
  62. package/build/commands/channel/list.js +1 -1
  63. package/build/commands/channel/rollout.d.ts +1 -1
  64. package/build/commands/channel/rollout.js +1 -1
  65. package/build/commands/channel/view.d.ts +1 -1
  66. package/build/commands/channel/view.js +1 -1
  67. package/build/commands/config.d.ts +2 -1
  68. package/build/commands/config.js +2 -3
  69. package/build/commands/credentials.d.ts +3 -2
  70. package/build/commands/credentials.js +2 -2
  71. package/build/commands/device/create.d.ts +1 -1
  72. package/build/commands/device/create.js +2 -2
  73. package/build/commands/device/delete.d.ts +1 -1
  74. package/build/commands/device/delete.js +1 -1
  75. package/build/commands/device/list.d.ts +1 -1
  76. package/build/commands/device/list.js +1 -1
  77. package/build/commands/device/rename.d.ts +1 -1
  78. package/build/commands/device/rename.js +1 -1
  79. package/build/commands/device/view.d.ts +1 -1
  80. package/build/commands/device/view.js +1 -1
  81. package/build/commands/metadata/pull.d.ts +1 -1
  82. package/build/commands/metadata/pull.js +1 -1
  83. package/build/commands/metadata/push.d.ts +1 -1
  84. package/build/commands/metadata/push.js +1 -1
  85. package/build/commands/open.d.ts +1 -1
  86. package/build/commands/open.js +1 -1
  87. package/build/commands/project/info.d.ts +1 -1
  88. package/build/commands/project/info.js +1 -1
  89. package/build/commands/project/init.js +3 -3
  90. package/build/commands/secret/create.d.ts +1 -1
  91. package/build/commands/secret/create.js +1 -1
  92. package/build/commands/secret/delete.d.ts +1 -1
  93. package/build/commands/secret/delete.js +1 -1
  94. package/build/commands/secret/list.d.ts +1 -1
  95. package/build/commands/secret/list.js +1 -1
  96. package/build/commands/secret/push.d.ts +1 -1
  97. package/build/commands/secret/push.js +1 -1
  98. package/build/commands/submit.d.ts +1 -1
  99. package/build/commands/submit.js +1 -1
  100. package/build/commands/update/configure.d.ts +1 -1
  101. package/build/commands/update/configure.js +1 -1
  102. package/build/commands/update/index.d.ts +2 -1
  103. package/build/commands/update/index.js +44 -11
  104. package/build/commands/update/list.d.ts +1 -1
  105. package/build/commands/update/list.js +1 -1
  106. package/build/commands/update/republish.d.ts +1 -1
  107. package/build/commands/update/republish.js +1 -1
  108. package/build/commands/update/roll-back-to-embedded.d.ts +2 -1
  109. package/build/commands/update/roll-back-to-embedded.js +4 -8
  110. package/build/commands/webhook/create.d.ts +1 -1
  111. package/build/commands/webhook/create.js +1 -1
  112. package/build/commands/webhook/delete.d.ts +1 -1
  113. package/build/commands/webhook/delete.js +1 -1
  114. package/build/commands/webhook/list.d.ts +1 -1
  115. package/build/commands/webhook/list.js +1 -1
  116. package/build/credentials/context.d.ts +0 -3
  117. package/build/credentials/context.js +1 -10
  118. package/build/credentials/manager/HelperActions.d.ts +1 -1
  119. package/build/credentials/manager/ManageAndroid.js +1 -1
  120. package/build/credentials/manager/ManageIos.js +1 -1
  121. package/build/credentials/manager/SelectPlatform.d.ts +2 -2
  122. package/build/credentials/manager/SelectPlatform.js +2 -2
  123. package/build/graphql/generated.d.ts +50 -10
  124. package/build/graphql/generated.js +2 -0
  125. package/build/project/expoConfig.d.ts +7 -2
  126. package/build/project/expoConfig.js +10 -3
  127. package/build/project/publish.d.ts +8 -1
  128. package/build/project/publish.js +19 -5
  129. package/build/update/android/UpdatesModule.d.ts +3 -0
  130. package/build/update/android/UpdatesModule.js +11 -0
  131. package/oclif.manifest.json +1 -1
  132. package/package.json +2 -2
package/README.md CHANGED
@@ -133,7 +133,7 @@ ALIASES
133
133
  $ eas login
134
134
  ```
135
135
 
136
- _See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/account/login.ts)_
136
+ _See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/account/login.ts)_
137
137
 
138
138
  ## `eas account:logout`
139
139
 
@@ -150,7 +150,7 @@ ALIASES
150
150
  $ eas logout
151
151
  ```
152
152
 
153
- _See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/account/logout.ts)_
153
+ _See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/account/logout.ts)_
154
154
 
155
155
  ## `eas account:view`
156
156
 
@@ -167,7 +167,7 @@ ALIASES
167
167
  $ eas whoami
168
168
  ```
169
169
 
170
- _See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/account/view.ts)_
170
+ _See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/account/view.ts)_
171
171
 
172
172
  ## `eas analytics [STATUS]`
173
173
 
@@ -181,7 +181,7 @@ DESCRIPTION
181
181
  display or change analytics settings
182
182
  ```
183
183
 
184
- _See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/analytics.ts)_
184
+ _See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/analytics.ts)_
185
185
 
186
186
  ## `eas autocomplete [SHELL]`
187
187
 
@@ -231,7 +231,7 @@ DESCRIPTION
231
231
  create a branch
232
232
  ```
233
233
 
234
- _See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/branch/create.ts)_
234
+ _See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/branch/create.ts)_
235
235
 
236
236
  ## `eas branch:delete [NAME]`
237
237
 
@@ -252,7 +252,7 @@ DESCRIPTION
252
252
  delete a branch
253
253
  ```
254
254
 
255
- _See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/branch/delete.ts)_
255
+ _See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/branch/delete.ts)_
256
256
 
257
257
  ## `eas branch:list`
258
258
 
@@ -272,7 +272,7 @@ DESCRIPTION
272
272
  list all branches
273
273
  ```
274
274
 
275
- _See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/branch/list.ts)_
275
+ _See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/branch/list.ts)_
276
276
 
277
277
  ## `eas branch:rename`
278
278
 
@@ -292,7 +292,7 @@ DESCRIPTION
292
292
  rename a branch
293
293
  ```
294
294
 
295
- _See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/branch/rename.ts)_
295
+ _See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/branch/rename.ts)_
296
296
 
297
297
  ## `eas branch:view [NAME]`
298
298
 
@@ -315,7 +315,7 @@ DESCRIPTION
315
315
  view a branch
316
316
  ```
317
317
 
318
- _See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/branch/view.ts)_
318
+ _See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/branch/view.ts)_
319
319
 
320
320
  ## `eas build`
321
321
 
@@ -345,7 +345,7 @@ DESCRIPTION
345
345
  start a build
346
346
  ```
347
347
 
348
- _See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/build/index.ts)_
348
+ _See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/build/index.ts)_
349
349
 
350
350
  ## `eas build:cancel [BUILD_ID]`
351
351
 
@@ -362,7 +362,7 @@ DESCRIPTION
362
362
  cancel a build
363
363
  ```
364
364
 
365
- _See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/build/cancel.ts)_
365
+ _See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/build/cancel.ts)_
366
366
 
367
367
  ## `eas build:configure`
368
368
 
@@ -379,7 +379,7 @@ DESCRIPTION
379
379
  configure the project to support EAS Build
380
380
  ```
381
381
 
382
- _See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/build/configure.ts)_
382
+ _See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/build/configure.ts)_
383
383
 
384
384
  ## `eas build:inspect`
385
385
 
@@ -414,7 +414,7 @@ DESCRIPTION
414
414
  inspect the state of the project at specific build stages, useful for troubleshooting
415
415
  ```
416
416
 
417
- _See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/build/inspect.ts)_
417
+ _See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/build/inspect.ts)_
418
418
 
419
419
  ## `eas build:list`
420
420
 
@@ -422,10 +422,11 @@ list all builds for your project
422
422
 
423
423
  ```
424
424
  USAGE
425
- $ eas build:list [--platform all|android|ios] [--status new|in-queue|in-progress|errored|finished|canceled]
426
- [--distribution store|internal|simulator] [--channel <value>] [--appVersion <value>] [--appBuildVersion <value>]
427
- [--sdkVersion <value>] [--runtimeVersion <value>] [--appIdentifier <value>] [--buildProfile <value>]
428
- [--gitCommitHash <value>] [--offset <value>] [--limit <value>] [--json --non-interactive]
425
+ $ eas build:list [--platform all|android|ios] [--status
426
+ new|in-queue|in-progress|pending-cancel|errored|finished|canceled] [--distribution store|internal|simulator]
427
+ [--channel <value>] [--appVersion <value>] [--appBuildVersion <value>] [--sdkVersion <value>] [--runtimeVersion
428
+ <value>] [--appIdentifier <value>] [--buildProfile <value>] [--gitCommitHash <value>] [--offset <value>] [--limit
429
+ <value>] [--json --non-interactive]
429
430
 
430
431
  FLAGS
431
432
  --appBuildVersion=<value>
@@ -435,23 +436,23 @@ FLAGS
435
436
  --channel=<value>
436
437
  --distribution=(store|internal|simulator)
437
438
  --gitCommitHash=<value>
438
- --json Enable JSON output, non-JSON messages will be printed
439
- to stderr.
440
- --limit=<value> The number of items to fetch each query. Defaults to 10
441
- and is capped at 50.
442
- --non-interactive Run the command in non-interactive mode.
443
- --offset=<value> Start queries from specified index. Use for paginating
444
- results. Defaults to 0.
439
+ --json Enable JSON output, non-JSON messages
440
+ will be printed to stderr.
441
+ --limit=<value> The number of items to fetch each query.
442
+ Defaults to 10 and is capped at 50.
443
+ --non-interactive Run the command in non-interactive mode.
444
+ --offset=<value> Start queries from specified index. Use
445
+ for paginating results. Defaults to 0.
445
446
  --platform=(all|android|ios)
446
447
  --runtimeVersion=<value>
447
448
  --sdkVersion=<value>
448
- --status=(new|in-queue|in-progress|errored|finished|canceled)
449
+ --status=(new|in-queue|in-progress|pending-cancel|errored|finished|canceled)
449
450
 
450
451
  DESCRIPTION
451
452
  list all builds for your project
452
453
  ```
453
454
 
454
- _See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/build/list.ts)_
455
+ _See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/build/list.ts)_
455
456
 
456
457
  ## `eas build:resign`
457
458
 
@@ -477,7 +478,7 @@ DESCRIPTION
477
478
  re-sign a build archive
478
479
  ```
479
480
 
480
- _See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/build/resign.ts)_
481
+ _See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/build/resign.ts)_
481
482
 
482
483
  ## `eas build:run`
483
484
 
@@ -501,7 +502,7 @@ DESCRIPTION
501
502
  run simulator/emulator builds from eas-cli
502
503
  ```
503
504
 
504
- _See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/build/run.ts)_
505
+ _See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/build/run.ts)_
505
506
 
506
507
  ## `eas build:submit`
507
508
 
@@ -550,7 +551,7 @@ DESCRIPTION
550
551
  get the latest version from EAS servers
551
552
  ```
552
553
 
553
- _See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/build/version/get.ts)_
554
+ _See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/build/version/get.ts)_
554
555
 
555
556
  ## `eas build:version:set`
556
557
 
@@ -569,7 +570,7 @@ DESCRIPTION
569
570
  update version of an app
570
571
  ```
571
572
 
572
- _See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/build/version/set.ts)_
573
+ _See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/build/version/set.ts)_
573
574
 
574
575
  ## `eas build:version:sync`
575
576
 
@@ -588,7 +589,7 @@ DESCRIPTION
588
589
  update a version in native code with a value stored on EAS servers
589
590
  ```
590
591
 
591
- _See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/build/version/sync.ts)_
592
+ _See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/build/version/sync.ts)_
592
593
 
593
594
  ## `eas build:view [BUILD_ID]`
594
595
 
@@ -605,7 +606,7 @@ DESCRIPTION
605
606
  view a build for your project
606
607
  ```
607
608
 
608
- _See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/build/view.ts)_
609
+ _See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/build/view.ts)_
609
610
 
610
611
  ## `eas channel:create [NAME]`
611
612
 
@@ -626,7 +627,7 @@ DESCRIPTION
626
627
  create a channel
627
628
  ```
628
629
 
629
- _See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/channel/create.ts)_
630
+ _See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/channel/create.ts)_
630
631
 
631
632
  ## `eas channel:edit [NAME]`
632
633
 
@@ -648,7 +649,7 @@ DESCRIPTION
648
649
  point a channel at a new branch
649
650
  ```
650
651
 
651
- _See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/channel/edit.ts)_
652
+ _See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/channel/edit.ts)_
652
653
 
653
654
  ## `eas channel:list`
654
655
 
@@ -668,7 +669,7 @@ DESCRIPTION
668
669
  list all channels
669
670
  ```
670
671
 
671
- _See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/channel/list.ts)_
672
+ _See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/channel/list.ts)_
672
673
 
673
674
  ## `eas channel:rollout [CHANNEL]`
674
675
 
@@ -692,7 +693,7 @@ DESCRIPTION
692
693
  Roll a new branch out on a channel incrementally.
693
694
  ```
694
695
 
695
- _See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/channel/rollout.ts)_
696
+ _See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/channel/rollout.ts)_
696
697
 
697
698
  ## `eas channel:view [NAME]`
698
699
 
@@ -715,7 +716,7 @@ DESCRIPTION
715
716
  view a channel
716
717
  ```
717
718
 
718
- _See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/channel/view.ts)_
719
+ _See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/channel/view.ts)_
719
720
 
720
721
  ## `eas config`
721
722
 
@@ -736,7 +737,7 @@ DESCRIPTION
736
737
  display project configuration (app.json + eas.json)
737
738
  ```
738
739
 
739
- _See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/config.ts)_
740
+ _See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/config.ts)_
740
741
 
741
742
  ## `eas credentials`
742
743
 
@@ -753,7 +754,7 @@ DESCRIPTION
753
754
  manage credentials
754
755
  ```
755
756
 
756
- _See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/credentials.ts)_
757
+ _See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/credentials.ts)_
757
758
 
758
759
  ## `eas device:create`
759
760
 
@@ -767,7 +768,7 @@ DESCRIPTION
767
768
  register new Apple Devices to use for internal distribution
768
769
  ```
769
770
 
770
- _See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/device/create.ts)_
771
+ _See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/device/create.ts)_
771
772
 
772
773
  ## `eas device:delete`
773
774
 
@@ -787,7 +788,7 @@ DESCRIPTION
787
788
  remove a registered device from your account
788
789
  ```
789
790
 
790
- _See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/device/delete.ts)_
791
+ _See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/device/delete.ts)_
791
792
 
792
793
  ## `eas device:list`
793
794
 
@@ -808,7 +809,7 @@ DESCRIPTION
808
809
  list all registered devices for your account
809
810
  ```
810
811
 
811
- _See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/device/list.ts)_
812
+ _See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/device/list.ts)_
812
813
 
813
814
  ## `eas device:rename`
814
815
 
@@ -829,7 +830,7 @@ DESCRIPTION
829
830
  rename a registered device
830
831
  ```
831
832
 
832
- _See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/device/rename.ts)_
833
+ _See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/device/rename.ts)_
833
834
 
834
835
  ## `eas device:view [UDID]`
835
836
 
@@ -843,7 +844,7 @@ DESCRIPTION
843
844
  view a device for your project
844
845
  ```
845
846
 
846
- _See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/device/view.ts)_
847
+ _See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/device/view.ts)_
847
848
 
848
849
  ## `eas diagnostics`
849
850
 
@@ -857,7 +858,7 @@ DESCRIPTION
857
858
  display environment info
858
859
  ```
859
860
 
860
- _See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/diagnostics.ts)_
861
+ _See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/diagnostics.ts)_
861
862
 
862
863
  ## `eas help [COMMAND]`
863
864
 
@@ -945,7 +946,7 @@ DESCRIPTION
945
946
  validate the local store configuration
946
947
  ```
947
948
 
948
- _See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/metadata/lint.ts)_
949
+ _See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/metadata/lint.ts)_
949
950
 
950
951
  ## `eas metadata:pull`
951
952
 
@@ -962,7 +963,7 @@ DESCRIPTION
962
963
  generate the local store configuration from the app stores
963
964
  ```
964
965
 
965
- _See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/metadata/pull.ts)_
966
+ _See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/metadata/pull.ts)_
966
967
 
967
968
  ## `eas metadata:push`
968
969
 
@@ -979,7 +980,7 @@ DESCRIPTION
979
980
  sync the local store configuration to the app stores
980
981
  ```
981
982
 
982
- _See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/metadata/push.ts)_
983
+ _See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/metadata/push.ts)_
983
984
 
984
985
  ## `eas open`
985
986
 
@@ -993,7 +994,7 @@ DESCRIPTION
993
994
  open the project page in a web browser
994
995
  ```
995
996
 
996
- _See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/open.ts)_
997
+ _See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/open.ts)_
997
998
 
998
999
  ## `eas project:info`
999
1000
 
@@ -1007,7 +1008,7 @@ DESCRIPTION
1007
1008
  information about the current project
1008
1009
  ```
1009
1010
 
1010
- _See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/project/info.ts)_
1011
+ _See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/project/info.ts)_
1011
1012
 
1012
1013
  ## `eas project:init`
1013
1014
 
@@ -1029,7 +1030,7 @@ ALIASES
1029
1030
  $ eas init
1030
1031
  ```
1031
1032
 
1032
- _See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/project/init.ts)_
1033
+ _See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/project/init.ts)_
1033
1034
 
1034
1035
  ## `eas secret:create`
1035
1036
 
@@ -1052,7 +1053,7 @@ DESCRIPTION
1052
1053
  create an environment secret on the current project or owner account
1053
1054
  ```
1054
1055
 
1055
- _See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/secret/create.ts)_
1056
+ _See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/secret/create.ts)_
1056
1057
 
1057
1058
  ## `eas secret:delete`
1058
1059
 
@@ -1070,7 +1071,7 @@ DESCRIPTION
1070
1071
  delete an environment secret by ID
1071
1072
  ```
1072
1073
 
1073
- _See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/secret/delete.ts)_
1074
+ _See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/secret/delete.ts)_
1074
1075
 
1075
1076
  ## `eas secret:list`
1076
1077
 
@@ -1084,7 +1085,7 @@ DESCRIPTION
1084
1085
  list environment secrets available for your current app
1085
1086
  ```
1086
1087
 
1087
- _See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/secret/list.ts)_
1088
+ _See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/secret/list.ts)_
1088
1089
 
1089
1090
  ## `eas secret:push`
1090
1091
 
@@ -1104,7 +1105,7 @@ DESCRIPTION
1104
1105
  read environment secrets from env file and store on the server
1105
1106
  ```
1106
1107
 
1107
- _See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/secret/push.ts)_
1108
+ _See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/secret/push.ts)_
1108
1109
 
1109
1110
  ## `eas submit`
1110
1111
 
@@ -1134,7 +1135,7 @@ ALIASES
1134
1135
  $ eas build:submit
1135
1136
  ```
1136
1137
 
1137
- _See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/submit.ts)_
1138
+ _See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/submit.ts)_
1138
1139
 
1139
1140
  ## `eas update`
1140
1141
 
@@ -1167,7 +1168,7 @@ DESCRIPTION
1167
1168
  publish an update group
1168
1169
  ```
1169
1170
 
1170
- _See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/update/index.ts)_
1171
+ _See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/update/index.ts)_
1171
1172
 
1172
1173
  ## `eas update:configure`
1173
1174
 
@@ -1185,7 +1186,7 @@ DESCRIPTION
1185
1186
  configure the project to support EAS Update
1186
1187
  ```
1187
1188
 
1188
- _See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/update/configure.ts)_
1189
+ _See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/update/configure.ts)_
1189
1190
 
1190
1191
  ## `eas update:delete GROUPID`
1191
1192
 
@@ -1206,7 +1207,7 @@ DESCRIPTION
1206
1207
  delete all the updates in an update group
1207
1208
  ```
1208
1209
 
1209
- _See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/update/delete.ts)_
1210
+ _See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/update/delete.ts)_
1210
1211
 
1211
1212
  ## `eas update:list`
1212
1213
 
@@ -1228,7 +1229,7 @@ DESCRIPTION
1228
1229
  view the recent updates
1229
1230
  ```
1230
1231
 
1231
- _See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/update/list.ts)_
1232
+ _See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/update/list.ts)_
1232
1233
 
1233
1234
  ## `eas update:republish`
1234
1235
 
@@ -1252,7 +1253,7 @@ DESCRIPTION
1252
1253
  roll back to an existing update
1253
1254
  ```
1254
1255
 
1255
- _See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/update/republish.ts)_
1256
+ _See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/update/republish.ts)_
1256
1257
 
1257
1258
  ## `eas update:view GROUPID`
1258
1259
 
@@ -1272,7 +1273,7 @@ DESCRIPTION
1272
1273
  update group details
1273
1274
  ```
1274
1275
 
1275
- _See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/update/view.ts)_
1276
+ _See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/update/view.ts)_
1276
1277
 
1277
1278
  ## `eas webhook:create`
1278
1279
 
@@ -1293,7 +1294,7 @@ DESCRIPTION
1293
1294
  create a webhook
1294
1295
  ```
1295
1296
 
1296
- _See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/webhook/create.ts)_
1297
+ _See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/webhook/create.ts)_
1297
1298
 
1298
1299
  ## `eas webhook:delete [ID]`
1299
1300
 
@@ -1313,7 +1314,7 @@ DESCRIPTION
1313
1314
  delete a webhook
1314
1315
  ```
1315
1316
 
1316
- _See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/webhook/delete.ts)_
1317
+ _See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/webhook/delete.ts)_
1317
1318
 
1318
1319
  ## `eas webhook:list`
1319
1320
 
@@ -1331,7 +1332,7 @@ DESCRIPTION
1331
1332
  list webhooks
1332
1333
  ```
1333
1334
 
1334
- _See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/webhook/list.ts)_
1335
+ _See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/webhook/list.ts)_
1335
1336
 
1336
1337
  ## `eas webhook:update`
1337
1338
 
@@ -1353,7 +1354,7 @@ DESCRIPTION
1353
1354
  update a webhook
1354
1355
  ```
1355
1356
 
1356
- _See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/webhook/update.ts)_
1357
+ _See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/webhook/update.ts)_
1357
1358
 
1358
1359
  ## `eas webhook:view ID`
1359
1360
 
@@ -1370,7 +1371,7 @@ DESCRIPTION
1370
1371
  view a webhook
1371
1372
  ```
1372
1373
 
1373
- _See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v3.13.1/packages/eas-cli/src/commands/webhook/view.ts)_
1374
+ _See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v3.13.3/packages/eas-cli/src/commands/webhook/view.ts)_
1374
1375
 
1375
1376
  ## `eas whoami`
1376
1377
 
@@ -118,7 +118,7 @@ const SERVER_SIDE_DEFINED_ERRORS = {
118
118
  VALIDATION_ERROR: errors_1.RequestValidationError,
119
119
  };
120
120
  function handleBuildRequestError(error, platform) {
121
- var _a, _b, _c, _d, _e, _f, _g, _h;
121
+ var _a, _b, _c, _d, _e, _f;
122
122
  log_1.default.debug(JSON.stringify(error.graphQLErrors, null, 2));
123
123
  const graphQLErrorCode = (_c = (_b = (_a = error === null || error === void 0 ? void 0 : error.graphQLErrors) === null || _a === void 0 ? void 0 : _a[0]) === null || _b === void 0 ? void 0 : _b.extensions) === null || _c === void 0 ? void 0 : _c.errorCode;
124
124
  if (graphQLErrorCode in SERVER_SIDE_DEFINED_ERRORS) {
@@ -132,11 +132,14 @@ function handleBuildRequestError(error, platform) {
132
132
  throw new errors_1.EasBuildTooManyPendingBuildsError(`You have already reached the maximum number of pending ${platform_1.requestedPlatformDisplayNames[platform]} builds for your account. Try again later.`);
133
133
  }
134
134
  else if (error === null || error === void 0 ? void 0 : error.graphQLErrors) {
135
- const requestIdLine = ((_h = (_g = (_f = error === null || error === void 0 ? void 0 : error.graphQLErrors) === null || _f === void 0 ? void 0 : _f[0]) === null || _g === void 0 ? void 0 : _g.extensions) === null || _h === void 0 ? void 0 : _h.requestId)
136
- ? `\nRequest ID: ${error.graphQLErrors[0].extensions.requestId}`
135
+ const graphQLError = error.graphQLErrors[0];
136
+ const requestIdLine = ((_f = graphQLError === null || graphQLError === void 0 ? void 0 : graphQLError.extensions) === null || _f === void 0 ? void 0 : _f.requestId)
137
+ ? `\nRequest ID: ${graphQLError.extensions.requestId}`
137
138
  : '';
138
- throw new Error('Build request failed. Make sure you are using the latest eas-cli version. If the problem persists, report the issue.' +
139
- requestIdLine);
139
+ const originalErrorMessage = (graphQLError === null || graphQLError === void 0 ? void 0 : graphQLError.message)
140
+ ? `\nError message: ${graphQLError.message}`
141
+ : '';
142
+ throw new Error(`Build request failed. Make sure you are using the latest eas-cli version. If the problem persists, report the issue.${requestIdLine}${originalErrorMessage}`);
140
143
  }
141
144
  throw error;
142
145
  }
@@ -305,6 +308,7 @@ async function handleSingleBuildProgressAsync({ build, accountName, projectDir,
305
308
  }
306
309
  break;
307
310
  }
311
+ case generated_1.BuildStatus.PendingCancel:
308
312
  case generated_1.BuildStatus.Canceled:
309
313
  spinner.fail('Build canceled');
310
314
  return { refetch: false };
@@ -334,6 +338,7 @@ const statusToDisplayName = {
334
338
  [generated_1.BuildStatus.New]: 'waiting to enter the queue (concurrency limit reached)',
335
339
  [generated_1.BuildStatus.InQueue]: 'in queue',
336
340
  [generated_1.BuildStatus.InProgress]: 'in progress',
341
+ [generated_1.BuildStatus.PendingCancel]: 'canceled',
337
342
  [generated_1.BuildStatus.Canceled]: 'canceled',
338
343
  [generated_1.BuildStatus.Finished]: 'finished',
339
344
  [generated_1.BuildStatus.Errored]: 'failed',
@@ -343,7 +348,12 @@ async function handleMultipleBuildsProgressAsync({ builds: maybeBuilds }, { spin
343
348
  const buildCount = maybeBuilds.length;
344
349
  const builds = maybeBuilds.filter(isBuildFragment);
345
350
  const allFinished = builds.filter(build => build.status === generated_1.BuildStatus.Finished).length === buildCount;
346
- const allSettled = builds.filter(build => [generated_1.BuildStatus.Finished, generated_1.BuildStatus.Errored, generated_1.BuildStatus.Canceled].includes(build.status)).length === buildCount;
351
+ const allSettled = builds.filter(build => [
352
+ generated_1.BuildStatus.Finished,
353
+ generated_1.BuildStatus.Errored,
354
+ generated_1.BuildStatus.Canceled,
355
+ generated_1.BuildStatus.PendingCancel,
356
+ ].includes(build.status)).length === buildCount;
347
357
  if (allSettled) {
348
358
  if (allFinished) {
349
359
  spinner.succeed(formatSettledBuildsText(builds));
@@ -7,7 +7,7 @@ import { CustomBuildConfigMetadata } from '../project/customBuildConfig';
7
7
  import { Actor } from '../user/User';
8
8
  import { BuildContext } from './context';
9
9
  import { LocalBuildOptions } from './local';
10
- export declare function createBuildContextAsync<T extends Platform>({ buildProfileName, buildProfile, easJsonCliConfig, clearCache, localBuildOptions, nonInteractive, noWait, platform, projectDir, resourceClassFlag, message, actor, graphqlClient, analytics, getDynamicProjectConfigAsync, customBuildConfigMetadata, }: {
10
+ export declare function createBuildContextAsync<T extends Platform>({ buildProfileName, buildProfile, easJsonCliConfig, clearCache, localBuildOptions, nonInteractive, noWait, platform, projectDir, resourceClassFlag, message, actor, graphqlClient, analytics, getDynamicPrivateProjectConfigAsync, customBuildConfigMetadata, }: {
11
11
  buildProfileName: string;
12
12
  buildProfile: BuildProfile<T>;
13
13
  easJsonCliConfig: EasJson['cli'];
@@ -22,6 +22,6 @@ export declare function createBuildContextAsync<T extends Platform>({ buildProfi
22
22
  actor: Actor;
23
23
  graphqlClient: ExpoGraphqlClient;
24
24
  analytics: Analytics;
25
- getDynamicProjectConfigAsync: DynamicConfigContextFn;
25
+ getDynamicPrivateProjectConfigAsync: DynamicConfigContextFn;
26
26
  customBuildConfigMetadata?: CustomBuildConfigMetadata;
27
27
  }): Promise<BuildContext<T>>;
@@ -14,8 +14,8 @@ const workflow_1 = require("../project/workflow");
14
14
  const build_1 = require("./android/build");
15
15
  const build_2 = require("./ios/build");
16
16
  const resourceClass_1 = require("./utils/resourceClass");
17
- async function createBuildContextAsync({ buildProfileName, buildProfile, easJsonCliConfig, clearCache = false, localBuildOptions, nonInteractive, noWait, platform, projectDir, resourceClassFlag, message, actor, graphqlClient, analytics, getDynamicProjectConfigAsync, customBuildConfigMetadata, }) {
18
- const { exp, projectId } = await getDynamicProjectConfigAsync({ env: buildProfile.env });
17
+ async function createBuildContextAsync({ buildProfileName, buildProfile, easJsonCliConfig, clearCache = false, localBuildOptions, nonInteractive, noWait, platform, projectDir, resourceClassFlag, message, actor, graphqlClient, analytics, getDynamicPrivateProjectConfigAsync, customBuildConfigMetadata, }) {
18
+ const { exp, projectId } = await getDynamicPrivateProjectConfigAsync({ env: buildProfile.env });
19
19
  const projectName = exp.slug;
20
20
  const account = await (0, projectUtils_1.getOwnerAccountForProjectIdAsync)(graphqlClient, projectId);
21
21
  const workflow = await (0, workflow_1.resolveWorkflowAsync)(projectDir, platform);
@@ -6,7 +6,7 @@ const spawn_async_1 = tslib_1.__importDefault(require("@expo/spawn-async"));
6
6
  const semver_1 = tslib_1.__importDefault(require("semver"));
7
7
  const ora_1 = require("../ora");
8
8
  const PLUGIN_PACKAGE_NAME = 'eas-cli-local-build-plugin';
9
- const PLUGIN_PACKAGE_VERSION = '0.0.128';
9
+ const PLUGIN_PACKAGE_VERSION = '1.0.18';
10
10
  var LocalBuildMode;
11
11
  (function (LocalBuildMode) {
12
12
  /**
@@ -18,4 +18,4 @@ export interface BuildFlags {
18
18
  resourceClass?: ResourceClass;
19
19
  message?: string;
20
20
  }
21
- export declare function runBuildAndSubmitAsync(graphqlClient: ExpoGraphqlClient, analytics: Analytics, projectDir: string, flags: BuildFlags, actor: Actor, getDynamicProjectConfigAsync: DynamicConfigContextFn): Promise<void>;
21
+ export declare function runBuildAndSubmitAsync(graphqlClient: ExpoGraphqlClient, analytics: Analytics, projectDir: string, flags: BuildFlags, actor: Actor, getDynamicPrivateProjectConfigAsync: DynamicConfigContextFn): Promise<void>;