eas-cli 0.44.0 → 0.46.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 (51) hide show
  1. package/README.md +1 -826
  2. package/build/build/android/graphql.js +1 -0
  3. package/build/build/android/prepareJob.js +3 -0
  4. package/build/build/ios/graphql.js +1 -0
  5. package/build/build/ios/prepareJob.js +3 -0
  6. package/build/build/local.js +1 -1
  7. package/build/build/runBuildAndSubmit.js +4 -0
  8. package/build/commands/analytics.js +1 -1
  9. package/build/commands/branch/create.js +1 -1
  10. package/build/commands/branch/delete.js +1 -1
  11. package/build/commands/branch/list.js +1 -1
  12. package/build/commands/branch/rename.js +1 -1
  13. package/build/commands/branch/view.js +1 -1
  14. package/build/commands/build/cancel.js +1 -1
  15. package/build/commands/build/configure.js +11 -3
  16. package/build/commands/build/index.js +1 -1
  17. package/build/commands/build/inspect.js +1 -1
  18. package/build/commands/channel/create.js +1 -1
  19. package/build/commands/channel/delete.js +2 -2
  20. package/build/commands/channel/edit.js +1 -1
  21. package/build/commands/channel/list.js +1 -1
  22. package/build/commands/channel/view.js +1 -1
  23. package/build/commands/config.js +9 -3
  24. package/build/commands/credentials.js +1 -1
  25. package/build/commands/device/delete.d.ts +17 -0
  26. package/build/commands/device/delete.js +181 -0
  27. package/build/commands/device/list.js +1 -1
  28. package/build/commands/diagnostics.js +1 -1
  29. package/build/commands/secret/create.js +1 -1
  30. package/build/commands/secret/delete.js +1 -3
  31. package/build/commands/secret/list.js +1 -1
  32. package/build/commands/submit.js +2 -3
  33. package/build/commands/update/configure.js +1 -1
  34. package/build/commands/update/delete.js +1 -1
  35. package/build/commands/update/index.js +1 -1
  36. package/build/commands/update/list.js +1 -1
  37. package/build/commands/update/view.js +1 -1
  38. package/build/commands/webhook/create.js +1 -1
  39. package/build/commands/webhook/delete.js +1 -1
  40. package/build/commands/webhook/list.js +1 -1
  41. package/build/commands/webhook/update.js +1 -1
  42. package/build/commands/webhook/view.js +1 -1
  43. package/build/credentials/ios/actions/DeviceUtils.d.ts +1 -0
  44. package/build/credentials/ios/actions/DeviceUtils.js +16 -1
  45. package/build/credentials/ios/api/graphql/mutations/AppleDeviceMutation.d.ts +1 -0
  46. package/build/credentials/ios/api/graphql/mutations/AppleDeviceMutation.js +16 -0
  47. package/build/graphql/generated.d.ts +5808 -3522
  48. package/build/graphql/generated.js +223 -223
  49. package/build/submit/ArchiveSource.js +4 -4
  50. package/oclif.manifest.json +1 -1
  51. package/package.json +51 -49
package/README.md CHANGED
@@ -33,114 +33,8 @@ eas --help COMMAND
33
33
  # Commands
34
34
 
35
35
  <!-- commands -->
