eas-cli 10.2.4 → 11.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (204) hide show
  1. package/README.md +63 -65
  2. package/build/branch/actions/SelectBranch.d.ts +1 -1
  3. package/build/branch/actions/SelectBranch.js +2 -2
  4. package/build/branch/queries.js +3 -1
  5. package/build/build/android/build.js +1 -1
  6. package/build/build/android/version.js +1 -1
  7. package/build/build/build.js +21 -10
  8. package/build/build/context.d.ts +1 -0
  9. package/build/build/createContext.d.ts +2 -1
  10. package/build/build/createContext.js +6 -3
  11. package/build/build/evaluateConfigWithEnvVarsAsync.d.ts +16 -0
  12. package/build/build/evaluateConfigWithEnvVarsAsync.js +44 -0
  13. package/build/build/ios/build.js +4 -4
  14. package/build/build/local.d.ts +1 -1
  15. package/build/build/local.js +2 -1
  16. package/build/build/queries.js +3 -1
  17. package/build/build/runBuildAndSubmit.d.ts +2 -0
  18. package/build/build/runBuildAndSubmit.js +14 -7
  19. package/build/build/utils/printBuildInfo.js +6 -2
  20. package/build/build/validate.js +2 -2
  21. package/build/channel/actions/SelectChannel.d.ts +1 -1
  22. package/build/channel/actions/SelectChannel.js +2 -2
  23. package/build/channel/queries.js +6 -2
  24. package/build/commandUtils/EasCommand.js +2 -2
  25. package/build/commandUtils/context/contextUtils/createGraphqlClient.js +1 -1
  26. package/build/commandUtils/flags.d.ts +3 -0
  27. package/build/commandUtils/flags.js +15 -1
  28. package/build/commandUtils/gating/FeatureGating.js +6 -2
  29. package/build/commands/analytics.js +1 -1
  30. package/build/commands/build/index.d.ts +4 -1
  31. package/build/commands/build/index.js +3 -0
  32. package/build/commands/build/resign.d.ts +4 -1
  33. package/build/commands/build/resign.js +12 -3
  34. package/build/commands/build/version/get.d.ts +1 -0
  35. package/build/commands/build/version/get.js +9 -2
  36. package/build/commands/build/version/set.d.ts +1 -0
  37. package/build/commands/build/version/set.js +11 -1
  38. package/build/commands/build/version/sync.d.ts +1 -0
  39. package/build/commands/build/version/sync.js +13 -5
  40. package/build/commands/config.d.ts +2 -0
  41. package/build/commands/config.js +17 -5
  42. package/build/commands/device/delete.js +1 -1
  43. package/build/commands/device/rename.js +1 -1
  44. package/build/commands/env/create.js +7 -2
  45. package/build/commands/env/delete.js +5 -2
  46. package/build/commands/env/get.js +12 -4
  47. package/build/commands/env/link.js +3 -1
  48. package/build/commands/env/list.d.ts +4 -2
  49. package/build/commands/env/list.js +31 -4
  50. package/build/commands/env/pull.d.ts +15 -0
  51. package/build/commands/env/pull.js +64 -0
  52. package/build/commands/env/push.d.ts +17 -0
  53. package/build/commands/env/push.js +148 -0
  54. package/build/commands/env/unlink.js +4 -1
  55. package/build/commands/env/update.js +7 -2
  56. package/build/commands/metadata/lint.js +4 -2
  57. package/build/commands/project/onboarding.js +1 -1
  58. package/build/commands/update/edit.d.ts +19 -0
  59. package/build/commands/update/edit.js +102 -0
  60. package/build/commands/update/index.d.ts +1 -2
  61. package/build/commands/update/index.js +53 -25
  62. package/build/commands/update/list.js +6 -3
  63. package/build/commands/update/roll-back-to-embedded.js +1 -1
  64. package/build/credentials/android/AndroidCredentialsProvider.d.ts +2 -2
  65. package/build/credentials/android/actions/AssignFcm.d.ts +1 -1
  66. package/build/credentials/android/actions/AssignGoogleServiceAccountKeyForFcmV1.d.ts +1 -1
  67. package/build/credentials/android/actions/AssignGoogleServiceAccountKeyForSubmissions.d.ts +1 -1
  68. package/build/credentials/android/actions/CreateFcm.d.ts +1 -1
  69. package/build/credentials/android/actions/CreateGoogleServiceAccountKey.d.ts +1 -1
  70. package/build/credentials/android/actions/CreateKeystore.d.ts +1 -1
  71. package/build/credentials/android/actions/DownloadKeystore.d.ts +2 -2
  72. package/build/credentials/android/actions/RemoveFcm.d.ts +1 -1
  73. package/build/credentials/android/actions/RemoveGoogleServiceAccountKey.d.ts +2 -2
  74. package/build/credentials/android/actions/RemoveKeystore.d.ts +1 -1
  75. package/build/credentials/android/actions/SetUpBuildCredentials.d.ts +1 -1
  76. package/build/credentials/android/actions/SetUpBuildCredentialsFromCredentialsJson.d.ts +1 -1
  77. package/build/credentials/android/actions/SetUpGoogleServiceAccountKeyForFcmV1.d.ts +1 -1
  78. package/build/credentials/android/actions/SetUpGoogleServiceAccountKeyForSubmissions.d.ts +1 -1
  79. package/build/credentials/android/actions/UseExistingGoogleServiceAccountKey.d.ts +1 -1
  80. package/build/credentials/android/api/GraphqlClient.js +3 -3
  81. package/build/credentials/context.d.ts +2 -2
  82. package/build/credentials/context.js +1 -1
  83. package/build/credentials/ios/IosCredentialsProvider.d.ts +2 -2
  84. package/build/credentials/ios/IosCredentialsProvider.js +1 -1
  85. package/build/credentials/ios/actions/AscApiKeyUtils.js +1 -1
  86. package/build/credentials/ios/actions/AssignAscApiKey.d.ts +1 -1
  87. package/build/credentials/ios/actions/AssignPushKey.d.ts +1 -1
  88. package/build/credentials/ios/actions/ConfigureProvisioningProfile.d.ts +4 -4
  89. package/build/credentials/ios/actions/CreateAscApiKey.d.ts +1 -1
  90. package/build/credentials/ios/actions/CreateDistributionCertificate.d.ts +1 -1
  91. package/build/credentials/ios/actions/CreateProvisioningProfile.d.ts +3 -3
  92. package/build/credentials/ios/actions/CreatePushKey.d.ts +1 -1
  93. package/build/credentials/ios/actions/DistributionCertificateUtils.js +5 -5
  94. package/build/credentials/ios/actions/ProvisioningProfileUtils.js +1 -1
  95. package/build/credentials/ios/actions/PushKeyUtils.js +2 -2
  96. package/build/credentials/ios/actions/RemoveAscApiKey.d.ts +2 -2
  97. package/build/credentials/ios/actions/RemoveDistributionCertificate.d.ts +3 -3
  98. package/build/credentials/ios/actions/RemoveProvisioningProfile.d.ts +2 -2
  99. package/build/credentials/ios/actions/RemovePushKey.d.ts +2 -2
  100. package/build/credentials/ios/actions/SetUpAdhocProvisioningProfile.d.ts +1 -1
  101. package/build/credentials/ios/actions/SetUpAdhocProvisioningProfile.js +1 -1
  102. package/build/credentials/ios/actions/SetUpAscApiKey.d.ts +2 -2
  103. package/build/credentials/ios/actions/SetUpBuildCredentials.d.ts +1 -1
  104. package/build/credentials/ios/actions/SetUpBuildCredentialsFromCredentialsJson.d.ts +3 -3
  105. package/build/credentials/ios/actions/SetUpDistributionCertificate.d.ts +2 -2
  106. package/build/credentials/ios/actions/SetUpDistributionCertificate.js +1 -1
  107. package/build/credentials/ios/actions/SetUpInternalProvisioningProfile.d.ts +1 -1
  108. package/build/credentials/ios/actions/SetUpProvisioningProfile.d.ts +3 -3
  109. package/build/credentials/ios/actions/SetUpProvisioningProfile.js +1 -1
  110. package/build/credentials/ios/actions/SetUpPushKey.d.ts +1 -1
  111. package/build/credentials/ios/actions/SetUpTargetBuildCredentials.d.ts +1 -1
  112. package/build/credentials/ios/actions/SetUpTargetBuildCredentialsFromCredentialsJson.d.ts +3 -3
  113. package/build/credentials/ios/actions/UpdateCredentialsJson.d.ts +3 -3
  114. package/build/credentials/ios/api/GraphqlClient.js +4 -4
  115. package/build/credentials/ios/appstore/AppStoreApi.js +4 -4
  116. package/build/credentials/ios/appstore/authenticate.js +1 -1
  117. package/build/credentials/ios/appstore/bundleId.js +1 -1
  118. package/build/credentials/ios/appstore/bundleIdCapabilities.js +1 -1
  119. package/build/credentials/ios/appstore/ensureAppExists.js +1 -1
  120. package/build/credentials/ios/appstore/keychain.js +8 -6
  121. package/build/credentials/ios/appstore/provisioningProfile.js +1 -1
  122. package/build/credentials/ios/appstore/pushKey.js +1 -1
  123. package/build/credentials/ios/appstore/resolveCredentials.js +2 -2
  124. package/build/credentials/ios/credentials.js +1 -1
  125. package/build/credentials/ios/utils/convertHTMLToASCII.js +1 -1
  126. package/build/credentials/ios/validators/validateProvisioningProfile.js +2 -4
  127. package/build/credentials/manager/CheckBuildProfileFlagAgainstEasJson.d.ts +3 -3
  128. package/build/credentials/manager/CreateAndroidBuildCredentials.d.ts +1 -1
  129. package/build/credentials/manager/ManageAndroid.js +2 -1
  130. package/build/credentials/manager/ManageIos.js +3 -2
  131. package/build/credentials/manager/SelectAndroidBuildCredentials.d.ts +2 -2
  132. package/build/credentials/manager/SelectBuildProfileFromEasJson.d.ts +2 -2
  133. package/build/credentials/manager/SelectIosDistributionTypeGraphqlFromBuildProfile.d.ts +1 -1
  134. package/build/credentials/manager/SelectIosDistributionTypeGraphqlFromBuildProfile.js +1 -1
  135. package/build/credentials/manager/SelectPlatform.js +3 -2
  136. package/build/credentials/manager/SetDefaultAndroidKeystore.d.ts +1 -1
  137. package/build/credentials/manager/SetUpAndroidBuildCredentials.d.ts +1 -1
  138. package/build/credentials/manager/SetUpBuildCredentialsCommandAction.js +3 -2
  139. package/build/credentials/manager/SetUpIosBuildCredentials.d.ts +1 -1
  140. package/build/devices/actions/create/action.d.ts +4 -4
  141. package/build/devices/actions/create/registrationUrlMethod.js +3 -1
  142. package/build/devices/manager.d.ts +4 -4
  143. package/build/devices/queries.js +3 -1
  144. package/build/easMultiselect.js +6 -2
  145. package/build/graphql/generated.d.ts +342 -33
  146. package/build/graphql/generated.js +52 -2
  147. package/build/graphql/mutations/EnvironmentVariableMutation.d.ts +1 -0
  148. package/build/graphql/mutations/EnvironmentVariableMutation.js +20 -0
  149. package/build/graphql/mutations/PublishMutation.d.ts +1 -0
  150. package/build/graphql/mutations/PublishMutation.js +16 -0
  151. package/build/graphql/queries/BranchQuery.d.ts +7 -1
  152. package/build/graphql/queries/BranchQuery.js +42 -0
  153. package/build/graphql/queries/EnvironmentVariablesQuery.d.ts +16 -7
  154. package/build/graphql/queries/EnvironmentVariablesQuery.js +29 -6
  155. package/build/graphql/types/Update.js +4 -0
  156. package/build/metadata/apple/config/reader.js +1 -1
  157. package/build/metadata/apple/tasks/age-rating.js +1 -1
  158. package/build/metadata/apple/tasks/app-review-detail.js +2 -1
  159. package/build/metadata/apple/tasks/app-version.d.ts +1 -1
  160. package/build/metadata/config/resolve.js +2 -1
  161. package/build/metadata/errors.js +2 -1
  162. package/build/metadata/utils/log.js +1 -1
  163. package/build/metadata/utils/retry.js +1 -1
  164. package/build/onboarding/runCommand.js +1 -1
  165. package/build/ora.js +12 -4
  166. package/build/project/android/applicationId.js +1 -1
  167. package/build/project/applicationIdentifier.d.ts +3 -2
  168. package/build/project/applicationIdentifier.js +2 -2
  169. package/build/project/expoConfig.js +2 -2
  170. package/build/project/ios/entitlements.js +1 -1
  171. package/build/project/publish.d.ts +31 -18
  172. package/build/project/publish.js +61 -37
  173. package/build/project/resolveRuntimeVersionAsync.d.ts +4 -1
  174. package/build/project/resolveRuntimeVersionAsync.js +9 -3
  175. package/build/rollout/actions/CreateRollout.d.ts +2 -2
  176. package/build/rollout/actions/EditRollout.d.ts +2 -2
  177. package/build/rollout/actions/EndRollout.d.ts +2 -2
  178. package/build/rollout/actions/ManageRollout.d.ts +2 -2
  179. package/build/rollout/actions/NonInteractiveRollout.d.ts +1 -1
  180. package/build/rollout/actions/RolloutMainMenu.d.ts +1 -1
  181. package/build/rollout/actions/SelectRuntime.d.ts +3 -3
  182. package/build/run/android/adb.js +1 -1
  183. package/build/run/ios/simctl.js +1 -1
  184. package/build/run/ios/systemRequirements.js +1 -1
  185. package/build/submit/ArchiveSource.js +15 -15
  186. package/build/submit/BaseSubmitter.js +2 -2
  187. package/build/submit/submit.js +1 -1
  188. package/build/update/android/UpdatesModule.js +1 -1
  189. package/build/update/configure.d.ts +1 -1
  190. package/build/update/queries.js +8 -3
  191. package/build/update/republish.js +2 -1
  192. package/build/update/utils.d.ts +1 -0
  193. package/build/update/utils.js +7 -0
  194. package/build/user/expoSsoLauncher.js +1 -1
  195. package/build/utils/download.js +2 -2
  196. package/build/utils/filterAsync.js +1 -1
  197. package/build/utils/image.js +2 -2
  198. package/build/utils/progress.js +1 -1
  199. package/build/utils/promise.js +1 -1
  200. package/build/utils/queries.js +2 -2
  201. package/build/vcs/clients/git.d.ts +1 -1
  202. package/build/vcs/local.d.ts +1 -1
  203. package/oclif.manifest.json +218 -22
  204. package/package.json +14 -14
