eas-cli 18.0.6 → 18.2.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 (184) hide show
  1. package/README.md +521 -507
  2. package/bin/dev +6 -13
  3. package/bin/run +4 -4
  4. package/build/commandUtils/flags.d.ts +16 -6
  5. package/build/commandUtils/flags.js +21 -9
  6. package/build/commandUtils/pagination.d.ts +4 -4
  7. package/build/commandUtils/pagination.js +4 -2
  8. package/build/commandUtils/workflow/inputs.js +2 -2
  9. package/build/commandUtils/workflow/parse.d.ts +3 -0
  10. package/build/commandUtils/workflow/parse.js +12 -0
  11. package/build/commandUtils/workflow/validation.d.ts +0 -3
  12. package/build/commandUtils/workflow/validation.js +2 -6
  13. package/build/commands/account/usage.d.ts +2 -3
  14. package/build/commands/account/usage.js +5 -5
  15. package/build/commands/analytics.d.ts +2 -3
  16. package/build/commands/analytics.js +6 -1
  17. package/build/commands/branch/create.d.ts +2 -4
  18. package/build/commands/branch/create.js +10 -6
  19. package/build/commands/branch/delete.d.ts +2 -4
  20. package/build/commands/branch/delete.js +6 -6
  21. package/build/commands/branch/list.d.ts +1 -1
  22. package/build/commands/branch/list.js +2 -1
  23. package/build/commands/branch/rename.d.ts +2 -2
  24. package/build/commands/branch/rename.js +2 -1
  25. package/build/commands/branch/view.d.ts +3 -5
  26. package/build/commands/branch/view.js +6 -6
  27. package/build/commands/build/cancel.d.ts +4 -4
  28. package/build/commands/build/cancel.js +6 -4
  29. package/build/commands/build/configure.d.ts +1 -1
  30. package/build/commands/build/configure.js +2 -2
  31. package/build/commands/build/delete.d.ts +4 -4
  32. package/build/commands/build/delete.js +6 -4
  33. package/build/commands/build/dev.d.ts +2 -2
  34. package/build/commands/build/dev.js +2 -2
  35. package/build/commands/build/download.d.ts +2 -2
  36. package/build/commands/build/download.js +4 -3
  37. package/build/commands/build/index.d.ts +8 -8
  38. package/build/commands/build/index.js +8 -11
  39. package/build/commands/build/inspect.d.ts +4 -4
  40. package/build/commands/build/inspect.js +4 -4
  41. package/build/commands/build/internal.d.ts +3 -3
  42. package/build/commands/build/internal.js +2 -2
  43. package/build/commands/build/list.d.ts +13 -13
  44. package/build/commands/build/list.js +8 -7
  45. package/build/commands/build/resign.d.ts +5 -5
  46. package/build/commands/build/resign.js +4 -4
  47. package/build/commands/build/run.d.ts +6 -6
  48. package/build/commands/build/run.js +2 -2
  49. package/build/commands/build/version/get.d.ts +2 -2
  50. package/build/commands/build/version/get.js +8 -7
  51. package/build/commands/build/version/set.d.ts +2 -2
  52. package/build/commands/build/version/set.js +2 -2
  53. package/build/commands/build/version/sync.d.ts +2 -2
  54. package/build/commands/build/version/sync.js +2 -2
  55. package/build/commands/build/view.d.ts +2 -2
  56. package/build/commands/build/view.js +4 -1
  57. package/build/commands/channel/create.d.ts +2 -4
  58. package/build/commands/channel/create.js +10 -6
  59. package/build/commands/channel/delete.d.ts +2 -4
  60. package/build/commands/channel/delete.js +7 -6
  61. package/build/commands/channel/edit.d.ts +3 -5
  62. package/build/commands/channel/edit.js +6 -6
  63. package/build/commands/channel/list.d.ts +1 -1
  64. package/build/commands/channel/list.js +1 -1
  65. package/build/commands/channel/pause.d.ts +3 -5
  66. package/build/commands/channel/pause.js +6 -6
  67. package/build/commands/channel/resume.d.ts +3 -5
  68. package/build/commands/channel/resume.js +6 -6
  69. package/build/commands/channel/rollout.d.ts +8 -9
  70. package/build/commands/channel/rollout.js +9 -11
  71. package/build/commands/channel/view.d.ts +3 -5
  72. package/build/commands/channel/view.js +6 -6
  73. package/build/commands/config.d.ts +2 -2
  74. package/build/commands/config.js +6 -5
  75. package/build/commands/credentials/configure-build.d.ts +2 -2
  76. package/build/commands/credentials/configure-build.js +2 -2
  77. package/build/commands/credentials/index.d.ts +1 -1
  78. package/build/commands/credentials/index.js +1 -1
  79. package/build/commands/deploy/alias/delete.d.ts +2 -2
  80. package/build/commands/deploy/alias/delete.js +7 -3
  81. package/build/commands/deploy/alias/index.d.ts +2 -2
  82. package/build/commands/deploy/alias/index.js +3 -2
  83. package/build/commands/deploy/delete.d.ts +2 -2
  84. package/build/commands/deploy/delete.js +7 -3
  85. package/build/commands/deploy/index.d.ts +5 -4
  86. package/build/commands/deploy/index.js +12 -3
  87. package/build/commands/device/delete.d.ts +2 -2
  88. package/build/commands/device/list.d.ts +2 -2
  89. package/build/commands/device/rename.d.ts +3 -3
  90. package/build/commands/device/view.d.ts +2 -2
  91. package/build/commands/device/view.js +4 -1
  92. package/build/commands/env/create.d.ts +8 -11
  93. package/build/commands/env/create.js +6 -7
  94. package/build/commands/env/delete.d.ts +5 -8
  95. package/build/commands/env/delete.js +4 -5
  96. package/build/commands/env/exec.d.ts +3 -4
  97. package/build/commands/env/exec.js +7 -8
  98. package/build/commands/env/get.d.ts +6 -9
  99. package/build/commands/env/get.js +4 -5
  100. package/build/commands/env/list.d.ts +5 -8
  101. package/build/commands/env/list.js +4 -5
  102. package/build/commands/env/pull.d.ts +4 -6
  103. package/build/commands/env/pull.js +4 -5
  104. package/build/commands/env/push.d.ts +7 -7
  105. package/build/commands/env/push.js +4 -5
  106. package/build/commands/env/update.d.ts +10 -13
  107. package/build/commands/env/update.js +6 -7
  108. package/build/commands/fingerprint/compare.d.ts +6 -7
  109. package/build/commands/fingerprint/compare.js +10 -11
  110. package/build/commands/fingerprint/generate.d.ts +3 -3
  111. package/build/commands/fingerprint/generate.js +4 -3
  112. package/build/commands/go.d.ts +2 -2
  113. package/build/commands/go.js +1 -2
  114. package/build/commands/metadata/lint.d.ts +1 -1
  115. package/build/commands/metadata/pull.d.ts +1 -1
  116. package/build/commands/metadata/push.d.ts +1 -1
  117. package/build/commands/project/init.d.ts +1 -1
  118. package/build/commands/project/new.d.ts +3 -5
  119. package/build/commands/project/new.js +6 -7
  120. package/build/commands/project/onboarding.d.ts +2 -2
  121. package/build/commands/project/onboarding.js +4 -1
  122. package/build/commands/secret/create.d.ts +4 -4
  123. package/build/commands/secret/create.js +7 -6
  124. package/build/commands/secret/delete.d.ts +1 -1
  125. package/build/commands/secret/push.d.ts +2 -2
  126. package/build/commands/secret/push.js +2 -2
  127. package/build/commands/submit/internal.d.ts +3 -3
  128. package/build/commands/submit/internal.js +2 -2
  129. package/build/commands/submit.d.ts +7 -7
  130. package/build/commands/submit.js +2 -2
  131. package/build/commands/update/configure.d.ts +2 -2
  132. package/build/commands/update/configure.js +2 -7
  133. package/build/commands/update/delete.d.ts +2 -4
  134. package/build/commands/update/delete.js +7 -6
  135. package/build/commands/update/edit.d.ts +4 -5
  136. package/build/commands/update/edit.js +7 -6
  137. package/build/commands/update/index.d.ts +9 -9
  138. package/build/commands/update/index.js +30 -14
  139. package/build/commands/update/list.d.ts +4 -4
  140. package/build/commands/update/list.js +4 -3
  141. package/build/commands/update/republish.d.ts +9 -9
  142. package/build/commands/update/republish.js +4 -4
  143. package/build/commands/update/revert-update-rollout.d.ts +5 -5
  144. package/build/commands/update/revert-update-rollout.js +2 -2
  145. package/build/commands/update/roll-back-to-embedded.d.ts +6 -6
  146. package/build/commands/update/roll-back-to-embedded.js +4 -4
  147. package/build/commands/update/rollback.d.ts +1 -1
  148. package/build/commands/update/view.d.ts +2 -4
  149. package/build/commands/update/view.js +5 -5
  150. package/build/commands/upload.d.ts +3 -3
  151. package/build/commands/upload.js +4 -3
  152. package/build/commands/webhook/create.d.ts +3 -3
  153. package/build/commands/webhook/create.js +2 -2
  154. package/build/commands/webhook/delete.d.ts +2 -4
  155. package/build/commands/webhook/delete.js +8 -6
  156. package/build/commands/webhook/list.d.ts +1 -1
  157. package/build/commands/webhook/list.js +2 -2
  158. package/build/commands/webhook/update.d.ts +4 -4
  159. package/build/commands/webhook/update.js +2 -2
  160. package/build/commands/webhook/view.d.ts +2 -4
  161. package/build/commands/webhook/view.js +5 -5
  162. package/build/commands/workflow/create.d.ts +2 -4
  163. package/build/commands/workflow/create.js +4 -5
  164. package/build/commands/workflow/logs.d.ts +2 -3
  165. package/build/commands/workflow/logs.js +5 -3
  166. package/build/commands/workflow/run.d.ts +4 -5
  167. package/build/commands/workflow/run.js +6 -1
  168. package/build/commands/workflow/runs.d.ts +2 -2
  169. package/build/commands/workflow/runs.js +2 -2
  170. package/build/commands/workflow/status.d.ts +2 -3
  171. package/build/commands/workflow/status.js +7 -5
  172. package/build/commands/workflow/validate.d.ts +2 -4
  173. package/build/commands/workflow/validate.js +5 -5
  174. package/build/commands/workflow/view.d.ts +2 -3
  175. package/build/commands/workflow/view.js +6 -1
  176. package/build/credentials/android/actions/BuildCredentialsUtils.js +0 -1
  177. package/build/credentials/android/actions/CreateKeystore.js +9 -10
  178. package/build/credentials/android/actions/SetUpBuildCredentials.js +0 -4
  179. package/build/update/utils.d.ts +2 -2
  180. package/build/update/utils.js +21 -10
  181. package/build/worker/assets.d.ts +3 -1
  182. package/build/worker/assets.js +4 -1
  183. package/oclif.manifest.json +7133 -2227
  184. package/package.json +7 -7
