eas-cli 2.5.1 → 2.7.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 (150) hide show
  1. package/README.md +8 -1095
  2. package/build/branch/queries.d.ts +8 -1
  3. package/build/branch/queries.js +53 -23
  4. package/build/build/android/build.js +1 -0
  5. package/build/build/ios/build.js +1 -0
  6. package/build/build/local.js +1 -1
  7. package/build/build/queries.d.ts +11 -1
  8. package/build/build/queries.js +39 -1
  9. package/build/build/validate.d.ts +1 -0
  10. package/build/build/validate.js +121 -1
  11. package/build/channel/queries.d.ts +11 -0
  12. package/build/channel/queries.js +51 -9
  13. package/build/channel/utils.js +22 -22
  14. package/build/commandUtils/context/LoggedInContextField.d.ts +3 -0
  15. package/build/commandUtils/context/LoggedInContextField.js +9 -1
  16. package/build/commandUtils/context/MaybeLoggedInContextField.d.ts +3 -0
  17. package/build/commandUtils/context/MaybeLoggedInContextField.js +9 -1
  18. package/build/commandUtils/context/contextUtils/createGraphqlClient.d.ts +2 -2
  19. package/build/commandUtils/context/contextUtils/getProjectIdAsync.js +1 -1
  20. package/build/commandUtils/gating/FeatureGateEnvOverrides.d.ts +7 -0
  21. package/build/commandUtils/gating/FeatureGateEnvOverrides.js +35 -0
  22. package/build/commandUtils/gating/FeatureGateKey.d.ts +4 -0
  23. package/build/commandUtils/gating/FeatureGateKey.js +11 -0
  24. package/build/commandUtils/gating/FeatureGateTestOverrides.d.ts +5 -0
  25. package/build/commandUtils/gating/FeatureGateTestOverrides.js +17 -0
  26. package/build/commandUtils/gating/FeatureGating.d.ts +16 -0
  27. package/build/commandUtils/gating/FeatureGating.js +55 -0
  28. package/build/commandUtils/pagination.d.ts +4 -3
  29. package/build/commands/branch/create.d.ts +0 -3
  30. package/build/commands/branch/create.js +2 -27
  31. package/build/commands/branch/list.d.ts +1 -1
  32. package/build/commands/branch/view.d.ts +1 -1
  33. package/build/commands/build/configure.d.ts +1 -1
  34. package/build/commands/build/index.d.ts +2 -2
  35. package/build/commands/build/list.d.ts +4 -4
  36. package/build/commands/build/list.js +2 -15
  37. package/build/commands/build/run.d.ts +21 -0
  38. package/build/commands/build/run.js +149 -0
  39. package/build/commands/build/version/set.d.ts +1 -1
  40. package/build/commands/build/version/sync.d.ts +1 -1
  41. package/build/commands/channel/create.d.ts +0 -7
  42. package/build/commands/channel/create.js +4 -31
  43. package/build/commands/channel/list.d.ts +1 -1
  44. package/build/commands/channel/view.d.ts +1 -1
  45. package/build/commands/config.d.ts +1 -1
  46. package/build/commands/credentials.d.ts +1 -1
  47. package/build/commands/device/list.d.ts +1 -1
  48. package/build/commands/metadata/lint.d.ts +12 -0
  49. package/build/commands/metadata/lint.js +72 -0
  50. package/build/commands/metadata/pull.js +20 -9
  51. package/build/commands/metadata/push.js +20 -9
  52. package/build/commands/secret/create.d.ts +1 -1
  53. package/build/commands/secret/list.js +12 -17
  54. package/build/commands/submit.d.ts +1 -1
  55. package/build/commands/update/configure.d.ts +1 -0
  56. package/build/commands/update/configure.js +10 -216
  57. package/build/commands/update/index.d.ts +3 -9
  58. package/build/commands/update/index.js +136 -143
  59. package/build/commands/update/list.d.ts +1 -1
  60. package/build/commands/webhook/create.d.ts +1 -1
  61. package/build/commands/webhook/list.d.ts +1 -1
  62. package/build/commands/webhook/update.d.ts +1 -1
  63. package/build/devices/actions/create/inputMethod.js +2 -15
  64. package/build/devices/utils/formatDevice.d.ts +2 -0
  65. package/build/devices/utils/formatDevice.js +32 -7
  66. package/build/env.d.ts +8 -0
  67. package/build/env.js +8 -0
  68. package/build/graphql/generated.d.ts +100 -23
  69. package/build/graphql/generated.js +10 -2
  70. package/build/graphql/mutations/KeystoreGenerationUrlMutation.js +1 -1
  71. package/build/graphql/queries/UserQuery.js +2 -2
  72. package/build/graphql/types/Build.js +2 -0
  73. package/build/log.d.ts +1 -0
  74. package/build/log.js +3 -0
  75. package/build/metadata/apple/rules/index.d.ts +1 -0
  76. package/build/metadata/apple/rules/index.js +6 -0
  77. package/build/metadata/apple/rules/infoKeywordLength.d.ts +6 -0
  78. package/build/metadata/apple/rules/infoKeywordLength.js +35 -0
  79. package/build/metadata/apple/rules/infoRestrictedWords.d.ts +6 -0
  80. package/build/metadata/apple/rules/infoRestrictedWords.js +57 -0
  81. package/build/metadata/apple/tasks/index.d.ts +1 -2
  82. package/build/metadata/apple/tasks/index.js +1 -1
  83. package/build/metadata/auth.d.ts +21 -0
  84. package/build/metadata/auth.js +33 -0
  85. package/build/metadata/config/issue.d.ts +21 -0
  86. package/build/metadata/config/issue.js +9 -0
  87. package/build/metadata/config/resolve.d.ts +27 -0
  88. package/build/metadata/{config.js → config/resolve.js} +24 -25
  89. package/build/metadata/config/schema.d.ts +7 -0
  90. package/build/metadata/config/schema.js +2 -0
  91. package/build/metadata/config/validate.d.ts +3 -0
  92. package/build/metadata/config/validate.js +47 -0
  93. package/build/metadata/download.d.ts +11 -2
  94. package/build/metadata/download.js +14 -9
  95. package/build/metadata/errors.d.ts +3 -3
  96. package/build/metadata/errors.js +3 -1
  97. package/build/metadata/upload.d.ts +11 -2
  98. package/build/metadata/upload.js +16 -11
  99. package/build/metadata/utils/ajv.d.ts +10 -0
  100. package/build/metadata/utils/ajv.js +30 -0
  101. package/build/metadata/utils/telemetry.js +6 -6
  102. package/build/project/projectUtils.d.ts +3 -1
  103. package/build/project/projectUtils.js +10 -3
  104. package/build/project/publish.d.ts +13 -10
  105. package/build/project/publish.js +68 -38
  106. package/build/project/workflow.d.ts +1 -0
  107. package/build/project/workflow.js +9 -1
  108. package/build/run/android/run.d.ts +1 -0
  109. package/build/run/android/run.js +9 -0
  110. package/build/run/ios/run.d.ts +1 -0
  111. package/build/run/ios/run.js +31 -0
  112. package/build/run/ios/simctl.d.ts +2 -0
  113. package/build/run/ios/simctl.js +8 -0
  114. package/build/run/ios/simulator.d.ts +21 -0
  115. package/build/run/ios/simulator.js +161 -0
  116. package/build/run/ios/systemRequirements.d.ts +1 -0
  117. package/build/run/ios/systemRequirements.js +82 -0
  118. package/build/run/ios/xcode.d.ts +4 -0
  119. package/build/run/ios/xcode.js +41 -0
  120. package/build/run/ios/xcrun.d.ts +4 -0
  121. package/build/run/ios/xcrun.js +68 -0
  122. package/build/run/run.d.ts +8 -0
  123. package/build/run/run.js +15 -0
  124. package/build/submit/ArchiveSource.js +12 -16
  125. package/build/submit/utils/summary.d.ts +1 -1
  126. package/build/update/configure.d.ts +22 -0
  127. package/build/update/configure.js +200 -0
  128. package/build/update/queries.js +30 -39
  129. package/build/update/utils.d.ts +8 -1
  130. package/build/update/utils.js +35 -1
  131. package/build/utils/buildDistribution.d.ts +3 -0
  132. package/build/utils/buildDistribution.js +20 -0
  133. package/build/utils/download.d.ts +2 -0
  134. package/build/utils/download.js +114 -0
  135. package/build/utils/expoCli.d.ts +6 -0
  136. package/build/utils/expoCli.js +46 -1
  137. package/build/utils/expodash/filter.d.ts +2 -0
  138. package/build/utils/expodash/filter.js +8 -0
  139. package/build/utils/expodash/memoize.d.ts +2 -0
  140. package/build/utils/expodash/memoize.js +17 -0
  141. package/build/utils/formatFields.d.ts +3 -2
  142. package/build/utils/image.d.ts +6 -0
  143. package/build/utils/image.js +107 -0
  144. package/build/utils/statuspageService.js +1 -0
  145. package/oclif.manifest.json +1 -1
  146. package/package.json +36 -30
  147. package/schema/metadata-0.json +1 -1
  148. package/build/metadata/config.d.ts +0 -41
  149. package/build/metadata/context.d.ts +0 -50
  150. package/build/metadata/context.js +0 -47