package/README.md CHANGED
@@ -143,7 +143,7 @@ ALIASES
143
143
  $ eas login
144
144
  ```
145
145
 
146
- _See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/account/login.ts)_
146
+ _See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/account/login.ts)_
147
147
 
148
148
  ## `eas account:logout`
149
149
 
@@ -160,7 +160,7 @@ ALIASES
160
160
  $ eas logout
161
161
  ```
162
162
 
163
- _See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/account/logout.ts)_
163
+ _See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/account/logout.ts)_
164
164
 
165
165
  ## `eas account:view`
166
166
 
@@ -177,7 +177,7 @@ ALIASES
177
177
  $ eas whoami
178
178
  ```
179
179
 
180
- _See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/account/view.ts)_
180
+ _See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/account/view.ts)_
181
181
 
182
182
  ## `eas analytics [STATUS]`
183
183
 
@@ -191,7 +191,7 @@ DESCRIPTION
191
191
  display or change analytics settings
192
192
  ```
193
193
 
194
- _See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/analytics.ts)_
194
+ _See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/analytics.ts)_
195
195
 
196
196
  ## `eas autocomplete [SHELL]`
197
197
 
@@ -243,7 +243,7 @@ DESCRIPTION
243
243
  create a branch
244
244
  ```
245
245
 
246
- _See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/branch/create.ts)_
246
+ _See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/branch/create.ts)_
247
247
 
248
248
  ## `eas branch:delete [NAME]`
249
249
 
@@ -264,7 +264,7 @@ DESCRIPTION
264
264
  delete a branch
265
265
  ```