package/README.md CHANGED
@@ -149,11 +149,11 @@ eas --help COMMAND
149
149
  * [`eas worker:alias`](#eas-workeralias)
150
150
  * [`eas worker:alias:delete [ALIAS_NAME]`](#eas-workeraliasdelete-alias_name)
151
151
  * [`eas worker:delete [DEPLOYMENT_ID]`](#eas-workerdelete-deployment_id)
152
- * [`eas deploy [options]`](#eas-deploy-options-1)
152
+ * [`eas deploy [options]`](#eas-deploy-options)
153
153
  * [`eas workflow:cancel`](#eas-workflowcancel)
154
154
  * [`eas workflow:create [NAME]`](#eas-workflowcreate-name)
155
155
  * [`eas workflow:logs [ID]`](#eas-workflowlogs-id)
156
- * [`eas workflow:run [FILE]`](#eas-workflowrun-file)
156
+ * [`eas workflow:run FILE`](#eas-workflowrun-file)
157
157
  * [`eas workflow:runs`](#eas-workflowruns)
158
158
  * [`eas workflow:status [WORKFLOW_RUN_ID]`](#eas-workflowstatus-workflow_run_id)
159
159
  * [`eas workflow:validate PATH`](#eas-workflowvalidate-path)
@@ -178,7 +178,7 @@ ALIASES
178
178
  $ eas login
179
179
  ```
180
180
 
181
- _See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/account/login.ts)_
181
+ _See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/account/login.ts)_
182
182
 
183
183
  ## `eas account:logout`
184
184
 
@@ -195,7 +195,7 @@ ALIASES
195
195
  $ eas logout
196
196
  ```
197
197
 
198
- _See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/account/logout.ts)_
198
+ _See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/account/logout.ts)_
199
199
 
200
200
  ## `eas account:usage [ACCOUNT_NAME]`
201
201
 
@@ -206,8 +206,8 @@ USAGE
206
206
  $ eas account:usage [ACCOUNT_NAME] [--json] [--non-interactive]
207
207
 
208
208
  ARGUMENTS
209
- ACCOUNT_NAME Account name to view usage for. If not provided, the account will be selected interactively (or defaults
210
- to the only account if there is just one)
209
+ [ACCOUNT_NAME] Account name to view usage for. If not provided, the account will be selected interactively (or
210
+ defaults to the only account if there is just one)
211
211
 
212
212
  FLAGS
213
213
  --json Enable JSON output, non-JSON messages will be printed to stderr.
@@ -217,7 +217,7 @@ DESCRIPTION
217
217
  view account usage and billing for the current cycle
218
218
  ```
219
219
 
220
- _See code: [packages/eas-cli/src/commands/account/usage.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/account/usage.ts)_
220
+ _See code: [packages/eas-cli/src/commands/account/usage.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/account/usage.ts)_
221
221
 
222
222
  ## `eas account:view`
223
223
 
@@ -234,7 +234,7 @@ ALIASES
234
234
  $ eas whoami
235
235
  ```
236
236
 
237
- _See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/account/view.ts)_
237
+ _See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/account/view.ts)_
238
238
 
239
239
  ## `eas analytics [STATUS]`
240
240
 
@@ -248,24 +248,24 @@ DESCRIPTION
248
248
  display or change analytics settings
249
249
  ```
250
250
 
251
- _See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/analytics.ts)_
251
+ _See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/analytics.ts)_
252
252
 
253
253
  ## `eas autocomplete [SHELL]`
254
254
 
255
- display autocomplete installation instructions
255
+ Display autocomplete installation instructions.
256
256
 
257
257
  ```
258
258
  USAGE
259
259
  $ eas autocomplete [SHELL] [-r]
260
260
 
261
261
  ARGUMENTS
262
- SHELL (zsh|bash|powershell) Shell type
262
+ [SHELL] (zsh|bash|powershell) Shell type
263
263
 
264
264
  FLAGS
265
265
  -r, --refresh-cache Refresh cache (ignores displaying instructions)
266
266
 
267
267
  DESCRIPTION
268
- display autocomplete installation instructions
268
+ Display autocomplete installation instructions.
269
269
 
270
270
  EXAMPLES
271
271
  $ eas autocomplete
@@ -279,7 +279,7 @@ EXAMPLES
279
279
  $ eas autocomplete --refresh-cache
280
280
  ```
281
281
 
282
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v2.3.10/packages/eas-cli/src/commands/autocomplete/index.ts)_
282
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.40/packages/eas-cli/src/commands/autocomplete/index.ts)_
283
283
 
284
284
  ## `eas branch:create [NAME]`
285
285
 
@@ -287,20 +287,20 @@ create a branch
287
287
 
288
288
  ```
289
289
  USAGE
290
- $ eas branch:create [NAME] [--json --non-interactive]
290
+ $ eas branch:create [NAME] [--json] [--non-interactive]
291
291
 
292
292
  ARGUMENTS
293
- NAME Name of the branch to create
293
+ [NAME] Name of the branch to create
294
294
 
295
295
  FLAGS
296
- --json Enable JSON output, non-JSON messages will be printed to stderr.
296
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
297
297
  --non-interactive Run the command in non-interactive mode.
298
298
 
299
299
  DESCRIPTION
300
300
  create a branch
301
301
  ```
302
302
 
303
- _See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/branch/create.ts)_
303
+ _See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/branch/create.ts)_
304
304
 
305
305
  ## `eas branch:delete [NAME]`
306
306
 
@@ -308,20 +308,20 @@ delete a branch
308
308
 
309
309
  ```
310
310
  USAGE
311
- $ eas branch:delete [NAME] [--json --non-interactive]
311
+ $ eas branch:delete [NAME] [--json] [--non-interactive]
312
312
 
313
313
  ARGUMENTS
314
- NAME Name of the branch to delete
314
+ [NAME] Name of the branch to delete
315
315
 
316
316
  FLAGS
317
- --json Enable JSON output, non-JSON messages will be printed to stderr.
317
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
318
318
  --non-interactive Run the command in non-interactive mode.
319
319
 
320
320
  DESCRIPTION
321
321
  delete a branch
322
322
  ```
323
323
 
324
- _See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/branch/delete.ts)_
324
+ _See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/branch/delete.ts)_
325
325
 
326
326
  ## `eas branch:list`
327
327
 
@@ -329,10 +329,10 @@ list all branches
329
329
 
330
330
  ```
331
331
  USAGE
332
- $ eas branch:list [--offset <value>] [--limit <value>] [--json --non-interactive]
332
+ $ eas branch:list [--offset <value>] [--limit <value>] [--json] [--non-interactive]
333
333
 
334
334
  FLAGS
335
- --json Enable JSON output, non-JSON messages will be printed to stderr.
335
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
336
336
  --limit=<value> The number of items to fetch each query. Defaults to 50 and is capped at 100.
337
337
  --non-interactive Run the command in non-interactive mode.
338
338
  --offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
@@ -341,7 +341,7 @@ DESCRIPTION
341
341
  list all branches
342
342
  ```
343
343
 
344
- _See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/branch/list.ts)_
344
+ _See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/branch/list.ts)_
345
345
 
346
346
  ## `eas branch:rename`
347
347
 
@@ -349,11 +349,11 @@ rename a branch
349
349
 
350
350
  ```
351
351
  USAGE
352
- $ eas branch:rename [--from <value>] [--to <value>] [--json --non-interactive]
352
+ $ eas branch:rename [--from <value>] [--to <value>] [--json] [--non-interactive]
353
353
 
354
354
  FLAGS
355
355
  --from=<value> current name of the branch.
356
- --json Enable JSON output, non-JSON messages will be printed to stderr.
356
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
357
357
  --non-interactive Run the command in non-interactive mode.
358
358
  --to=<value> new name of the branch.
359
359
 
@@ -361,7 +361,7 @@ DESCRIPTION
361
361
  rename a branch
362
362
  ```
363
363
 
364
- _See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/branch/rename.ts)_
364
+ _See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/branch/rename.ts)_
365
365
 
366
366
  ## `eas branch:view [NAME]`
367
367
 
@@ -369,13 +369,13 @@ view a branch
369
369
 
370
370
  ```
371
371
  USAGE
372
- $ eas branch:view [NAME] [--offset <value>] [--limit <value>] [--json --non-interactive]
372
+ $ eas branch:view [NAME] [--offset <value>] [--limit <value>] [--json] [--non-interactive]
373
373
 
374
374
  ARGUMENTS
375
- NAME Name of the branch to view
375
+ [NAME] Name of the branch to view
376
376
 
377
377
  FLAGS
378
- --json Enable JSON output, non-JSON messages will be printed to stderr.
378
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
379
379
  --limit=<value> The number of items to fetch each query. Defaults to 25 and is capped at 50.
380
380
  --non-interactive Run the command in non-interactive mode.
381
381
  --offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
@@ -384,7 +384,7 @@ DESCRIPTION
384
384
  view a branch
385
385
  ```
386
386
 
387
- _See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/branch/view.ts)_
387
+ _See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/branch/view.ts)_
388
388
 
389
389
  ## `eas build`
390
390
 
@@ -392,40 +392,37 @@ start a build
392
392
 
393
393
  ```
394
394
  USAGE
395
- $ eas build [-p android|ios|all] [-e <value>] [--local] [--output <value>] [--wait] [--clear-cache] [-s |
396
- --auto-submit-with-profile <value>] [--what-to-test <value>] [-m <value>] [--build-logger-level
397
- trace|debug|info|warn|error|fatal] [--freeze-credentials] [--verbose-logs] [--json --non-interactive]
398
-
399
- FLAGS
400
- -e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to
401
- "production" if defined in eas.json.
402
- -m, --message=<value> A short message describing the build
403
- -p, --platform=(android|ios|all)
404
- -s, --auto-submit Submit on build complete using the submit profile with the
405
- same name as the build profile
406
- --auto-submit-with-profile=PROFILE_NAME Submit on build complete using the submit profile with
407
- provided name
408
- --build-logger-level=(trace|debug|info|warn|error|fatal) The level of logs to output during the build process.
409
- Defaults to "info".
410
- --clear-cache Clear cache before the build
411
- --freeze-credentials Prevent the build from updating credentials in
412
- non-interactive mode
413
- --json Enable JSON output, non-JSON messages will be printed to
414
- stderr.
415
- --local Run build locally [experimental]
416
- --non-interactive Run the command in non-interactive mode.
417
- --output=<value> Output path for local build
418
- --verbose-logs Use verbose logs for the build process
419
- --[no-]wait Wait for build(s) to complete
420
- --what-to-test=<value> Specify the "What to Test" information for the build in
421
- TestFlight (iOS-only). To be used with the `auto-submit`
422
- flag
395
+ $ eas build [-p android|ios|all] [-e PROFILE_NAME] [--local] [--output <value>] [--wait] [--clear-cache]
396
+ [-s | --auto-submit-with-profile PROFILE_NAME] [--what-to-test <value>] [-m <value>] [--build-logger-level
397
+ trace|debug|info|warn|error|fatal] [--freeze-credentials] [--verbose-logs] [--json] [--non-interactive]
398
+
399
+ FLAGS
400
+ -e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if
401
+ defined in eas.json.
402
+ -m, --message=<value> A short message describing the build
403
+ -p, --platform=<option> <options: android|ios|all>
404
+ -s, --auto-submit Submit on build complete using the submit profile with the same name as
405
+ the build profile
406
+ --auto-submit-with-profile=PROFILE_NAME Submit on build complete using the submit profile with provided name
407
+ --build-logger-level=<option> The level of logs to output during the build process. Defaults to "info".
408
+ <options: trace|debug|info|warn|error|fatal>
409
+ --clear-cache Clear cache before the build
410
+ --freeze-credentials Prevent the build from updating credentials in non-interactive mode
411
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies
412
+ --non-interactive.
413
+ --local Run build locally [experimental]
414
+ --non-interactive Run the command in non-interactive mode.
415
+ --output=<value> Output path for local build
416
+ --verbose-logs Use verbose logs for the build process
417
+ --[no-]wait Wait for build(s) to complete
418
+ --what-to-test=<value> Specify the "What to Test" information for the build in TestFlight
419
+ (iOS-only). To be used with the `auto-submit` flag
423
420
 
424
421
  DESCRIPTION
425
422
  start a build
426
423
  ```
427
424
 
428
- _See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/build/index.ts)_
425
+ _See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/index.ts)_
429
426
 
430
427
  ## `eas build:cancel [BUILD_ID]`
431
428
 
@@ -433,18 +430,19 @@ cancel a build
433
430
 
434
431
  ```
435
432
  USAGE
436
- $ eas build:cancel [BUILD_ID] [--non-interactive] [-p android|ios|all] [-e <value>]
433
+ $ eas build:cancel [BUILD_ID] [--non-interactive] [-p android|ios|all] [-e PROFILE_NAME]
437
434
 
438
435
  FLAGS
439
- -e, --profile=PROFILE_NAME Filter builds by build profile if build ID is not provided
440
- -p, --platform=(android|ios|all) Filter builds by the platform if build ID is not provided
441
- --non-interactive Run the command in non-interactive mode.
436
+ -e, --profile=PROFILE_NAME Filter builds by build profile if build ID is not provided
437
+ -p, --platform=<option> Filter builds by the platform if build ID is not provided
438
+ <options: android|ios|all>
439
+ --non-interactive Run the command in non-interactive mode.
442
440
 
443
441
  DESCRIPTION
444
442
  cancel a build
445
443
  ```
446
444
 
447
- _See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/build/cancel.ts)_
445
+ _See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/cancel.ts)_
448
446
 
449
447
  ## `eas build:configure`
450
448
 
@@ -455,13 +453,14 @@ USAGE
455
453
  $ eas build:configure [-p android|ios|all]
456
454
 
457
455
  FLAGS
458
- -p, --platform=(android|ios|all) Platform to configure
456
+ -p, --platform=<option> Platform to configure
457
+ <options: android|ios|all>
459
458
 
460
459
  DESCRIPTION
461
460
  configure the project to support EAS Build
462
461
  ```
463
462
 
464
- _See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/build/configure.ts)_
463
+ _See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/configure.ts)_
465
464
 
466
465
  ## `eas build:delete [BUILD_ID]`
467
466
 
@@ -469,18 +468,19 @@ delete a build
469
468
 
470
469
  ```
471
470
  USAGE
472
- $ eas build:delete [BUILD_ID] [--non-interactive] [-p android|ios|all] [-e <value>]
471
+ $ eas build:delete [BUILD_ID] [--non-interactive] [-p android|ios|all] [-e PROFILE_NAME]
473
472
 
474
473
  FLAGS
475
- -e, --profile=PROFILE_NAME Filter builds by build profile if build ID is not provided
476
- -p, --platform=(android|ios|all) Filter builds by the platform if build ID is not provided
477
- --non-interactive Run the command in non-interactive mode.
474
+ -e, --profile=PROFILE_NAME Filter builds by build profile if build ID is not provided
475
+ -p, --platform=<option> Filter builds by the platform if build ID is not provided
476
+ <options: android|ios|all>
477
+ --non-interactive Run the command in non-interactive mode.
478
478
 
479
479
  DESCRIPTION
480
480
  delete a build
481
481
  ```
482
482
 
483
- _See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/build/delete.ts)_
483
+ _See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/delete.ts)_
484
484
 
485
485
  ## `eas build:dev`
486
486
 
@@ -488,19 +488,19 @@ run dev client simulator/emulator build with matching fingerprint or create a ne
488
488
 
489
489
  ```
490
490
  USAGE
491
- $ eas build:dev [-p ios|android] [-e <value>]
491
+ $ eas build:dev [-p ios|android] [-e PROFILE_NAME]
492
492
 
493
493
  FLAGS
494
- -e, --profile=PROFILE_NAME Name of the build profile from eas.json. It must be a profile allowing to create
495
- emulator/simulator internal distribution dev client builds. The "development-simulator"
496
- build profile will be selected by default.
497
- -p, --platform=(ios|android)
494
+ -e, --profile=PROFILE_NAME Name of the build profile from eas.json. It must be a profile allowing to create
495
+ emulator/simulator internal distribution dev client builds. The "development-simulator"
496
+ build profile will be selected by default.
497
+ -p, --platform=<option> <options: ios|android>
498
498
 
499
499
  DESCRIPTION
500
500
  run dev client simulator/emulator build with matching fingerprint or create a new one
501
501
  ```
502
502
 
503
- _See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/build/dev.ts)_
503
+ _See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/dev.ts)_
504
504
 
505
505
  ## `eas build:download`
506
506
 
@@ -508,20 +508,20 @@ download simulator/emulator builds for a given fingerprint hash
508
508
 
509
509
  ```
510
510
  USAGE
511
- $ eas build:download --fingerprint <value> [-p ios|android] [--dev-client] [--json --non-interactive]
511
+ $ eas build:download --fingerprint <value> [-p ios|android] [--dev-client] [--json] [--non-interactive]
512
512
 
513
513
  FLAGS
514
- -p, --platform=(ios|android)
515
- --[no-]dev-client Filter only dev-client builds.
516
- --fingerprint=<value> (required) Fingerprint hash of the build to download
517
- --json Enable JSON output, non-JSON messages will be printed to stderr.
518
- --non-interactive Run the command in non-interactive mode.
514
+ -p, --platform=<option> <options: ios|android>
515
+ --[no-]dev-client Filter only dev-client builds.
516
+ --fingerprint=<value> (required) Fingerprint hash of the build to download
517
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
518
+ --non-interactive Run the command in non-interactive mode.
519
519
 
520
520
  DESCRIPTION
521
521
  download simulator/emulator builds for a given fingerprint hash
522
522
  ```
523
523
 
524
- _See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/build/download.ts)_
524
+ _See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/download.ts)_
525
525
 
526
526
  ## `eas build:inspect`
527
527
 
@@ -529,7 +529,8 @@ inspect the state of the project at specific build stages, useful for troublesho
529
529
 
530
530
  ```
531
531
  USAGE
532
- $ eas build:inspect -p android|ios -s archive|pre-build|post-build -o <value> [-e <value>] [--force] [-v]
532
+ $ eas build:inspect -p android|ios -s archive|pre-build|post-build -o OUTPUT_DIRECTORY [-e PROFILE_NAME]
533
+ [--force] [-v]
533
534
 
534
535
  FLAGS
535
536
  -e, --profile=PROFILE_NAME
@@ -538,14 +539,16 @@ FLAGS
538
539
  -o, --output=OUTPUT_DIRECTORY
539
540
  (required) Output directory.
540
541
 
541
- -p, --platform=(android|ios)
542
+ -p, --platform=<option>
542
543
  (required)
544
+ <options: android|ios>
543
545
 
544
- -s, --stage=(archive|pre-build|post-build)
546
+ -s, --stage=<option>
545
547
  (required) Stage of the build you want to inspect.
546
548
  archive - builds the project archive that would be uploaded to EAS when building
547
549
  pre-build - prepares the project to be built with Gradle/Xcode. Does not run the native build.
548
550
  post-build - builds the native project and leaves the output directory for inspection
551
+ <options: archive|pre-build|post-build>
549
552
 
550
553
  -v, --verbose
551
554
 
@@ -556,7 +559,7 @@ DESCRIPTION
556
559
  inspect the state of the project at specific build stages, useful for troubleshooting
557
560
  ```
558
561
 
559
- _See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/build/inspect.ts)_
562
+ _See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/inspect.ts)_
560
563
 