36
- * [`eas account:login`](#eas-accountlogin)
37
- * [`eas account:logout`](#eas-accountlogout)
38
- * [`eas account:view`](#eas-accountview)
39
- * [`eas analytics [STATUS]`](#eas-analytics-status)
40
36
  * [`eas autocomplete [SHELL]`](#eas-autocomplete-shell)
41
- * [`eas branch:create [NAME]`](#eas-branchcreate-name)
42
- * [`eas branch:delete [NAME]`](#eas-branchdelete-name)
43
- * [`eas branch:list`](#eas-branchlist)
44
- * [`eas branch:rename`](#eas-branchrename)
45
- * [`eas branch:view [NAME]`](#eas-branchview-name)
46
- * [`eas build`](#eas-build)
47
- * [`eas build:cancel [BUILD_ID]`](#eas-buildcancel-build_id)
48
- * [`eas build:configure`](#eas-buildconfigure)
49
- * [`eas build:inspect`](#eas-buildinspect)
50
- * [`eas build:list`](#eas-buildlist)
51
- * [`eas build:view [BUILD_ID]`](#eas-buildview-build_id)
52
- * [`eas channel:create [NAME]`](#eas-channelcreate-name)
53
- * [`eas channel:edit [NAME]`](#eas-channeledit-name)
54
- * [`eas channel:list`](#eas-channellist)
55
- * [`eas channel:view [NAME]`](#eas-channelview-name)
56
- * [`eas config`](#eas-config)
57
- * [`eas credentials`](#eas-credentials)
58
- * [`eas device:create`](#eas-devicecreate)
59
- * [`eas device:list`](#eas-devicelist)
60
- * [`eas device:view [UDID]`](#eas-deviceview-udid)
61
- * [`eas diagnostics`](#eas-diagnostics)
62
37
  * [`eas help [COMMAND]`](#eas-help-command)
63
- * [`eas project:info`](#eas-projectinfo)
64
- * [`eas project:init`](#eas-projectinit)
65
- * [`eas secret:create`](#eas-secretcreate)
66
- * [`eas secret:delete`](#eas-secretdelete)
67
- * [`eas secret:list`](#eas-secretlist)
68
- * [`eas submit`](#eas-submit)
69
- * [`eas update`](#eas-update)
70
- * [`eas update:configure`](#eas-updateconfigure)
71
- * [`eas update:delete GROUPID`](#eas-updatedelete-groupid)
72
- * [`eas update:list`](#eas-updatelist)
73
- * [`eas update:view GROUPID`](#eas-updateview-groupid)
74
- * [`eas webhook:create`](#eas-webhookcreate)
75
- * [`eas webhook:delete [ID]`](#eas-webhookdelete-id)
76
- * [`eas webhook:list`](#eas-webhooklist)
77
- * [`eas webhook:update`](#eas-webhookupdate)
78
- * [`eas webhook:view ID`](#eas-webhookview-id)
79
-
80
- ## `eas account:login`
81
-
82
- log in with your Expo account
83
-
84
- ```
85
- USAGE
86
- $ eas account:login
87
-
88
- DESCRIPTION
89
- log in with your Expo account
90
-
91
- ALIASES
92
- $ eas login
93
- ```
94
-
95
- _See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/account/login.ts)_
96
-
97
- ## `eas account:logout`
98
-
99
- log out
100
-
101
- ```
102
- USAGE
103
- $ eas account:logout
104
-
105
- DESCRIPTION
106
- log out
107
-
108
- ALIASES
109
- $ eas logout
110
- ```
111
-
112
- _See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/account/logout.ts)_
113
-
114
- ## `eas account:view`
115
-
116
- show the username you are logged in as
117
-
118
- ```
119
- USAGE
120
- $ eas account:view
121
-
122
- DESCRIPTION
123
- show the username you are logged in as
124
-
125
- ALIASES
126
- $ eas whoami
127
- ```
128
-
129
- _See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/account/view.ts)_
130
-
131
- ## `eas analytics [STATUS]`
132
-
133
- view or change analytics settings
134
-
135
- ```
136
- USAGE
137
- $ eas analytics [STATUS]
138
-
139
- DESCRIPTION
140
- view or change analytics settings
141
- ```
142
-
143
- _See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/analytics.ts)_
144
38
 
145
39
  ## `eas autocomplete [SHELL]`
146
40
 
@@ -169,419 +63,7 @@ EXAMPLES
169
63
  $ eas autocomplete --refresh-cache
170
64
  ```
171
65
 
172
- _See code: [@expo/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.0.2/src/commands/autocomplete/index.ts)_
173
-
174
- ## `eas branch:create [NAME]`
175
-
176
- Create a branch on the current project.
177
-
178
- ```
179
- USAGE
180
- $ eas branch:create [NAME] [--json]
181
-
182
- ARGUMENTS
183
- NAME Name of the branch to create
184
-
185
- FLAGS
186
- --json return a json with the new branch ID and name.
187
-
188
- DESCRIPTION
189
- Create a branch on the current project.
190
- ```
191
-
192
- _See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/branch/create.ts)_
193
-
194
- ## `eas branch:delete [NAME]`
195
-
196
- Delete a branch on the current project
197
-
198
- ```
199
- USAGE
200
- $ eas branch:delete [NAME] [--json]
201
-
202
- ARGUMENTS
203
- NAME Name of the branch to delete
204
-
205
- FLAGS
206
- --json return JSON with the edited branch's ID and name.
207
-
208
- DESCRIPTION
209
- Delete a branch on the current project
210
- ```
211
-
212
- _See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/branch/delete.ts)_
213
-
214
- ## `eas branch:list`
215
-
216
- List all branches on this project.
217
-
218
- ```
219
- USAGE
220
- $ eas branch:list [--json]
221
-
222
- FLAGS
223
- --json return output as JSON
224
-
225
- DESCRIPTION
226
- List all branches on this project.
227
- ```
228
-
229
- _See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/branch/list.ts)_
230
-
231
- ## `eas branch:rename`
232
-
233
- Rename a branch.
234
-
235
- ```
236
- USAGE
237
- $ eas branch:rename [--from <value>] [--to <value>] [--json]
238
-
239
- FLAGS
240
- --from=<value> current name of the branch.
241
- --json return a json with the edited branch's ID and name.
242
- --to=<value> new name of the branch.
243
-
244
- DESCRIPTION
245
- Rename a branch.
246
- ```
247
-
248
- _See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/branch/rename.ts)_
249
-
250
- ## `eas branch:view [NAME]`
251
-
252
- View a branch.
253
-
254
- ```
255
- USAGE
256
- $ eas branch:view [NAME] [--json]
257
-
258
- ARGUMENTS
259
- NAME Name of the branch to view
260
-
261
- FLAGS
262
- --json return a json with the branch's ID name and recent update groups.
263
-
264
- DESCRIPTION
265
- View a branch.
266
- ```
267
-
268
- _See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/branch/view.ts)_
269
-
270
- ## `eas build`
271
-
272
- Start a build
273
-
274
- ```
275
- USAGE
276
- $ eas build [-p android|ios|all] [--json] [--skip-project-configuration] [--profile <value>]
277
- [--non-interactive] [--local] [--output <value>] [--wait] [--clear-cache] [--auto-submit |
278
- --auto-submit-with-profile <value>]
279
-
280
- FLAGS
281
- -p, --platform=(android|ios|all)
282
- --auto-submit Submit on build complete using the submit profile with the same name as the
283
- build profile
284
- --auto-submit-with-profile=PROFILE_NAME Submit on build complete using the submit profile with provided name
285
- --clear-cache Clear cache before the build
286
- --json Enable JSON output, non-JSON messages will be printed to stderr
287
- --local Run build locally [experimental]
288
- --non-interactive Run command in non-interactive mode
289
- --output=<value> Output path for local build
290
- --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined
291
- in eas.json.
292
- --skip-project-configuration Skip project configuration
293
- --[no-]wait Wait for build(s) to complete
294
-
295
- DESCRIPTION
296
- Start a build
297
- ```
298
-
299
- _See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/build/index.ts)_
300
-
301
- ## `eas build:cancel [BUILD_ID]`
302
-
303
- Cancel a build.
304
-
305
- ```
306
- USAGE
307
- $ eas build:cancel [BUILD_ID]
308
-
309
- DESCRIPTION
310
- Cancel a build.
311
- ```
312
-
313
- _See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/build/cancel.ts)_
314
-
315
- ## `eas build:configure`
316
-
317
- Configure the project to support EAS Build.
318
-
319
- ```
320
- USAGE
321
- $ eas build:configure [-p android|ios|all]
322
-
323
- FLAGS
324
- -p, --platform=(android|ios|all) Platform to configure
325
-
326
- DESCRIPTION
327
- Configure the project to support EAS Build.
328
- ```
329
-
330
- _See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/build/configure.ts)_
331
-
332
- ## `eas build:inspect`
333
-
334
- Inspect the state of the project at specific build stages. Useful for troubleshooting.
335
-
336
- ```
337
- USAGE
338
- $ eas build:inspect -p android|ios -s archive|pre-build|post-build -o <value> [--profile <value>] [--force] [-v]
339
-
340
- FLAGS
341
- -o, --output=OUTPUT_DIRECTORY
342
- (required) Output directory.
343
-
344
- -p, --platform=(android|ios)
345
- (required)
346
-
347
- -s, --stage=(archive|pre-build|post-build)
348
- (required) Stage of the build you want to inspect.
349
- archive - builds the project archive that would be uploaded to EAS when building
350
- pre-build - prepares the project to be built with Gradle/Xcode. Does not run the native build.
351
- post-build - builds the native project and leaves the output directory for inspection
352
-
353
- -v, --verbose
354
-
355
- --force
356
- Delete OUTPUT_DIRECTORY if it already exists.
357
-
358
- --profile=PROFILE_NAME
359
- Name of the build profile from eas.json. Defaults to "production" if defined in eas.json.
360
-
361
- DESCRIPTION
362
- Inspect the state of the project at specific build stages. Useful for troubleshooting.
363
- ```
364
-
365
- _See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/build/inspect.ts)_
366
-
367
- ## `eas build:list`
368
-
369
- list all builds for your project
370
-
371
- ```
372
- USAGE
373
- $ eas build:list [--platform all|android|ios] [--json] [--status
374
- new|in-queue|in-progress|errored|finished|canceled] [--distribution store|internal|simulator] [--channel <value>]
375
- [--appVersion <value>] [--appBuildVersion <value>] [--sdkVersion <value>] [--runtimeVersion <value>]
376
- [--appIdentifier <value>] [--buildProfile <value>] [--gitCommitHash <value>] [--limit <value>]
377
-
378
- FLAGS
379
- --appBuildVersion=<value>
380
- --appIdentifier=<value>
381
- --appVersion=<value>
382
- --buildProfile=<value>
383
- --channel=<value>
384
- --distribution=(store|internal|simulator)
385
- --gitCommitHash=<value>
386
- --json Enable JSON output, non-JSON messages will be printed
387
- to stderr
388
- --limit=<value>
389
- --platform=(all|android|ios)
390
- --runtimeVersion=<value>
391
- --sdkVersion=<value>
392
- --status=(new|in-queue|in-progress|errored|finished|canceled)
393
-
394
- DESCRIPTION
395
- list all builds for your project
396
- ```
397
-
398
- _See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/build/list.ts)_
399
-
400
- ## `eas build:view [BUILD_ID]`
401
-
402
- view a build for your project
403
-
404
- ```
405
- USAGE
406
- $ eas build:view [BUILD_ID] [--json]
407
-
408
- FLAGS
409
- --json Enable JSON output, non-JSON messages will be printed to stderr
410
-
411
- DESCRIPTION
412
- view a build for your project
413
- ```
414
-
415
- _See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/build/view.ts)_
416
-
417
- ## `eas channel:create [NAME]`
418
-
419
- Create a channel on the current project.
420
-
421
- ```
422
- USAGE
423
- $ eas channel:create [NAME] [--json]
424
-
425
- ARGUMENTS
426
- NAME Name of the channel to create
427
-
428
- FLAGS
429
- --json print output as a JSON object with the new channel ID, name and branch mapping.
430
-
431
- DESCRIPTION
432
- Create a channel on the current project.
433
- ```
434
-
435
- _See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/channel/create.ts)_
436
-
437
- ## `eas channel:edit [NAME]`
438
-
439
- Point a channel at a new branch.
440
-
441
- ```
442
- USAGE
443
- $ eas channel:edit [NAME] [--branch <value>] [--json]
444
-
445
- ARGUMENTS
446
- NAME Name of the channel to edit
447
-
448
- FLAGS
449
- --branch=<value> Name of the branch to point to
450
- --json print output as a JSON object with the channel ID, name and branch mapping.
451
-
452
- DESCRIPTION
453
- Point a channel at a new branch.
454
- ```
455
-
456
- _See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/channel/edit.ts)_
457
-
458
- ## `eas channel:list`
459
-
460
- List all channels on the current project.
461
-
462
- ```
463
- USAGE
464
- $ eas channel:list [--json]
465
-
466
- FLAGS
467
- --json print output as a JSON object with the channel ID, name and branch mapping.
468
-
469
- DESCRIPTION
470
- List all channels on the current project.
471
- ```
472
-
473
- _See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/channel/list.ts)_
474
-
475
- ## `eas channel:view [NAME]`
476
-
477
- View a channel on the current project.
478
-
479
- ```
480
- USAGE
481
- $ eas channel:view [NAME] [--json]
482
-
483
- ARGUMENTS
484
- NAME Name of the channel to view
485
-
486
- FLAGS
487
- --json print output as a JSON object with the channel ID, name and branch mapping.
488
-
489
- DESCRIPTION
490
- View a channel on the current project.
491
- ```
492
-
493
- _See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/channel/view.ts)_
494
-
495
- ## `eas config`
496
-
497
- show the eas.json config
498
-
499
- ```
500
- USAGE
501
- $ eas config [-p android|ios] [--profile <value>]
502
-
503
- FLAGS
504
- -p, --platform=(android|ios)
505
- --profile=<value>
506
-
507
- DESCRIPTION
508
- show the eas.json config
509
- ```
510
-
511
- _See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/config.ts)_
512
-
513
- ## `eas credentials`
514
-
515
- manage your credentials
516
-
517
- ```
518
- USAGE
519
- $ eas credentials
520
-
521
- DESCRIPTION
522
- manage your credentials
523
- ```
524
-
525
- _See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/credentials.ts)_
526
-
527
- ## `eas device:create`
528
-
529
- register new Apple Devices to use for internal distribution
530
-
531
- ```
532
- USAGE
533
- $ eas device:create
534
-
535
- DESCRIPTION
536
- register new Apple Devices to use for internal distribution
537
- ```
538
-
539
- _See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/device/create.ts)_
540
-
541
- ## `eas device:list`
542
-
543
- list all registered devices for your account
544
-
545
- ```
546
- USAGE
547
- $ eas device:list [--apple-team-id <value>]
548
-
549
- FLAGS
550
- --apple-team-id=<value>
551
-
552
- DESCRIPTION
553
- list all registered devices for your account
554
- ```
555
-
556
- _See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/device/list.ts)_
557
-
558
- ## `eas device:view [UDID]`
559
-
560
- view a device for your project
561
-
562
- ```
563
- USAGE
564
- $ eas device:view [UDID]
565
-
566
- DESCRIPTION
567
- view a device for your project
568
- ```
569
-
570
- _See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/device/view.ts)_
571
-
572
- ## `eas diagnostics`
573
-
574
- log environment info to the console
575
-
576
- ```
577
- USAGE
578
- $ eas diagnostics
579
-
580
- DESCRIPTION
581
- log environment info to the console
582
- ```
583
-
584
- _See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/diagnostics.ts)_
66
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.1.1/src/commands/autocomplete/index.ts)_
585
67
 
586
68
  ## `eas help [COMMAND]`
587
69
 
@@ -602,311 +84,4 @@ DESCRIPTION
602
84
  ```
603
85
 
604
86
  _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.10/src/commands/help.ts)_
605
-
606
- ## `eas project:info`
607
-
608
- information about the current project
609
-
610
- ```
611
- USAGE
612
- $ eas project:info
613
-
614
- DESCRIPTION
615
- information about the current project
616
- ```
617
-
618
- _See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/project/info.ts)_
619
-
620
- ## `eas project:init`
621
-
622
- create or link an EAS project
623
-
624
- ```
625
- USAGE
626
- $ eas project:init
627
-
628
- DESCRIPTION
629
- create or link an EAS project
630
-
631
- ALIASES
632
- $ eas init
633
- ```
634
-
635
- _See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/project/init.ts)_
636
-
637
- ## `eas secret:create`
638
-
639
- Create an environment secret on the current project or owner account.
640
-
641
- ```
642
- USAGE
643
- $ eas secret:create [--scope account|project] [--name <value>] [--value <value>] [--force]
644
-
645
- FLAGS
646
- --force Delete and recreate existing secrets
647
- --name=<value> Name of the secret
648
- --scope=(account|project) [default: project] Scope for the secret
649
- --value=<value> Value of the secret
650
-
651
- DESCRIPTION
652
- Create an environment secret on the current project or owner account.
653
- ```
654
-
655
- _See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/secret/create.ts)_
656
-
657
- ## `eas secret:delete`
658
-
659
- Delete an environment secret by ID.
660
-
661
- ```
662
- USAGE
663
- $ eas secret:delete [--id <value>]
664
-
665
- FLAGS
666
- --id=<value> ID of the secret to delete
667
-
668
- DESCRIPTION
669
- Delete an environment secret by ID.
670
-
671
- Unsure where to find the secret's ID? Run eas secret:list
672
- ```
673
-
674
- _See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/secret/delete.ts)_
675
-
676
- ## `eas secret:list`
677
-
678
- Lists environment secrets available for your current app
679
-
680
- ```
681
- USAGE
682
- $ eas secret:list
683
-
684
- DESCRIPTION
685
- Lists environment secrets available for your current app
686
- ```
687
-
688
- _See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/secret/list.ts)_
689
-
690
- ## `eas submit`
691
-
692
- Submit build archive to App Store Connect
693
-
694
- ```
695
- USAGE
696
- $ eas submit [-p android|ios|all] [--profile <value>] [--latest | --id <value> | --path <value> | --url
697
- <value>] [--verbose] [--wait] [--non-interactive]
698
-
699
- FLAGS
700
- -p, --platform=(android|ios|all)
701
- --id=<value> ID of the build to submit
702
- --latest Submit the latest build for specified platform
703
- --non-interactive Run command in non-interactive mode
704
- --path=<value> Path to the .apk/.aab/.ipa file
705
- --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in
706
- eas.json.
707
- --url=<value> App archive url
708
- --verbose Always print logs from Submission Service
709
- --[no-]wait Wait for submission to complete
710
-
711
- DESCRIPTION
712
- Submit build archive to App Store Connect
713
-
714
- See how to configure submits with eas.json: https://docs.expo.dev/submit/eas-json/
715
-
716
- ALIASES
717
- $ eas build:submit
718
- ```
719
-
720
- _See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/submit.ts)_
721
-
722
- ## `eas update`
723
-
724
- Publish an update group.
725
-
726
- ```
727
- USAGE
728
- $ eas update [--branch <value>] [--message <value>] [--republish | --input-dir <value> | --skip-bundler]
729
- [--group <value> | | ] [-p android|ios|all] [--json] [--auto]
730
-
731
- FLAGS
732
- -p, --platform=(android|ios|all) [default: all]
733
- --auto Use the current git branch and commit message for the EAS branch and update message
734
- --branch=<value> Branch to publish the update group on
735
- --group=<value> Update group to republish
736
- --input-dir=<value> [default: dist] Location of the bundle
737
- --json Enable JSON output, non-JSON messages will be printed to stderr
738
- --message=<value> A short message describing the update
739
- --republish Republish an update group
740
- --skip-bundler Skip running Expo CLI to bundle the app before publishing
741
-
742
- DESCRIPTION
743
- Publish an update group.
744
- ```
745
-
746
- _See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/update/index.ts)_
747
-
748
- ## `eas update:configure`
749
-
750
- Configure the project to support EAS Update.
751
-
752
- ```
753
- USAGE
754
- $ eas update:configure
755
-
756
- DESCRIPTION
757
- Configure the project to support EAS Update.
758
- ```
759
-
760
- _See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/update/configure.ts)_
761
-
762
- ## `eas update:delete GROUPID`
763
-
764
- Delete all the updates in an update Group.
765
-
766
- ```
767
- USAGE
768
- $ eas update:delete [GROUPID] [--json]
769
-
770
- ARGUMENTS
771
- GROUPID The ID of an update group to delete.
772
-
773
- FLAGS
774
- --json Return a json with the group ID of the deleted updates.
775
-
776
- DESCRIPTION
777
- Delete all the updates in an update Group.
778
- ```
779
-
780
- _See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/update/delete.ts)_
781
-
782
- ## `eas update:list`
783
-
784
- View the recent updates for a branch
785
-
786
- ```
787
- USAGE
788
- $ eas update:list [--branch <value> | --all] [--json]
789
-
790
- FLAGS
791
- --all List all updates associated with this project
792
- --branch=<value> List all updates on this branch
793
- --json Return a json with all of the recent update groups.
794
-
795
- DESCRIPTION
796
- View the recent updates for a branch
797
- ```
798
-
799
- _See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/update/list.ts)_
800
-
801
- ## `eas update:view GROUPID`
802
-
803
- Update group details.
804
-
805
- ```
806
- USAGE
807
- $ eas update:view [GROUPID] [--json]
808
-
809
- ARGUMENTS
810
- GROUPID The ID of an update group.
811
-
812
- FLAGS
813
- --json Return a json with the updates belonging to the group.
814
-
815
- DESCRIPTION
816
- Update group details.
817
- ```
818
-
819
- _See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/update/view.ts)_
820
-
821
- ## `eas webhook:create`
822
-
823
- Create a webhook on the current project.
824
-
825
- ```
826
- USAGE
827
- $ eas webhook:create [--event BUILD|SUBMIT] [--url <value>] [--secret <value>]
828
-
829
- FLAGS
830
- --event=(BUILD|SUBMIT) Event type that triggers the webhook
831
- --secret=<value> Secret used to create a hash signature of the request payload, provided in the
832
- 'Expo-Signature' header.
833
- --url=<value> Webhook URL
834
-
835
- DESCRIPTION
836
- Create a webhook on the current project.
837
- ```
838
-
839
- _See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/webhook/create.ts)_
840
-
841
- ## `eas webhook:delete [ID]`
842
-
843
- Delete a webhook on the current project.
844
-
845
- ```
846
- USAGE
847
- $ eas webhook:delete [ID]
848
-
849
- ARGUMENTS
850
- ID ID of the webhook to delete
851
-
852
- DESCRIPTION
853
- Delete a webhook on the current project.
854
- ```
855
-
856
- _See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/webhook/delete.ts)_
857
-
858
- ## `eas webhook:list`
859
-
860
- List webhooks on the current project.
861
-
862
- ```
863
- USAGE
864
- $ eas webhook:list [--event BUILD|SUBMIT]
865
-
866
- FLAGS
867
- --event=(BUILD|SUBMIT) Event type that triggers the webhook
868
-
869
- DESCRIPTION
870
- List webhooks on the current project.
871
- ```
872
-
873
- _See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/webhook/list.ts)_
874
-
875
- ## `eas webhook:update`
876
-
877
- Create a webhook on the current project.
878
-
879
- ```
880
- USAGE
881
- $ eas webhook:update --id <value> [--event BUILD|SUBMIT] [--url <value>] [--secret <value>]
882
-
883
- FLAGS
884
- --event=(BUILD|SUBMIT) Event type that triggers the webhook
885
- --id=<value> (required) Webhook ID
886
- --secret=<value> Secret used to create a hash signature of the request payload, provided in the
887
- 'Expo-Signature' header.
888
- --url=<value> Webhook URL
889
-
890
- DESCRIPTION
891
- Create a webhook on the current project.
892
- ```
893
-
894
- _See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/webhook/update.ts)_
895
-
896
- ## `eas webhook:view ID`
897
-
898
- View a webhook on the current project.
899
-
900
- ```
901
- USAGE
902
- $ eas webhook:view [ID]
903
-
904
- ARGUMENTS
905
- ID ID of the webhook to view
906
-
907
- DESCRIPTION
908
- View a webhook on the current project.
909
- ```
910
-
911
- _See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/webhook/view.ts)_
912
87
  <!-- commandsstop -->