266
266
 
267
- _See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/branch/delete.ts)_
267
+ _See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/branch/delete.ts)_
268
268
 
269
269
  ## `eas branch:list`
270
270
 
@@ -284,7 +284,7 @@ DESCRIPTION
284
284
  list all branches
285
285
  ```
286
286
 
287
- _See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/branch/list.ts)_
287
+ _See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/branch/list.ts)_
288
288
 
289
289
  ## `eas branch:rename`
290
290
 
@@ -304,7 +304,7 @@ DESCRIPTION
304
304
  rename a branch
305
305
  ```
306
306
 
307
- _See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/branch/rename.ts)_
307
+ _See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/branch/rename.ts)_
308
308
 
309
309
  ## `eas branch:view [NAME]`
310
310
 
@@ -327,7 +327,7 @@ DESCRIPTION
327
327
  view a branch
328
328
  ```
329
329
 
330
- _See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/branch/view.ts)_
330
+ _See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/branch/view.ts)_
331
331
 
332
332
  ## `eas build`
333
333
 
@@ -364,7 +364,7 @@ DESCRIPTION
364
364
  start a build
365
365
  ```
366
366
 
367
- _See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/build/index.ts)_
367
+ _See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/build/index.ts)_
368
368
 
369
369
  ## `eas build:cancel [BUILD_ID]`