561
564
  ## `eas build:list`
562
565
 
@@ -568,47 +571,35 @@ USAGE
568
571
  new|in-queue|in-progress|pending-cancel|errored|finished|canceled] [--distribution store|internal|simulator]
569
572
  [--channel <value>] [--app-version <value>] [--app-build-version <value>] [--sdk-version <value>] [--runtime-version
570
573
  <value>] [--app-identifier <value>] [-e <value>] [--git-commit-hash <value>] [--fingerprint-hash <value>] [--offset
571
- <value>] [--limit <value>] [--json --non-interactive] [--simulator]
572
-
573
- FLAGS
574
- -e, --build-profile=<value> Filter only builds created with the
575
- specified build profile
576
- -p, --platform=(android|ios|all)
577
- --app-build-version=<value> Filter only builds created with the
578
- specified app build version
579
- --app-identifier=<value> Filter only builds created with the
580
- specified app identifier
581
- --app-version=<value> Filter only builds created with the
582
- specified main app version
574
+ <value>] [--limit <value>] [--json] [--non-interactive] [--simulator]
575
+
576
+ FLAGS
577
+ -e, --build-profile=<value> Filter only builds created with the specified build profile
578
+ -p, --platform=<option> <options: android|ios|all>
579
+ --app-build-version=<value> Filter only builds created with the specified app build version
580
+ --app-identifier=<value> Filter only builds created with the specified app identifier
581
+ --app-version=<value> Filter only builds created with the specified main app version
583
582
  --channel=<value>
584
- --distribution=(store|internal|simulator) Filter only builds with the specified
585
- distribution type
586
- --fingerprint-hash=<value> Filter only builds with the specified
587
- fingerprint hash
588
- --git-commit-hash=<value> Filter only builds created with the
589
- specified git commit hash
590
- --json Enable JSON output, non-JSON messages
591
- will be printed to stderr.
592
- --limit=<value> The number of items to fetch each query.
593
- Defaults to 10 and is capped at 50.
594
- --non-interactive Run the command in non-interactive mode.
595
- --offset=<value> Start queries from specified index. Use
596
- for paginating results. Defaults to 0.
597
- --runtime-version=<value> Filter only builds created with the
598
- specified runtime version
599
- --sdk-version=<value> Filter only builds created with the
600
- specified Expo SDK version
601
- --simulator Filter only iOS simulator builds. Can
602
- only be used with --platform flag set to
603
- "ios"
604
- --status=(new|in-queue|in-progress|pending-cancel|errored|finished|canceled) Filter only builds with the specified
605
- status
583
+ --distribution=<option> Filter only builds with the specified distribution type
584
+ <options: store|internal|simulator>
585
+ --fingerprint-hash=<value> Filter only builds with the specified fingerprint hash
586
+ --git-commit-hash=<value> Filter only builds created with the specified git commit hash
587
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies
588
+ --non-interactive.
589
+ --limit=<value> The number of items to fetch each query. Defaults to 10 and is capped at 50.
590
+ --non-interactive Run the command in non-interactive mode.
591
+ --offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
592
+ --runtime-version=<value> Filter only builds created with the specified runtime version
593
+ --sdk-version=<value> Filter only builds created with the specified Expo SDK version
594
+ --simulator Filter only iOS simulator builds. Can only be used with --platform flag set to "ios"
595
+ --status=<option> Filter only builds with the specified status
596
+ <options: new|in-queue|in-progress|pending-cancel|errored|finished|canceled>
606
597
 
607
598
  DESCRIPTION
608
599
  list all builds for your project
609
600
  ```
610
601
 
611
- _See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/build/list.ts)_
602
+ _See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/list.ts)_
612
603
 
613
604
  ## `eas build:resign`
614
605
 
@@ -616,28 +607,29 @@ re-sign a build archive
616
607
 
617
608
  ```
618
609
  USAGE
619
- $ eas build:resign [-p android|ios] [-e <value>] [--source-profile <value>] [--wait] [--id <value>] [--offset
620
- <value>] [--limit <value>] [--json --non-interactive]
610
+ $ eas build:resign [-p android|ios] [-e PROFILE_NAME] [--source-profile PROFILE_NAME] [--wait] [--id <value>]
611
+ [--offset <value>] [--limit <value>] [--json] [--non-interactive]
621
612
 
622
613
  FLAGS
623
614
  -e, --target-profile=PROFILE_NAME Name of the target build profile from eas.json. Credentials and environment
624
615
  variables from this profile will be used when re-signing. Defaults to "production"
625
616
  if defined in eas.json.
626
- -p, --platform=(android|ios)
627
- --id=<value> ID of the build to re-sign.
628
- --json Enable JSON output, non-JSON messages will be printed to stderr.
629
- --limit=<value> The number of items to fetch each query. Defaults to 50 and is capped at 100.
630
- --non-interactive Run the command in non-interactive mode.
631
- --offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
632
- --source-profile=PROFILE_NAME Name of the source build profile from eas.json. Used to filter builds eligible for
617
+ -p, --platform=<option> <options: android|ios>
618
+ --id=<value> ID of the build to re-sign.
619
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies
620
+ --non-interactive.
621
+ --limit=<value> The number of items to fetch each query. Defaults to 50 and is capped at 100.
622
+ --non-interactive Run the command in non-interactive mode.
623
+ --offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
624
+ --source-profile=PROFILE_NAME Name of the source build profile from eas.json. Used to filter builds eligible for
633
625
  re-signing.
634
- --[no-]wait Wait for build(s) to complete.
626
+ --[no-]wait Wait for build(s) to complete.
635
627
 
636
628
  DESCRIPTION
637
629
  re-sign a build archive
638
630
  ```
639
631
 
640
- _See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/build/resign.ts)_
632
+ _See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/resign.ts)_
641
633
 
642
634
  ## `eas build:run`
643
635
 
@@ -645,25 +637,25 @@ run simulator/emulator builds from eas-cli
645
637
 
646
638
  ```
647
639
  USAGE
648
- $ eas build:run [--latest | --id <value> | --path <value> | --url <value>] [-p android|ios] [-e <value>]
640
+ $ eas build:run [--latest | --id <value> | --path <value> | --url <value>] [-p android|ios] [-e PROFILE_NAME]
649
641
  [--offset <value>] [--limit <value>]
650
642
 
651
643
  FLAGS
652
- -e, --profile=PROFILE_NAME Name of the build profile used to create the build to run. When specified, only builds
653
- created with the specified build profile will be queried.
654
- -p, --platform=(android|ios)
655
- --id=<value> ID of the simulator/emulator build to run
656
- --latest Run the latest simulator/emulator build for specified platform
657
- --limit=<value> The number of items to fetch each query. Defaults to 50 and is capped at 100.
658
- --offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
659
- --path=<value> Path to the simulator/emulator build archive or app
660
- --url=<value> Simulator/Emulator build archive url
644
+ -e, --profile=PROFILE_NAME Name of the build profile used to create the build to run. When specified, only builds
645
+ created with the specified build profile will be queried.
646
+ -p, --platform=<option> <options: android|ios>
647
+ --id=<value> ID of the simulator/emulator build to run
648
+ --latest Run the latest simulator/emulator build for specified platform
649
+ --limit=<value> The number of items to fetch each query. Defaults to 50 and is capped at 100.
650
+ --offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
651
+ --path=<value> Path to the simulator/emulator build archive or app
652
+ --url=<value> Simulator/Emulator build archive url
661
653
 
662
654
  DESCRIPTION
663
655
  run simulator/emulator builds from eas-cli
664
656
  ```
665
657
 
666
- _See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/build/run.ts)_
658
+ _See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/run.ts)_
667
659
 
668
660
  ## `eas build:submit`
669
661
 
@@ -672,24 +664,22 @@ submit app binary to App Store and/or Play Store
672
664
  ```
673
665
  USAGE
674
666
  $ eas build:submit [-p android|ios|all] [-e <value>] [--latest | --id <value> | --path <value> | --url <value>]
675
- [--what-to-test <value>] [--verbose] [--wait] [--verbose-fastlane] [-g <value>] [--non-interactive]
676
-
677
- FLAGS
678
- -e, --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in
679
- eas.json.
680
- -g, --groups=<value>... Internal TestFlight testing groups to add the build to (iOS only). Learn more:
681
- https://developer.apple.com/help/app-store-connect/test-a-beta-version/add-internal-
682
- testers
683
- -p, --platform=(android|ios|all)
684
- --id=<value> ID of the build to submit
685
- --latest Submit the latest build for specified platform
686
- --non-interactive Run command in non-interactive mode
687
- --path=<value> Path to the .apk/.aab/.ipa file
688
- --url=<value> App archive url
689
- --verbose Always print logs from EAS Submit
690
- --verbose-fastlane Enable verbose logging for the submission process
691
- --[no-]wait Wait for submission to complete
692
- --what-to-test=<value> Sets the "What to test" information in TestFlight (iOS only).
667
+ [--what-to-test <value>] [--verbose] [--wait] [--verbose-fastlane] [-g <value>...] [--non-interactive]
668
+
669
+ FLAGS
670
+ -e, --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in eas.json.
671
+ -g, --groups=<value>... Internal TestFlight testing groups to add the build to (iOS only). Learn more: https://dev
672
+ eloper.apple.com/help/app-store-connect/test-a-beta-version/add-internal-testers
673
+ -p, --platform=<option> <options: android|ios|all>
674
+ --id=<value> ID of the build to submit
675
+ --latest Submit the latest build for specified platform
676
+ --non-interactive Run command in non-interactive mode
677
+ --path=<value> Path to the .apk/.aab/.ipa file
678
+ --url=<value> App archive url
679
+ --verbose Always print logs from EAS Submit
680
+ --verbose-fastlane Enable verbose logging for the submission process
681
+ --[no-]wait Wait for submission to complete
682
+ --what-to-test=<value> Sets the "What to test" information in TestFlight (iOS only).
693
683
 
694
684
  DESCRIPTION
695
685
  submit app binary to App Store and/or Play Store
@@ -704,20 +694,20 @@ get the latest version from EAS servers
704
694
 
705
695
  ```
706
696
  USAGE
707
- $ eas build:version:get [-p android|ios|all] [-e <value>] [--json --non-interactive]
697
+ $ eas build:version:get [-p android|ios|all] [-e PROFILE_NAME] [--json] [--non-interactive]
708
698
 
709
699
  FLAGS
710
- -e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined in
711
- eas.json.
712
- -p, --platform=(android|ios|all)
713
- --json Enable JSON output, non-JSON messages will be printed to stderr.
714
- --non-interactive Run the command in non-interactive mode.
700
+ -e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined in eas.json.
701
+ -p, --platform=<option> <options: android|ios|all>
702
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies
703
+ --non-interactive.
704
+ --non-interactive Run the command in non-interactive mode.
715
705
 
716
706
  DESCRIPTION
717
707
  get the latest version from EAS servers
718
708
  ```
719
709
 
720
- _See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/build/version/get.ts)_
710
+ _See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/version/get.ts)_
721
711
 
722
712
  ## `eas build:version:set`
723
713
 
@@ -725,18 +715,17 @@ update version of an app
725
715
 
726
716
  ```
727
717
  USAGE
728
- $ eas build:version:set [-p android|ios] [-e <value>]
718
+ $ eas build:version:set [-p android|ios] [-e PROFILE_NAME]
729
719
 
730
720
  FLAGS
731
- -e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined in
732
- eas.json.
733
- -p, --platform=(android|ios)
721
+ -e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined in eas.json.
722
+ -p, --platform=<option> <options: android|ios>
734
723
 
735
724
  DESCRIPTION
736
725
  update version of an app
737
726
  ```
738
727
 
739
- _See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/build/version/set.ts)_
728
+ _See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/version/set.ts)_
740
729
 
741
730
  ## `eas build:version:sync`
742
731
 
@@ -744,18 +733,17 @@ update a version in native code with a value stored on EAS servers
744
733
 
745
734
  ```
746
735
  USAGE
747
- $ eas build:version:sync [-p android|ios|all] [-e <value>]
736
+ $ eas build:version:sync [-p android|ios|all] [-e PROFILE_NAME]
748
737
 
749
738
  FLAGS
750
- -e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined in
751
- eas.json.
752
- -p, --platform=(android|ios|all)
739
+ -e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined in eas.json.
740
+ -p, --platform=<option> <options: android|ios|all>
753
741
 
754
742
  DESCRIPTION
755
743
  update a version in native code with a value stored on EAS servers
756
744
  ```
757
745
 
758
- _See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/build/version/sync.ts)_
746
+ _See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/version/sync.ts)_
759
747
 
760
748
  ## `eas build:view [BUILD_ID]`
761
749
 
@@ -772,7 +760,7 @@ DESCRIPTION
772
760
  view a build for your project
773
761
  ```
774
762
 
775
- _See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/build/view.ts)_
763
+ _See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/view.ts)_
776
764
 
777
765
  ## `eas channel:create [NAME]`
778
766
 
@@ -780,20 +768,20 @@ create a channel
780
768
 
781
769
  ```
782
770
  USAGE
783
- $ eas channel:create [NAME] [--json --non-interactive]
771
+ $ eas channel:create [NAME] [--json] [--non-interactive]
784
772
 
785
773
  ARGUMENTS
786
- NAME Name of the channel to create
774
+ [NAME] Name of the channel to create
787
775
 
788
776
  FLAGS
789
- --json Enable JSON output, non-JSON messages will be printed to stderr.
777
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
790
778
  --non-interactive Run the command in non-interactive mode.
791
779
 
792
780
  DESCRIPTION
793
781
  create a channel
794
782
  ```
795
783
 
796
- _See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/channel/create.ts)_
784
+ _See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/channel/create.ts)_
797
785
 
798
786
  ## `eas channel:delete [NAME]`
799
787
 
@@ -801,20 +789,20 @@ Delete a channel
801
789
 
802
790
  ```
803
791
  USAGE
804
- $ eas channel:delete [NAME] [--json --non-interactive]
792
+ $ eas channel:delete [NAME] [--json] [--non-interactive]
805
793
 
806
794
  ARGUMENTS
807
- NAME Name of the channel to delete
795
+ [NAME] Name of the channel to delete
808
796
 
809
797
  FLAGS
810
- --json Enable JSON output, non-JSON messages will be printed to stderr.
798
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
811
799
  --non-interactive Run the command in non-interactive mode.
812
800
 
813
801
  DESCRIPTION
814
802
  Delete a channel
