eas-cli 3.5.0 → 3.5.2

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.
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:resign`](#eas-buildresign)
74
- * [`eas build:run`](#eas-buildrun)
75
- * [`eas build:submit`](#eas-buildsubmit)
76
- * [`eas build:version:set`](#eas-buildversionset)
77
- * [`eas build:version:sync`](#eas-buildversionsync)
78
- * [`eas build:view [BUILD_ID]`](#eas-buildview-build_id)
79
- * [`eas channel:create [NAME]`](#eas-channelcreate-name)
80
- * [`eas channel:edit [NAME]`](#eas-channeledit-name)
81
- * [`eas channel:list`](#eas-channellist)
82
- * [`eas channel:view [NAME]`](#eas-channelview-name)
83
- * [`eas config`](#eas-config)
84
- * [`eas credentials`](#eas-credentials)
85
- * [`eas device:create`](#eas-devicecreate)
86
- * [`eas device:delete`](#eas-devicedelete)
87
- * [`eas device:list`](#eas-devicelist)
88
- * [`eas device:view [UDID]`](#eas-deviceview-udid)
89
- * [`eas diagnostics`](#eas-diagnostics)
90
59
  * [`eas help [COMMAND]`](#eas-help-command)
91
- * [`eas init`](#eas-init)
92
- * [`eas login`](#eas-login)
93
- * [`eas logout`](#eas-logout)
94
- * [`eas metadata:lint`](#eas-metadatalint)
95
- * [`eas metadata:pull`](#eas-metadatapull)
96
- * [`eas metadata:push`](#eas-metadatapush)
97
- * [`eas open`](#eas-open)
98
- * [`eas project:info`](#eas-projectinfo)
99
- * [`eas project:init`](#eas-projectinit)
100
- * [`eas secret:create`](#eas-secretcreate)
101
- * [`eas secret:delete`](#eas-secretdelete)
102
- * [`eas secret:list`](#eas-secretlist)
103
- * [`eas secret:push`](#eas-secretpush)
104
- * [`eas submit`](#eas-submit)
105
- * [`eas update`](#eas-update)
106
- * [`eas update:configure`](#eas-updateconfigure)
107
- * [`eas update:delete GROUPID`](#eas-updatedelete-groupid)
108
- * [`eas update:list`](#eas-updatelist)
109
- * [`eas update:republish`](#eas-updaterepublish)
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/v3.5.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/v3.5.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/v3.5.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/v3.5.0/packages/eas-cli/src/commands/analytics.ts)_
182
60
 
183
61
  ## `eas autocomplete [SHELL]`
184
62
 
@@ -209,1111 +87,23 @@ EXAMPLES
209
87
 
210
88
  _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.3.10/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/v3.5.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/v3.5.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/v3.5.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/v3.5.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/v3.5.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/v3.5.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/v3.5.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/v3.5.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/v3.5.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/v3.5.0/packages/eas-cli/src/commands/build/list.ts)_
452
-
453
- ## `eas build:resign`
454
-
455
- re-sign a build archive
456
-
457
- ```
458
- USAGE
459
- $ eas build:resign [-p android|ios] [-e <value>] [--wait] [--id <value>] [--offset <value>] [--limit <value>]
460
- [--json --non-interactive]
461
-
462
- FLAGS
463
- -e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined in
464
- eas.json.
465
- -p, --platform=(android|ios)
466
- --id=<value> ID of the build to re-sign.
467
- --json Enable JSON output, non-JSON messages will be printed to stderr.
468
- --limit=<value> The number of items to fetch each query. Defaults to 50 and is capped at 100.
469
- --non-interactive Run the command in non-interactive mode.
470
- --offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
471
- --[no-]wait Wait for build(s) to complete.
472
-
473
- DESCRIPTION
474
- re-sign a build archive
475
- ```
476
-
477
- _See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/build/resign.ts)_
478
-
479
- ## `eas build:run`
480
-
481
- run simulator/emulator builds from eas-cli
482
-
483
- ```
484
- USAGE
485
- $ eas build:run [--latest | --id <value> | --path <value> | --url <value>] [-p android|ios] [--offset
486
- <value>] [--limit <value>]
487
-
488
- FLAGS
489
- -p, --platform=(android|ios)
490
- --id=<value> ID of the simulator/emulator build to run
491
- --latest Run the latest simulator/emulator build for specified platform
492
- --limit=<value> The number of items to fetch each query. Defaults to 50 and is capped at 100.
493
- --offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
494
- --path=<value> Path to the simulator/emulator build archive or app
495
- --url=<value> Simulator/Emulator build archive url
496
-
497
- DESCRIPTION
498
- run simulator/emulator builds from eas-cli
499
- ```
500
-
501
- _See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/build/run.ts)_
502
-
503
- ## `eas build:submit`
504
-
505
- submit app binary to App Store and/or Play Store
506
-
507
- ```
508
- USAGE
509
- $ eas build:submit [-p android|ios|all] [-e <value>] [--latest | --id <value> | --path <value> | --url <value>]
510
- [--verbose] [--wait] [--non-interactive]
511
-
512
- FLAGS
513
- -e, --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in
514
- eas.json.
515
- -p, --platform=(android|ios|all)
516
- --id=<value> ID of the build to submit
517
- --latest Submit the latest build for specified platform
518
- --non-interactive Run command in non-interactive mode
519
- --path=<value> Path to the .apk/.aab/.ipa file
520
- --url=<value> App archive url
521
- --verbose Always print logs from EAS Submit
522
- --[no-]wait Wait for submission to complete
523
-
524
- DESCRIPTION
525
- submit app binary to App Store and/or Play Store
526
-
527
- ALIASES
528
- $ eas build:submit
529
- ```
530
-
531
- ## `eas build:version:set`
532
-
533
- Update version of an app.
534
-
535
- ```
536
- USAGE
537
- $ eas build:version:set [-p android|ios] [-e <value>]
538
-
539
- FLAGS
540
- -e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined in
541
- eas.json.
542
- -p, --platform=(android|ios)
543
-
544
- DESCRIPTION
545
- Update version of an app.
546
- ```
547
-
548
- _See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/build/version/set.ts)_
549
-
550
- ## `eas build:version:sync`
551
-
552
- Update a version in native code with a value stored on EAS servers
553
-
554
- ```
555
- USAGE
556
- $ eas build:version:sync [-p android|ios|all] [-e <value>]
557
-
558
- FLAGS
559
- -e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined in
560
- eas.json.
561
- -p, --platform=(android|ios|all)
562
-
563
- DESCRIPTION
564
- Update a version in native code with a value stored on EAS servers
565
- ```
566
-
567
- _See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/build/version/sync.ts)_
568
-
569
- ## `eas build:view [BUILD_ID]`
570
-
571
- view a build for your project
572
-
573
- ```
574
- USAGE
575
- $ eas build:view [BUILD_ID] [--json]
576
-
577
- FLAGS
578
- --json Enable JSON output, non-JSON messages will be printed to stderr.
579
-
580
- DESCRIPTION
581
- view a build for your project
582
- ```
583
-
584
- _See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/build/view.ts)_
585
-
586
- ## `eas channel:create [NAME]`
587
-
588
- create a channel
589
-
590
- ```
591
- USAGE
592
- $ eas channel:create [NAME] [--json --non-interactive]
593
-
594
- ARGUMENTS
595
- NAME Name of the channel to create
596
-
597
- FLAGS
598
- --json Enable JSON output, non-JSON messages will be printed to stderr.
599
- --non-interactive Run the command in non-interactive mode.
600
-
601
- DESCRIPTION
602
- create a channel
603
- ```
604
-
605
- _See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/channel/create.ts)_
606
-
607
- ## `eas channel:edit [NAME]`
90
+ ## `eas help [COMMAND]`
608
91
 
609
- point a channel at a new branch
92
+ display help for eas-cli
610
93
 
611
94
  ```