370
370
 
@@ -383,7 +383,7 @@ DESCRIPTION
383
383
  cancel a build
384
384
  ```
385
385
 
386
- _See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/build/cancel.ts)_
386
+ _See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/build/cancel.ts)_
387
387
 
388
388
  ## `eas build:configure`
389
389
 
@@ -400,7 +400,7 @@ DESCRIPTION
400
400
  configure the project to support EAS Build
401
401
  ```
402
402
 
403
- _See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/build/configure.ts)_
403
+ _See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/build/configure.ts)_
404
404
 
405
405
  ## `eas build:delete [BUILD_ID]`
406
406
 
@@ -419,7 +419,7 @@ DESCRIPTION
419
419
  delete a build
420
420
  ```
421
421
 
422
- _See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/build/delete.ts)_
422
+ _See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/build/delete.ts)_
423
423
 
424
424
  ## `eas build:inspect`
425
425
 
@@ -454,7 +454,7 @@ DESCRIPTION
454
454
  inspect the state of the project at specific build stages, useful for troubleshooting
455
455
  ```
456
456
 
457
- _See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/build/inspect.ts)_
457
+ _See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/build/inspect.ts)_
458
458
 
459
459
  ## `eas build:list`
460
460
 
@@ -504,7 +504,7 @@ DESCRIPTION
504
504
  list all builds for your project
505
505
  ```
506
506
 
507
- _See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/build/list.ts)_
507
+ _See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/build/list.ts)_
508
508
 
509
509
  ## `eas build:resign`
510
510
 
@@ -533,7 +533,7 @@ DESCRIPTION
533
533
  re-sign a build archive
534
534
  ```