815
803
  ```
816
804
 
817
- _See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/channel/delete.ts)_
805
+ _See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/channel/delete.ts)_
818
806
 
819
807
  ## `eas channel:edit [NAME]`
820
808
 
@@ -822,21 +810,21 @@ point a channel at a new branch
822
810
 
823
811
  ```
824
812
  USAGE
825
- $ eas channel:edit [NAME] [--branch <value>] [--json --non-interactive]
813
+ $ eas channel:edit [NAME] [--branch <value>] [--json] [--non-interactive]
826
814
 
827
815
  ARGUMENTS
828
- NAME Name of the channel to edit
816
+ [NAME] Name of the channel to edit
829
817
 
830
818
  FLAGS
831
819
  --branch=<value> Name of the branch to point to
832
- --json Enable JSON output, non-JSON messages will be printed to stderr.
820
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
833
821
  --non-interactive Run the command in non-interactive mode.
834
822
 
835
823
  DESCRIPTION
836
824
  point a channel at a new branch
837
825
  ```
838
826
 
839
- _See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/channel/edit.ts)_
827
+ _See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/channel/edit.ts)_
840
828
 
841
829
  ## `eas channel:list`
842
830
 
@@ -844,10 +832,10 @@ list all channels
844
832
 
845
833
  ```
846
834
  USAGE
847
- $ eas channel:list [--offset <value>] [--limit <value>] [--json --non-interactive]
835
+ $ eas channel:list [--offset <value>] [--limit <value>] [--json] [--non-interactive]
848
836
 
849
837
  FLAGS
850
- --json Enable JSON output, non-JSON messages will be printed to stderr.
838
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
851
839
  --limit=<value> The number of items to fetch each query. Defaults to 10 and is capped at 25.
852
840
  --non-interactive Run the command in non-interactive mode.
853
841
  --offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
@@ -856,7 +844,7 @@ DESCRIPTION
856
844
  list all channels
857
845
  ```
858
846
 
859
- _See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/channel/list.ts)_
847
+ _See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/channel/list.ts)_
860
848
 
861
849
  ## `eas channel:pause [NAME]`
862
850
 
@@ -864,21 +852,21 @@ pause a channel to stop it from sending updates
864
852
 
865
853
  ```
866
854
  USAGE
867
- $ eas channel:pause [NAME] [--branch <value>] [--json --non-interactive]
855
+ $ eas channel:pause [NAME] [--branch <value>] [--json] [--non-interactive]
868
856
 
869
857
  ARGUMENTS
870
- NAME Name of the channel to edit
858
+ [NAME] Name of the channel to edit
871
859
 
872
860
  FLAGS
873
861
  --branch=<value> Name of the branch to point to
874
- --json Enable JSON output, non-JSON messages will be printed to stderr.
862
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
875
863
  --non-interactive Run the command in non-interactive mode.
876
864
 
877
865
  DESCRIPTION
878
866
  pause a channel to stop it from sending updates
879
867
  ```
880
868
 
881
- _See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/channel/pause.ts)_
869
+ _See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/channel/pause.ts)_
882
870
 
883
871
  ## `eas channel:resume [NAME]`
884
872
 
@@ -886,21 +874,21 @@ resume a channel to start sending updates
886
874
 
887
875
  ```
888
876
  USAGE
889
- $ eas channel:resume [NAME] [--branch <value>] [--json --non-interactive]
877
+ $ eas channel:resume [NAME] [--branch <value>] [--json] [--non-interactive]
890
878
 
891
879
  ARGUMENTS
892
- NAME Name of the channel to edit
880
+ [NAME] Name of the channel to edit
893
881
 
894
882
  FLAGS
895
883
  --branch=<value> Name of the branch to point to
896
- --json Enable JSON output, non-JSON messages will be printed to stderr.
884
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
897
885
  --non-interactive Run the command in non-interactive mode.
898
886
 
899
887
  DESCRIPTION
900
888
  resume a channel to start sending updates
901
889
  ```
902
890
 
903
- _See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/channel/resume.ts)_
891
+ _See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/channel/resume.ts)_
904
892
 
905
893
  ## `eas channel:rollout [CHANNEL]`
906
894
 
@@ -909,31 +897,33 @@ Roll a new branch out on a channel incrementally.
909
897
  ```
910
898
  USAGE
911
899
  $ eas channel:rollout [CHANNEL] [--action create|edit|end|view] [--percent <value>] [--outcome
912
- republish-and-revert|revert] [--branch <value>] [--runtime-version <value>] [--private-key-path <value>] [--json
913
- --non-interactive]
900
+ republish-and-revert|revert] [--branch <value>] [--runtime-version <value>] [--private-key-path <value>] [--json]
901
+ [--non-interactive]
914
902
 
915
903
  ARGUMENTS
916
- CHANNEL channel on which the rollout should be done
904
+ [CHANNEL] channel on which the rollout should be done
917
905
 
918
906
  FLAGS
919
- --action=(create|edit|end|view) Rollout action to perform
920
- --branch=<value> Branch to roll out. Use with --action=create
921
- --json Enable JSON output, non-JSON messages will be printed to stderr.
922
- --non-interactive Run the command in non-interactive mode.
923
- --outcome=(republish-and-revert|revert) End outcome of rollout. Use with --action=end
924
- --percent=<value> Percent of users to send to the new branch. Use with --action=edit or
925
- --action=create
926
- --private-key-path=<value> File containing the PEM-encoded private key corresponding to the certificate
927
- in expo-updates' configuration. Defaults to a file named "private-key.pem" in
928
- the certificate's directory. Only relevant if you are using code signing:
929
- https://docs.expo.dev/eas-update/code-signing/
930
- --runtime-version=<value> Runtime version to target. Use with --action=create
907
+ --action=<option> Rollout action to perform
908
+ <options: create|edit|end|view>
909
+ --branch=<value> Branch to roll out. Use with --action=create
910
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies
911
+ --non-interactive.
912
+ --non-interactive Run the command in non-interactive mode.
913
+ --outcome=<option> End outcome of rollout. Use with --action=end
914
+ <options: republish-and-revert|revert>
915
+ --percent=<value> Percent of users to send to the new branch. Use with --action=edit or --action=create
916
+ --private-key-path=<value> File containing the PEM-encoded private key corresponding to the certificate in
917
+ expo-updates' configuration. Defaults to a file named "private-key.pem" in the
918
+ certificate's directory. Only relevant if you are using code signing:
919
+ https://docs.expo.dev/eas-update/code-signing/
920
+ --runtime-version=<value> Runtime version to target. Use with --action=create
931
921
 
932
922
  DESCRIPTION
933
923
  Roll a new branch out on a channel incrementally.
934
924
  ```
935
925
 
936
- _See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/channel/rollout.ts)_
926
+ _See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/channel/rollout.ts)_
937
927
 
938
928
  ## `eas channel:view [NAME]`
939
929
 
@@ -941,13 +931,13 @@ view a channel
941
931
 
942
932
  ```
943
933
  USAGE
944
- $ eas channel:view [NAME] [--json --non-interactive] [--offset <value>] [--limit <value>]
934
+ $ eas channel:view [NAME] [--json] [--non-interactive] [--offset <value>] [--limit <value>]
945
935
 
946
936
  ARGUMENTS
947
- NAME Name of the channel to view
937
+ [NAME] Name of the channel to view
948
938
 
949
939
  FLAGS
950
- --json Enable JSON output, non-JSON messages will be printed to stderr.
940
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
951
941
  --limit=<value> The number of items to fetch each query. Defaults to 50 and is capped at 100.
952
942
  --non-interactive Run the command in non-interactive mode.
953
943
  --offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
@@ -956,7 +946,7 @@ DESCRIPTION
956
946
  view a channel
957
947
  ```
958
948
 
959
- _See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/channel/view.ts)_
949
+ _See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/channel/view.ts)_
960
950
 
961
951
  ## `eas config`
962
952
 
@@ -964,20 +954,20 @@ display project configuration (app.json + eas.json)
964
954
 
965
955
  ```
966
956
  USAGE
967
- $ eas config [-p android|ios] [-e <value>] [--json --non-interactive]
957
+ $ eas config [-p android|ios] [-e PROFILE_NAME] [--json] [--non-interactive]
968
958
 
969
959
  FLAGS
970
- -e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined in
971
- eas.json.
972
- -p, --platform=(android|ios)
973
- --json Enable JSON output, non-JSON messages will be printed to stderr.
974
- --non-interactive Run the command in non-interactive mode.
960
+ -e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined in eas.json.
961
+ -p, --platform=<option> <options: android|ios>
962
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies
963
+ --non-interactive.
964
+ --non-interactive Run the command in non-interactive mode.
975
965
 
976
966
  DESCRIPTION
977
967
  display project configuration (app.json + eas.json)
978
968
  ```
979
969
 
980
- _See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/config.ts)_
970
+ _See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/config.ts)_
981
971
 
982
972
  ## `eas credentials`
983
973
 
@@ -988,13 +978,13 @@ USAGE
988
978
  $ eas credentials [-p android|ios]
989
979
 
990
980
  FLAGS
991
- -p, --platform=(android|ios)
981
+ -p, --platform=<option> <options: android|ios>
992
982
 
993
983
  DESCRIPTION
994
984
  manage credentials
995
985
  ```
996
986
 
997
- _See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/credentials/index.ts)_
987
+ _See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/credentials/index.ts)_
998
988
 
999
989
  ## `eas credentials:configure-build`
1000
990
 
@@ -1002,17 +992,17 @@ Set up credentials for building your project.
1002
992
 
1003
993
  ```
1004
994
  USAGE
1005
- $ eas credentials:configure-build [-p android|ios] [-e <value>]
995
+ $ eas credentials:configure-build [-p android|ios] [-e PROFILE_NAME]
1006
996
 
1007
997
  FLAGS
1008
- -e, --profile=PROFILE_NAME The name of the build profile in eas.json.
1009
- -p, --platform=(android|ios)
998
+ -e, --profile=PROFILE_NAME The name of the build profile in eas.json.
999
+ -p, --platform=<option> <options: android|ios>
1010
1000
 
1011
1001
  DESCRIPTION
1012
1002
  Set up credentials for building your project.
1013
1003
  ```
1014
1004
 
1015
- _See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/credentials/configure-build.ts)_
1005
+ _See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
1016
1006
 
1017
1007
  ## `eas deploy [options]`
1018
1008
 
@@ -1029,9 +1019,10 @@ FLAGS
1029
1019
  --environment=<value> Environment variable's environment, e.g. 'production', 'preview', 'development'
1030
1020
  --export-dir=dir [default: dist] Directory where the Expo project was exported.
1031
1021
  --id=xyz123 Custom unique identifier for the new deployment.
1032
- --json Enable JSON output, non-JSON messages will be printed to stderr.
1022
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
1033
1023
  --non-interactive Run the command in non-interactive mode.
1034
1024
  --prod Create a new production deployment.
1025
+ --[no-]source-maps Include source maps in the deployment.
1035
1026
 
1036
1027
  DESCRIPTION
1037
1028
  deploy your Expo Router web build and API Routes
@@ -1040,7 +1031,7 @@ ALIASES
1040
1031
  $ eas worker:deploy
1041
1032
  ```
1042
1033
 
1043
- _See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/deploy/index.ts)_
1034
+ _See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/deploy/index.ts)_
1044
1035
 
1045
1036
  ## `eas deploy:alias`
1046
1037
 
@@ -1048,12 +1039,12 @@ Assign deployment aliases.
1048
1039
 
1049
1040
  ```
1050
1041
  USAGE
1051
- $ eas deploy:alias [--prod] [--alias <value>] [--id <value>] [--json --non-interactive]
1042
+ $ eas deploy:alias [--prod] [--alias name] [--id xyz123] [--json] [--non-interactive]
1052
1043
 
1053
1044
  FLAGS
1054
1045
  --alias=name Custom alias to assign to the existing deployment.
1055
1046
  --id=xyz123 Unique identifier of an existing deployment.
1056
- --json Enable JSON output, non-JSON messages will be printed to stderr.
1047
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
1057
1048
  --non-interactive Run the command in non-interactive mode.
1058
1049
  --prod Promote an existing deployment to production.
1059
1050
 
@@ -1065,7 +1056,7 @@ ALIASES
1065
1056
  $ eas deploy:promote
1066
1057
  ```
1067
1058
 
1068
- _See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/deploy/alias/index.ts)_
1059
+ _See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/deploy/alias/index.ts)_
1069
1060
 
1070
1061
  ## `eas deploy:alias:delete [ALIAS_NAME]`
1071
1062
 
@@ -1073,10 +1064,10 @@ Delete deployment aliases.
1073
1064
 
1074
1065
  ```
1075
1066
  USAGE
1076
- $ eas deploy:alias:delete [ALIAS_NAME] [--json --non-interactive]
1067
+ $ eas deploy:alias:delete [ALIAS_NAME] [--json] [--non-interactive]
1077
1068
 
1078
1069
  FLAGS
1079
- --json Enable JSON output, non-JSON messages will be printed to stderr.
1070
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
1080
1071
  --non-interactive Run the command in non-interactive mode.
1081
1072
 
1082
1073
  DESCRIPTION
@@ -1086,7 +1077,7 @@ ALIASES
1086
1077
  $ eas worker:alias:delete
1087
1078
  ```
1088
1079
 
1089
- _See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/deploy/alias/delete.ts)_
1080
+ _See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/deploy/alias/delete.ts)_
1090
1081
 
1091
1082
  ## `eas deploy:delete [DEPLOYMENT_ID]`
1092
1083
 
@@ -1094,10 +1085,10 @@ Delete a deployment.
1094
1085
 
1095
1086
  ```
1096
1087
  USAGE
1097
- $ eas deploy:delete [DEPLOYMENT_ID] [--json --non-interactive]
1088
+ $ eas deploy:delete [DEPLOYMENT_ID] [--json] [--non-interactive]
1098
1089
 
1099
1090
  FLAGS
1100
- --json Enable JSON output, non-JSON messages will be printed to stderr.
1091
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
1101
1092
  --non-interactive Run the command in non-interactive mode.
1102
1093
 
1103
1094
  DESCRIPTION
@@ -1107,7 +1098,7 @@ ALIASES
1107
1098
  $ eas worker:delete
1108
1099
  ```
1109
1100
 
1110
- _See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/deploy/delete.ts)_
1101
+ _See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/deploy/delete.ts)_
1111
1102
 
1112
1103
  ## `eas deploy:promote`
1113
1104
 
@@ -1115,12 +1106,12 @@ Assign deployment aliases.
1115
1106
 
1116
1107
  ```
1117
1108
  USAGE
1118
- $ eas deploy:promote [--prod] [--alias <value>] [--id <value>] [--json --non-interactive]
1109
+ $ eas deploy:promote [--prod] [--alias name] [--id xyz123] [--json] [--non-interactive]
1119
1110
 
1120
1111
  FLAGS
1121
1112
  --alias=name Custom alias to assign to the existing deployment.
1122
1113
  --id=xyz123 Unique identifier of an existing deployment.
