eas-cli 10.2.4 → 11.0.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 (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 +10 -3
  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
@@ -15,7 +15,7 @@ async function ensurePNGIsNotTransparentAsync(imagePathOrURL) {
15
15
  let hasAlreadyResolved = false;
16
16
  const stream = await getImageStreamAsync(imagePathOrURL);
17
17
  let metadata;
18
- return new Promise((res, rej) => {
18
+ await new Promise((res, rej) => {
19
19
  stream
20
20
  .pipe(new pngjs_1.PNG({ filterType: 4 }))
21
21
  .on('error', err => {
@@ -59,7 +59,7 @@ async function ensurePNGIsNotTransparentAsync(imagePathOrURL) {
59
59
  exports.ensurePNGIsNotTransparentAsync = ensurePNGIsNotTransparentAsync;
60
60
  async function isPNGAsync(imagePathOrURL) {
61
61
  const stream = await getImageStreamAsync(imagePathOrURL);
62
- return new Promise((res, rej) => {
62
+ return await new Promise((res, rej) => {
63
63
  stream
64
64
  .pipe(new pngjs_1.PNG({ filterType: 4 }))
65
65
  .on('error', err => {
@@ -21,7 +21,7 @@ function createProgressTracker({ total, message, completedMessage, }) {
21
21
  return ({ progress, isComplete, error }) => {
22
22
  if (progress) {
23
23
  if (!bar && (progress.total !== undefined || total !== undefined)) {
24
- calcTotal = (total ?? progress.total);
24
+ calcTotal = total ?? progress.total;
25
25
  bar = (0, ora_1.ora)(getMessage(0, calcTotal)).start();
26
26
  (0, timer_1.startTimer)(timerLabel);
27
27
  }
@@ -8,6 +8,6 @@ exports.sleepAsync = void 0;
8
8
  * @returns A promise that resolves after the provided number of milliseconds.
9
9
  */
10
10
  async function sleepAsync(ms) {
11
- return new Promise(res => setTimeout(res, ms));
11
+ await new Promise(res => setTimeout(res, ms));
12
12
  }
13
13
  exports.sleepAsync = sleepAsync;
@@ -6,7 +6,7 @@ const uniqBy_1 = tslib_1.__importDefault(require("./expodash/uniqBy"));
6
6
  const prompts_1 = require("../prompts");
7
7
  const fetchMoreValue = '_fetchMore';
8
8
  async function paginatedQueryWithConfirmPromptAsync(queryArgs) {
9
- return await paginatedQueryWithConfirmPromptInternalAsync(queryArgs, []);
9
+ await paginatedQueryWithConfirmPromptInternalAsync(queryArgs, []);
10
10
  }
11
11
  exports.paginatedQueryWithConfirmPromptAsync = paginatedQueryWithConfirmPromptAsync;
12
12
  async function paginatedQueryWithConfirmPromptInternalAsync({ limit, offset, queryToPerform, promptOptions, }, accumulator) {
@@ -21,7 +21,7 @@ async function paginatedQueryWithConfirmPromptInternalAsync({ limit, offset, que
21
21
  return;
22
22
  }
23
23
  if (await (0, prompts_1.confirmAsync)({ message: promptOptions.title })) {
24
- return await paginatedQueryWithConfirmPromptInternalAsync({
24
+ await paginatedQueryWithConfirmPromptInternalAsync({
25
25
  limit,
26
26
  offset: offset + limit,
27
27
  queryToPerform,
@@ -1,6 +1,6 @@
1
1
  import { Client } from '../vcs';
2
2
  export default class GitClient extends Client {
3
- private maybeCwdOverride?;
3
+ private readonly maybeCwdOverride?;
4
4
  constructor(maybeCwdOverride?: string | undefined);
5
5
  ensureRepoExistsAsync(): Promise<void>;
6
6
  commitAsync({ commitMessage, commitAllFiles, nonInteractive, }: {
@@ -10,7 +10,7 @@ export declare function getRootPath(): string;
10
10
  * - if .easignore exists, .gitignore files are not used.
11
11
  */
12
12
  export declare class Ignore {
13
- private rootDir;
13
+ private readonly rootDir;
14
14
  private ignoreMapping;
15
15
  constructor(rootDir: string);
16
16
  initIgnoreAsync(): Promise<void>;
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "10.2.4",
2
+ "version": "11.0.0",
3
3
  "commands": {
4
4
  "analytics": {
5
5
  "id": "analytics",
@@ -54,6 +54,19 @@
54
54
  "hidden": true,
55
55
  "allowNo": false
56
56
  },
57
+ "environment": {
58
+ "name": "environment",
59
+ "type": "option",
60
+ "description": "Environment variable's environment",
61
+ "hidden": true,
62
+ "helpValue": "(development|preview|production)",
63
+ "multiple": false,
64
+ "options": [
65
+ "development",
66
+ "preview",
67
+ "production"
68
+ ]
69
+ },
57
70
  "json": {
58
71
  "name": "json",
59
72
  "type": "boolean",
@@ -74,7 +87,8 @@
74
87
  "contextDefinition": {
75
88
  "getDynamicPublicProjectConfigAsync": {},
76
89
  "getDynamicPrivateProjectConfigAsync": {},
77
- "projectDir": {}
90
+ "projectDir": {},
91
+ "loggedIn": {}
78
92
  }
79
93
  },
80
94
  "diagnostics": {
@@ -773,6 +787,19 @@
773
787
  "type": "boolean",
774
788
  "description": "Run the command in non-interactive mode.",
775
789
  "allowNo": false
790
+ },
791
+ "environment": {
792
+ "name": "environment",
793
+ "type": "option",
794
+ "description": "Environment variable's environment",
795
+ "hidden": true,
796
+ "helpValue": "(development|preview|production)",
797
+ "multiple": false,
798
+ "options": [
799
+ "development",
800
+ "preview",
801
+ "production"
802
+ ]
776
803
  }
777
804
  },
778
805
  "args": {},
@@ -781,6 +808,7 @@
781
808
  "getDynamicPublicProjectConfigAsync": {},
782
809
  "getDynamicPrivateProjectConfigAsync": {},
783
810
  "projectDir": {},
811
+ "privateProjectConfig": {},
784
812
  "analytics": {},
785
813
  "vcsClient": {}
786
814
  }
@@ -1155,6 +1183,19 @@
1155
1183
  "type": "boolean",
1156
1184
  "description": "Run the command in non-interactive mode.",
1157
1185
  "allowNo": false
1186
+ },
1187
+ "environment": {
1188
+ "name": "environment",
1189
+ "type": "option",
1190
+ "description": "Environment variable's environment",
1191
+ "hidden": true,
1192
+ "helpValue": "(development|preview|production)",
1193
+ "multiple": false,
1194
+ "options": [
1195
+ "development",
1196
+ "preview",
1197
+ "production"
1198
+ ]
1158
1199
  }
1159
1200
  },
1160
1201
  "args": {},
@@ -2102,6 +2143,12 @@
2102
2143
  "hidden": true,
2103
2144
  "aliases": [],
2104
2145
  "flags": {
2146
+ "include-sensitive": {
2147
+ "name": "include-sensitive",
2148
+ "type": "boolean",
2149
+ "description": "Display sensitive values in the output",
2150
+ "allowNo": false
2151
+ },
2105
2152
  "format": {
2106
2153
  "name": "format",
2107
2154
  "type": "option",
@@ -2145,6 +2192,84 @@
2145
2192
  "privateProjectConfig": {}
2146
2193
  }
2147
2194
  },
2195
+ "env:pull": {
2196
+ "id": "env:pull",
2197
+ "description": "pull env file",
2198
+ "strict": true,
2199
+ "pluginName": "eas-cli",
2200
+ "pluginAlias": "eas-cli",
2201
+ "pluginType": "core",
2202
+ "hidden": true,
2203
+ "aliases": [],
2204
+ "flags": {
2205
+ "environment": {
2206
+ "name": "environment",
2207
+ "type": "option",
2208
+ "description": "Environment variable's environment",
2209
+ "helpValue": "(development|preview|production)",
2210
+ "multiple": false,
2211
+ "options": [
2212
+ "development",
2213
+ "preview",
2214
+ "production"
2215
+ ]
2216
+ },
2217
+ "non-interactive": {
2218
+ "name": "non-interactive",
2219
+ "type": "boolean",
2220
+ "description": "Run the command in non-interactive mode.",
2221
+ "allowNo": false
2222
+ },
2223
+ "path": {
2224
+ "name": "path",
2225
+ "type": "option",
2226
+ "description": "Path to the result `.env` file",
2227
+ "multiple": false,
2228
+ "default": ".env.local"
2229
+ }
2230
+ },
2231
+ "args": {},
2232
+ "contextDefinition": {
2233
+ "loggedIn": {},
2234
+ "privateProjectConfig": {}
2235
+ }
2236
+ },
2237
+ "env:push": {
2238
+ "id": "env:push",
2239
+ "description": "push env file",
2240
+ "strict": true,
2241
+ "pluginName": "eas-cli",
2242
+ "pluginAlias": "eas-cli",
2243
+ "pluginType": "core",
2244
+ "hidden": true,
2245
+ "aliases": [],
2246
+ "flags": {
2247
+ "environment": {
2248
+ "name": "environment",
2249
+ "type": "option",
2250
+ "description": "Environment variable's environment",
2251
+ "helpValue": "(development|preview|production)",
2252
+ "multiple": false,
2253
+ "options": [
2254
+ "development",
2255
+ "preview",
2256
+ "production"
2257
+ ]
2258
+ },
2259
+ "path": {
2260
+ "name": "path",
2261
+ "type": "option",
2262
+ "description": "Path to the input `.env` file",
2263
+ "multiple": false,
2264
+ "default": ".env.local"
2265
+ }
2266
+ },
2267
+ "args": {},
2268
+ "contextDefinition": {
2269
+ "loggedIn": {},
2270
+ "privateProjectConfig": {}
2271
+ }
2272
+ },
2148
2273
  "env:unlink": {
2149
2274
  "id": "env:unlink",
2150
2275
  "description": "unlink a shared environment variable to the current project",
@@ -2639,6 +2764,50 @@
2639
2764
  "loggedIn": {}
2640
2765
  }
2641
2766
  },
2767
+ "update:edit": {
2768
+ "id": "update:edit",
2769
+ "description": "edit all the updates in an update group",
2770
+ "strict": true,
2771
+ "pluginName": "eas-cli",
2772
+ "pluginAlias": "eas-cli",
2773
+ "pluginType": "core",
2774
+ "hidden": true,
2775
+ "aliases": [],
2776
+ "flags": {
2777
+ "rollout-percentage": {
2778
+ "name": "rollout-percentage",
2779
+ "type": "option",
2780
+ "description": "Rollout percentage to set for a rollout update. The specified number must be an integer between 1 and 100.",
2781
+ "required": false,
2782
+ "multiple": false
2783
+ },
2784
+ "json": {
2785
+ "name": "json",
2786
+ "type": "boolean",
2787
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
2788
+ "allowNo": false,
2789
+ "dependsOn": [
2790
+ "non-interactive"
2791
+ ]
2792
+ },
2793
+ "non-interactive": {
2794
+ "name": "non-interactive",
2795
+ "type": "boolean",
2796
+ "description": "Run the command in non-interactive mode.",
2797
+ "allowNo": false
2798
+ }
2799
+ },
2800
+ "args": {
2801
+ "groupId": {
2802
+ "name": "groupId",
2803
+ "description": "The ID of an update group to edit.",
2804
+ "required": true
2805
+ }
2806
+ },
2807
+ "contextDefinition": {
2808
+ "loggedIn": {}
2809
+ }
2810
+ },
2642
2811
  "update": {
2643
2812
  "id": "update",
2644
2813
  "description": "publish an update group",
@@ -2670,26 +2839,6 @@
2670
2839
  "required": false,
2671
2840
  "multiple": false
2672
2841
  },
2673
- "republish": {
2674
- "name": "republish",
2675
- "type": "boolean",
2676
- "description": "Republish an update group (deprecated, see republish command)",
2677
- "allowNo": false,
2678
- "exclusive": [
2679
- "input-dir",
2680
- "skip-bundler"
2681
- ]
2682
- },
2683
- "group": {
2684
- "name": "group",
2685
- "type": "option",
2686
- "description": "Update group to republish (deprecated, see republish command)",
2687
- "multiple": false,
2688
- "exclusive": [
2689
- "input-dir",
2690
- "skip-bundler"
2691
- ]
2692
- },
2693
2842
  "input-dir": {
2694
2843
  "name": "input-dir",
2695
2844
  "type": "option",
@@ -2716,6 +2865,14 @@
2716
2865
  "description": "Emit \"eas-update-metadata.json\" in the bundle folder with detailed information about the generated updates",
2717
2866
  "allowNo": false
2718
2867
  },
2868
+ "rollout-percentage": {
2869
+ "name": "rollout-percentage",
2870
+ "type": "option",
2871
+ "description": "Percentage of users this update should be immediately available to. Users not in the rollout will be served the previous latest update on the branch, even if that update is itself being rolled out. The specified number must be an integer between 1 and 100. When not specified, this defaults to 100.",
2872
+ "hidden": true,
2873
+ "required": false,
2874
+ "multiple": false
2875
+ },
2719
2876
  "platform": {
2720
2877
  "name": "platform",
2721
2878
  "type": "option",
@@ -3251,6 +3408,19 @@
3251
3408
  "helpValue": "PROFILE_NAME",
3252
3409
  "multiple": false
3253
3410
  },
3411
+ "environment": {
3412
+ "name": "environment",
3413
+ "type": "option",
3414
+ "description": "Environment variable's environment",
3415
+ "hidden": true,
3416
+ "helpValue": "(development|preview|production)",
3417
+ "multiple": false,
3418
+ "options": [
3419
+ "development",
3420
+ "preview",
3421
+ "production"
3422
+ ]
3423
+ },
3254
3424
  "json": {
3255
3425
  "name": "json",
3256
3426
  "type": "boolean",
@@ -3303,6 +3473,19 @@
3303
3473
  "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
3304
3474
  "helpValue": "PROFILE_NAME",
3305
3475
  "multiple": false
3476
+ },
3477
+ "environment": {
3478
+ "name": "environment",
3479
+ "type": "option",
3480
+ "description": "Environment variable's environment",
3481
+ "hidden": true,
3482
+ "helpValue": "(development|preview|production)",
3483
+ "multiple": false,
3484
+ "options": [
3485
+ "development",
3486
+ "preview",
3487
+ "production"
3488
+ ]
3306
3489
  }
3307
3490
  },
3308
3491
  "args": {},
@@ -3342,6 +3525,19 @@
3342
3525
  "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
3343
3526
  "helpValue": "PROFILE_NAME",
3344
3527
  "multiple": false
3528
+ },
3529
+ "environment": {
3530
+ "name": "environment",
3531
+ "type": "option",
3532
+ "description": "Environment variable's environment",
3533
+ "hidden": true,
3534
+ "helpValue": "(development|preview|production)",
3535
+ "multiple": false,
3536
+ "options": [
3537
+ "development",
3538
+ "preview",
3539
+ "production"
3540
+ ]
3345
3541
  }
3346
3542
  },
3347
3543
  "args": {},
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "eas-cli",
3
3
  "description": "EAS command line tool",
4
- "version": "10.2.4",
4
+ "version": "11.0.0",
5
5
  "author": "Expo <support@expo.dev>",
6
6
  "bin": {
7
7
  "eas": "./bin/run"
@@ -10,24 +10,24 @@
10
10
  "dependencies": {
11
11
  "@expo/apple-utils": "1.7.1",
12
12
  "@expo/code-signing-certificates": "0.0.5",
13
- "@expo/config": "8.5.4",
14
- "@expo/config-plugins": "7.8.4",
15
- "@expo/config-types": "50.0.0",
16
- "@expo/eas-build-job": "1.0.130",
17
- "@expo/eas-json": "10.2.4",
18
- "@expo/json-file": "8.2.37",
13
+ "@expo/config": "9.0.3",
14
+ "@expo/config-plugins": "8.0.8",
15
+ "@expo/config-types": "51.0.2",
16
+ "@expo/eas-build-job": "1.0.133",
17
+ "@expo/eas-json": "11.0.0",
18
+ "@expo/json-file": "8.3.3",
19
19
  "@expo/logger": "1.0.117",
20
20
  "@expo/multipart-body-parser": "1.1.0",
21
- "@expo/osascript": "2.0.33",
22
- "@expo/package-manager": "1.1.2",
23
- "@expo/pkcs12": "0.0.8",
24
- "@expo/plist": "0.0.20",
21
+ "@expo/osascript": "2.1.3",
22
+ "@expo/package-manager": "1.5.2",
23
+ "@expo/pkcs12": "0.1.2",
24
+ "@expo/plist": "0.1.3",
25
25
  "@expo/plugin-help": "5.1.23",
26
26
  "@expo/plugin-warn-if-update-available": "2.5.1",
27
- "@expo/prebuild-config": "6.7.3",
27
+ "@expo/prebuild-config": "7.0.8",
28
28
  "@expo/results": "1.0.0",
29
29
  "@expo/rudder-sdk-node": "1.1.1",
30
- "@expo/spawn-async": "1.7.0",
30
+ "@expo/spawn-async": "1.7.2",
31
31
  "@expo/steps": "1.0.130",
32
32
  "@expo/timeago.js": "1.0.0",
33
33
  "@oclif/core": "^1.26.2",
@@ -223,5 +223,5 @@
223
223
  "node": "20.11.0",
224
224
  "yarn": "1.22.21"
225
225
  },
226
- "gitHead": "987c23fc2d2c917a31fad7fd923132a337513c9d"
226
+ "gitHead": "e01a70943b548230bdc997b53ecc026d3684f5d0"
227
227
  }