535
535
 
536
- _See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/build/resign.ts)_
536
+ _See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/build/resign.ts)_
537
537
 
538
538
  ## `eas build:run`
539
539
 
@@ -559,7 +559,7 @@ DESCRIPTION
559
559
  run simulator/emulator builds from eas-cli
560
560
  ```
561
561
 
562
- _See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/build/run.ts)_
562
+ _See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/build/run.ts)_
563
563
 
564
564
  ## `eas build:submit`
565
565
 
@@ -609,7 +609,7 @@ DESCRIPTION
609
609
  get the latest version from EAS servers
610
610
  ```
611
611
 
612
- _See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/build/version/get.ts)_
612
+ _See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/build/version/get.ts)_
613
613
 
614
614
  ## `eas build:version:set`
615
615
 
@@ -628,7 +628,7 @@ DESCRIPTION
628
628
  update version of an app
629
629
  ```
630
630
 
631
- _See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/build/version/set.ts)_
631
+ _See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/build/version/set.ts)_
632
632
 
633
633
  ## `eas build:version:sync`
634
634
 
@@ -647,7 +647,7 @@ DESCRIPTION
647
647
  update a version in native code with a value stored on EAS servers
648
648
  ```
649
649
 
650
- _See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/build/version/sync.ts)_
650
+ _See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/build/version/sync.ts)_
651
651
 
652
652
  ## `eas build:view [BUILD_ID]`
653
653
 
@@ -664,7 +664,7 @@ DESCRIPTION
664
664
  view a build for your project
665
665
  ```
666
666
 
667
- _See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/build/view.ts)_
667
+ _See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/build/view.ts)_
668
668
 
669
669
  ## `eas channel:create [NAME]`
670
670
 
@@ -685,7 +685,7 @@ DESCRIPTION
685
685
  create a channel
686
686
  ```
687
687
 
688
- _See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/channel/create.ts)_
688
+ _See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/channel/create.ts)_
689
689
 
690
690
  ## `eas channel:edit [NAME]`
691
691
 
@@ -707,7 +707,7 @@ DESCRIPTION
707
707
  point a channel at a new branch
708
708
  ```
709
709
 
710
- _See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/channel/edit.ts)_
710
+ _See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/channel/edit.ts)_
711
711
 
712
712
  ## `eas channel:list`
713
713
 
@@ -727,7 +727,7 @@ DESCRIPTION
727
727
  list all channels
728
728
  ```
729
729
 
730
- _See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/channel/list.ts)_
730
+ _See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/channel/list.ts)_
731
731
 
732
732
  ## `eas channel:rollout [CHANNEL]`
733
733
 
@@ -760,7 +760,7 @@ DESCRIPTION
760
760
  Roll a new branch out on a channel incrementally.
761
761
  ```
762
762
 
763
- _See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/channel/rollout.ts)_
763
+ _See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/channel/rollout.ts)_
764
764
 
765
765
  ## `eas channel:view [NAME]`
766
766
 
@@ -783,7 +783,7 @@ DESCRIPTION
783
783
  view a channel
784
784
  ```
785
785
 
786
- _See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/channel/view.ts)_
786
+ _See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/channel/view.ts)_
787
787
 
788
788
  ## `eas config`
789
789
 
@@ -804,7 +804,7 @@ DESCRIPTION
804
804
  display project configuration (app.json + eas.json)
805
805
  ```
806
806
 
807
- _See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/config.ts)_
807
+ _See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/config.ts)_
808
808
 
809
809
  ## `eas credentials`
810
810
 
@@ -821,7 +821,7 @@ DESCRIPTION
821
821
  manage credentials
822
822
  ```
823
823
 
824
- _See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/credentials/index.ts)_
824
+ _See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/credentials/index.ts)_
825
825
 
826
826
  ## `eas credentials:configure-build`
827
827
 
@@ -839,7 +839,7 @@ DESCRIPTION
839
839
  Set up credentials for building your project.
840
840
  ```
841
841
 
842
- _See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/credentials/configure-build.ts)_
842
+ _See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/credentials/configure-build.ts)_
843
843
 
844
844
  ## `eas device:create`
845
845
 
@@ -853,7 +853,7 @@ DESCRIPTION
853
853
  register new Apple Devices to use for internal distribution
854
854
  ```
855
855
 
856
- _See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/device/create.ts)_
856
+ _See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/device/create.ts)_
857
857
 
858
858
  ## `eas device:delete`
859
859
 
@@ -873,7 +873,7 @@ DESCRIPTION
873
873
  remove a registered device from your account
874
874
  ```
875
875
 
876
- _See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/device/delete.ts)_
876
+ _See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/device/delete.ts)_
877
877
 
878
878
  ## `eas device:list`
879
879
 
@@ -894,7 +894,7 @@ DESCRIPTION
894
894
  list all registered devices for your account
895
895
  ```