1123
- --json Enable JSON output, non-JSON messages will be printed to stderr.
1114
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
1124
1115
  --non-interactive Run the command in non-interactive mode.
1125
1116
  --prod Promote an existing deployment to production.
1126
1117
 
@@ -1144,7 +1135,7 @@ DESCRIPTION
1144
1135
  register new Apple Devices to use for internal distribution
1145
1136
  ```
1146
1137
 
1147
- _See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/device/create.ts)_
1138
+ _See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/device/create.ts)_
1148
1139
 
1149
1140
  ## `eas device:delete`
1150
1141
 
@@ -1152,11 +1143,11 @@ remove a registered device from your account
1152
1143
 
1153
1144
  ```
1154
1145
  USAGE
1155
- $ eas device:delete [--apple-team-id <value>] [--udid <value>] [--json --non-interactive]
1146
+ $ eas device:delete [--apple-team-id <value>] [--udid <value>] [--json] [--non-interactive]
1156
1147
 
1157
1148
  FLAGS
1158
1149
  --apple-team-id=<value> The Apple team ID on which to find the device
1159
- --json Enable JSON output, non-JSON messages will be printed to stderr.
1150
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
1160
1151
  --non-interactive Run the command in non-interactive mode.
1161
1152
  --udid=<value> The Apple device ID to disable
1162
1153
 
@@ -1164,7 +1155,7 @@ DESCRIPTION
1164
1155
  remove a registered device from your account
1165
1156
  ```
1166
1157
 
1167
- _See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/device/delete.ts)_
1158
+ _See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/device/delete.ts)_
1168
1159
 
1169
1160
  ## `eas device:list`
1170
1161
 
@@ -1172,11 +1163,11 @@ list all registered devices for your account
1172
1163
 
1173
1164
  ```
1174
1165
  USAGE
1175
- $ eas device:list [--apple-team-id <value>] [--offset <value>] [--limit <value>] [--json --non-interactive]
1166
+ $ eas device:list [--apple-team-id <value>] [--offset <value>] [--limit <value>] [--json] [--non-interactive]
1176
1167
 
1177
1168
  FLAGS
1178
1169
  --apple-team-id=<value>
1179
- --json Enable JSON output, non-JSON messages will be printed to stderr.
1170
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
1180
1171
  --limit=<value> The number of items to fetch each query. Defaults to 50 and is capped at 100.
1181
1172
  --non-interactive Run the command in non-interactive mode.
1182
1173
  --offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
@@ -1185,7 +1176,7 @@ DESCRIPTION
1185
1176
  list all registered devices for your account
1186
1177
  ```
1187
1178
 
1188
- _See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/device/list.ts)_
1179
+ _See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/device/list.ts)_
1189
1180
 
1190
1181
  ## `eas device:rename`
1191
1182
 
@@ -1193,11 +1184,11 @@ rename a registered device
1193
1184
 
1194
1185
  ```
1195
1186
  USAGE
1196
- $ eas device:rename [--apple-team-id <value>] [--udid <value>] [--name <value>] [--json --non-interactive]
1187
+ $ eas device:rename [--apple-team-id <value>] [--udid <value>] [--name <value>] [--json] [--non-interactive]
1197
1188
 
1198
1189
  FLAGS
1199
1190
  --apple-team-id=<value> The Apple team ID on which to find the device
1200
- --json Enable JSON output, non-JSON messages will be printed to stderr.
1191
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
1201
1192
  --name=<value> The new name for the device
1202
1193
  --non-interactive Run the command in non-interactive mode.
1203
1194
  --udid=<value> The Apple device ID to rename
@@ -1206,7 +1197,7 @@ DESCRIPTION
1206
1197
  rename a registered device
1207
1198
  ```
1208
1199
 
1209
- _See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/device/rename.ts)_
1200
+ _See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/device/rename.ts)_
1210
1201
 
1211
1202
  ## `eas device:view [UDID]`
1212
1203
 
@@ -1220,7 +1211,7 @@ DESCRIPTION
1220
1211
  view a device for your project
1221
1212
  ```
1222
1213
 
1223
- _See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/device/view.ts)_
1214
+ _See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/device/view.ts)_
1224
1215
 
1225
1216
  ## `eas diagnostics`
1226
1217
 
@@ -1234,7 +1225,7 @@ DESCRIPTION
1234
1225
  display environment info
1235
1226
  ```
1236
1227
 
1237
- _See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/diagnostics.ts)_
1228
+ _See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/diagnostics.ts)_
1238
1229
 
1239
1230
  ## `eas env:create [ENVIRONMENT]`
1240
1231
 
@@ -1243,28 +1234,30 @@ create an environment variable for the current project or account
1243
1234
  ```
1244
1235
  USAGE
1245
1236
  $ eas env:create [ENVIRONMENT] [--name <value>] [--value <value>] [--force] [--type string|file] [--visibility
1246
- plaintext|sensitive|secret] [--scope project|account] [--environment <value>] [--non-interactive]
1237
+ plaintext|sensitive|secret] [--scope project|account] [--environment <value>...] [--non-interactive]
1247
1238
 
1248
1239
  ARGUMENTS
1249
- ENVIRONMENT Environment to create the variable in. Default environments are 'production', 'preview', and
1250
- 'development'.
1240
+ [ENVIRONMENT] Environment to create the variable in. Default environments are 'production', 'preview', and
1241
+ 'development'.
1251
1242
 
1252
1243
  FLAGS
1253
- --environment=<value>... Environment variable's environment, e.g. 'production', 'preview',
1254
- 'development'
1255
- --force Overwrite existing variable
1256
- --name=<value> Name of the variable
1257
- --non-interactive Run the command in non-interactive mode.
1258
- --scope=(project|account) [default: project] Scope for the variable
1259
- --type=(string|file) The type of variable
1260
- --value=<value> Text value or the variable
1261
- --visibility=(plaintext|sensitive|secret) Visibility of the variable
1244
+ --environment=<value>... Environment variable's environment, e.g. 'production', 'preview', 'development'
1245
+ --force Overwrite existing variable
1246
+ --name=<value> Name of the variable
1247
+ --non-interactive Run the command in non-interactive mode.
1248
+ --scope=<option> [default: project] Scope for the variable
1249
+ <options: project|account>
1250
+ --type=<option> The type of variable
1251
+ <options: string|file>
1252
+ --value=<value> Text value or the variable
1253
+ --visibility=<option> Visibility of the variable
1254
+ <options: plaintext|sensitive|secret>
1262
1255
 
1263
1256
  DESCRIPTION
1264
1257
  create an environment variable for the current project or account
1265
1258
  ```
1266
1259
 
1267
- _See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/env/create.ts)_
1260
+ _See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/env/create.ts)_
1268
1261
 
1269
1262
  ## `eas env:delete [ENVIRONMENT]`
1270
1263
 
@@ -1276,12 +1269,13 @@ USAGE
1276
1269
  project|account] [--non-interactive]
1277
1270
 
1278
1271
  ARGUMENTS
1279
- ENVIRONMENT Current environment of the variable to delete. Default environments are 'production', 'preview', and
1280
- 'development'.
1272
+ [ENVIRONMENT] Current environment of the variable to delete. Default environments are 'production', 'preview', and
1273
+ 'development'.
1281
1274
 
1282
1275
  FLAGS
1283
1276
  --non-interactive Run the command in non-interactive mode.
1284
- --scope=(project|account) [default: project] Scope for the variable
1277
+ --scope=<option> [default: project] Scope for the variable
1278
+ <options: project|account>
1285
1279
  --variable-environment=<value> Current environment of the variable to delete
1286
1280
  --variable-name=<value> Name of the variable to delete
1287
1281
 
@@ -1289,7 +1283,7 @@ DESCRIPTION
1289
1283
  delete an environment variable for the current project or account
1290
1284
  ```
1291
1285
 
1292
- _See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/env/delete.ts)_
1286
+ _See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/env/delete.ts)_
1293
1287
 
1294
1288
  ## `eas env:exec ENVIRONMENT BASH_COMMAND`
1295
1289
 
@@ -1311,7 +1305,7 @@ DESCRIPTION
1311
1305
  execute a command with environment variables from the selected environment
1312
1306
  ```
1313
1307
 
1314
- _See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/env/exec.ts)_
1308
+ _See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/env/exec.ts)_
1315
1309
 
1316
1310
  ## `eas env:get [ENVIRONMENT]`
1317
1311
 
@@ -1323,12 +1317,15 @@ USAGE
1323
1317
  long|short] [--scope project|account] [--non-interactive]
1324
1318
 
1325
1319
  ARGUMENTS
1326
- ENVIRONMENT Current environment of the variable. Default environments are 'production', 'preview', and 'development'.
1320
+ [ENVIRONMENT] Current environment of the variable. Default environments are 'production', 'preview', and
1321
+ 'development'.
1327
1322
 
1328
1323
  FLAGS
1329
- --format=(long|short) [default: short] Output format
1324
+ --format=<option> [default: short] Output format
1325
+ <options: long|short>
1330
1326
  --non-interactive Run the command in non-interactive mode.
1331
- --scope=(project|account) [default: project] Scope for the variable
1327
+ --scope=<option> [default: project] Scope for the variable
1328
+ <options: project|account>
1332
1329
  --variable-environment=<value> Current environment of the variable
1333
1330
  --variable-name=<value> Name of the variable
1334
1331
 
@@ -1336,7 +1333,7 @@ DESCRIPTION
1336
1333
  view an environment variable for the current project or account
1337
1334
  ```
1338
1335
 
1339
- _See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/env/get.ts)_
1336
+ _See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/env/get.ts)_
1340
1337
 
1341
1338
  ## `eas env:list [ENVIRONMENT]`
1342
1339
 
@@ -1344,25 +1341,27 @@ list environment variables for the current project or account
1344
1341
 
1345
1342
  ```
1346
1343
  USAGE
1347
- $ eas env:list [ENVIRONMENT] [--include-sensitive] [--include-file-content] [--environment <value>]
1344
+ $ eas env:list [ENVIRONMENT] [--include-sensitive] [--include-file-content] [--environment <value>...]
1348
1345
  [--format long|short] [--scope project|account]
1349
1346
 
1350
1347
  ARGUMENTS
1351
- ENVIRONMENT Environment to list the variables from. Default environments are 'production', 'preview', and
1352
- 'development'.
1348
+ [ENVIRONMENT] Environment to list the variables from. Default environments are 'production', 'preview', and
1349
+ 'development'.
1353
1350
 
1354
1351
  FLAGS
1355
- --environment=<value>... Environment variable's environment, e.g. 'production', 'preview', 'development'
1356
- --format=(long|short) [default: short] Output format
1357
- --include-file-content Display files content in the output
1358
- --include-sensitive Display sensitive values in the output
1359
- --scope=(project|account) [default: project] Scope for the variable
1352
+ --environment=<value>... Environment variable's environment, e.g. 'production', 'preview', 'development'
1353
+ --format=<option> [default: short] Output format
1354
+ <options: long|short>
1355
+ --include-file-content Display files content in the output
1356
+ --include-sensitive Display sensitive values in the output
1357
+ --scope=<option> [default: project] Scope for the variable
1358
+ <options: project|account>
1360
1359
 
1361
1360
  DESCRIPTION
1362
1361
  list environment variables for the current project or account
1363
1362
  ```
1364
1363
 
1365
- _See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/env/list.ts)_
1364
+ _See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/env/list.ts)_
1366
1365
 
1367
1366
  ## `eas env:pull [ENVIRONMENT]`
1368
1367
 
@@ -1373,7 +1372,8 @@ USAGE
1373
1372
  $ eas env:pull [ENVIRONMENT] [--non-interactive] [--environment <value>] [--path <value>]
1374
1373
 
1375
1374
  ARGUMENTS
1376
- ENVIRONMENT Environment to pull variables from. Default environments are 'production', 'preview', and 'development'.
1375
+ [ENVIRONMENT] Environment to pull variables from. Default environments are 'production', 'preview', and
1376
+ 'development'.
1377
1377
 
1378
1378
  FLAGS
1379
1379
  --environment=<value> Environment variable's environment, e.g. 'production', 'preview', 'development'
@@ -1384,7 +1384,7 @@ DESCRIPTION
1384
1384
  pull environment variables for the selected environment to .env file
1385
1385
  ```
1386
1386
 
1387
- _See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/env/pull.ts)_
1387
+ _See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/env/pull.ts)_
1388
1388
 
1389
1389
  ## `eas env:push [ENVIRONMENT]`
1390
1390
 
@@ -1392,10 +1392,10 @@ push environment variables from .env file to the selected environment
1392
1392
 
1393
1393
  ```
1394
1394
  USAGE
1395
- $ eas env:push [ENVIRONMENT] [--environment <value>] [--path <value>] [--force]
1395
+ $ eas env:push [ENVIRONMENT] [--environment <value>...] [--path <value>] [--force]
1396
1396
 
1397
1397
  ARGUMENTS
1398
- ENVIRONMENT Environment to push variables to. Default environments are 'production', 'preview', and 'development'.
1398
+ [ENVIRONMENT] Environment to push variables to. Default environments are 'production', 'preview', and 'development'.
1399
1399
 
1400
1400
  FLAGS
1401
1401
  --environment=<value>... Environment variable's environment, e.g. 'production', 'preview', 'development'
@@ -1406,7 +1406,7 @@ DESCRIPTION
1406
1406
  push environment variables from .env file to the selected environment
1407
1407
  ```
1408
1408
 
1409
- _See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/env/push.ts)_
1409
+ _See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/env/push.ts)_
1410
1410
 
1411
1411
  ## `eas env:update [ENVIRONMENT]`
1412
1412
 
@@ -1416,29 +1416,31 @@ update an environment variable on the current project or account
1416
1416
  USAGE
1417
1417
  $ eas env:update [ENVIRONMENT] [--variable-name <value>] [--variable-environment <value>] [--name <value>]
1418
1418
  [--value <value>] [--type string|file] [--visibility plaintext|sensitive|secret] [--scope project|account]
1419
- [--environment <value>] [--non-interactive]
1419
+ [--environment <value>...] [--non-interactive]
1420
1420
 
1421
1421
  ARGUMENTS
1422
- ENVIRONMENT Current environment of the variable to update. Default environments are 'production', 'preview', and
1423
- 'development'.
1422
+ [ENVIRONMENT] Current environment of the variable to update. Default environments are 'production', 'preview', and
1423
+ 'development'.
1424
1424
 
1425
1425
  FLAGS
1426
- --environment=<value>... Environment variable's environment, e.g. 'production', 'preview',
1427
- 'development'
1428
- --name=<value> New name of the variable
1429
- --non-interactive Run the command in non-interactive mode.
1430
- --scope=(project|account) [default: project] Scope for the variable
1431
- --type=(string|file) The type of variable
1432
- --value=<value> New value or the variable
1433
- --variable-environment=<value> Current environment of the variable to update
1434
- --variable-name=<value> Current name of the variable
1435
- --visibility=(plaintext|sensitive|secret) Visibility of the variable
1426
+ --environment=<value>... Environment variable's environment, e.g. 'production', 'preview', 'development'
1427
+ --name=<value> New name of the variable
1428
+ --non-interactive Run the command in non-interactive mode.
1429
+ --scope=<option> [default: project] Scope for the variable
1430
+ <options: project|account>
1431
+ --type=<option> The type of variable
1432
+ <options: string|file>
1433
+ --value=<value> New value or the variable
1434
+ --variable-environment=<value> Current environment of the variable to update
1435
+ --variable-name=<value> Current name of the variable
1436
+ --visibility=<option> Visibility of the variable
1437
+ <options: plaintext|sensitive|secret>
1436
1438
 
1437
1439
  DESCRIPTION
1438
1440
  update an environment variable on the current project or account
1439
1441
  ```
