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