896
896
 
897
- _See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/device/list.ts)_
897
+ _See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/device/list.ts)_
898
898
 
899
899
  ## `eas device:rename`
900
900
 
@@ -915,7 +915,7 @@ DESCRIPTION
915
915
  rename a registered device
916
916
  ```
917
917
 
918
- _See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/device/rename.ts)_
918
+ _See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/device/rename.ts)_
919
919
 
920
920
  ## `eas device:view [UDID]`
921
921
 
@@ -929,7 +929,7 @@ DESCRIPTION
929
929
  view a device for your project
930
930
  ```
931
931
 
932
- _See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/device/view.ts)_
932
+ _See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/device/view.ts)_
933
933
 
934
934
  ## `eas diagnostics`
935
935
 
@@ -943,7 +943,7 @@ DESCRIPTION
943
943
  display environment info
944
944
  ```
945
945
 
946
- _See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/diagnostics.ts)_
946
+ _See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/diagnostics.ts)_
947
947
 
948
948
  ## `eas help [COMMAND]`
949
949
 
@@ -1050,7 +1050,7 @@ DESCRIPTION
1050
1050
  validate the local store configuration
1051
1051
  ```
1052
1052
 
1053
- _See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/metadata/lint.ts)_
1053
+ _See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/metadata/lint.ts)_
1054
1054
 
1055
1055
  ## `eas metadata:pull`
1056
1056
 
@@ -1067,7 +1067,7 @@ DESCRIPTION
1067
1067
  generate the local store configuration from the app stores
1068
1068
  ```
1069
1069
 
1070
- _See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/metadata/pull.ts)_
1070
+ _See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/metadata/pull.ts)_
1071
1071
 
1072
1072
  ## `eas metadata:push`
1073
1073
 
@@ -1084,7 +1084,7 @@ DESCRIPTION
1084
1084
  sync the local store configuration to the app stores
1085
1085
  ```
1086
1086
 
1087
- _See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/metadata/push.ts)_
1087
+ _See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/metadata/push.ts)_
1088
1088
 
1089
1089
  ## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
1090
1090
 
@@ -1114,7 +1114,7 @@ DESCRIPTION
1114
1114
  open the project page in a web browser
1115
1115
  ```
1116
1116
 
1117
- _See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/open.ts)_
1117
+ _See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/open.ts)_
1118
1118
 
1119
1119
  ## `eas project:info`
1120
1120
 
@@ -1128,7 +1128,7 @@ DESCRIPTION
1128
1128
  information about the current project
1129
1129
  ```
1130
1130
 
1131
- _See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/project/info.ts)_
1131
+ _See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/project/info.ts)_
1132
1132
 
1133
1133
  ## `eas project:init`
1134
1134
 
@@ -1150,7 +1150,7 @@ ALIASES
1150
1150
  $ eas init
1151
1151
  ```
1152
1152
 
1153
- _See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/project/init.ts)_
1153
+ _See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/project/init.ts)_
1154
1154
 
1155
1155
  ## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
1156
1156
 
@@ -1168,7 +1168,7 @@ ALIASES
1168
1168
  $ eas onboarding
1169
1169
  ```
1170
1170
 
1171
- _See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/project/onboarding.ts)_
1171
+ _See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/project/onboarding.ts)_
1172
1172
 
1173
1173
  ## `eas secret:create`
1174
1174
 
@@ -1191,7 +1191,7 @@ DESCRIPTION
1191
1191
  create an environment secret on the current project or owner account
1192
1192
  ```
1193
1193
 
1194
- _See code: [packages/eas-cli/src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/secret/create.ts)_
1194
+ _See code: [packages/eas-cli/src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/secret/create.ts)_
1195
1195
 
1196
1196
  ## `eas secret:delete`
1197
1197
 
@@ -1209,7 +1209,7 @@ DESCRIPTION
1209
1209
  delete an environment secret by ID
1210
1210
  ```
1211
1211
 
1212
- _See code: [packages/eas-cli/src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/secret/delete.ts)_
1212
+ _See code: [packages/eas-cli/src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/secret/delete.ts)_
1213
1213
 
1214
1214
  ## `eas secret:list`
1215
1215
 
@@ -1223,7 +1223,7 @@ DESCRIPTION
1223
1223
  list environment secrets available for your current app
1224
1224
  ```
1225
1225
 
1226
- _See code: [packages/eas-cli/src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/secret/list.ts)_
1226
+ _See code: [packages/eas-cli/src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/secret/list.ts)_
1227
1227
 
1228
1228
  ## `eas secret:push`
1229
1229
 
@@ -1243,7 +1243,7 @@ DESCRIPTION
1243
1243
  read environment secrets from env file and store on the server
1244
1244
  ```
1245
1245
 