1440
1442
 
1441
- _See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/env/update.ts)_
1443
+ _See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/env/update.ts)_
1442
1444
 
1443
1445
  ## `eas fingerprint:compare [HASH1] [HASH2]`
1444
1446
 
@@ -1446,17 +1448,17 @@ compare fingerprints of the current project, builds, and updates
1446
1448
 
1447
1449
  ```
1448
1450
  USAGE
1449
- $ eas fingerprint:compare [HASH1] [HASH2] [--build-id <value>] [--update-id <value>] [--open] [--environment <value>]
1450
- [--json --non-interactive]
1451
+ $ eas fingerprint:compare [HASH1...] [HASH2...] [--build-id <value>...] [--update-id <value>...] [--open]
1452
+ [--environment <value>] [--json] [--non-interactive]
1451
1453
 
1452
1454
  ARGUMENTS
1453
- HASH1 If provided alone, HASH1 is compared against the current project's fingerprint.
1454
- HASH2 If two hashes are provided, HASH1 is compared against HASH2.
1455
+ [HASH1...] If provided alone, HASH1 is compared against the current project's fingerprint.
1456
+ [HASH2...] If two hashes are provided, HASH1 is compared against HASH2.
1455
1457
 
1456
1458
  FLAGS
1457
1459
  --build-id=<value>... Compare the fingerprint with the build with the specified ID
1458
1460
  --environment=<value> If generating a fingerprint from the local directory, use the specified environment.
1459
- --json Enable JSON output, non-JSON messages will be printed to stderr.
1461
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
1460
1462
  --non-interactive Run the command in non-interactive mode.
1461
1463
  --open Open the fingerprint comparison in the browser
1462
1464
  --update-id=<value>... Compare the fingerprint with the update with the specified ID
@@ -1482,7 +1484,7 @@ EXAMPLES
1482
1484
  $ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
1483
1485
  ```
1484
1486
 
1485
- _See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/fingerprint/compare.ts)_
1487
+ _See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/fingerprint/compare.ts)_
1486
1488
 
1487
1489
  ## `eas fingerprint:generate`
1488
1490
 
@@ -1490,14 +1492,15 @@ generate fingerprints from the current project
1490
1492
 
1491
1493
  ```
1492
1494
  USAGE
1493
- $ eas fingerprint:generate [-p android|ios] [--environment <value> | -e <value>] [--json --non-interactive]
1495
+ $ eas fingerprint:generate [-p android|ios] [--environment <value> | -e <value>] [--json] [--non-interactive]
1494
1496
 
1495
1497
  FLAGS
1496
- -e, --build-profile=<value> Name of the build profile from eas.json.
1497
- -p, --platform=(android|ios)
1498
- --environment=<value> Environment variable's environment, e.g. 'production', 'preview', 'development'
1499
- --json Enable JSON output, non-JSON messages will be printed to stderr.
1500
- --non-interactive Run the command in non-interactive mode.
1498
+ -e, --build-profile=<value> Name of the build profile from eas.json.
1499
+ -p, --platform=<option> <options: android|ios>
1500
+ --environment=<value> Environment variable's environment, e.g. 'production', 'preview', 'development'
1501
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies
1502
+ --non-interactive.
1503
+ --non-interactive Run the command in non-interactive mode.
1501
1504
 
1502
1505
  DESCRIPTION
1503
1506
  generate fingerprints from the current project
@@ -1512,7 +1515,7 @@ EXAMPLES
1512
1515
  $ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
1513
1516
  ```
1514
1517
 
1515
- _See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/fingerprint/generate.ts)_
1518
+ _See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/fingerprint/generate.ts)_
1516
1519
 
1517
1520
  ## `eas help [COMMAND]`
1518
1521
 
@@ -1520,10 +1523,10 @@ Display help for eas.
1520
1523
 
1521
1524
  ```
1522
1525
  USAGE
1523
- $ eas help [COMMAND] [-n]
1526
+ $ eas help [COMMAND...] [-n]
1524
1527
 
1525
1528
  ARGUMENTS
1526
- COMMAND Command to show help for.
1529
+ [COMMAND...] Command to show help for.
1527
1530
 
1528
1531
  FLAGS
1529
1532
  -n, --nested-commands Include all nested commands in the output.
@@ -1621,7 +1624,7 @@ DESCRIPTION
1621
1624
  validate the local store configuration
1622
1625
  ```
1623
1626
 
1624
- _See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/metadata/lint.ts)_
1627
+ _See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/metadata/lint.ts)_
1625
1628
 
1626
1629
  ## `eas metadata:pull`
1627
1630
 
@@ -1638,7 +1641,7 @@ DESCRIPTION
1638
1641
  generate the local store configuration from the app stores
1639
1642
  ```
1640
1643
 
1641
- _See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/metadata/pull.ts)_
1644
+ _See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/metadata/pull.ts)_
1642
1645
 
1643
1646
  ## `eas metadata:push`
1644
1647
 
@@ -1655,7 +1658,7 @@ DESCRIPTION
1655
1658
  sync the local store configuration to the app stores
1656
1659
  ```
1657
1660
 
1658
- _See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/metadata/push.ts)_
1661
+ _See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/metadata/push.ts)_
1659
1662
 
1660
1663
  ## `eas new [PATH]`
1661
1664
 
@@ -1666,10 +1669,11 @@ USAGE
1666
1669
  $ eas new [PATH] [-p bun|npm|pnpm|yarn]
1667
1670
 
1668
1671
  ARGUMENTS
1669
- PATH Path to create the project (defaults to current directory)
1672
+ [PATH] Path to create the project (defaults to current directory)
1670
1673
 
1671
1674
  FLAGS
1672
- -p, --package-manager=(bun|npm|pnpm|yarn) [default: npm] Package manager to use for installing dependencies
1675
+ -p, --package-manager=<option> [default: npm] Package manager to use for installing dependencies
1676
+ <options: bun|npm|pnpm|yarn>
1673
1677
 
1674
1678
  DESCRIPTION
1675
1679
  Create a new project configured with Expo Application Services (EAS)
@@ -1706,7 +1710,7 @@ DESCRIPTION
1706
1710
  open the project page in a web browser
1707
1711
  ```
1708
1712
 
1709
- _See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/open.ts)_
1713
+ _See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/open.ts)_
1710
1714
 
1711
1715
  ## `eas project:info`
1712
1716
 
@@ -1720,7 +1724,7 @@ DESCRIPTION
1720
1724
  information about the current project
1721
1725
  ```
1722
1726
 
1723
- _See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/project/info.ts)_
1727
+ _See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/project/info.ts)_
1724
1728
 
1725
1729
  ## `eas project:init`
1726
1730
 
@@ -1743,7 +1747,7 @@ ALIASES
1743
1747
  $ eas init
1744
1748
  ```
1745
1749
 
1746
- _See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/project/init.ts)_
1750
+ _See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/project/init.ts)_
1747
1751
 
1748
1752
  ## `eas project:new [PATH]`
1749
1753
 
@@ -1754,10 +1758,11 @@ USAGE
1754
1758
  $ eas project:new [PATH] [-p bun|npm|pnpm|yarn]
1755
1759
 
1756
1760
  ARGUMENTS
1757
- PATH Path to create the project (defaults to current directory)
1761
+ [PATH] Path to create the project (defaults to current directory)
1758
1762
 
1759
1763
  FLAGS
1760
- -p, --package-manager=(bun|npm|pnpm|yarn) [default: npm] Package manager to use for installing dependencies
1764
+ -p, --package-manager=<option> [default: npm] Package manager to use for installing dependencies
1765
+ <options: bun|npm|pnpm|yarn>
1761
1766
 
1762
1767
  DESCRIPTION
1763
1768
  Create a new project configured with Expo Application Services (EAS)
@@ -1766,7 +1771,7 @@ ALIASES
1766
1771
  $ eas new
1767
1772
  ```
1768
1773
 
1769
- _See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/project/new.ts)_
1774
+ _See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/project/new.ts)_
1770
1775
 
1771
1776
  ## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
1772
1777
 
@@ -1784,7 +1789,7 @@ ALIASES
1784
1789
  $ eas onboarding
1785
1790
  ```
1786
1791
 
1787
- _See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/project/onboarding.ts)_
1792
+ _See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/project/onboarding.ts)_
1788
1793
 
1789
1794
  ## `eas submit`
1790
1795
 
@@ -1793,24 +1798,22 @@ submit app binary to App Store and/or Play Store
1793
1798
  ```
1794
1799
  USAGE
1795
1800
  $ eas submit [-p android|ios|all] [-e <value>] [--latest | --id <value> | --path <value> | --url <value>]
1796
- [--what-to-test <value>] [--verbose] [--wait] [--verbose-fastlane] [-g <value>] [--non-interactive]
1797
-
1798
- FLAGS
1799
- -e, --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in
1800
- eas.json.
1801
- -g, --groups=<value>... Internal TestFlight testing groups to add the build to (iOS only). Learn more:
1802
- https://developer.apple.com/help/app-store-connect/test-a-beta-version/add-internal-
1803
- testers
1804
- -p, --platform=(android|ios|all)
1805
- --id=<value> ID of the build to submit
1806
- --latest Submit the latest build for specified platform
1807
- --non-interactive Run command in non-interactive mode
1808
- --path=<value> Path to the .apk/.aab/.ipa file
1809
- --url=<value> App archive url
1810
- --verbose Always print logs from EAS Submit
1811
- --verbose-fastlane Enable verbose logging for the submission process
1812
- --[no-]wait Wait for submission to complete
1813
- --what-to-test=<value> Sets the "What to test" information in TestFlight (iOS only).
1801
+ [--what-to-test <value>] [--verbose] [--wait] [--verbose-fastlane] [-g <value>...] [--non-interactive]
1802
+
1803
+ FLAGS
1804
+ -e, --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in eas.json.
1805
+ -g, --groups=<value>... Internal TestFlight testing groups to add the build to (iOS only). Learn more: https://dev
1806
+ eloper.apple.com/help/app-store-connect/test-a-beta-version/add-internal-testers
1807
+ -p, --platform=<option> <options: android|ios|all>
1808
+ --id=<value> ID of the build to submit
1809
+ --latest Submit the latest build for specified platform
1810
+ --non-interactive Run command in non-interactive mode
1811
+ --path=<value> Path to the .apk/.aab/.ipa file
1812
+ --url=<value> App archive url
1813
+ --verbose Always print logs from EAS Submit
1814
+ --verbose-fastlane Enable verbose logging for the submission process
1815
+ --[no-]wait Wait for submission to complete
1816
+ --what-to-test=<value> Sets the "What to test" information in TestFlight (iOS only).
1814
1817
 
1815
1818
  DESCRIPTION
1816
1819
  submit app binary to App Store and/or Play Store
@@ -1819,7 +1822,7 @@ ALIASES
1819
1822
  $ eas build:submit
1820
1823
  ```
1821
1824
 
1822
- _See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/submit.ts)_
1825
+ _See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/submit.ts)_
1823
1826
 
1824
1827
  ## `eas update`
1825
1828
 
@@ -1829,38 +1832,40 @@ publish an update group
1829
1832
  USAGE
1830
1833
  $ eas update [--branch <value>] [--channel <value>] [-m <value>] [--input-dir <value>] [--skip-bundler]
1831
1834
  [--clear-cache] [--emit-metadata] [--rollout-percentage <value>] [-p android|ios|all] [--auto] [--private-key-path
1832
- <value>] [--environment <value>] [--json --non-interactive]
1835
+ <value>] [--environment <value>] [--json] [--non-interactive]
1833
1836
 
1834
1837
  FLAGS
1835
1838
  -m, --message=<value> A short message describing the update
1836
- -p, --platform=(android|ios|all) [default: all]
1837
- --auto Use the current git branch and commit message for the EAS branch and update message
1838
- --branch=<value> Branch to publish the update group on
1839
- --channel=<value> Channel that the published update should affect
1840
- --clear-cache Clear the bundler cache before publishing
1841
- --emit-metadata Emit "eas-update-metadata.json" in the bundle folder with detailed information about
1839
+ -p, --platform=<option> [default: all]
1840
+ <options: android|ios|all>
1841
+ --auto Use the current git branch and commit message for the EAS branch and update message
1842
+ --branch=<value> Branch to publish the update group on
1843
+ --channel=<value> Channel that the published update should affect
1844
+ --clear-cache Clear the bundler cache before publishing
1845
+ --emit-metadata Emit "eas-update-metadata.json" in the bundle folder with detailed information about
1842
1846
  the generated updates
1843
- --environment=<value> Environment to use for the server-side defined EAS environment variables during
1847
+ --environment=<value> Environment to use for the server-side defined EAS environment variables during
1844
1848
  command execution, e.g. "production", "preview", "development". Required for
1845
1849
  projects using Expo SDK 55 or greater.
1846
- --input-dir=<value> [default: dist] Location of the bundle
1847
- --json Enable JSON output, non-JSON messages will be printed to stderr.
1848
- --non-interactive Run the command in non-interactive mode.
1849
- --private-key-path=<value> File containing the PEM-encoded private key corresponding to the certificate in
1850
+ --input-dir=<value> [default: dist] Location of the bundle
1851
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies
1852
+ --non-interactive.
1853
+ --non-interactive Run the command in non-interactive mode.
1854
+ --private-key-path=<value> File containing the PEM-encoded private key corresponding to the certificate in
1850
1855
  expo-updates' configuration. Defaults to a file named "private-key.pem" in the
1851
1856
  certificate's directory. Only relevant if you are using code signing:
1852
1857
  https://docs.expo.dev/eas-update/code-signing/
1853
- --rollout-percentage=<value> Percentage of users this update should be immediately available to. Users not in the
1858
+ --rollout-percentage=<value> Percentage of users this update should be immediately available to. Users not in the
1854
1859
  rollout will be served the previous latest update on the branch, even if that update
1855
1860
  is itself being rolled out. The specified number must be an integer between 1 and
1856
1861
  100. When not specified, this defaults to 100.
1857
- --skip-bundler Skip running Expo CLI to bundle the app before publishing
1862
+ --skip-bundler Skip running Expo CLI to bundle the app before publishing
1858
1863
 
1859
1864
  DESCRIPTION
1860
1865
  publish an update group
1861
1866
  ```