package/README.md CHANGED
@@ -55,125 +55,8 @@ eas --help COMMAND
55
55
  # Commands
56
56
 
57
57
  <!-- commands -->
58
- * [`eas account:login`](#eas-accountlogin)
59
- * [`eas account:logout`](#eas-accountlogout)
60
- * [`eas account:view`](#eas-accountview)
61
- * [`eas analytics [STATUS]`](#eas-analytics-status)
62
58
  * [`eas autocomplete [SHELL]`](#eas-autocomplete-shell)
63
- * [`eas branch:create [NAME]`](#eas-branchcreate-name)
64
- * [`eas branch:delete [NAME]`](#eas-branchdelete-name)
65
- * [`eas branch:list`](#eas-branchlist)
66
- * [`eas branch:rename`](#eas-branchrename)
67
- * [`eas branch:view [NAME]`](#eas-branchview-name)
68
- * [`eas build`](#eas-build)
69
- * [`eas build:cancel [BUILD_ID]`](#eas-buildcancel-build_id)
70
- * [`eas build:configure`](#eas-buildconfigure)
71
- * [`eas build:inspect`](#eas-buildinspect)
72
- * [`eas build:list`](#eas-buildlist)
73
- * [`eas build:submit`](#eas-buildsubmit)
74
- * [`eas build:version:set`](#eas-buildversionset)
75
- * [`eas build:version:sync`](#eas-buildversionsync)
76
- * [`eas build:view [BUILD_ID]`](#eas-buildview-build_id)
77
- * [`eas channel:create [NAME]`](#eas-channelcreate-name)
78
- * [`eas channel:edit [NAME]`](#eas-channeledit-name)
79
- * [`eas channel:list`](#eas-channellist)
80
- * [`eas channel:view [NAME]`](#eas-channelview-name)
81
- * [`eas config`](#eas-config)
82
- * [`eas credentials`](#eas-credentials)
83
- * [`eas device:create`](#eas-devicecreate)
84
- * [`eas device:delete`](#eas-devicedelete)
85
- * [`eas device:list`](#eas-devicelist)
86
- * [`eas device:view [UDID]`](#eas-deviceview-udid)
87
- * [`eas diagnostics`](#eas-diagnostics)
88
59
  * [`eas help [COMMAND]`](#eas-help-command)
89
- * [`eas init`](#eas-init)
90
- * [`eas login`](#eas-login)
91
- * [`eas logout`](#eas-logout)
92
- * [`eas metadata:pull`](#eas-metadatapull)
93
- * [`eas metadata:push`](#eas-metadatapush)
94
- * [`eas open`](#eas-open)
95
- * [`eas project:info`](#eas-projectinfo)
96
- * [`eas project:init`](#eas-projectinit)
97
- * [`eas secret:create`](#eas-secretcreate)
98
- * [`eas secret:delete`](#eas-secretdelete)
99
- * [`eas secret:list`](#eas-secretlist)
100
- * [`eas submit`](#eas-submit)
101
- * [`eas update`](#eas-update)
102
- * [`eas update:configure`](#eas-updateconfigure)
103
- * [`eas update:delete GROUPID`](#eas-updatedelete-groupid)
104
- * [`eas update:list`](#eas-updatelist)
105
- * [`eas update:view GROUPID`](#eas-updateview-groupid)
106
- * [`eas webhook:create`](#eas-webhookcreate)
107
- * [`eas webhook:delete [ID]`](#eas-webhookdelete-id)
108
- * [`eas webhook:list`](#eas-webhooklist)
109
- * [`eas webhook:update`](#eas-webhookupdate)
110
- * [`eas webhook:view ID`](#eas-webhookview-id)
111
- * [`eas whoami`](#eas-whoami)
112
-
113
- ## `eas account:login`
114
-
115
- log in with your Expo account
116
-
117
- ```
118
- USAGE
119
- $ eas account:login
120
-
121
- DESCRIPTION
122
- log in with your Expo account
123
-
124
- ALIASES
125
- $ eas login
126
- ```
127
-
128
- _See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/account/login.ts)_
129
-
130
- ## `eas account:logout`
131
-
132
- log out
133
-
134
- ```
135
- USAGE
136
- $ eas account:logout
137
-
138
- DESCRIPTION
139
- log out
140
-
141
- ALIASES
142
- $ eas logout
143
- ```
144
-
145
- _See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/account/logout.ts)_
146
-
147
- ## `eas account:view`
148
-
149
- show the username you are logged in as
150
-
151
- ```
152
- USAGE
153
- $ eas account:view
154
-
155
- DESCRIPTION
156
- show the username you are logged in as
157
-
158
- ALIASES
159
- $ eas whoami
160
- ```
161
-
162
- _See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/account/view.ts)_
163
-
164
- ## `eas analytics [STATUS]`
165
-
166
- display or change analytics settings
167
-
168
- ```
169
- USAGE
170
- $ eas analytics [STATUS]
171
-
172
- DESCRIPTION
173
- display or change analytics settings
174
- ```
175
-
176
- _See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/analytics.ts)_
177
60
 
178
61
  ## `eas autocomplete [SHELL]`
179
62
 
@@ -202,995 +85,25 @@ EXAMPLES
202
85
  $ eas autocomplete --refresh-cache
203
86
  ```
204
87
 
205
- _See code: [@expo/plugin-autocomplete](https://github.com/expo/plugin-autocomplete/blob/v1.4.0/src/commands/autocomplete/index.ts)_
206
-
207
- ## `eas branch:create [NAME]`
208
-
209
- create a branch
210
-
211
- ```
212
- USAGE
213
- $ eas branch:create [NAME] [--json --non-interactive]
214
-
215
- ARGUMENTS
216
- NAME Name of the branch to create
217
-
218
- FLAGS
219
- --json Enable JSON output, non-JSON messages will be printed to stderr.
220
- --non-interactive Run the command in non-interactive mode.
221
-
222
- DESCRIPTION
223
- create a branch
224
- ```
225
-
226
- _See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/branch/create.ts)_
227
-
228
- ## `eas branch:delete [NAME]`
229
-
230
- delete a branch
231
-
232
- ```
233
- USAGE
234
- $ eas branch:delete [NAME] [--json --non-interactive]
235
-
236
- ARGUMENTS
237
- NAME Name of the branch to delete
238
-
239
- FLAGS
240
- --json Enable JSON output, non-JSON messages will be printed to stderr.
241
- --non-interactive Run the command in non-interactive mode.
242
-
243
- DESCRIPTION
244
- delete a branch
245
- ```
246
-
247
- _See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/branch/delete.ts)_
248
-
249
- ## `eas branch:list`
250
-
251
- list all branches
252
-
253
- ```
254
- USAGE
255
- $ eas branch:list [--offset <value>] [--limit <value>] [--json --non-interactive]
256
-
257
- FLAGS
258
- --json Enable JSON output, non-JSON messages will be printed to stderr.
259
- --limit=<value> The number of items to fetch each query. Defaults to 50 and is capped at 100.
260
- --non-interactive Run the command in non-interactive mode.
261
- --offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
262
-
263
- DESCRIPTION
264
- list all branches
265
- ```
266
-
267
- _See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/branch/list.ts)_
268
-
269
- ## `eas branch:rename`
270
-
271
- rename a branch
272
-
273
- ```
274
- USAGE
275
- $ eas branch:rename [--from <value>] [--to <value>] [--json --non-interactive]
276
-
277
- FLAGS
278
- --from=<value> current name of the branch.
279
- --json Enable JSON output, non-JSON messages will be printed to stderr.
280
- --non-interactive Run the command in non-interactive mode.
281
- --to=<value> new name of the branch.
282
-
283
- DESCRIPTION
284
- rename a branch
285
- ```
286
-
287
- _See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/branch/rename.ts)_
288
-
289
- ## `eas branch:view [NAME]`
290
-
291
- view a branch
292
-
293
- ```
294
- USAGE
295
- $ eas branch:view [NAME] [--offset <value>] [--limit <value>] [--json --non-interactive]
296
-
297
- ARGUMENTS
298
- NAME Name of the branch to view
299
-
300
- FLAGS
301
- --json Enable JSON output, non-JSON messages will be printed to stderr.
302
- --limit=<value> The number of items to fetch each query. Defaults to 25 and is capped at 50.
303
- --non-interactive Run the command in non-interactive mode.
304
- --offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
305
-
306
- DESCRIPTION
307
- view a branch
308
- ```
309
-
310
- _See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/branch/view.ts)_
311
-
312
- ## `eas build`
313
-
314
- start a build
315
-
316
- ```
317
- USAGE
318
- $ eas build [-p android|ios|all] [-e <value>] [--local] [--output <value>] [--wait] [--clear-cache]
319
- [--auto-submit | --auto-submit-with-profile <value>] [-m <value>] [--json --non-interactive]
320
-
321
- FLAGS
322
- -e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined
323
- in eas.json.
324
- -m, --message=<value> A short message describing the build
325
- -p, --platform=(android|ios|all)
326
- --auto-submit Submit on build complete using the submit profile with the same name as the
327
- build profile
328
- --auto-submit-with-profile=PROFILE_NAME Submit on build complete using the submit profile with provided name
329
- --clear-cache Clear cache before the build
330
- --json Enable JSON output, non-JSON messages will be printed to stderr.
331
- --local Run build locally [experimental]
332
- --non-interactive Run the command in non-interactive mode.
333
- --output=<value> Output path for local build
334
- --[no-]wait Wait for build(s) to complete
335
-
336
- DESCRIPTION
337
- start a build
338
- ```
339
-
340
- _See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/build/index.ts)_
341
-
342
- ## `eas build:cancel [BUILD_ID]`
343
-
344
- cancel a build
345
-
346
- ```
347
- USAGE
348
- $ eas build:cancel [BUILD_ID] [--non-interactive]
349
-
350
- FLAGS
351
- --non-interactive Run the command in non-interactive mode.
352
-
353
- DESCRIPTION
354
- cancel a build
355
- ```
356
-
357
- _See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/build/cancel.ts)_
358
-
359
- ## `eas build:configure`
360
-
361
- configure the project to support EAS Build
362
-
363
- ```
364
- USAGE
365
- $ eas build:configure [-p android|ios|all]
366
-
367
- FLAGS
368
- -p, --platform=(android|ios|all) Platform to configure
369
-
370
- DESCRIPTION
371
- configure the project to support EAS Build
372
- ```
373
-
374
- _See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/build/configure.ts)_
375
-
376
- ## `eas build:inspect`
377
-
378
- inspect the state of the project at specific build stages, useful for troubleshooting
379
-
380
- ```
381
- USAGE
382
- $ eas build:inspect -p android|ios -s archive|pre-build|post-build -o <value> [-e <value>] [--force] [-v]
383
-
384
- FLAGS
385
- -e, --profile=PROFILE_NAME
386
- Name of the build profile from eas.json. Defaults to "production" if defined in eas.json.
387
-
388
- -o, --output=OUTPUT_DIRECTORY
389
- (required) Output directory.
390
-
391
- -p, --platform=(android|ios)
392
- (required)
393
-
394
- -s, --stage=(archive|pre-build|post-build)
395
- (required) Stage of the build you want to inspect.
396
- archive - builds the project archive that would be uploaded to EAS when building
397
- pre-build - prepares the project to be built with Gradle/Xcode. Does not run the native build.
398
- post-build - builds the native project and leaves the output directory for inspection
399
-
400
- -v, --verbose
401
-
402
- --force
403
- Delete OUTPUT_DIRECTORY if it already exists.
404
-
405
- DESCRIPTION
406
- inspect the state of the project at specific build stages, useful for troubleshooting
407
- ```
408
-
409
- _See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/build/inspect.ts)_
410
-
411
- ## `eas build:list`
412
-
413
- list all builds for your project
414
-
415
- ```
416
- USAGE
417
- $ eas build:list [--platform all|android|ios] [--status new|in-queue|in-progress|errored|finished|canceled]
418
- [--distribution store|internal|simulator] [--channel <value>] [--appVersion <value>] [--appBuildVersion <value>]
419
- [--sdkVersion <value>] [--runtimeVersion <value>] [--appIdentifier <value>] [--buildProfile <value>]
420
- [--gitCommitHash <value>] [--offset <value>] [--limit <value>] [--json --non-interactive]
421
-
422
- FLAGS
423
- --appBuildVersion=<value>
424
- --appIdentifier=<value>
425
- --appVersion=<value>
426
- --buildProfile=<value>
427
- --channel=<value>
428
- --distribution=(store|internal|simulator)
429
- --gitCommitHash=<value>
430
- --json Enable JSON output, non-JSON messages will be printed
431
- to stderr.
432
- --limit=<value> The number of items to fetch each query. Defaults to 10
433
- and is capped at 50.
434
- --non-interactive Run the command in non-interactive mode.
435
- --offset=<value> Start queries from specified index. Use for paginating
436
- results. Defaults to 0.
437
- --platform=(all|android|ios)
438
- --runtimeVersion=<value>
439
- --sdkVersion=<value>
440
- --status=(new|in-queue|in-progress|errored|finished|canceled)
441
-
442
- DESCRIPTION
443
- list all builds for your project
444
- ```
445
-
446
- _See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/build/list.ts)_
447
-
448
- ## `eas build:submit`
449
-
450
- submit app binary to App Store and/or Play Store
451
-
452
- ```
453
- USAGE
454
- $ eas build:submit [-p android|ios|all] [-e <value>] [--latest | --id <value> | --path <value> | --url <value>]
455
- [--verbose] [--wait] [--non-interactive]
456
-
457
- FLAGS
458
- -e, --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in
459
- eas.json.
460
- -p, --platform=(android|ios|all)
461
- --id=<value> ID of the build to submit
462
- --latest Submit the latest build for specified platform
463
- --non-interactive Run command in non-interactive mode
464
- --path=<value> Path to the .apk/.aab/.ipa file
465
- --url=<value> App archive url
466
- --verbose Always print logs from Submission Service
467
- --[no-]wait Wait for submission to complete
468
-
469
- DESCRIPTION
470
- submit app binary to App Store and/or Play Store
471
-
472
- ALIASES
473
- $ eas build:submit
474
- ```
475
-
476
- ## `eas build:version:set`
477
-
478
- Update version of an app.
479
-
480
- ```
481
- USAGE
482
- $ eas build:version:set [-p android|ios] [-e <value>]
483
-
484
- FLAGS
485
- -e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined in
486
- eas.json.
487
- -p, --platform=(android|ios)
488
-
489
- DESCRIPTION
490
- Update version of an app.
491
- ```
492
-
493
- _See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/build/version/set.ts)_
494
-
495
- ## `eas build:version:sync`
496
-
497
- Update a version in native code with a value stored on EAS servers
498
-
499
- ```
500
- USAGE
501
- $ eas build:version:sync [-p android|ios|all] [-e <value>]
502
-
503
- FLAGS
504
- -e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined in
505
- eas.json.
506
- -p, --platform=(android|ios|all)
507
-
508
- DESCRIPTION
509
- Update a version in native code with a value stored on EAS servers
510
- ```
511
-
512
- _See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/build/version/sync.ts)_
513
-
514
- ## `eas build:view [BUILD_ID]`
515
-
516
- view a build for your project
517
-
518
- ```
519
- USAGE
520
- $ eas build:view [BUILD_ID] [--json]
521
-
522
- FLAGS
523
- --json Enable JSON output, non-JSON messages will be printed to stderr.
524
-
525
- DESCRIPTION
526
- view a build for your project
527
- ```
528
-
529
- _See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/build/view.ts)_
530
-
531
- ## `eas channel:create [NAME]`
532
-
533
- create a channel
534
-
535
- ```
536
- USAGE
537
- $ eas channel:create [NAME] [--json --non-interactive]
538
-
539
- ARGUMENTS
540
- NAME Name of the channel to create
541
-
542
- FLAGS
543
- --json Enable JSON output, non-JSON messages will be printed to stderr.
544
- --non-interactive Run the command in non-interactive mode.
545
-
546
- DESCRIPTION
547
- create a channel
548
- ```
549
-
550
- _See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/channel/create.ts)_
551
-
552
- ## `eas channel:edit [NAME]`
553
-
554
- point a channel at a new branch
555
-
556
- ```
557
- USAGE
558
- $ eas channel:edit [NAME] [--branch <value>] [--json --non-interactive]
559
-
560
- ARGUMENTS
561
- NAME Name of the channel to edit
562
-
563
- FLAGS
564
- --branch=<value> Name of the branch to point to
565
- --json Enable JSON output, non-JSON messages will be printed to stderr.
566
- --non-interactive Run the command in non-interactive mode.
567
-
568
- DESCRIPTION
569
- point a channel at a new branch
570
- ```
571
-
572
- _See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/channel/edit.ts)_
573
-
574
- ## `eas channel:list`
575
-
576
- list all channels
577
-
578
- ```
579
- USAGE
580
- $ eas channel:list [--offset <value>] [--limit <value>] [--json --non-interactive]
581
-
582
- FLAGS
583
- --json Enable JSON output, non-JSON messages will be printed to stderr.
584
- --limit=<value> The number of items to fetch each query. Defaults to 10 and is capped at 25.
585
- --non-interactive Run the command in non-interactive mode.
586
- --offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
587
-
588
- DESCRIPTION
589
- list all channels
590
- ```
591
-
592
- _See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/channel/list.ts)_
88
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.3.4/src/commands/autocomplete/index.ts)_
593
89
 
594
- ## `eas channel:view [NAME]`
90
+ ## `eas help [COMMAND]`
595
91
 
596
- view a channel
92
+ display help for eas-cli
597
93
 
598
94
  ```
599
95
  USAGE
600
- $ eas channel:view [NAME] [--json --non-interactive] [--offset <value>] [--limit <value>]
96
+ $ eas help [COMMAND] [-n]
601
97
 
602
98
  ARGUMENTS
603
- NAME Name of the channel to view
99
+ COMMAND Command to show help for.
604
100
 
605
101
  FLAGS
606
- --json Enable JSON output, non-JSON messages will be printed to stderr.
607
- --limit=<value> The number of items to fetch each query. Defaults to 50 and is capped at 100.
608
- --non-interactive Run the command in non-interactive mode.
609
- --offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
102
+ -n, --nested-commands Include all nested commands in the output.
610
103
 
611
104
  DESCRIPTION
612
- view a channel
613
- ```
614
-
615
- _See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/channel/view.ts)_
616
-
617
- ## `eas config`
618
-
619
- display project configuration (app.json + eas.json)
620
-
105
+ display help for eas-cli
621
106
  ```
622
- USAGE
623
- $ eas config [-p android|ios] [-e <value>]
624
-
625
- FLAGS
626
- -e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined in
627
- eas.json.
628
- -p, --platform=(android|ios)
629
107
 
630
- DESCRIPTION
631
- display project configuration (app.json + eas.json)
632
- ```
633
-
634
- _See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/config.ts)_
635
-
636
- ## `eas credentials`
637
-
638
- manage credentials
639
-
640
- ```
641
- USAGE
642
- $ eas credentials [-p android|ios]
643
-
644
- FLAGS
645
- -p, --platform=(android|ios)
646
-
647
- DESCRIPTION
648
- manage credentials
649
- ```
650
-
651
- _See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/credentials.ts)_
652
-
653
- ## `eas device:create`
654
-
655
- register new Apple Devices to use for internal distribution
656
-
657
- ```
658
- USAGE
659
- $ eas device:create
660
-
661
- DESCRIPTION
662
- register new Apple Devices to use for internal distribution
663
- ```
664
-
665
- _See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/device/create.ts)_
666
-
667
- ## `eas device:delete`
668
-
669
- remove a registered device from your account
670
-
671
- ```
672
- USAGE
673
- $ eas device:delete [--apple-team-id <value>] [--udid <value>] [--json --non-interactive]
674
-
675
- FLAGS
676
- --apple-team-id=<value> The Apple team ID on which to find the device
677
- --json Enable JSON output, non-JSON messages will be printed to stderr.
678
- --non-interactive Run the command in non-interactive mode.
679
- --udid=<value> The Apple device ID to disable
680
-
681
- DESCRIPTION
682
- remove a registered device from your account
683
- ```
684
-
685
- _See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/device/delete.ts)_
686
-
687
- ## `eas device:list`
688
-
689
- list all registered devices for your account
690
-
691
- ```
692
- USAGE
693
- $ eas device:list [--apple-team-id <value>] [--offset <value>] [--limit <value>] [--json --non-interactive]
694
-
695
- FLAGS
696
- --apple-team-id=<value>
697
- --json Enable JSON output, non-JSON messages will be printed to stderr.
698
- --limit=<value> The number of items to fetch each query. Defaults to 50 and is capped at 100.
699
- --non-interactive Run the command in non-interactive mode.
700
- --offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
701
-
702
- DESCRIPTION
703
- list all registered devices for your account
704
- ```
705
-
706
- _See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/device/list.ts)_
707
-
708
- ## `eas device:view [UDID]`
709
-
710
- view a device for your project
711
-
712
- ```
713
- USAGE
714
- $ eas device:view [UDID]
715
-
716
- DESCRIPTION
717
- view a device for your project
718
- ```
719
-
720
- _See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/device/view.ts)_
721
-
722
- ## `eas diagnostics`
723
-
724
- display environment info
725
-
726
- ```
727
- USAGE
728
- $ eas diagnostics
729
-
730
- DESCRIPTION
731
- display environment info
732
- ```
733
-
734
- _See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/diagnostics.ts)_
735
-
736
- ## `eas help [COMMAND]`
737
-
738
- display help for eas-cli
739
-
740
- ```
741
- USAGE
742
- $ eas help [COMMAND] [-n]
743
-
744
- ARGUMENTS
745
- COMMAND Command to show help for.
746
-
747
- FLAGS
748
- -n, --nested-commands Include all nested commands in the output.
749
-
750
- DESCRIPTION
751
- display help for eas-cli
752
- ```
753
-
754
- _See code: [@expo/plugin-help](https://github.com/expo/oclif-plugin-help/blob/v5.3.0/src/commands/help.ts)_
755
-
756
- ## `eas init`
757
-
758
- create or link an EAS project
759
-
760
- ```
761
- USAGE
762
- $ eas init [--force --id <value>] [--non-interactive ]
763
-
764
- FLAGS
765
- --force Whether to overwrite any existing project ID
766
- --id=<value> ID of the EAS project to link
767
- --non-interactive Run the command in non-interactive mode.
768
-
769
- DESCRIPTION
770
- create or link an EAS project
771
-
772
- ALIASES
773
- $ eas init
774
- ```
775
-
776
- ## `eas login`
777
-
778
- log in with your Expo account
779
-
780
- ```
781
- USAGE
782
- $ eas login
783
-
784
- DESCRIPTION
785
- log in with your Expo account
786
-
787
- ALIASES
788
- $ eas login
789
- ```
790
-
791
- ## `eas logout`
792
-
793
- log out
794
-
795
- ```
796
- USAGE
797
- $ eas logout
798
-
799
- DESCRIPTION
800
- log out
801
-
802
- ALIASES
803
- $ eas logout
804
- ```
805
-
806
- ## `eas metadata:pull`
807
-
808
- generate the local store configuration from the app stores
809
-
810
- ```
811
- USAGE
812
- $ eas metadata:pull [-e <value>]
813
-
814
- FLAGS
815
- -e, --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in eas.json.
816
-
817
- DESCRIPTION
818
- generate the local store configuration from the app stores
819
- ```
820
-
821
- _See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/metadata/pull.ts)_
822
-
823
- ## `eas metadata:push`
824
-
825
- sync the local store configuration to the app stores
826
-
827
- ```
828
- USAGE
829
- $ eas metadata:push [-e <value>]
830
-
831
- FLAGS
832
- -e, --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in eas.json.
833
-
834
- DESCRIPTION
835
- sync the local store configuration to the app stores
836
- ```
837
-
838
- _See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/metadata/push.ts)_
839
-
840
- ## `eas open`
841
-
842
- open the project page in a web browser
843
-
844
- ```
845
- USAGE
846
- $ eas open
847
-
848
- DESCRIPTION
849
- open the project page in a web browser
850
- ```
851
-
852
- _See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/open.ts)_
853
-
854
- ## `eas project:info`
855
-
856
- information about the current project
857
-
858
- ```
859
- USAGE
860
- $ eas project:info
861
-
862
- DESCRIPTION
863
- information about the current project
864
- ```
865
-
866
- _See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/project/info.ts)_
867
-
868
- ## `eas project:init`
869
-
870
- create or link an EAS project
871
-
872
- ```
873
- USAGE
874
- $ eas project:init [--force --id <value>] [--non-interactive ]
875
-
876
- FLAGS
877
- --force Whether to overwrite any existing project ID
878
- --id=<value> ID of the EAS project to link
879
- --non-interactive Run the command in non-interactive mode.
880
-
881
- DESCRIPTION
882
- create or link an EAS project
883
-
884
- ALIASES
885
- $ eas init
886
- ```
887
-
888
- _See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/project/init.ts)_
889
-
890
- ## `eas secret:create`
891
-
892
- create an environment secret on the current project or owner account
893
-
894
- ```
895
- USAGE
896
- $ eas secret:create [--scope account|project] [--name <value>] [--value <value>] [--type string|file] [--force]
897
- [--non-interactive]
898
-
899
- FLAGS
900
- --force Delete and recreate existing secrets
901
- --name=<value> Name of the secret
902
- --non-interactive Run the command in non-interactive mode.
903
- --scope=(account|project) [default: project] Scope for the secret
904
- --type=(string|file) The type of secret
905
- --value=<value> Text value or path to a file to store in the secret
906
-
907
- DESCRIPTION
908
- create an environment secret on the current project or owner account
909
- ```
910
-
911
- _See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/secret/create.ts)_
912
-
913
- ## `eas secret:delete`
914
-
915
- delete an environment secret by ID
916
-
917
- ```
918
- USAGE
919
- $ eas secret:delete [--id <value>] [--non-interactive]
920
-
921
- FLAGS
922
- --id=<value> ID of the secret to delete
923
- --non-interactive Run the command in non-interactive mode.
924
-
925
- DESCRIPTION
926
- delete an environment secret by ID
927
- ```
928
-
929
- _See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/secret/delete.ts)_
930
-
931
- ## `eas secret:list`
932
-
933
- list environment secrets available for your current app
934
-
935
- ```
936
- USAGE
937
- $ eas secret:list
938
-
939
- DESCRIPTION
940
- list environment secrets available for your current app
941
- ```
942
-
943
- _See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/secret/list.ts)_
944
-
945
- ## `eas submit`
946
-
947
- submit app binary to App Store and/or Play Store
948
-
949
- ```
950
- USAGE
951
- $ eas submit [-p android|ios|all] [-e <value>] [--latest | --id <value> | --path <value> | --url <value>]
952
- [--verbose] [--wait] [--non-interactive]
953
-
954
- FLAGS
955
- -e, --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in
956
- eas.json.
957
- -p, --platform=(android|ios|all)
958
- --id=<value> ID of the build to submit
959
- --latest Submit the latest build for specified platform
960
- --non-interactive Run command in non-interactive mode
961
- --path=<value> Path to the .apk/.aab/.ipa file
962
- --url=<value> App archive url
963
- --verbose Always print logs from Submission Service
964
- --[no-]wait Wait for submission to complete
965
-
966
- DESCRIPTION
967
- submit app binary to App Store and/or Play Store
968
-
969
- ALIASES
970
- $ eas build:submit
971
- ```
972
-
973
- _See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/submit.ts)_
974
-
975
- ## `eas update`
976
-
977
- publish an update group
978
-
979
- ```
980
- USAGE
981
- $ eas update [--branch <value>] [--message <value>] [--republish | --input-dir <value> | --skip-bundler]
982
- [--group <value> | | ] [-p android|ios|all] [--auto] [--private-key-path <value>] [--json --non-interactive]
983
-
984
- FLAGS
985
- -p, --platform=(android|ios|all) [default: all]
986
- --auto Use the current git branch and commit message for the EAS branch and update message
987
- --branch=<value> Branch to publish the update group on
988
- --group=<value> Update group to republish
989
- --input-dir=<value> [default: dist] Location of the bundle
990
- --json Enable JSON output, non-JSON messages will be printed to stderr.
991
- --message=<value> A short message describing the update
992
- --non-interactive Run the command in non-interactive mode.
993
- --private-key-path=<value> File containing the PEM-encoded private key corresponding to the certificate in
994
- expo-updates' configuration. Defaults to a file named "private-key.pem" in the
995
- certificate's directory.
996
- --republish Republish an update group
997
- --skip-bundler Skip running Expo CLI to bundle the app before publishing
998
-
999
- DESCRIPTION
1000
- publish an update group
1001
- ```
1002
-
1003
- _See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/update/index.ts)_
1004
-
1005
- ## `eas update:configure`
1006
-
1007
- configure the project to support EAS Update
1008
-
1009
- ```
1010
- USAGE
1011
- $ eas update:configure [-p android|ios|all]
1012
-
1013
- FLAGS
1014
- -p, --platform=(android|ios|all) [default: all] Platform to configure
1015
-
1016
- DESCRIPTION
1017
- configure the project to support EAS Update
1018
- ```
1019
-
1020
- _See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/update/configure.ts)_
1021
-
1022
- ## `eas update:delete GROUPID`
1023
-
1024
- delete all the updates in an update group
1025
-
1026
- ```
1027
- USAGE
1028
- $ eas update:delete [GROUPID] [--json --non-interactive]
1029
-
1030
- ARGUMENTS
1031
- GROUPID The ID of an update group to delete.
1032
-
1033
- FLAGS
1034
- --json Enable JSON output, non-JSON messages will be printed to stderr.
1035
- --non-interactive Run the command in non-interactive mode.
1036
-
1037
- DESCRIPTION
1038
- delete all the updates in an update group
1039
- ```
1040
-
1041
- _See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/update/delete.ts)_
1042
-
1043
- ## `eas update:list`
1044
-
1045
- view the recent updates
1046
-
1047
- ```
1048
- USAGE
1049
- $ eas update:list [--branch <value> | --all] [--offset <value>] [--limit <value>] [--json --non-interactive]
1050
-
1051
- FLAGS
1052
- --all List updates on all branches
1053
- --branch=<value> List updates only on this branch
1054
- --json Enable JSON output, non-JSON messages will be printed to stderr.
1055
- --limit=<value> The number of items to fetch each query. Defaults to 25 and is capped at 50.
1056
- --non-interactive Run the command in non-interactive mode.
1057
- --offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
1058
-
1059
- DESCRIPTION
1060
- view the recent updates
1061
- ```
1062
-
1063
- _See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/update/list.ts)_
1064
-
1065
- ## `eas update:view GROUPID`
1066
-
1067
- update group details
1068
-
1069
- ```
1070
- USAGE
1071
- $ eas update:view [GROUPID] [--json]
1072
-
1073
- ARGUMENTS
1074
- GROUPID The ID of an update group.
1075
-
1076
- FLAGS
1077
- --json Enable JSON output, non-JSON messages will be printed to stderr.
1078
-
1079
- DESCRIPTION
1080
- update group details
1081
- ```
1082
-
1083
- _See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/update/view.ts)_
1084
-
1085
- ## `eas webhook:create`
1086
-
1087
- create a webhook
1088
-
1089
- ```
1090
- USAGE
1091
- $ eas webhook:create [--event BUILD|SUBMIT] [--url <value>] [--secret <value>] [--non-interactive]
1092
-
1093
- FLAGS
1094
- --event=(BUILD|SUBMIT) Event type that triggers the webhook
1095
- --non-interactive Run the command in non-interactive mode.
1096
- --secret=<value> Secret used to create a hash signature of the request payload, provided in the
1097
- 'Expo-Signature' header.
1098
- --url=<value> Webhook URL
1099
-
1100
- DESCRIPTION
1101
- create a webhook
1102
- ```
1103
-
1104
- _See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/webhook/create.ts)_
1105
-
1106
- ## `eas webhook:delete [ID]`
1107
-
1108
- delete a webhook
1109
-
1110
- ```
1111
- USAGE
1112
- $ eas webhook:delete [ID] [--non-interactive]
1113
-
1114
- ARGUMENTS
1115
- ID ID of the webhook to delete
1116
-
1117
- FLAGS
1118
- --non-interactive Run the command in non-interactive mode.
1119
-
1120
- DESCRIPTION
1121
- delete a webhook
1122
- ```
1123
-
1124
- _See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/webhook/delete.ts)_
1125
-
1126
- ## `eas webhook:list`
1127
-
1128
- list webhooks
1129
-
1130
- ```
1131
- USAGE
1132
- $ eas webhook:list [--event BUILD|SUBMIT]
1133
-
1134
- FLAGS
1135
- --event=(BUILD|SUBMIT) Event type that triggers the webhook
1136
-
1137
- DESCRIPTION
1138
- list webhooks
1139
- ```
1140
-
1141
- _See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/webhook/list.ts)_
1142
-
1143
- ## `eas webhook:update`
1144
-
1145
- update a webhook
1146
-
1147
- ```
1148
- USAGE
1149
- $ eas webhook:update --id <value> [--event BUILD|SUBMIT] [--url <value>] [--secret <value>] [--non-interactive]
1150
-
1151
- FLAGS
1152
- --event=(BUILD|SUBMIT) Event type that triggers the webhook
1153
- --id=<value> (required) Webhook ID
1154
- --non-interactive Run the command in non-interactive mode.
1155
- --secret=<value> Secret used to create a hash signature of the request payload, provided in the
1156
- 'Expo-Signature' header.
1157
- --url=<value> Webhook URL
1158
-
1159
- DESCRIPTION
1160
- update a webhook
1161
- ```
1162
-
1163
- _See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/webhook/update.ts)_
1164
-
1165
- ## `eas webhook:view ID`
1166
-
1167
- view a webhook
1168
-
1169
- ```
1170
- USAGE
1171
- $ eas webhook:view [ID]
1172
-
1173
- ARGUMENTS
1174
- ID ID of the webhook to view
1175
-
1176
- DESCRIPTION
1177
- view a webhook
1178
- ```
1179
-
1180
- _See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v2.5.1/packages/eas-cli/src/commands/webhook/view.ts)_
1181
-
1182
- ## `eas whoami`
1183
-
1184
- show the username you are logged in as
1185
-
1186
- ```
1187
- USAGE
1188
- $ eas whoami
1189
-
1190
- DESCRIPTION
1191
- show the username you are logged in as
1192
-
1193
- ALIASES
1194
- $ eas whoami
1195
- ```
108
+ _See code: [@expo/plugin-help](https://github.com/expo/oclif-plugin-help/blob/v5.1.16/src/commands/help.ts)_
1196
109
  <!-- commandsstop -->