612
95
  USAGE
613
- $ eas channel:edit [NAME] [--branch <value>] [--json --non-interactive]
96
+ $ eas help [COMMAND] [-n]
614
97
 
615
98
  ARGUMENTS
616
- NAME Name of the channel to edit
617
-
618
- FLAGS
619
- --branch=<value> Name of the branch to point to
620
- --json Enable JSON output, non-JSON messages will be printed to stderr.
621
- --non-interactive Run the command in non-interactive mode.
622
-
623
- DESCRIPTION
624
- point a channel at a new branch
625
- ```
626
-
627
- _See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/channel/edit.ts)_
628
-
629
- ## `eas channel:list`
630
-
631
- list all channels
632
-
633
- ```
634
- USAGE
635
- $ eas channel:list [--offset <value>] [--limit <value>] [--json --non-interactive]
99
+ COMMAND Command to show help for.
636
100
 
637
101
  FLAGS
638
- --json Enable JSON output, non-JSON messages will be printed to stderr.
639
- --limit=<value> The number of items to fetch each query. Defaults to 10 and is capped at 25.
640
- --non-interactive Run the command in non-interactive mode.
641
- --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.
642
103
 
643
104
  DESCRIPTION
644
- list all channels
645
- ```
646
-
647
- _See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/channel/list.ts)_
648
-
649
- ## `eas channel:view [NAME]`
650
-
651
- view a channel
652
-
653
- ```
654
- USAGE
655
- $ eas channel:view [NAME] [--json --non-interactive] [--offset <value>] [--limit <value>]
656
-
657
- ARGUMENTS
658
- NAME Name of the channel to view
659
-
660
- FLAGS
661
- --json Enable JSON output, non-JSON messages will be printed to stderr.
662
- --limit=<value> The number of items to fetch each query. Defaults to 50 and is capped at 100.
663
- --non-interactive Run the command in non-interactive mode.
664
- --offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
665
-
666
- DESCRIPTION
667
- view a channel
668
- ```
669
-
670
- _See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/channel/view.ts)_
671
-
672
- ## `eas config`
673
-
674
- display project configuration (app.json + eas.json)
675
-
676
- ```
677
- USAGE
678
- $ eas config [-p android|ios] [-e <value>] [--json --non-interactive]
679
-
680
- FLAGS
681
- -e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined in
682
- eas.json.
683
- -p, --platform=(android|ios)
684
- --json Enable JSON output, non-JSON messages will be printed to stderr.
685
- --non-interactive Run the command in non-interactive mode.
686
-
687
- DESCRIPTION
688
- display project configuration (app.json + eas.json)
689
- ```
690
-
691
- _See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/config.ts)_
692
-
693
- ## `eas credentials`
694
-
695
- manage credentials
696
-
697
- ```
698
- USAGE
699
- $ eas credentials [-p android|ios]
700
-
701
- FLAGS
702
- -p, --platform=(android|ios)
703
-
704
- DESCRIPTION
705
- manage credentials
706
- ```
707
-
708
- _See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/credentials.ts)_
709
-
710
- ## `eas device:create`
711
-
712
- register new Apple Devices to use for internal distribution
713
-
714
- ```
715
- USAGE
716
- $ eas device:create
717
-
718
- DESCRIPTION
719
- register new Apple Devices to use for internal distribution
720
- ```
721
-
722
- _See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/device/create.ts)_
723
-
724
- ## `eas device:delete`
725
-
726
- remove a registered device from your account
727
-
728
- ```
729
- USAGE
730
- $ eas device:delete [--apple-team-id <value>] [--udid <value>] [--json --non-interactive]
731
-
732
- FLAGS
733
- --apple-team-id=<value> The Apple team ID on which to find the device
734
- --json Enable JSON output, non-JSON messages will be printed to stderr.
735
- --non-interactive Run the command in non-interactive mode.
736
- --udid=<value> The Apple device ID to disable
737
-
738
- DESCRIPTION
739
- remove a registered device from your account
740
- ```
741
-
742
- _See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/device/delete.ts)_
743
-
744
- ## `eas device:list`
745
-
746
- list all registered devices for your account
747
-
748
- ```
749
- USAGE
750
- $ eas device:list [--apple-team-id <value>] [--offset <value>] [--limit <value>] [--json --non-interactive]
751
-
752
- FLAGS
753
- --apple-team-id=<value>
754
- --json Enable JSON output, non-JSON messages will be printed to stderr.
755
- --limit=<value> The number of items to fetch each query. Defaults to 50 and is capped at 100.
756
- --non-interactive Run the command in non-interactive mode.
757
- --offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
758
-
759
- DESCRIPTION
760
- list all registered devices for your account
761
- ```
762
-
763
- _See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/device/list.ts)_
764
-
765
- ## `eas device:view [UDID]`
766
-
767
- view a device for your project
768
-
769
- ```
770
- USAGE
771
- $ eas device:view [UDID]
772
-
773
- DESCRIPTION
774
- view a device for your project
775
- ```
776
-
777
- _See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/device/view.ts)_
778
-
779
- ## `eas diagnostics`
780
-
781
- display environment info
782
-
783
- ```
784
- USAGE
785
- $ eas diagnostics
786
-
787
- DESCRIPTION
788
- display environment info
789
- ```
790
-
791
- _See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/diagnostics.ts)_
792
-
793
- ## `eas help [COMMAND]`
794
-
795
- display help for eas-cli
796
-
797
- ```
798
- USAGE
799
- $ eas help [COMMAND] [-n]
800
-
801
- ARGUMENTS
802
- COMMAND Command to show help for.
803
-
804
- FLAGS
805
- -n, --nested-commands Include all nested commands in the output.
806
-
807
- DESCRIPTION
808
- display help for eas-cli
105
+ display help for eas-cli
809
106
  ```
810
107
 
811
108
  _See code: [@expo/plugin-help](https://github.com/expo/oclif-plugin-help/blob/v5.1.22/src/commands/help.ts)_
812
-
813
- ## `eas init`
814
-
815
- create or link an EAS project
816
-
817
- ```
818
- USAGE
819
- $ eas init [--force --id <value>] [--non-interactive ]
820
-
821
- FLAGS
822
- --force Whether to overwrite any existing project ID
823
- --id=<value> ID of the EAS project to link
824
- --non-interactive Run the command in non-interactive mode.
825
-
826
- DESCRIPTION
827
- create or link an EAS project
828
-
829
- ALIASES
830
- $ eas init
831
- ```
832
-
833
- ## `eas login`
834
-
835
- log in with your Expo account
836
-
837
- ```
838
- USAGE
839
- $ eas login
840
-
841
- DESCRIPTION
842
- log in with your Expo account
843
-
844
- ALIASES
845
- $ eas login
846
- ```
847
-
848
- ## `eas logout`
849
-
850
- log out
851
-
852
- ```
853
- USAGE
854
- $ eas logout
855
-
856
- DESCRIPTION
857
- log out
858
-
859
- ALIASES
860
- $ eas logout
861
- ```
862
-
863
- ## `eas metadata:lint`
864
-
865
- validate the local store configuration
866
-
867
- ```
868
- USAGE
869
- $ eas metadata:lint [--json] [--profile <value>]
870
-
871
- FLAGS
872
- --json Enable JSON output, non-JSON messages will be printed to stderr
873
- --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in eas.json.
874
-
875
- DESCRIPTION
876
- validate the local store configuration
877
- ```
878
-
879
- _See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/metadata/lint.ts)_
880
-
881
- ## `eas metadata:pull`
882
-
883
- generate the local store configuration from the app stores
884
-
885
- ```
886
- USAGE
887
- $ eas metadata:pull [-e <value>]
888
-
889
- FLAGS
890
- -e, --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in eas.json.
891
-
892
- DESCRIPTION
893
- generate the local store configuration from the app stores
894
- ```
895
-
896
- _See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/metadata/pull.ts)_
897
-
898
- ## `eas metadata:push`
899
-
900
- sync the local store configuration to the app stores
901
-
902
- ```
903
- USAGE
904
- $ eas metadata:push [-e <value>]
905
-
906
- FLAGS
907
- -e, --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in eas.json.
908
-
909
- DESCRIPTION
910
- sync the local store configuration to the app stores
911
- ```
912
-
913
- _See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/metadata/push.ts)_
914
-
915
- ## `eas open`
916
-
917
- open the project page in a web browser
918
-
919
- ```
920
- USAGE
921
- $ eas open
922
-
923
- DESCRIPTION
924
- open the project page in a web browser
925
- ```
926
-
927
- _See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/open.ts)_
928
-
929
- ## `eas project:info`
930
-
931
- information about the current project
932
-
933
- ```
934
- USAGE
935
- $ eas project:info
936
-
937
- DESCRIPTION
938
- information about the current project
939
- ```
940
-
941
- _See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/project/info.ts)_
942
-
943
- ## `eas project:init`
944
-
945
- create or link an EAS project
946
-
947
- ```
948
- USAGE
949
- $ eas project:init [--force --id <value>] [--non-interactive ]
950
-
951
- FLAGS
952
- --force Whether to overwrite any existing project ID
953
- --id=<value> ID of the EAS project to link
954
- --non-interactive Run the command in non-interactive mode.
955
-
956
- DESCRIPTION
957
- create or link an EAS project
958
-
959
- ALIASES
960
- $ eas init
961
- ```
962
-
963
- _See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/project/init.ts)_
964
-
965
- ## `eas secret:create`
966
-
967
- create an environment secret on the current project or owner account
968
-
969
- ```
970
- USAGE
971
- $ eas secret:create [--scope account|project] [--name <value>] [--value <value>] [--type string|file] [--force]
972
- [--non-interactive]
973
-
974
- FLAGS
975
- --force Delete and recreate existing secrets
976
- --name=<value> Name of the secret
977
- --non-interactive Run the command in non-interactive mode.
978
- --scope=(account|project) [default: project] Scope for the secret
979
- --type=(string|file) The type of secret
980
- --value=<value> Text value or path to a file to store in the secret
981
-
982
- DESCRIPTION
983
- create an environment secret on the current project or owner account
984
- ```
985
-
986
- _See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/secret/create.ts)_
987
-
988
- ## `eas secret:delete`
989
-
990
- delete an environment secret by ID
991
-
992
- ```
993
- USAGE
994
- $ eas secret:delete [--id <value>] [--non-interactive]
995
-
996
- FLAGS
997
- --id=<value> ID of the secret to delete
998
- --non-interactive Run the command in non-interactive mode.
999
-
1000
- DESCRIPTION
1001
- delete an environment secret by ID
1002
- ```
1003
-
1004
- _See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/secret/delete.ts)_
1005
-
1006
- ## `eas secret:list`
1007
-
1008
- list environment secrets available for your current app
1009
-
1010
- ```
1011
- USAGE
1012
- $ eas secret:list
1013
-
1014
- DESCRIPTION
1015
- list environment secrets available for your current app
1016
- ```
1017
-
1018
- _See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/secret/list.ts)_
1019
-
1020
- ## `eas secret:push`
1021
-
1022
- read environment secrets from env file and store on the server
1023
-
1024
- ```
1025
- USAGE
1026
- $ eas secret:push [--scope account|project] [--env-file <value>] [--force] [--non-interactive]
1027
-
1028
- FLAGS
1029
- --env-file=<value> Env file with secrets
1030
- --force Delete and recreate existing secrets
1031
- --non-interactive Run the command in non-interactive mode.
1032
- --scope=(account|project) [default: project] Scope for the secrets
1033
-
1034
- DESCRIPTION
1035
- read environment secrets from env file and store on the server
1036
- ```
1037
-
1038
- _See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/secret/push.ts)_
1039
-
1040
- ## `eas submit`
1041
-
1042
- submit app binary to App Store and/or Play Store
1043
-
1044
- ```
1045
- USAGE
1046
- $ eas submit [-p android|ios|all] [-e <value>] [--latest | --id <value> | --path <value> | --url <value>]
1047
- [--verbose] [--wait] [--non-interactive]
1048
-
1049
- FLAGS
1050
- -e, --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in
1051
- eas.json.
1052
- -p, --platform=(android|ios|all)
1053
- --id=<value> ID of the build to submit
1054
- --latest Submit the latest build for specified platform
1055
- --non-interactive Run command in non-interactive mode
1056
- --path=<value> Path to the .apk/.aab/.ipa file
1057
- --url=<value> App archive url
1058
- --verbose Always print logs from EAS Submit
1059
- --[no-]wait Wait for submission to complete
1060
-
1061
- DESCRIPTION
1062
- submit app binary to App Store and/or Play Store
1063
-
1064
- ALIASES
1065
- $ eas build:submit
1066
- ```
1067
-
1068
- _See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/submit.ts)_
1069
-
1070
- ## `eas update`
1071
-
1072
- publish an update group
1073
-
1074
- ```
1075
- USAGE
1076
- $ eas update [--branch <value>] [--channel <value>] [--message <value>] [--republish | --input-dir <value>
1077
- | --skip-bundler] [--group <value> | | ] [-p android|ios|all] [--auto] [--private-key-path <value>] [--json
1078
- --non-interactive]
1079
-
1080
- FLAGS
1081
- -p, --platform=(android|ios|all) [default: all]
1082
- --auto Use the current git branch and commit message for the EAS branch and update message
1083
- --branch=<value> Branch to publish the update group on
1084
- --channel=<value> Channel that the published update should affect
1085
- --group=<value> Update group to republish (deprecated, see republish command)
1086
- --input-dir=<value> [default: dist] Location of the bundle
1087
- --json Enable JSON output, non-JSON messages will be printed to stderr.
1088
- --message=<value> A short message describing the update
1089
- --non-interactive Run the command in non-interactive mode.
1090
- --private-key-path=<value> File containing the PEM-encoded private key corresponding to the certificate in
1091
- expo-updates' configuration. Defaults to a file named "private-key.pem" in the
1092
- certificate's directory.
1093
- --republish Republish an update group (deprecated, see republish command)
1094
- --skip-bundler Skip running Expo CLI to bundle the app before publishing
1095
-
1096
- DESCRIPTION
1097
- publish an update group
1098
- ```
1099
-
1100
- _See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/update/index.ts)_
1101
-
1102
- ## `eas update:configure`
1103
-
1104
- configure the project to support EAS Update
1105
-
1106
- ```
1107
- USAGE
1108
- $ eas update:configure [-p android|ios|all] [--non-interactive]
1109
-
1110
- FLAGS
1111
- -p, --platform=(android|ios|all) [default: all] Platform to configure
1112
- --non-interactive Run the command in non-interactive mode.
1113
-
1114
- DESCRIPTION
1115
- configure the project to support EAS Update
1116
- ```
1117
-
1118
- _See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/update/configure.ts)_
1119
-
1120
- ## `eas update:delete GROUPID`
1121
-
1122
- delete all the updates in an update group
1123
-
1124
- ```
1125
- USAGE
1126
- $ eas update:delete [GROUPID] [--json --non-interactive]
1127
-
1128
- ARGUMENTS
1129
- GROUPID The ID of an update group to delete.
1130
-
1131
- FLAGS
1132
- --json Enable JSON output, non-JSON messages will be printed to stderr.
1133
- --non-interactive Run the command in non-interactive mode.
1134
-
1135
- DESCRIPTION
1136
- delete all the updates in an update group
1137
- ```
1138
-
1139
- _See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/update/delete.ts)_
1140
-
1141
- ## `eas update:list`
1142
-
1143
- view the recent updates
1144
-
1145
- ```
1146
- USAGE
1147
- $ eas update:list [--branch <value> | --all] [--offset <value>] [--limit <value>] [--json --non-interactive]
1148
-
1149
- FLAGS
1150
- --all List updates on all branches
1151
- --branch=<value> List updates only on this branch
1152
- --json Enable JSON output, non-JSON messages will be printed to stderr.
1153
- --limit=<value> The number of items to fetch each query. Defaults to 25 and is capped at 50.
1154
- --non-interactive Run the command in non-interactive mode.
1155
- --offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
1156
-
1157
- DESCRIPTION
1158
- view the recent updates
1159
- ```
1160
-
1161
- _See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/update/list.ts)_
1162
-
1163
- ## `eas update:republish`
1164
-
1165
- rollback to an existing update
1166
-
1167
- ```
1168
- USAGE
1169
- $ eas update:republish [--channel <value> | --branch <value> | --group <value>] [--message <value>] [-p
1170
- android|ios|all] [--json --non-interactive]
1171
-
1172
- FLAGS
1173
- -p, --platform=(android|ios|all) [default: all]
1174
- --branch=<value> Branch name to select an update to republish from
1175
- --channel=<value> Channel name to select an update to republish from
1176
- --group=<value> Update group ID to republish
1177
- --json Enable JSON output, non-JSON messages will be printed to stderr.
1178
- --message=<value> Short message describing the republished update
1179
- --non-interactive Run the command in non-interactive mode.
1180
-
1181
- DESCRIPTION
1182
- rollback to an existing update
1183
- ```
1184
-
1185
- _See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/update/republish.ts)_
1186
-
1187
- ## `eas update:view GROUPID`
1188
-
1189
- update group details
1190
-
1191
- ```
1192
- USAGE
1193
- $ eas update:view [GROUPID] [--json]
1194
-
1195
- ARGUMENTS
1196
- GROUPID The ID of an update group.
1197
-
1198
- FLAGS
1199
- --json Enable JSON output, non-JSON messages will be printed to stderr.
1200
-
1201
- DESCRIPTION
1202
- update group details
1203
- ```
1204
-
1205
- _See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/update/view.ts)_
1206
-
1207
- ## `eas webhook:create`
1208
-
1209
- create a webhook
1210
-
1211
- ```
1212
- USAGE
1213
- $ eas webhook:create [--event BUILD|SUBMIT] [--url <value>] [--secret <value>] [--non-interactive]
1214
-
1215
- FLAGS
1216
- --event=(BUILD|SUBMIT) Event type that triggers the webhook
1217
- --non-interactive Run the command in non-interactive mode.
1218
- --secret=<value> Secret used to create a hash signature of the request payload, provided in the
1219
- 'Expo-Signature' header.
1220
- --url=<value> Webhook URL
1221
-
1222
- DESCRIPTION
1223
- create a webhook
1224
- ```
1225
-
1226
- _See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/webhook/create.ts)_
1227
-
1228
- ## `eas webhook:delete [ID]`
1229
-
1230
- delete a webhook
1231
-
1232
- ```
1233
- USAGE
1234
- $ eas webhook:delete [ID] [--non-interactive]
1235
-
1236
- ARGUMENTS
1237
- ID ID of the webhook to delete
1238
-
1239
- FLAGS
1240
- --non-interactive Run the command in non-interactive mode.
1241
-
1242
- DESCRIPTION
1243
- delete a webhook
1244
- ```
1245
-
1246
- _See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/webhook/delete.ts)_
1247
-
1248
- ## `eas webhook:list`
1249
-
1250
- list webhooks
1251
-
1252
- ```
1253
- USAGE
1254
- $ eas webhook:list [--event BUILD|SUBMIT] [--json]
1255
-
1256
- FLAGS
1257
- --event=(BUILD|SUBMIT) Event type that triggers the webhook
1258
- --json Enable JSON output, non-JSON messages will be printed to stderr.
1259
-
1260
- DESCRIPTION
1261
- list webhooks
1262
- ```
1263
-
1264
- _See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/webhook/list.ts)_
1265
-
1266
- ## `eas webhook:update`
1267
-
1268
- update a webhook
1269
-
1270
- ```
1271
- USAGE
1272
- $ eas webhook:update --id <value> [--event BUILD|SUBMIT] [--url <value>] [--secret <value>] [--non-interactive]
1273
-
1274
- FLAGS
1275
- --event=(BUILD|SUBMIT) Event type that triggers the webhook
1276
- --id=<value> (required) Webhook ID
1277
- --non-interactive Run the command in non-interactive mode.
1278
- --secret=<value> Secret used to create a hash signature of the request payload, provided in the
1279
- 'Expo-Signature' header.
1280
- --url=<value> Webhook URL
1281
-
1282
- DESCRIPTION
1283
- update a webhook
1284
- ```
1285
-
1286
- _See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/webhook/update.ts)_
1287
-
1288
- ## `eas webhook:view ID`
1289
-
1290
- view a webhook
1291
-
1292
- ```
1293
- USAGE
1294
- $ eas webhook:view [ID]
1295
-
1296
- ARGUMENTS
1297
- ID ID of the webhook to view
1298
-
1299
- DESCRIPTION
1300
- view a webhook
1301
- ```
1302
-
1303
- _See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v3.5.0/packages/eas-cli/src/commands/webhook/view.ts)_
1304
-
1305
- ## `eas whoami`
1306
-
1307
- show the username you are logged in as
1308
-
1309
- ```
1310
- USAGE
1311
- $ eas whoami
1312
-
1313
- DESCRIPTION
1314
- show the username you are logged in as
1315
-
1316
- ALIASES
1317
- $ eas whoami
1318
- ```
1319
109
  <!-- commandsstop -->