1862
1867
 
1863
- _See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/update/index.ts)_
1868
+ _See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/update/index.ts)_
1864
1869
 
1865
1870
  ## `eas update:configure`
1866
1871
 
@@ -1871,17 +1876,17 @@ USAGE
1871
1876
  $ eas update:configure [-p android|ios|all] [--environment <value>] [--non-interactive]
1872
1877
 
1873
1878
  FLAGS
1874
- -p, --platform=(android|ios|all) [default: all] Platform to configure
1875
- --environment=<value> Environment to use for the server-side defined EAS environment variables during
1876
- command execution, e.g. "production", "preview", "development". Required for
1877
- projects using Expo SDK 55 or greater.
1878
- --non-interactive Run the command in non-interactive mode.
1879
+ -p, --platform=<option> [default: all] Platform to configure
1880
+ <options: android|ios|all>
1881
+ --environment=<value> Environment to use for the server-side defined EAS environment variables during command
1882
+ execution, e.g. "production", "preview", "development".
1883
+ --non-interactive Run the command in non-interactive mode.
1879
1884
 
1880
1885
  DESCRIPTION
1881
1886
  configure the project to support EAS Update
1882
1887
  ```
1883
1888
 
1884
- _See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/update/configure.ts)_
1889
+ _See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/update/configure.ts)_
1885
1890
 
1886
1891
  ## `eas update:delete GROUPID`
1887
1892
 
@@ -1889,20 +1894,20 @@ delete all the updates in an update group
1889
1894
 
1890
1895
  ```
1891
1896
  USAGE
1892
- $ eas update:delete GROUPID [--json --non-interactive]
1897
+ $ eas update:delete GROUPID [--json] [--non-interactive]
1893
1898
 
1894
1899
  ARGUMENTS
1895
1900
  GROUPID The ID of an update group to delete.
1896
1901
 
1897
1902
  FLAGS
1898
- --json Enable JSON output, non-JSON messages will be printed to stderr.
1903
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
1899
1904
  --non-interactive Run the command in non-interactive mode.
1900
1905
 
1901
1906
  DESCRIPTION
1902
1907
  delete all the updates in an update group
1903
1908
  ```
1904
1909
 
1905
- _See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/update/delete.ts)_
1910
+ _See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/update/delete.ts)_
1906
1911
 
1907
1912
  ## `eas update:edit [GROUPID]`
1908
1913
 
@@ -1910,14 +1915,15 @@ edit all the updates in an update group
1910
1915
 
1911
1916
  ```
1912
1917
  USAGE
1913
- $ eas update:edit [GROUPID] [--rollout-percentage <value>] [--branch <value>] [--json --non-interactive]
1918
+ $ eas update:edit [GROUPID] [--rollout-percentage <value>] [--branch <value>] [--json] [--non-interactive]
1914
1919
 
1915
1920
  ARGUMENTS
1916
- GROUPID The ID of an update group to edit.
1921
+ [GROUPID] The ID of an update group to edit.
1917
1922
 
1918
1923
  FLAGS
1919
1924
  --branch=<value> Branch for which to list updates to select from
1920
- --json Enable JSON output, non-JSON messages will be printed to stderr.
1925
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies
1926
+ --non-interactive.
1921
1927
  --non-interactive Run the command in non-interactive mode.
1922
1928
  --rollout-percentage=<value> Rollout percentage to set for a rollout update. The specified number must be an integer
1923
1929
  between 1 and 100.
@@ -1926,7 +1932,7 @@ DESCRIPTION
1926
1932
  edit all the updates in an update group
1927
1933
  ```
1928
1934
 
1929
- _See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/update/edit.ts)_
1935
+ _See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/update/edit.ts)_
1930
1936
 
1931
1937
  ## `eas update:list`
1932
1938
 
@@ -1935,23 +1941,25 @@ view the recent updates
1935
1941
  ```
1936
1942
  USAGE
1937
1943
  $ eas update:list [--branch <value> | --all] [-p android|ios|all] [--runtime-version <value>] [--offset
1938
- <value>] [--limit <value>] [--json --non-interactive]
1944
+ <value>] [--limit <value>] [--json] [--non-interactive]
1939
1945
 
1940
1946
  FLAGS
1941
- -p, --platform=(android|ios|all) Filter updates by platform
1942
- --all List updates on all branches
1943
- --branch=<value> List updates only on this branch
1944
- --json Enable JSON output, non-JSON messages will be printed to stderr.
1945
- --limit=<value> The number of items to fetch each query. Defaults to 25 and is capped at 50.
1946
- --non-interactive Run the command in non-interactive mode.
1947
- --offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
1948
- --runtime-version=<value> Filter updates by runtime version
1947
+ -p, --platform=<option> Filter updates by platform
1948
+ <options: android|ios|all>
1949
+ --all List updates on all branches
1950
+ --branch=<value> List updates only on this branch
1951
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies
1952
+ --non-interactive.
1953
+ --limit=<value> The number of items to fetch each query. Defaults to 25 and is capped at 50.
1954
+ --non-interactive Run the command in non-interactive mode.
1955
+ --offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
1956
+ --runtime-version=<value> Filter updates by runtime version
1949
1957
 
1950
1958
  DESCRIPTION
1951
1959
  view the recent updates
1952
1960
  ```
1953
1961
 
1954
- _See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/update/list.ts)_
1962
+ _See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/update/list.ts)_
1955
1963
 
1956
1964
  ## `eas update:republish`
1957
1965
 
@@ -1961,33 +1969,35 @@ roll back to an existing update
1961
1969
  USAGE
1962
1970
  $ eas update:republish [--channel <value> | --branch <value> | --group <value>] [--destination-channel <value> |
1963
1971
  --destination-branch <value>] [-m <value>] [-p android|ios|all] [--private-key-path <value>] [--rollout-percentage
1964
- <value>] [--json --non-interactive]
1965
-
1966
- FLAGS
1967
- -m, --message=<value> Short message describing the republished update group
1968
- -p, --platform=(android|ios|all) [default: all]
1969
- --branch=<value> Branch name to select an update group to republish from
1970
- --channel=<value> Channel name to select an update group to republish from
1971
- --destination-branch=<value> Branch name to republish to if republishing to a different branch
1972
- --destination-channel=<value> Channel name to select a branch to republish to if republishing to a different
1973
- branch
1974
- --group=<value> Update group ID to republish
1975
- --json Enable JSON output, non-JSON messages will be printed to stderr.
1976
- --non-interactive Run the command in non-interactive mode.
1977
- --private-key-path=<value> File containing the PEM-encoded private key corresponding to the certificate in
1978
- expo-updates' configuration. Defaults to a file named "private-key.pem" in the
1979
- certificate's directory. Only relevant if you are using code signing:
1980
- https://docs.expo.dev/eas-update/code-signing/
1981
- --rollout-percentage=<value> Percentage of users this update should be immediately available to. Users not in the
1982
- rollout will be served the previous latest update on the branch, even if that update
1983
- is itself being rolled out. The specified number must be an integer between 1 and
1984
- 100. When not specified, this defaults to 100.
1972
+ <value>] [--json] [--non-interactive]
1973
+
1974
+ FLAGS
1975
+ -m, --message=<value> Short message describing the republished update group
1976
+ -p, --platform=<option> [default: all]
1977
+ <options: android|ios|all>
1978
+ --branch=<value> Branch name to select an update group to republish from
1979
+ --channel=<value> Channel name to select an update group to republish from
1980
+ --destination-branch=<value> Branch name to republish to if republishing to a different branch
1981
+ --destination-channel=<value> Channel name to select a branch to republish to if republishing to a different
1982
+ branch
1983
+ --group=<value> Update group ID to republish
1984
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies
1985
+ --non-interactive.
1986
+ --non-interactive Run the command in non-interactive mode.
1987
+ --private-key-path=<value> File containing the PEM-encoded private key corresponding to the certificate in
1988
+ expo-updates' configuration. Defaults to a file named "private-key.pem" in the
1989
+ certificate's directory. Only relevant if you are using code signing:
1990
+ https://docs.expo.dev/eas-update/code-signing/
1991
+ --rollout-percentage=<value> Percentage of users this update should be immediately available to. Users not in
1992
+ the rollout will be served the previous latest update on the branch, even if that
1993
+ update is itself being rolled out. The specified number must be an integer between
1994
+ 1 and 100. When not specified, this defaults to 100.
1985
1995
 
1986
1996
  DESCRIPTION
1987
1997
  roll back to an existing update
1988
1998
  ```
1989
1999
 
1990
- _See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/update/republish.ts)_
2000
+ _See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/update/republish.ts)_
1991
2001
 
1992
2002
  ## `eas update:revert-update-rollout`
1993
2003
 
@@ -1996,25 +2006,26 @@ revert a rollout update for a project
1996
2006
  ```
1997
2007
  USAGE
1998
2008
  $ eas update:revert-update-rollout [--channel <value> | --branch <value> | --group <value>] [-m <value>] [--private-key-path
1999
- <value>] [--json --non-interactive]
2009
+ <value>] [--json] [--non-interactive]
2000
2010
 
2001
2011
  FLAGS
2002
- -m, --message=<value> Short message describing the revert
2003
- --branch=<value> Branch name to select an update group to revert the rollout update from
2004
- --channel=<value> Channel name to select an update group to revert the rollout update from
2005
- --group=<value> Rollout update group ID to revert
2006
- --json Enable JSON output, non-JSON messages will be printed to stderr.
2007
- --non-interactive Run the command in non-interactive mode.
2008
- --private-key-path=<value> File containing the PEM-encoded private key corresponding to the certificate in
2009
- expo-updates' configuration. Defaults to a file named "private-key.pem" in the
2010
- certificate's directory. Only relevant if you are using code signing:
2011
- https://docs.expo.dev/eas-update/code-signing/
2012
+ -m, --message=<value> Short message describing the revert
2013
+ --branch=<value> Branch name to select an update group to revert the rollout update from
2014
+ --channel=<value> Channel name to select an update group to revert the rollout update from
2015
+ --group=<value> Rollout update group ID to revert
2016
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies
2017
+ --non-interactive.
2018
+ --non-interactive Run the command in non-interactive mode.
2019
+ --private-key-path=<value> File containing the PEM-encoded private key corresponding to the certificate in
2020
+ expo-updates' configuration. Defaults to a file named "private-key.pem" in the
2021
+ certificate's directory. Only relevant if you are using code signing:
2022
+ https://docs.expo.dev/eas-update/code-signing/
2012
2023
 
2013
2024
  DESCRIPTION
2014
2025
  revert a rollout update for a project
2015
2026
  ```
2016
2027
 
2017
- _See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/update/revert-update-rollout.ts)_
2028
+ _See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/update/revert-update-rollout.ts)_
2018
2029
 
2019
2030
  ## `eas update:roll-back-to-embedded`
2020
2031
 
@@ -2023,26 +2034,28 @@ roll back to the embedded update
2023
2034
  ```
2024
2035
  USAGE
2025
2036
  $ eas update:roll-back-to-embedded [--branch <value>] [--channel <value>] [--runtime-version <value>] [--message <value>] [-p
2026
- android|ios|all] [--private-key-path <value>] [--json --non-interactive]
2037
+ android|ios|all] [--private-key-path <value>] [--json] [--non-interactive]
2027
2038
 
2028
2039
  FLAGS
2029
- -p, --platform=(android|ios|all) [default: all]
2030
- --branch=<value> Branch to publish the rollback to embedded update group on
2031
- --channel=<value> Channel that the published rollback to embedded update should affect
2032
- --json Enable JSON output, non-JSON messages will be printed to stderr.
2033
- --message=<value> A short message describing the rollback to embedded update
2034
- --non-interactive Run the command in non-interactive mode.
2035
- --private-key-path=<value> File containing the PEM-encoded private key corresponding to the certificate in
2036
- expo-updates' configuration. Defaults to a file named "private-key.pem" in the
2037
- certificate's directory. Only relevant if you are using code signing:
2038
- https://docs.expo.dev/eas-update/code-signing/
2039
- --runtime-version=<value> Runtime version that the rollback to embedded update should target
2040
+ -p, --platform=<option> [default: all]
2041
+ <options: android|ios|all>
2042
+ --branch=<value> Branch to publish the rollback to embedded update group on
2043
+ --channel=<value> Channel that the published rollback to embedded update should affect
2044
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies
2045
+ --non-interactive.
2046
+ --message=<value> A short message describing the rollback to embedded update
2047
+ --non-interactive Run the command in non-interactive mode.
2048
+ --private-key-path=<value> File containing the PEM-encoded private key corresponding to the certificate in
2049
+ expo-updates' configuration. Defaults to a file named "private-key.pem" in the
2050
+ certificate's directory. Only relevant if you are using code signing:
2051
+ https://docs.expo.dev/eas-update/code-signing/
2052
+ --runtime-version=<value> Runtime version that the rollback to embedded update should target
2040
2053
 
2041
2054
  DESCRIPTION
2042
2055
  roll back to the embedded update
2043
2056
  ```
2044
2057
 
2045
- _See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
2058
+ _See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
2046
2059
 
2047
2060
  ## `eas update:rollback`
2048
2061
 
@@ -2063,7 +2076,7 @@ DESCRIPTION
2063
2076
  instead execute "eas update:republish" or "eas update:roll-back-to-embedded".
2064
2077
  ```
2065
2078
 
2066
- _See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/update/rollback.ts)_
2079
+ _See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/update/rollback.ts)_
2067
2080
 
2068
2081
  ## `eas update:view GROUPID`
2069
2082
 
@@ -2083,7 +2096,7 @@ DESCRIPTION
2083
2096
  update group details
2084
2097
  ```
2085
2098
 
2086
- _See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/update/view.ts)_
2099
+ _See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/update/view.ts)_
2087
2100
 
2088
2101
  ## `eas upload`
2089
2102
 
@@ -2091,20 +2104,20 @@ upload a local build and generate a sharable link
2091
2104
 
2092
2105
  ```
2093
2106
  USAGE
2094
- $ eas upload [-p ios|android] [--build-path <value>] [--fingerprint <value>] [--json --non-interactive]
2107
+ $ eas upload [-p ios|android] [--build-path <value>] [--fingerprint <value>] [--json] [--non-interactive]
2095
2108
 
2096
2109
  FLAGS
2097
- -p, --platform=(ios|android)
2098
- --build-path=<value> Path for the local build
2099
- --fingerprint=<value> Fingerprint hash of the local build
2100
- --json Enable JSON output, non-JSON messages will be printed to stderr.
2101
- --non-interactive Run the command in non-interactive mode.
2110
+ -p, --platform=<option> <options: ios|android>
2111
+ --build-path=<value> Path for the local build
2112
+ --fingerprint=<value> Fingerprint hash of the local build
2113
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
2114
+ --non-interactive Run the command in non-interactive mode.
2102
2115
 
2103
2116
  DESCRIPTION
2104
2117
  upload a local build and generate a sharable link
2105
2118
  ```
2106
2119
 