1246
- _See code: [packages/eas-cli/src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/secret/push.ts)_
1246
+ _See code: [packages/eas-cli/src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/secret/push.ts)_
1247
1247
 
1248
1248
  ## `eas submit`
1249
1249
 
@@ -1274,7 +1274,7 @@ ALIASES
1274
1274
  $ eas build:submit
1275
1275
  ```
1276
1276
 
1277
- _See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/submit.ts)_
1277
+ _See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/submit.ts)_
1278
1278
 
1279
1279
  ## `eas update`
1280
1280
 
@@ -1282,9 +1282,9 @@ publish an update group
1282
1282
 
1283
1283
  ```
1284
1284
  USAGE
1285
- $ eas update [--branch <value>] [--channel <value>] [-m <value>] [--republish | --input-dir <value> |
1286
- --skip-bundler] [--group <value> | | ] [--clear-cache] [--emit-metadata] [-p android|ios|all] [--auto]
1287
- [--private-key-path <value>] [--json --non-interactive]
1285
+ $ eas update [--branch <value>] [--channel <value>] [-m <value>] [--input-dir <value>] [--skip-bundler]
1286
+ [--clear-cache] [--emit-metadata] [-p android|ios|all] [--auto] [--private-key-path <value>] [--json
1287
+ --non-interactive]
1288
1288
 
1289
1289
  FLAGS
1290
1290
  -m, --message=<value> A short message describing the update
@@ -1295,7 +1295,6 @@ FLAGS
1295
1295
  --clear-cache Clear the bundler cache before publishing
1296
1296
  --emit-metadata Emit "eas-update-metadata.json" in the bundle folder with detailed information about
1297
1297
  the generated updates
1298
- --group=<value> Update group to republish (deprecated, see republish command)
1299
1298
  --input-dir=<value> [default: dist] Location of the bundle
1300
1299
  --json Enable JSON output, non-JSON messages will be printed to stderr.
1301
1300
  --non-interactive Run the command in non-interactive mode.
@@ -1303,14 +1302,13 @@ FLAGS
1303
1302
  expo-updates' configuration. Defaults to a file named "private-key.pem" in the
1304
1303
  certificate's directory. Only relevant if you are using code signing:
1305
1304
  https://docs.expo.dev/eas-update/code-signing/
1306
- --republish Republish an update group (deprecated, see republish command)
1307
1305
  --skip-bundler Skip running Expo CLI to bundle the app before publishing
1308
1306
 
1309
1307
  DESCRIPTION
1310
1308
  publish an update group
1311
1309
  ```
1312
1310
 
1313
- _See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/update/index.ts)_
1311
+ _See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/update/index.ts)_
1314
1312
 
1315
1313
  ## `eas update:configure`
1316
1314
 
@@ -1328,7 +1326,7 @@ DESCRIPTION
1328
1326
  configure the project to support EAS Update
1329
1327
  ```
1330
1328
 
1331
- _See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/update/configure.ts)_
1329
+ _See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/update/configure.ts)_
1332
1330
 
1333
1331
  ## `eas update:delete GROUPID`
1334
1332
 
@@ -1349,7 +1347,7 @@ DESCRIPTION
1349
1347
  delete all the updates in an update group
1350
1348
  ```
1351
1349
 
1352
- _See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/update/delete.ts)_
1350
+ _See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/update/delete.ts)_
1353
1351
 
1354
1352
  ## `eas update:list`
1355
1353
 
@@ -1371,7 +1369,7 @@ DESCRIPTION
1371
1369
  view the recent updates
1372
1370
  ```
1373
1371
 
1374
- _See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/update/list.ts)_
1372
+ _See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/update/list.ts)_
1375
1373
 
1376
1374
  ## `eas update:republish`
1377
1375
 
@@ -1399,7 +1397,7 @@ DESCRIPTION
1399
1397
  roll back to an existing update
1400
1398
  ```
1401
1399
 
1402
- _See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/update/republish.ts)_
1400
+ _See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/update/republish.ts)_
1403
1401
 
1404
1402
  ## `eas update:roll-back-to-embedded`
1405
1403
 
@@ -1427,7 +1425,7 @@ DESCRIPTION
1427
1425
  roll back to the embedded update
1428
1426
  ```
1429
1427
 
1430
- _See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
1428
+ _See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
1431
1429
 
1432
1430
  ## `eas update:rollback`
1433
1431
 
@@ -1447,7 +1445,7 @@ DESCRIPTION
1447
1445
  roll back to an embedded update or an existing update
1448
1446
  ```
1449
1447
 
1450
- _See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/update/rollback.ts)_
1448
+ _See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/update/rollback.ts)_
1451
1449
 
1452
1450
  ## `eas update:view GROUPID`
1453
1451
 
@@ -1467,7 +1465,7 @@ DESCRIPTION
1467
1465
  update group details
1468
1466
  ```
1469
1467
 
1470
- _See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/update/view.ts)_
1468
+ _See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/update/view.ts)_
1471
1469
 
