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