2107
- _See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/upload.ts)_
2120
+ _See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/upload.ts)_
2108
2121
 
2109
2122
  ## `eas webhook:create`
2110
2123
 
@@ -2115,17 +2128,18 @@ USAGE
2115
2128
  $ eas webhook:create [--event BUILD|SUBMIT] [--url <value>] [--secret <value>] [--non-interactive]
2116
2129
 
2117
2130
  FLAGS
2118
- --event=(BUILD|SUBMIT) Event type that triggers the webhook
2119
- --non-interactive Run the command in non-interactive mode.
2120
- --secret=<value> Secret used to create a hash signature of the request payload, provided in the
2121
- 'Expo-Signature' header.
2122
- --url=<value> Webhook URL
2131
+ --event=<option> Event type that triggers the webhook
2132
+ <options: BUILD|SUBMIT>
2133
+ --non-interactive Run the command in non-interactive mode.
2134
+ --secret=<value> Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature'
2135
+ header.
2136
+ --url=<value> Webhook URL
2123
2137
 
2124
2138
  DESCRIPTION
2125
2139
  create a webhook
2126
2140
  ```
2127
2141
 
2128
- _See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/webhook/create.ts)_
2142
+ _See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/webhook/create.ts)_
2129
2143
 
2130
2144
  ## `eas webhook:delete [ID]`
2131
2145
 
@@ -2136,7 +2150,7 @@ USAGE
2136
2150
  $ eas webhook:delete [ID] [--non-interactive]
2137
2151
 
2138
2152
  ARGUMENTS
2139
- ID ID of the webhook to delete
2153
+ [ID] ID of the webhook to delete
2140
2154
 
2141
2155
  FLAGS
2142
2156
  --non-interactive Run the command in non-interactive mode.
@@ -2145,7 +2159,7 @@ DESCRIPTION
2145
2159
  delete a webhook
2146
2160
  ```
2147
2161
 
2148
- _See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/webhook/delete.ts)_
2162
+ _See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/webhook/delete.ts)_
2149
2163
 
2150
2164
  ## `eas webhook:list`
2151
2165
 
@@ -2156,14 +2170,15 @@ USAGE
2156
2170
  $ eas webhook:list [--event BUILD|SUBMIT] [--json]
2157
2171
 
2158
2172
  FLAGS
2159
- --event=(BUILD|SUBMIT) Event type that triggers the webhook
2160
- --json Enable JSON output, non-JSON messages will be printed to stderr.
2173
+ --event=<option> Event type that triggers the webhook
2174
+ <options: BUILD|SUBMIT>
2175
+ --json Enable JSON output, non-JSON messages will be printed to stderr.
2161
2176
 
2162
2177
  DESCRIPTION
2163
2178
  list webhooks
2164
2179
  ```
2165
2180
 
2166
- _See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/webhook/list.ts)_
2181
+ _See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/webhook/list.ts)_
2167
2182
 
2168
2183
  ## `eas webhook:update`
2169
2184
 
@@ -2174,18 +2189,19 @@ USAGE
2174
2189
  $ eas webhook:update --id <value> [--event BUILD|SUBMIT] [--url <value>] [--secret <value>] [--non-interactive]
2175
2190
 
2176
2191
  FLAGS
2177
- --event=(BUILD|SUBMIT) Event type that triggers the webhook
2178
- --id=<value> (required) Webhook ID
2179
- --non-interactive Run the command in non-interactive mode.
2180
- --secret=<value> Secret used to create a hash signature of the request payload, provided in the
2181
- 'Expo-Signature' header.
2182
- --url=<value> Webhook URL
2192
+ --event=<option> Event type that triggers the webhook
2193
+ <options: BUILD|SUBMIT>
2194
+ --id=<value> (required) Webhook ID
2195
+ --non-interactive Run the command in non-interactive mode.
2196
+ --secret=<value> Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature'
2197
+ header.
2198
+ --url=<value> Webhook URL
2183
2199
 
2184
2200
  DESCRIPTION
2185
2201
  update a webhook
2186
2202
  ```
2187
2203
 
2188
- _See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/webhook/update.ts)_
2204
+ _See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/webhook/update.ts)_
2189
2205
 
2190
2206
  ## `eas webhook:view ID`
2191
2207
 
@@ -2202,7 +2218,7 @@ DESCRIPTION
2202
2218
  view a webhook
2203
2219
  ```
2204
2220
 
2205
- _See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/webhook/view.ts)_
2221
+ _See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/webhook/view.ts)_
2206
2222
 
2207
2223
  ## `eas whoami`
2208
2224
 
@@ -2225,12 +2241,12 @@ Assign deployment aliases.
2225
2241
 
2226
2242
  ```
2227
2243
  USAGE
2228
- $ eas worker:alias [--prod] [--alias <value>] [--id <value>] [--json --non-interactive]
2244
+ $ eas worker:alias [--prod] [--alias name] [--id xyz123] [--json] [--non-interactive]
2229
2245
 
2230
2246
  FLAGS
2231
2247
  --alias=name Custom alias to assign to the existing deployment.
2232
2248
  --id=xyz123 Unique identifier of an existing deployment.
2233
- --json Enable JSON output, non-JSON messages will be printed to stderr.
2249
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
2234
2250
  --non-interactive Run the command in non-interactive mode.
2235
2251
  --prod Promote an existing deployment to production.
2236
2252
 
@@ -2248,10 +2264,10 @@ Delete deployment aliases.
2248
2264
 
2249
2265
  ```
2250
2266
  USAGE
2251
- $ eas worker:alias:delete [ALIAS_NAME] [--json --non-interactive]
2267
+ $ eas worker:alias:delete [ALIAS_NAME] [--json] [--non-interactive]
2252
2268
 
2253
2269
  FLAGS
2254
- --json Enable JSON output, non-JSON messages will be printed to stderr.
2270
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
2255
2271
  --non-interactive Run the command in non-interactive mode.
2256
2272
 
2257
2273
  DESCRIPTION
@@ -2267,10 +2283,10 @@ Delete a deployment.
2267
2283
 
2268
2284
  ```
2269
2285
  USAGE
2270
- $ eas worker:delete [DEPLOYMENT_ID] [--json --non-interactive]
2286
+ $ eas worker:delete [DEPLOYMENT_ID] [--json] [--non-interactive]
2271
2287
 
2272
2288
  FLAGS
2273
- --json Enable JSON output, non-JSON messages will be printed to stderr.
2289
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
2274
2290
  --non-interactive Run the command in non-interactive mode.
2275
2291
 
2276
2292
  DESCRIPTION
@@ -2286,8 +2302,8 @@ deploy your Expo Router web build and API Routes
2286
2302
 
2287
2303
  ```
2288
2304
  USAGE
2289
- $ eas deploy [options]
2290
- $ eas deploy --prod
2305
+ $ eas worker:deploy deploy [options]
2306
+ $ eas worker:deploy deploy --prod
2291
2307
 
2292
2308
  FLAGS
2293
2309
  --alias=name Custom alias to assign to the new deployment.
@@ -2295,9 +2311,10 @@ FLAGS
2295
2311
  --environment=<value> Environment variable's environment, e.g. 'production', 'preview', 'development'
2296
2312
  --export-dir=dir [default: dist] Directory where the Expo project was exported.
2297
2313
  --id=xyz123 Custom unique identifier for the new deployment.
2298
- --json Enable JSON output, non-JSON messages will be printed to stderr.
2314
+ --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
2299
2315
  --non-interactive Run the command in non-interactive mode.
2300
2316
  --prod Create a new production deployment.
2317
+ --[no-]source-maps Include source maps in the deployment.
2301
2318
 
2302
2319
  DESCRIPTION
2303
2320
  deploy your Expo Router web build and API Routes
@@ -2322,7 +2339,7 @@ DESCRIPTION
2322
2339
  to cancel.
2323
2340
  ```
2324
2341
 
2325
- _See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/workflow/cancel.ts)_
2342
+ _See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/workflow/cancel.ts)_
2326
2343
 
2327
2344
  ## `eas workflow:create [NAME]`
2328
2345
 
@@ -2333,7 +2350,7 @@ USAGE
2333
2350
  $ eas workflow:create [NAME] [--skip-validation]
2334
2351
 
2335
2352
  ARGUMENTS
2336
- NAME Name of the workflow file (must end with .yml or .yaml)
2353
+ [NAME] Name of the workflow file (must end with .yml or .yaml)
2337
2354
 
2338
2355
  FLAGS
2339
2356
  --skip-validation If set, the workflow file will not be validated before being created
@@ -2342,7 +2359,7 @@ DESCRIPTION
2342
2359
  create a new workflow configuration YAML file
2343
2360
  ```
2344
2361
 
2345
- _See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/workflow/create.ts)_
2362
+ _See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/workflow/create.ts)_
2346
2363
 
2347
2364
  ## `eas workflow:logs [ID]`
2348
2365
 
@@ -2353,7 +2370,7 @@ USAGE
2353
2370
  $ eas workflow:logs [ID] [--json] [--non-interactive] [--all-steps]
2354
2371
 
2355
2372
  ARGUMENTS
2356
- ID ID of the workflow run or workflow job to view logs for
2373
+ [ID] ID of the workflow run or workflow job to view logs for
2357
2374
 
2358
2375
  FLAGS
2359
2376
  --all-steps Print all logs, rather than prompting for a specific step. This will be automatically set when in
@@ -2366,25 +2383,25 @@ DESCRIPTION
2366
2383
  If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.
2367
2384
  ```
2368
2385
 
2369
- _See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/workflow/logs.ts)_
2386
+ _See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/workflow/logs.ts)_
2370
2387
 
2371
- ## `eas workflow:run [FILE]`
2388
+ ## `eas workflow:run FILE`
2372
2389
 
2373
2390
  run an EAS workflow. The entire local project directory will be packaged and uploaded to EAS servers for the workflow run, unless the --ref flag is used.
2374
2391
 
2375
2392
  ```
2376
2393
  USAGE
2377
- $ eas workflow:run [FILE] [--non-interactive] [--wait] [-F <value>] [--ref <value>] [--json]
2394
+ $ eas workflow:run FILE [--non-interactive] [--wait] [-F <value>...] [--ref <value>] [--json]
2378
2395
 
2379
2396
  ARGUMENTS
2380
2397
  FILE Path to the workflow file to run
2381
2398
 
2382
2399
  FLAGS
2383
2400
  -F, --input=<value>... Set workflow inputs
2384
- --json Enable JSON output, non-JSON messages will be printed to stderr.
2385
- --non-interactive Run the command in non-interactive mode.
2386
- --ref=<value> Git reference to run the workflow on
2387
- --[no-]wait Wait for workflow run to complete. Defaults to false.
2401
+ --json Enable JSON output, non-JSON messages will be printed to stderr.
2402
+ --non-interactive Run the command in non-interactive mode.
2403
+ --ref=<value> Git reference to run the workflow on
2404
+ --[no-]wait Wait for workflow run to complete. Defaults to false.
2388
2405
 
2389
2406
  DESCRIPTION
2390
2407
  run an EAS workflow. The entire local project directory will be packaged and uploaded to EAS servers for the workflow
@@ -2406,7 +2423,7 @@ FLAG DESCRIPTIONS
2406
2423
  Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
2407
2424
  ```
2408
2425
 
2409
- _See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/workflow/run.ts)_
2426
+ _See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/workflow/run.ts)_
2410
2427
 
2411
2428
  ## `eas workflow:runs`
2412
2429
 
@@ -2418,20 +2435,17 @@ USAGE
2418
2435
  [--json] [--limit <value>]
2419
2436
 
2420
2437
  FLAGS
2421
- --json Enable JSON output, non-JSON messages will be
2422
- printed to stderr.
2423
- --limit=<value> The number of items to fetch each query. Defaults
2424
- to 10 and is capped at 100.
2425
- --status=(ACTION_REQUIRED|CANCELED|FAILURE|IN_PROGRESS|NEW|SUCCESS) If present, filter the returned runs to select
2426
- those with the specified status
2427
- --workflow=<value> If present, the query will only return runs for
2428
- the specified workflow file name
2438
+ --json Enable JSON output, non-JSON messages will be printed to stderr.
2439
+ --limit=<value> The number of items to fetch each query. Defaults to 10 and is capped at 100.
2440
+ --status=<option> If present, filter the returned runs to select those with the specified status
2441
+ <options: ACTION_REQUIRED|CANCELED|FAILURE|IN_PROGRESS|NEW|SUCCESS>
2442
+ --workflow=<value> If present, the query will only return runs for the specified workflow file name
2429
2443
 
2430
2444
  DESCRIPTION
2431
2445
  list recent workflow runs for this project, with their IDs, statuses, and timestamps
2432
2446
  ```
2433
2447
 
2434
- _See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/workflow/runs.ts)_
2448
+ _See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/workflow/runs.ts)_
2435
2449
 
2436
2450
  ## `eas workflow:status [WORKFLOW_RUN_ID]`
2437
2451
 
@@ -2442,7 +2456,7 @@ USAGE
2442
2456
  $ eas workflow:status [WORKFLOW_RUN_ID] [--non-interactive] [--wait] [--json]
2443
2457
 
2444
2458
  ARGUMENTS
2445
- WORKFLOW_RUN_ID A workflow run ID.
2459
+ [WORKFLOW_RUN_ID] A workflow run ID.
2446
2460
 
2447
2461
  FLAGS
2448
2462
  --json Enable JSON output, non-JSON messages will be printed to stderr.
@@ -2459,7 +2473,7 @@ FLAG DESCRIPTIONS
2459
2473
  Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
2460
2474
  ```
2461
2475
 
2462
- _See code: [packages/eas-cli/src/commands/workflow/status.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/workflow/status.ts)_
2476
+ _See code: [packages/eas-cli/src/commands/workflow/status.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/workflow/status.ts)_
2463
2477
 
2464
2478
  ## `eas workflow:validate PATH`
2465
2479
 
@@ -2479,7 +2493,7 @@ DESCRIPTION
2479
2493
  validate a workflow configuration yaml file
2480
2494
  ```
2481
2495
 
2482
- _See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/workflow/validate.ts)_
2496
+ _See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/workflow/validate.ts)_
2483
2497
 
2484
2498
  ## `eas workflow:view [ID]`
2485
2499
 
@@ -2490,7 +2504,7 @@ USAGE
2490
2504
  $ eas workflow:view [ID] [--json] [--non-interactive]
2491
2505
 
2492
2506
  ARGUMENTS
2493
- ID ID of the workflow run to view
2507
+ [ID] ID of the workflow run to view
2494
2508
 
2495
2509
  FLAGS
2496
2510
  --json Enable JSON output, non-JSON messages will be printed to stderr.
@@ -2501,5 +2515,5 @@ DESCRIPTION
2501
2515
  workflow runs for the current project.
2502
2516
  ```
2503
2517
 
2504
- _See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v18.0.6/packages/eas-cli/src/commands/workflow/view.ts)_
2518
+ _See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/workflow/view.ts)_
2505
2519
  <!-- commandsstop -->