1472
1470
  ## `eas webhook:create`
1473
1471
 
@@ -1488,7 +1486,7 @@ DESCRIPTION
1488
1486
  create a webhook
1489
1487
  ```
1490
1488
 
1491
- _See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/webhook/create.ts)_
1489
+ _See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/webhook/create.ts)_
1492
1490
 
1493
1491
  ## `eas webhook:delete [ID]`
1494
1492
 
@@ -1508,7 +1506,7 @@ DESCRIPTION
1508
1506
  delete a webhook
1509
1507
  ```
1510
1508
 
1511
- _See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/webhook/delete.ts)_
1509
+ _See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/webhook/delete.ts)_
1512
1510
 
1513
1511
  ## `eas webhook:list`
1514
1512
 
@@ -1526,7 +1524,7 @@ DESCRIPTION
1526
1524
  list webhooks
1527
1525
  ```
1528
1526
 
1529
- _See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/webhook/list.ts)_
1527
+ _See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/webhook/list.ts)_
1530
1528
 
1531
1529
  ## `eas webhook:update`
1532
1530
 
@@ -1548,7 +1546,7 @@ DESCRIPTION
1548
1546
  update a webhook
1549
1547
  ```
1550
1548
 
1551
- _See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/webhook/update.ts)_
1549
+ _See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/webhook/update.ts)_
1552
1550
 
1553
1551
  ## `eas webhook:view ID`
1554
1552
 
@@ -1565,7 +1563,7 @@ DESCRIPTION
1565
1563
  view a webhook
1566
1564
  ```
1567
1565
 
1568
- _See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v10.2.4/packages/eas-cli/src/commands/webhook/view.ts)_
1566
+ _See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v11.0.1/packages/eas-cli/src/commands/webhook/view.ts)_
1569
1567
 
1570
1568
  ## `eas whoami`
1571
1569
 
@@ -19,7 +19,7 @@ import { Connection, Edge, QueryParams } from '../../utils/relay';
19
19
  * @args willFetchAgain If the query will fetch again to get a complete page.
20
20
  */
21
21
  export declare class SelectBranch implements EASUpdateAction<UpdateBranchBasicInfoFragment | null> {
22
- private options;
22
+ private readonly options;
23
23
  constructor(options?: {
24
24
  filterPredicate?: (branchInfo: UpdateBranchBasicInfoFragment) => boolean;
25
25
  printedType?: string;
@@ -52,8 +52,8 @@ class SelectBranch {
52
52
  throw new utils_1.NonInteractiveError(`${printedType} selection cannot be run in non-interactive mode.`);
53
53
  }
54
54
  const queryAsync = async (queryParams) => filterPredicate
55
- ? this.filterQueryAsync(ctx, queryParams, filterPredicate)
56
- : this.queryAsync(ctx, queryParams);
55
+ ? await this.filterQueryAsync(ctx, queryParams, filterPredicate)
56
+ : await this.queryAsync(ctx, queryParams);
57
57
  const getTitleAsync = async (branchInfo) => branchInfo.name;
58
58
  return await (0, relay_1.selectPaginatedAsync)({
59
59
  queryAsync,
@@ -44,7 +44,9 @@ async function listAndRenderBranchesOnAppAsync(graphqlClient, { projectId, pagin
44
44
  queryToPerform: (limit, offset) => queryBranchesOnProjectAsync(graphqlClient, limit, offset, projectId),
45
45
  promptOptions: {
46
46
  title: 'Load more branches?',
47
- renderListItems: branches => renderPageOfBranches(branches, paginatedQueryOptions),
47
+ renderListItems: branches => {
48
+ renderPageOfBranches(branches, paginatedQueryOptions);
49
+ },
48
50
  },
49
51
  });
50
52
  }
@@ -68,7 +68,7 @@ async function prepareAndroidBuildAsync(ctx) {
68
68
  ? false
69
69
  : ctx.buildProfile.autoIncrement,
70
70
  vcsClient: ctx.vcsClient,
71
- env: ctx.buildProfile.env,
71
+ env: ctx.env,
72
72
  });
73
73
  },
74
74
  prepareJobAsync: async (ctx, jobData) => {
@@ -28,7 +28,7 @@ async function bumpVersionAsync({ bumpStrategy, projectDir, exp, }) {
28
28
  }
29
29
  (0, version_1.ensureStaticConfigExists)(projectDir);
30
30
  const buildGradle = await (0, gradleUtils_1.getAppBuildGradleAsync)(projectDir);
31
- const isMultiFlavor = buildGradle.android?.productFlavors || buildGradle.android?.flavorDimensions;
31
+ const isMultiFlavor = buildGradle.android?.productFlavors ?? buildGradle.android?.flavorDimensions;
32
32
  if (isMultiFlavor) {
33
33
  throw new Error('Automatic version bumping is not supported for multi-flavor Android projects.');
34
34
  }