eas-cli 0.48.2 → 0.49.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.
package/README.md CHANGED
@@ -48,6 +48,7 @@ eas --help COMMAND
48
48
  * [`eas build:configure`](#eas-buildconfigure)
49
49
  * [`eas build:inspect`](#eas-buildinspect)
50
50
  * [`eas build:list`](#eas-buildlist)
51
+ * [`eas build:submit`](#eas-buildsubmit)
51
52
  * [`eas build:view [BUILD_ID]`](#eas-buildview-build_id)
52
53
  * [`eas channel:create [NAME]`](#eas-channelcreate-name)
53
54
  * [`eas channel:edit [NAME]`](#eas-channeledit-name)
@@ -61,6 +62,9 @@ eas --help COMMAND
61
62
  * [`eas device:view [UDID]`](#eas-deviceview-udid)
62
63
  * [`eas diagnostics`](#eas-diagnostics)
63
64
  * [`eas help [COMMAND]`](#eas-help-command)
65
+ * [`eas init`](#eas-init)
66
+ * [`eas login`](#eas-login)
67
+ * [`eas logout`](#eas-logout)
64
68
  * [`eas project:info`](#eas-projectinfo)
65
69
  * [`eas project:init`](#eas-projectinit)
66
70
  * [`eas secret:create`](#eas-secretcreate)
@@ -77,6 +81,7 @@ eas --help COMMAND
77
81
  * [`eas webhook:list`](#eas-webhooklist)
78
82
  * [`eas webhook:update`](#eas-webhookupdate)
79
83
  * [`eas webhook:view ID`](#eas-webhookview-id)
84
+ * [`eas whoami`](#eas-whoami)
80
85
 
81
86
  ## `eas account:login`
82
87
 
@@ -93,7 +98,7 @@ ALIASES
93
98
  $ eas login
94
99
  ```
95
100
 
96
- _See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/account/login.ts)_
101
+ _See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/account/login.ts)_
97
102
 
98
103
  ## `eas account:logout`
99
104
 
@@ -110,7 +115,7 @@ ALIASES
110
115
  $ eas logout
111
116
  ```
112
117
 
113
- _See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/account/logout.ts)_
118
+ _See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/account/logout.ts)_
114
119
 
115
120
  ## `eas account:view`
116
121
 
@@ -127,7 +132,7 @@ ALIASES
127
132
  $ eas whoami
128
133
  ```
129
134
 
130
- _See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/account/view.ts)_
135
+ _See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/account/view.ts)_
131
136
 
132
137
  ## `eas analytics [STATUS]`
133
138
 
@@ -141,7 +146,7 @@ DESCRIPTION
141
146
  display or change analytics settings
142
147
  ```
143
148
 
144
- _See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/analytics.ts)_
149
+ _See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/analytics.ts)_
145
150
 
146
151
  ## `eas autocomplete [SHELL]`
147
152
 
@@ -190,7 +195,7 @@ DESCRIPTION
190
195
  create a branch
191
196
  ```
192
197
 
193
- _See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/branch/create.ts)_
198
+ _See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/branch/create.ts)_
194
199
 
195
200
  ## `eas branch:delete [NAME]`
196
201
 
@@ -210,7 +215,7 @@ DESCRIPTION
210
215
  delete a branch
211
216
  ```
212
217
 
213
- _See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/branch/delete.ts)_
218
+ _See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/branch/delete.ts)_
214
219
 
215
220
  ## `eas branch:list`
216
221
 
@@ -227,7 +232,7 @@ DESCRIPTION
227
232
  list all branches
228
233
  ```
229
234
 
230
- _See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/branch/list.ts)_
235
+ _See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/branch/list.ts)_
231
236
 
232
237
  ## `eas branch:rename`
233
238
 
@@ -246,7 +251,7 @@ DESCRIPTION
246
251
  rename a branch
247
252
  ```
248
253
 
249
- _See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/branch/rename.ts)_
254
+ _See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/branch/rename.ts)_
250
255
 
251
256
  ## `eas branch:view [NAME]`
252
257
 
@@ -266,7 +271,7 @@ DESCRIPTION
266
271
  view a branch
267
272
  ```
268
273
 
269
- _See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/branch/view.ts)_
274
+ _See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/branch/view.ts)_
270
275
 
271
276
  ## `eas build`
272
277
 
@@ -295,7 +300,7 @@ DESCRIPTION
295
300
  start a build
296
301
  ```
297
302
 
298
- _See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/build/index.ts)_
303
+ _See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/build/index.ts)_
299
304
 
300
305
  ## `eas build:cancel [BUILD_ID]`
301
306
 
@@ -309,7 +314,7 @@ DESCRIPTION
309
314
  cancel a build
310
315
  ```
311
316
 
312
- _See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/build/cancel.ts)_
317
+ _See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/build/cancel.ts)_
313
318
 
314
319
  ## `eas build:configure`
315
320
 
@@ -326,7 +331,7 @@ DESCRIPTION
326
331
  configure the project to support EAS Build
327
332
  ```
328
333
 
329
- _See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/build/configure.ts)_
334
+ _See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/build/configure.ts)_
330
335
 
331
336
  ## `eas build:inspect`
332
337
 
@@ -361,7 +366,7 @@ DESCRIPTION
361
366
  inspect the state of the project at specific build stages, useful for troubleshooting
362
367
  ```
363
368
 
364
- _See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/build/inspect.ts)_
369
+ _See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/build/inspect.ts)_
365
370
 
366
371
  ## `eas build:list`
367
372
 
@@ -394,7 +399,35 @@ DESCRIPTION
394
399
  list all builds for your project
395
400
  ```
396
401
 
397
- _See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/build/list.ts)_
402
+ _See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/build/list.ts)_
403
+
404
+ ## `eas build:submit`
405
+
406
+ submit app binary to App Store and/or Play Store
407
+
408
+ ```
409
+ USAGE
410
+ $ eas build:submit [-p android|ios|all] [--profile <value>] [--latest | --id <value> | --path <value> | --url
411
+ <value>] [--verbose] [--wait] [--non-interactive]
412
+
413
+ FLAGS
414
+ -p, --platform=(android|ios|all)
415
+ --id=<value> ID of the build to submit
416
+ --latest Submit the latest build for specified platform
417
+ --non-interactive Run command in non-interactive mode
418
+ --path=<value> Path to the .apk/.aab/.ipa file
419
+ --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in
420
+ eas.json.
421
+ --url=<value> App archive url
422
+ --verbose Always print logs from Submission Service
423
+ --[no-]wait Wait for submission to complete
424
+
425
+ DESCRIPTION
426
+ submit app binary to App Store and/or Play Store
427
+
428
+ ALIASES
429
+ $ eas build:submit
430
+ ```
398
431
 
399
432
  ## `eas build:view [BUILD_ID]`
400
433
 
@@ -411,7 +444,7 @@ DESCRIPTION
411
444
  view a build for your project
412
445
  ```
413
446
 
414
- _See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/build/view.ts)_
447
+ _See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/build/view.ts)_
415
448
 
416
449
  ## `eas channel:create [NAME]`
417
450
 
@@ -431,7 +464,7 @@ DESCRIPTION
431
464
  create a channel
432
465
  ```
433
466
 
434
- _See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/channel/create.ts)_
467
+ _See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/channel/create.ts)_
435
468
 
436
469
  ## `eas channel:edit [NAME]`
437
470
 
@@ -452,7 +485,7 @@ DESCRIPTION
452
485
  point a channel at a new branch
453
486
  ```
454
487
 
455
- _See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/channel/edit.ts)_
488
+ _See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/channel/edit.ts)_
456
489
 
457
490
  ## `eas channel:list`
458
491
 
@@ -469,7 +502,7 @@ DESCRIPTION
469
502
  list all channels
470
503
  ```
471
504
 
472
- _See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/channel/list.ts)_
505
+ _See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/channel/list.ts)_
473
506
 
474
507
  ## `eas channel:view [NAME]`
475
508
 
@@ -489,7 +522,7 @@ DESCRIPTION
489
522
  view a channel
490
523
  ```
491
524
 
492
- _See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/channel/view.ts)_
525
+ _See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/channel/view.ts)_
493
526
 
494
527
  ## `eas config`
495
528
 
@@ -507,7 +540,7 @@ DESCRIPTION
507
540
  display project configuration (app.json + eas.json)
508
541
  ```
509
542
 
510
- _See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/config.ts)_
543
+ _See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/config.ts)_
511
544
 
512
545
  ## `eas credentials`
513
546
 
@@ -521,7 +554,7 @@ DESCRIPTION
521
554
  manage credentials
522
555
  ```
523
556
 
524
- _See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/credentials.ts)_
557
+ _See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/credentials.ts)_
525
558
 
526
559
  ## `eas device:create`
527
560
 
@@ -535,7 +568,7 @@ DESCRIPTION
535
568
  register new Apple Devices to use for internal distribution
536
569
  ```
537
570
 
538
- _See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/device/create.ts)_
571
+ _See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/device/create.ts)_
539
572
 
540
573
  ## `eas device:delete`
541
574
 
@@ -553,7 +586,7 @@ DESCRIPTION
553
586
  remove a registered device from your account
554
587
  ```
555
588
 
556
- _See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/device/delete.ts)_
589
+ _See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/device/delete.ts)_
557
590
 
558
591
  ## `eas device:list`
559
592
 
@@ -570,7 +603,7 @@ DESCRIPTION
570
603
  list all registered devices for your account
571
604
  ```
572
605
 
573
- _See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/device/list.ts)_
606
+ _See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/device/list.ts)_
574
607
 
575
608
  ## `eas device:view [UDID]`
576
609
 
@@ -584,7 +617,7 @@ DESCRIPTION
584
617
  view a device for your project
585
618
  ```
586
619
 
587
- _See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/device/view.ts)_
620
+ _See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/device/view.ts)_
588
621
 
589
622
  ## `eas diagnostics`
590
623
 
@@ -598,7 +631,7 @@ DESCRIPTION
598
631
  display environment info
599
632
  ```
600
633
 
601
- _See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/diagnostics.ts)_
634
+ _See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/diagnostics.ts)_
602
635
 
603
636
  ## `eas help [COMMAND]`
604
637
 
@@ -620,6 +653,51 @@ DESCRIPTION
620
653
 
621
654
  _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.12/src/commands/help.ts)_
622
655
 
656
+ ## `eas init`
657
+
658
+ create or link an EAS project
659
+
660
+ ```
661
+ USAGE
662
+ $ eas init
663
+
664
+ DESCRIPTION
665
+ create or link an EAS project
666
+
667
+ ALIASES
668
+ $ eas init
669
+ ```
670
+
671
+ ## `eas login`
672
+
673
+ log in with your Expo account
674
+
675
+ ```
676
+ USAGE
677
+ $ eas login
678
+
679
+ DESCRIPTION
680
+ log in with your Expo account
681
+
682
+ ALIASES
683
+ $ eas login
684
+ ```
685
+
686
+ ## `eas logout`
687
+
688
+ log out
689
+
690
+ ```
691
+ USAGE
692
+ $ eas logout
693
+
694
+ DESCRIPTION
695
+ log out
696
+
697
+ ALIASES
698
+ $ eas logout
699
+ ```
700
+
623
701
  ## `eas project:info`
624
702
 
625
703
  information about the current project
@@ -632,7 +710,7 @@ DESCRIPTION
632
710
  information about the current project
633
711
  ```
634
712
 
635
- _See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/project/info.ts)_
713
+ _See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/project/info.ts)_
636
714
 
637
715
  ## `eas project:init`
638
716
 
@@ -649,7 +727,7 @@ ALIASES
649
727
  $ eas init
650
728
  ```
651
729
 
652
- _See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/project/init.ts)_
730
+ _See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/project/init.ts)_
653
731
 
654
732
  ## `eas secret:create`
655
733
 
@@ -669,7 +747,7 @@ DESCRIPTION
669
747
  create an environment secret on the current project or owner account
670
748
  ```
671
749
 
672
- _See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/secret/create.ts)_
750
+ _See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/secret/create.ts)_
673
751
 
674
752
  ## `eas secret:delete`
675
753
 
@@ -686,7 +764,7 @@ DESCRIPTION
686
764
  delete an environment secret by ID
687
765
  ```
688
766
 
689
- _See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/secret/delete.ts)_
767
+ _See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/secret/delete.ts)_
690
768
 
691
769
  ## `eas secret:list`
692
770
 
@@ -700,7 +778,7 @@ DESCRIPTION
700
778
  list environment secrets available for your current app
701
779
  ```
702
780
 
703
- _See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/secret/list.ts)_
781
+ _See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/secret/list.ts)_
704
782
 
705
783
  ## `eas submit`
706
784
 
@@ -730,7 +808,7 @@ ALIASES
730
808
  $ eas build:submit
731
809
  ```
732
810
 
733
- _See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/submit.ts)_
811
+ _See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/submit.ts)_
734
812
 
735
813
  ## `eas update`
736
814
 
@@ -759,7 +837,7 @@ DESCRIPTION
759
837
  publish an update group
760
838
  ```
761
839
 
762
- _See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/update/index.ts)_
840
+ _See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/update/index.ts)_
763
841
 
764
842
  ## `eas update:configure`
765
843
 
@@ -776,7 +854,7 @@ DESCRIPTION
776
854
  configure the project to support EAS Update
777
855
  ```
778
856
 
779
- _See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/update/configure.ts)_
857
+ _See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/update/configure.ts)_
780
858
 
781
859
  ## `eas update:delete GROUPID`
782
860
 
@@ -796,7 +874,7 @@ DESCRIPTION
796
874
  delete all the updates in an update group
797
875
  ```
798
876
 
799
- _See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/update/delete.ts)_
877
+ _See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/update/delete.ts)_
800
878
 
801
879
  ## `eas update:list`
802
880
 
@@ -815,7 +893,7 @@ DESCRIPTION
815
893
  view the recent updates for a branch
816
894
  ```
817
895
 
818
- _See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/update/list.ts)_
896
+ _See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/update/list.ts)_
819
897
 
820
898
  ## `eas update:view GROUPID`
821
899
 
@@ -835,7 +913,7 @@ DESCRIPTION
835
913
  update group details
836
914
  ```
837
915
 
838
- _See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/update/view.ts)_
916
+ _See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/update/view.ts)_
839
917
 
840
918
  ## `eas webhook:create`
841
919
 
@@ -855,7 +933,7 @@ DESCRIPTION
855
933
  create a webhook
856
934
  ```
857
935
 
858
- _See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/webhook/create.ts)_
936
+ _See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/webhook/create.ts)_
859
937
 
860
938
  ## `eas webhook:delete [ID]`
861
939
 
@@ -872,7 +950,7 @@ DESCRIPTION
872
950
  delete a webhook
873
951
  ```
874
952
 
875
- _See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/webhook/delete.ts)_
953
+ _See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/webhook/delete.ts)_
876
954
 
877
955
  ## `eas webhook:list`
878
956
 
@@ -889,7 +967,7 @@ DESCRIPTION
889
967
  list webhooks
890
968
  ```
891
969
 
892
- _See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/webhook/list.ts)_
970
+ _See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/webhook/list.ts)_
893
971
 
894
972
  ## `eas webhook:update`
895
973
 
@@ -910,7 +988,7 @@ DESCRIPTION
910
988
  update a webhook
911
989
  ```
912
990
 
913
- _See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/webhook/update.ts)_
991
+ _See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/webhook/update.ts)_
914
992
 
915
993
  ## `eas webhook:view ID`
916
994
 
@@ -927,5 +1005,20 @@ DESCRIPTION
927
1005
  view a webhook
928
1006
  ```
929
1007
 
930
- _See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/webhook/view.ts)_
1008
+ _See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v0.49.0/packages/eas-cli/src/commands/webhook/view.ts)_
1009
+
1010
+ ## `eas whoami`
1011
+
1012
+ show the username you are logged in as
1013
+
1014
+ ```
1015
+ USAGE
1016
+ $ eas whoami
1017
+
1018
+ DESCRIPTION
1019
+ show the username you are logged in as
1020
+
1021
+ ALIASES
1022
+ $ eas whoami
1023
+ ```
931
1024
  <!-- commandsstop -->
@@ -6,7 +6,7 @@ const spawn_async_1 = tslib_1.__importDefault(require("@expo/spawn-async"));
6
6
  const semver_1 = tslib_1.__importDefault(require("semver"));
7
7
  const ora_1 = require("../ora");
8
8
  const PLUGIN_PACKAGE_NAME = 'eas-cli-local-build-plugin';
9
- const PLUGIN_PACKAGE_VERSION = '0.0.67';
9
+ const PLUGIN_PACKAGE_VERSION = '0.0.74';
10
10
  async function runLocalBuildAsync(job, options) {
11
11
  var _a;
12
12
  const { command, args } = await getCommandAndArgsAsync(job);
@@ -82,8 +82,7 @@ function printDeprecationWarnings(deprecationInfo) {
82
82
  log_1.default.warn(deprecationInfo.message);
83
83
  }
84
84
  else if (deprecationInfo.type === generated_1.EasBuildDeprecationInfoType.UserFacing) {
85
- log_1.default.warn('This command is using API that soon will be deprecated, please update eas-cli.');
86
- log_1.default.warn('There might be some changes necessary to your project config, latest eas-cli will provide more specific error messages.');
85
+ log_1.default.warn('This command is using API that soon will be deprecated.');
87
86
  log_1.default.warn(deprecationInfo.message);
88
87
  }
89
88
  else {
@@ -6,6 +6,8 @@ import { JSONObject } from '@expo/json-file';
6
6
  * If a capability identifier is missing, then attempt to create it.
7
7
  * Link all of the capability identifiers at the same time after parsing the entitlements file.
8
8
  *
9
+ * **Does not support App Store Connect API (CI).**
10
+ *
9
11
  * @param bundleId Bundle identifier object.
10
12
  * @param entitlements JSON representation of the iOS entitlements plist
11
13
  *
@@ -4,12 +4,15 @@ exports.syncCapabilityIdentifiersForEntitlementsAsync = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const apple_utils_1 = require("@expo/apple-utils");
6
6
  const log_1 = tslib_1.__importDefault(require("../../../log"));
7
+ const authType_1 = require("../utils/authType");
7
8
  const bundleIdCapabilities_1 = require("./bundleIdCapabilities");
8
9
  /**
9
10
  * Sync the capability identifiers with the bundle identifier capabilities.
10
11
  * If a capability identifier is missing, then attempt to create it.
11
12
  * Link all of the capability identifiers at the same time after parsing the entitlements file.
12
13
  *
14
+ * **Does not support App Store Connect API (CI).**
15
+ *
13
16
  * @param bundleId Bundle identifier object.
14
17
  * @param entitlements JSON representation of the iOS entitlements plist
15
18
  *
@@ -19,6 +22,12 @@ async function syncCapabilityIdentifiersForEntitlementsAsync(bundleId, entitleme
19
22
  if (bundleIdCapabilities_1.EXPO_NO_CAPABILITY_SYNC) {
20
23
  return { created: [], linked: [] };
21
24
  }
25
+ // App Store Connect token authentication is not currently supported,
26
+ // the team ID is required to create capability identifiers.
27
+ if ((0, authType_1.isAppStoreConnectTokenOnlyContext)(bundleId.context)) {
28
+ log_1.default.warn(`Skipping capability identifier syncing because the current Apple authentication session is not using Cookies (username/password).`);
29
+ return { created: [], linked: [] };
30
+ }
22
31
  const createdIds = [];
23
32
  const linkedIds = [];
24
33
  const CapabilityIdMapping = bundleIdCapabilities_1.CapabilityMapping.filter(capability => capability.capabilityIdModel);
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.revokeProvisioningProfileAsync = exports.createProvisioningProfileAsync = exports.listProvisioningProfilesAsync = exports.useExistingProvisioningProfileAsync = exports.ProfileClass = void 0;
4
4
  const apple_utils_1 = require("@expo/apple-utils");
5
5
  const ora_1 = require("../../../ora");
6
+ const authType_1 = require("../utils/authType");
6
7
  const p12Certificate_1 = require("../utils/p12Certificate");
7
8
  const authenticate_1 = require("./authenticate");
8
9
  const bundleId_1 = require("./bundleId");
@@ -47,6 +48,11 @@ async function addCertificateToProfileAsync(context, { serialNumber, profileId,
47
48
  }
48
49
  // Assign the new certificate
49
50
  profile.attributes.certificates = [cert];
51
+ // Experimentally regenerate the provisioning profile using App Store Connect API.
52
+ if ((0, authType_1.isAppStoreConnectTokenOnlyContext)(profile.context)) {
53
+ return await profile.regenerateManuallyAsync();
54
+ }
55
+ // This method does not support App Store Connect API.
50
56
  return await profile.regenerateAsync();
51
57
  }
52
58
  async function useExistingProvisioningProfileAsync(authCtx, bundleIdentifier, provisioningProfile, distCert) {
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.createOrReuseAdhocProvisioningProfileAsync = void 0;
4
4
  const apple_utils_1 = require("@expo/apple-utils");
5
5
  const ora_1 = require("../../../ora");
6
+ const authType_1 = require("../utils/authType");
6
7
  const authenticate_1 = require("./authenticate");
7
8
  const bundleId_1 = require("./bundleId");
8
9
  const distributionCertificate_1 = require("./distributionCertificate");
@@ -56,7 +57,14 @@ async function findProfileByBundleIdAsync(context, bundleId, certSerialNumber) {
56
57
  }
57
58
  const profile = expoProfiles.sort(sortByExpiration)[expoProfiles.length - 1];
58
59
  profile.attributes.certificates = [distributionCertificate];
59
- return { profile: await profile.regenerateAsync(), didUpdate: true };
60
+ return {
61
+ profile: (0, authType_1.isAppStoreConnectTokenOnlyContext)(profile.context)
62
+ ? // Experimentally regenerate the provisioning profile using App Store Connect API.
63
+ await profile.regenerateManuallyAsync()
64
+ : // This method does not support App Store Connect API.
65
+ await profile.regenerateAsync(),
66
+ didUpdate: true,
67
+ };
60
68
  }
61
69
  // there is no valid provisioning profile available
62
70
  return { profile: null, didUpdate: false };
@@ -110,7 +118,14 @@ async function manageAdHocProfilesAsync(context, { udids, bundleId, certSerialNu
110
118
  }
111
119
  // We need to add new devices to the list and create a new provisioning profile.
112
120
  existingProfile.attributes.devices = devices;
113
- await existingProfile.regenerateAsync();
121
+ if ((0, authType_1.isAppStoreConnectTokenOnlyContext)(existingProfile.context)) {
122
+ // Experimentally regenerate the provisioning profile using App Store Connect API.
123
+ await existingProfile.regenerateManuallyAsync();
124
+ }
125
+ else {
126
+ // This method does not support App Store Connect API.
127
+ await existingProfile.regenerateAsync();
128
+ }
114
129
  const updatedProfile = (await findProfileByBundleIdAsync(context, bundleId, certSerialNumber))
115
130
  .profile;
116
131
  if (!updatedProfile) {
@@ -1,6 +1,18 @@
1
1
  import { PushKey, PushKeyStoreInfo } from './Credentials.types';
2
2
  import { AuthCtx } from './authenticate';
3
3
  export declare const APPLE_KEYS_TOO_MANY_GENERATED_ERROR: string;
4
+ /**
5
+ * List all existing push keys on Apple servers.
6
+ * **Does not support App Store Connect API (CI).**
7
+ */
4
8
  export declare function listPushKeysAsync(authCtx: AuthCtx): Promise<PushKeyStoreInfo[]>;
9
+ /**
10
+ * Create a new push key on Apple servers.
11
+ * **Does not support App Store Connect API (CI).**
12
+ */
5
13
  export declare function createPushKeyAsync(authCtx: AuthCtx, name?: string): Promise<PushKey>;
14
+ /**
15
+ * Revoke an existing push key on Apple servers.
16
+ * **Does not support App Store Connect API (CI).**
17
+ */
6
18
  export declare function revokePushKeyAsync(authCtx: AuthCtx, ids: string[]): Promise<void>;
@@ -14,6 +14,10 @@ You can have only ${chalk_1.default.underline('two')} Apple Keys generated on yo
14
14
  Please revoke the old ones or reuse existing from your other apps.
15
15
  Please remember that Apple Keys are not application specific!
16
16
  `;
17
+ /**
18
+ * List all existing push keys on Apple servers.
19
+ * **Does not support App Store Connect API (CI).**
20
+ */
17
21
  async function listPushKeysAsync(authCtx) {
18
22
  const spinner = (0, ora_1.ora)(`Fetching Apple push keys`).start();
19
23
  try {
@@ -28,6 +32,10 @@ async function listPushKeysAsync(authCtx) {
28
32
  }
29
33
  }
30
34
  exports.listPushKeysAsync = listPushKeysAsync;
35
+ /**
36
+ * Create a new push key on Apple servers.
37
+ * **Does not support App Store Connect API (CI).**
38
+ */
31
39
  async function createPushKeyAsync(authCtx, name = `Expo Push Notifications Key ${(0, dateformat_1.default)('yyyymmddHHMMss')}`) {
32
40
  var _a;
33
41
  const spinner = (0, ora_1.ora)(`Creating Apple push key`).start();
@@ -54,6 +62,10 @@ async function createPushKeyAsync(authCtx, name = `Expo Push Notifications Key $
54
62
  }
55
63
  }
56
64
  exports.createPushKeyAsync = createPushKeyAsync;
65
+ /**
66
+ * Revoke an existing push key on Apple servers.
67
+ * **Does not support App Store Connect API (CI).**
68
+ */
57
69
  async function revokePushKeyAsync(authCtx, ids) {
58
70
  const name = `Apple push key${(ids === null || ids === void 0 ? void 0 : ids.length) === 1 ? '' : 's'}`;
59
71
  const spinner = (0, ora_1.ora)(`Revoking ${name}`).start();
@@ -0,0 +1,4 @@
1
+ /// <reference types="@expo/apple-utils/ts-declarations/expo__app-store" />
2
+ import { RequestContext } from '@expo/apple-utils';
3
+ /** Is the request context App Store Connect only with no access to cookies authentication. */
4
+ export declare function isAppStoreConnectTokenOnlyContext(authContext: RequestContext): boolean;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.isAppStoreConnectTokenOnlyContext = void 0;
4
+ /** Is the request context App Store Connect only with no access to cookies authentication. */
5
+ function isAppStoreConnectTokenOnlyContext(authContext) {
6
+ return !authContext.teamId && !!authContext.token;
7
+ }
8
+ exports.isAppStoreConnectTokenOnlyContext = isAppStoreConnectTokenOnlyContext;
package/build/fetch.d.ts CHANGED
@@ -6,5 +6,5 @@ export declare class RequestError extends Error {
6
6
  readonly response: Response;
7
7
  constructor(message: string, response: Response);
8
8
  }
9
- export declare const httpProxyAgent: Agent | null;
9
+ export declare const httpsProxyAgent: Agent | null;
10
10
  export default function (url: RequestInfo, init?: RequestInit): Promise<Response>;
package/build/fetch.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.httpProxyAgent = exports.RequestError = void 0;
3
+ exports.httpsProxyAgent = exports.RequestError = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const https_proxy_agent_1 = tslib_1.__importDefault(require("https-proxy-agent"));
6
6
  const node_fetch_1 = tslib_1.__importDefault(require("node-fetch"));
@@ -12,16 +12,19 @@ class RequestError extends Error {
12
12
  }
13
13
  }
14
14
  exports.RequestError = RequestError;
15
- function createHttpAgent() {
16
- const httpProxyUrl = process.env.http_proxy;
17
- if (!httpProxyUrl) {
15
+ function createHttpsAgent() {
16
+ const httpsProxyUrl = process.env.https_proxy;
17
+ if (!httpsProxyUrl) {
18
18
  return null;
19
19
  }
20
- return (0, https_proxy_agent_1.default)(httpProxyUrl);
20
+ return (0, https_proxy_agent_1.default)(httpsProxyUrl);
21
21
  }
22
- exports.httpProxyAgent = createHttpAgent();
22
+ exports.httpsProxyAgent = createHttpsAgent();
23
23
  async function default_1(url, init) {
24
- const response = await (0, node_fetch_1.default)(url, init);
24
+ const response = await (0, node_fetch_1.default)(url, {
25
+ ...init,
26
+ ...(exports.httpsProxyAgent ? { agent: exports.httpsProxyAgent } : {}),
27
+ });
25
28
  if (response.status >= 400) {
26
29
  throw new RequestError(`Request failed: ${response.status} (${response.statusText})`, response);
27
30
  }
@@ -38,7 +38,7 @@ exports.graphqlClient = (0, core_1.createClient)({
38
38
  headers['expo-session'] = sessionSecret;
39
39
  }
40
40
  return {
41
- ...(fetch_1.httpProxyAgent ? { agent: fetch_1.httpProxyAgent } : {}),
41
+ ...(fetch_1.httpsProxyAgent ? { agent: fetch_1.httpsProxyAgent } : {}),
42
42
  headers,
43
43
  };
44
44
  },
@@ -1,10 +1,17 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.findTargetByName = exports.findApplicationTarget = exports.resolveTargetsAsync = void 0;
4
+ const tslib_1 = require("tslib");
4
5
  const config_plugins_1 = require("@expo/config-plugins");
5
6
  const eas_build_job_1 = require("@expo/eas-build-job");
7
+ const joi_1 = tslib_1.__importDefault(require("joi"));
6
8
  const workflow_1 = require("../workflow");
7
9
  const bundleIdentifier_1 = require("./bundleIdentifier");
10
+ const AppExtensionsConfigSchema = joi_1.default.array().items(joi_1.default.object({
11
+ targetName: joi_1.default.string().required(),
12
+ bundleIdentifier: joi_1.default.string().required(),
13
+ parentBundleIdentifier: joi_1.default.string(),
14
+ }));
8
15
  async function resolveTargetsAsync({ exp, projectDir }, { buildConfiguration, buildScheme }) {
9
16
  const result = [];
10
17
  const applicationTarget = await readApplicationTargetForSchemeAsync(projectDir, buildScheme);
@@ -27,9 +34,39 @@ async function resolveTargetsAsync({ exp, projectDir }, { buildConfiguration, bu
27
34
  if (dependencies.length > 0) {
28
35
  result.push(...dependencies);
29
36
  }
37
+ result.push(...(await resolveManagedAppExtensionsAsync({
38
+ exp,
39
+ projectDir,
40
+ buildConfiguration,
41
+ applicationTargetBundleIdentifier: bundleIdentifier,
42
+ })));
30
43
  return result;
31
44
  }
32
45
  exports.resolveTargetsAsync = resolveTargetsAsync;
46
+ async function resolveManagedAppExtensionsAsync({ exp, projectDir, buildConfiguration, applicationTargetBundleIdentifier, }) {
47
+ var _a, _b, _c, _d, _e;
48
+ const workflow = await (0, workflow_1.resolveWorkflowAsync)(projectDir, eas_build_job_1.Platform.IOS);
49
+ const managedAppExtensions = (_e = (_d = (_c = (_b = (_a = exp.extra) === null || _a === void 0 ? void 0 : _a.eas) === null || _b === void 0 ? void 0 : _b.build) === null || _c === void 0 ? void 0 : _c.experimental) === null || _d === void 0 ? void 0 : _d.ios) === null || _e === void 0 ? void 0 : _e.appExtensions;
50
+ if (workflow === eas_build_job_1.Workflow.GENERIC || !managedAppExtensions) {
51
+ return [];
52
+ }
53
+ const { error } = AppExtensionsConfigSchema.validate(managedAppExtensions, {
54
+ allowUnknown: false,
55
+ abortEarly: false,
56
+ });
57
+ if (error) {
58
+ throw new Error(`Failed to validate "extra.eas.build.experimental.ios.appExtensions" in you app config\n${error.message}`);
59
+ }
60
+ return managedAppExtensions.map(extension => {
61
+ var _a;
62
+ return ({
63
+ targetName: extension.targetName,
64
+ buildConfiguration,
65
+ bundleIdentifier: extension.bundleIdentifier,
66
+ parentBundleIdentifier: (_a = extension.parentBundleIdentifier) !== null && _a !== void 0 ? _a : applicationTargetBundleIdentifier,
67
+ });
68
+ });
69
+ }
33
70
  async function resolveDependenciesAsync({ exp, projectDir, buildConfiguration, target, bundleIdentifier, }) {
34
71
  const result = [];
35
72
  if (target.dependencies && target.dependencies.length > 0) {
@@ -1 +1 @@
1
- {"version":"0.48.2","commands":{"analytics":{"id":"analytics","description":"display or change analytics settings","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"STATUS","options":["on","off"]}]},"config":{"id":"config","description":"display project configuration (app.json + eas.json)","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios)","multiple":false,"options":["android","ios"]},"profile":{"name":"profile","type":"option","multiple":false}},"args":[],"_globalFlags":{}},"credentials":{"id":"credentials","description":"manage credentials","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"diagnostics":{"id":"diagnostics","description":"display environment info","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"submit":{"id":"submit","description":"submit app binary to App Store and/or Play Store","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["build:submit"],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]},"profile":{"name":"profile","type":"option","description":"Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.","multiple":false},"latest":{"name":"latest","type":"boolean","description":"Submit the latest build for specified platform","allowNo":false,"exclusive":["id","path","url"]},"id":{"name":"id","type":"option","description":"ID of the build to submit","multiple":false,"exclusive":["latest, path, url"]},"path":{"name":"path","type":"option","description":"Path to the .apk/.aab/.ipa file","multiple":false,"exclusive":["latest","id","url"]},"url":{"name":"url","type":"option","description":"App archive url","multiple":false,"exclusive":["latest","id","path"]},"verbose":{"name":"verbose","type":"boolean","description":"Always print logs from Submission Service","allowNo":false},"wait":{"name":"wait","type":"boolean","description":"Wait for submission to complete","allowNo":true},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run command in non-interactive mode","allowNo":false}},"args":[],"_globalFlags":{}},"account:login":{"id":"account:login","description":"log in with your Expo account","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["login"],"flags":{},"args":[]},"account:logout":{"id":"account:logout","description":"log out","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["logout"],"flags":{},"args":[]},"account:view":{"id":"account:view","description":"show the username you are logged in as","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["whoami"],"flags":{},"args":[]},"branch:create":{"id":"branch:create","description":"create a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return a json with the new branch ID and name.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to create","required":false}],"_globalFlags":{}},"branch:delete":{"id":"branch:delete","description":"delete a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return JSON with the edited branch's ID and name.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to delete","required":false}],"_globalFlags":{}},"branch:list":{"id":"branch:list","description":"list all branches","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return output as JSON","allowNo":false}},"args":[],"_globalFlags":{}},"branch:publish":{"id":"branch:publish","description":"deprecated, use \"eas update\"","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[]},"branch:rename":{"id":"branch:rename","description":"rename a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"from":{"name":"from","type":"option","description":"current name of the branch.","required":false,"multiple":false},"to":{"name":"to","type":"option","description":"new name of the branch.","required":false,"multiple":false},"json":{"name":"json","type":"boolean","description":"return a json with the edited branch's ID and name.","allowNo":false}},"args":[],"_globalFlags":{}},"branch:view":{"id":"branch:view","description":"view a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return a json with the branch's ID name and recent update groups.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to view","required":false}],"_globalFlags":{}},"build:cancel":{"id":"build:cancel","description":"cancel a build","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"BUILD_ID"}]},"build:configure":{"id":"build:configure","description":"configure the project to support EAS Build","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","description":"Platform to configure","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]}},"args":[],"_globalFlags":{}},"build":{"id":"build","description":"start a build","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]},"skip-credentials-check":{"name":"skip-credentials-check","type":"boolean","hidden":true,"allowNo":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false},"skip-project-configuration":{"name":"skip-project-configuration","type":"boolean","hidden":true,"allowNo":false},"profile":{"name":"profile","type":"option","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run command in non-interactive mode","allowNo":false},"local":{"name":"local","type":"boolean","description":"Run build locally [experimental]","allowNo":false},"output":{"name":"output","type":"option","description":"Output path for local build","multiple":false},"wait":{"name":"wait","type":"boolean","description":"Wait for build(s) to complete","allowNo":true},"clear-cache":{"name":"clear-cache","type":"boolean","description":"Clear cache before the build","allowNo":false},"auto-submit":{"name":"auto-submit","type":"boolean","description":"Submit on build complete using the submit profile with the same name as the build profile","allowNo":false,"exclusive":["auto-submit-with-profile"]},"auto-submit-with-profile":{"name":"auto-submit-with-profile","type":"option","description":"Submit on build complete using the submit profile with provided name","helpValue":"PROFILE_NAME","multiple":false,"exclusive":["auto-submit"]}},"args":[],"_globalFlags":{}},"build:inspect":{"id":"build:inspect","description":"inspect the state of the project at specific build stages, useful for troubleshooting","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","required":true,"helpValue":"(android|ios)","multiple":false,"options":["android","ios"]},"profile":{"name":"profile","type":"option","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"stage":{"name":"stage","type":"option","char":"s","description":"Stage of the build you want to inspect.\n archive - builds the project archive that would be uploaded to EAS when building\n pre-build - prepares the project to be built with Gradle/Xcode. Does not run the native build.\n post-build - builds the native project and leaves the output directory for inspection","required":true,"helpValue":"(archive|pre-build|post-build)","multiple":false,"options":["archive","pre-build","post-build"]},"output":{"name":"output","type":"option","char":"o","description":"Output directory.","required":true,"helpValue":"OUTPUT_DIRECTORY","multiple":false},"force":{"name":"force","type":"boolean","description":"Delete OUTPUT_DIRECTORY if it already exists.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[],"_globalFlags":{}},"build:list":{"id":"build:list","description":"list all builds for your project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","helpValue":"(all|android|ios)","multiple":false,"options":["all","android","ios"]},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false},"status":{"name":"status","type":"option","helpValue":"(new|in-queue|in-progress|errored|finished|canceled)","multiple":false,"options":["new","in-queue","in-progress","errored","finished","canceled"]},"distribution":{"name":"distribution","type":"option","helpValue":"(store|internal|simulator)","multiple":false,"options":["store","internal","simulator"]},"channel":{"name":"channel","type":"option","multiple":false},"appVersion":{"name":"appVersion","type":"option","multiple":false},"appBuildVersion":{"name":"appBuildVersion","type":"option","multiple":false},"sdkVersion":{"name":"sdkVersion","type":"option","multiple":false},"runtimeVersion":{"name":"runtimeVersion","type":"option","multiple":false},"appIdentifier":{"name":"appIdentifier","type":"option","multiple":false},"buildProfile":{"name":"buildProfile","type":"option","multiple":false},"gitCommitHash":{"name":"gitCommitHash","type":"option","multiple":false},"limit":{"name":"limit","type":"option","multiple":false}},"args":[],"_globalFlags":{}},"build:view":{"id":"build:view","description":"view a build for your project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false}},"args":[{"name":"BUILD_ID"}],"_globalFlags":{}},"channel:create":{"id":"channel:create","description":"create a channel","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the new channel ID, name and branch mapping.","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to create","required":false}],"_globalFlags":{}},"channel:delete":{"id":"channel:delete","description":"Delete a channel","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"print output as a JSON object","allowNo":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run command in non-interactive mode","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to delete","required":false}],"_globalFlags":{}},"channel:edit":{"id":"channel:edit","description":"point a channel at a new branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"Name of the branch to point to","multiple":false},"json":{"name":"json","type":"boolean","description":"Print output as a JSON object with the channel ID, name and branch mapping","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to edit","required":false}],"_globalFlags":{}},"channel:list":{"id":"channel:list","description":"list all channels","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the channel ID, name and branch mapping.","allowNo":false}},"args":[],"_globalFlags":{}},"channel:rollout":{"id":"channel:rollout","description":"Rollout a new branch out to a channel incrementally.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"branch to rollout","required":false,"multiple":false},"percent":{"name":"percent","type":"option","description":"percent of traffic to redirect to the new branch","required":false,"multiple":false},"end":{"name":"end","type":"boolean","description":"end the rollout","allowNo":false},"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the new channel ID, name and branch mapping","allowNo":false}},"args":[{"name":"channel","description":"rollout that the channel is on","required":true}],"_globalFlags":{}},"channel:view":{"id":"channel:view","description":"view a channel","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the channel ID, name and branch mapping.","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to view","required":false}],"_globalFlags":{}},"device:create":{"id":"device:create","description":"register new Apple Devices to use for internal distribution","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"device:delete":{"id":"device:delete","description":"remove a registered device from your account","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"apple-team-id":{"name":"apple-team-id","type":"option","multiple":false},"udid":{"name":"udid","type":"option","multiple":true}},"args":[],"_globalFlags":{}},"device:list":{"id":"device:list","description":"list all registered devices for your account","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"apple-team-id":{"name":"apple-team-id","type":"option","multiple":false}},"args":[],"_globalFlags":{}},"device:view":{"id":"device:view","description":"view a device for your project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"UDID"}]},"project:info":{"id":"project:info","description":"information about the current project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"project:init":{"id":"project:init","description":"create or link an EAS project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["init"],"flags":{},"args":[]},"secret:create":{"id":"secret:create","description":"create an environment secret on the current project or owner account","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"scope":{"name":"scope","type":"option","description":"Scope for the secret","helpValue":"(account|project)","multiple":false,"options":["account","project"],"default":"project"},"name":{"name":"name","type":"option","description":"Name of the secret","multiple":false},"value":{"name":"value","type":"option","description":"Value of the secret","multiple":false},"force":{"name":"force","type":"boolean","description":"Delete and recreate existing secrets","allowNo":false}},"args":[],"_globalFlags":{}},"secret:delete":{"id":"secret:delete","description":"delete an environment secret by ID","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"id":{"name":"id","type":"option","description":"ID of the secret to delete","multiple":false}},"args":[],"_globalFlags":{}},"secret:list":{"id":"secret:list","description":"list environment secrets available for your current app","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"update:configure":{"id":"update:configure","description":"configure the project to support EAS Update","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","description":"Platform to configure","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"],"default":"all"}},"args":[],"_globalFlags":{}},"update:delete":{"id":"update:delete","description":"delete all the updates in an update group","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Return a json with the group ID of the deleted updates.","allowNo":false}},"args":[{"name":"groupId","description":"The ID of an update group to delete.","required":true}],"_globalFlags":{}},"update":{"id":"update","description":"publish an update group","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"Branch to publish the update group on","required":false,"multiple":false},"message":{"name":"message","type":"option","description":"A short message describing the update","required":false,"multiple":false},"republish":{"name":"republish","type":"boolean","description":"Republish an update group","allowNo":false,"exclusive":["input-dir","skip-bundler"]},"group":{"name":"group","type":"option","description":"Update group to republish","multiple":false,"exclusive":["input-dir","skip-bundler"]},"input-dir":{"name":"input-dir","type":"option","description":"Location of the bundle","required":false,"multiple":false,"default":"dist"},"skip-bundler":{"name":"skip-bundler","type":"boolean","description":"Skip running Expo CLI to bundle the app before publishing","allowNo":false},"platform":{"name":"platform","type":"option","char":"p","required":false,"helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"],"default":"all"},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false},"auto":{"name":"auto","type":"boolean","description":"Use the current git branch and commit message for the EAS branch and update message","allowNo":false},"private-key-path":{"name":"private-key-path","type":"option","description":"File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory.","required":false,"multiple":false}},"args":[],"_globalFlags":{}},"update:list":{"id":"update:list","description":"view the recent updates for a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"List all updates on this branch","multiple":false,"exclusive":["all"]},"all":{"name":"all","type":"boolean","description":"List all updates associated with this project","allowNo":false,"exclusive":["branch"]},"json":{"name":"json","type":"boolean","description":"Return a json with all of the recent update groups.","allowNo":false}},"args":[],"_globalFlags":{}},"update:view":{"id":"update:view","description":"update group details","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Return a json with the updates belonging to the group.","allowNo":false}},"args":[{"name":"groupId","description":"The ID of an update group.","required":true}],"_globalFlags":{}},"webhook:create":{"id":"webhook:create","description":"create a webhook","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"event":{"name":"event","type":"option","description":"Event type that triggers the webhook","helpValue":"(BUILD|SUBMIT)","multiple":false,"options":["BUILD","SUBMIT"]},"url":{"name":"url","type":"option","description":"Webhook URL","multiple":false},"secret":{"name":"secret","type":"option","description":"Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.","multiple":false}},"args":[],"_globalFlags":{}},"webhook:delete":{"id":"webhook:delete","description":"delete a webhook","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ID","description":"ID of the webhook to delete","required":false}]},"webhook:list":{"id":"webhook:list","description":"list webhooks","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"event":{"name":"event","type":"option","description":"Event type that triggers the webhook","helpValue":"(BUILD|SUBMIT)","multiple":false,"options":["BUILD","SUBMIT"]}},"args":[],"_globalFlags":{}},"webhook:update":{"id":"webhook:update","description":"update a webhook","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"id":{"name":"id","type":"option","description":"Webhook ID","required":true,"multiple":false},"event":{"name":"event","type":"option","description":"Event type that triggers the webhook","helpValue":"(BUILD|SUBMIT)","multiple":false,"options":["BUILD","SUBMIT"]},"url":{"name":"url","type":"option","description":"Webhook URL","multiple":false},"secret":{"name":"secret","type":"option","description":"Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.","multiple":false}},"args":[],"_globalFlags":{}},"webhook:view":{"id":"webhook:view","description":"view a webhook","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ID","description":"ID of the webhook to view","required":true}]}}}
1
+ {"version":"0.49.0","commands":{"analytics":{"id":"analytics","description":"display or change analytics settings","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"STATUS","options":["on","off"]}]},"config":{"id":"config","description":"display project configuration (app.json + eas.json)","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios)","multiple":false,"options":["android","ios"]},"profile":{"name":"profile","type":"option","multiple":false}},"args":[],"_globalFlags":{}},"credentials":{"id":"credentials","description":"manage credentials","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"diagnostics":{"id":"diagnostics","description":"display environment info","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"submit":{"id":"submit","description":"submit app binary to App Store and/or Play Store","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["build:submit"],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]},"profile":{"name":"profile","type":"option","description":"Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.","multiple":false},"latest":{"name":"latest","type":"boolean","description":"Submit the latest build for specified platform","allowNo":false,"exclusive":["id","path","url"]},"id":{"name":"id","type":"option","description":"ID of the build to submit","multiple":false,"exclusive":["latest, path, url"]},"path":{"name":"path","type":"option","description":"Path to the .apk/.aab/.ipa file","multiple":false,"exclusive":["latest","id","url"]},"url":{"name":"url","type":"option","description":"App archive url","multiple":false,"exclusive":["latest","id","path"]},"verbose":{"name":"verbose","type":"boolean","description":"Always print logs from Submission Service","allowNo":false},"wait":{"name":"wait","type":"boolean","description":"Wait for submission to complete","allowNo":true},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run command in non-interactive mode","allowNo":false}},"args":[],"_globalFlags":{}},"account:login":{"id":"account:login","description":"log in with your Expo account","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["login"],"flags":{},"args":[]},"account:logout":{"id":"account:logout","description":"log out","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["logout"],"flags":{},"args":[]},"account:view":{"id":"account:view","description":"show the username you are logged in as","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["whoami"],"flags":{},"args":[]},"branch:create":{"id":"branch:create","description":"create a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return a json with the new branch ID and name.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to create","required":false}],"_globalFlags":{}},"branch:delete":{"id":"branch:delete","description":"delete a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return JSON with the edited branch's ID and name.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to delete","required":false}],"_globalFlags":{}},"branch:list":{"id":"branch:list","description":"list all branches","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return output as JSON","allowNo":false}},"args":[],"_globalFlags":{}},"branch:publish":{"id":"branch:publish","description":"deprecated, use \"eas update\"","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[]},"branch:rename":{"id":"branch:rename","description":"rename a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"from":{"name":"from","type":"option","description":"current name of the branch.","required":false,"multiple":false},"to":{"name":"to","type":"option","description":"new name of the branch.","required":false,"multiple":false},"json":{"name":"json","type":"boolean","description":"return a json with the edited branch's ID and name.","allowNo":false}},"args":[],"_globalFlags":{}},"branch:view":{"id":"branch:view","description":"view a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return a json with the branch's ID name and recent update groups.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to view","required":false}],"_globalFlags":{}},"build:cancel":{"id":"build:cancel","description":"cancel a build","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"BUILD_ID"}]},"build:configure":{"id":"build:configure","description":"configure the project to support EAS Build","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","description":"Platform to configure","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]}},"args":[],"_globalFlags":{}},"build":{"id":"build","description":"start a build","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]},"skip-credentials-check":{"name":"skip-credentials-check","type":"boolean","hidden":true,"allowNo":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false},"skip-project-configuration":{"name":"skip-project-configuration","type":"boolean","hidden":true,"allowNo":false},"profile":{"name":"profile","type":"option","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run command in non-interactive mode","allowNo":false},"local":{"name":"local","type":"boolean","description":"Run build locally [experimental]","allowNo":false},"output":{"name":"output","type":"option","description":"Output path for local build","multiple":false},"wait":{"name":"wait","type":"boolean","description":"Wait for build(s) to complete","allowNo":true},"clear-cache":{"name":"clear-cache","type":"boolean","description":"Clear cache before the build","allowNo":false},"auto-submit":{"name":"auto-submit","type":"boolean","description":"Submit on build complete using the submit profile with the same name as the build profile","allowNo":false,"exclusive":["auto-submit-with-profile"]},"auto-submit-with-profile":{"name":"auto-submit-with-profile","type":"option","description":"Submit on build complete using the submit profile with provided name","helpValue":"PROFILE_NAME","multiple":false,"exclusive":["auto-submit"]}},"args":[],"_globalFlags":{}},"build:inspect":{"id":"build:inspect","description":"inspect the state of the project at specific build stages, useful for troubleshooting","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","required":true,"helpValue":"(android|ios)","multiple":false,"options":["android","ios"]},"profile":{"name":"profile","type":"option","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"stage":{"name":"stage","type":"option","char":"s","description":"Stage of the build you want to inspect.\n archive - builds the project archive that would be uploaded to EAS when building\n pre-build - prepares the project to be built with Gradle/Xcode. Does not run the native build.\n post-build - builds the native project and leaves the output directory for inspection","required":true,"helpValue":"(archive|pre-build|post-build)","multiple":false,"options":["archive","pre-build","post-build"]},"output":{"name":"output","type":"option","char":"o","description":"Output directory.","required":true,"helpValue":"OUTPUT_DIRECTORY","multiple":false},"force":{"name":"force","type":"boolean","description":"Delete OUTPUT_DIRECTORY if it already exists.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[],"_globalFlags":{}},"build:list":{"id":"build:list","description":"list all builds for your project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","helpValue":"(all|android|ios)","multiple":false,"options":["all","android","ios"]},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false},"status":{"name":"status","type":"option","helpValue":"(new|in-queue|in-progress|errored|finished|canceled)","multiple":false,"options":["new","in-queue","in-progress","errored","finished","canceled"]},"distribution":{"name":"distribution","type":"option","helpValue":"(store|internal|simulator)","multiple":false,"options":["store","internal","simulator"]},"channel":{"name":"channel","type":"option","multiple":false},"appVersion":{"name":"appVersion","type":"option","multiple":false},"appBuildVersion":{"name":"appBuildVersion","type":"option","multiple":false},"sdkVersion":{"name":"sdkVersion","type":"option","multiple":false},"runtimeVersion":{"name":"runtimeVersion","type":"option","multiple":false},"appIdentifier":{"name":"appIdentifier","type":"option","multiple":false},"buildProfile":{"name":"buildProfile","type":"option","multiple":false},"gitCommitHash":{"name":"gitCommitHash","type":"option","multiple":false},"limit":{"name":"limit","type":"option","multiple":false}},"args":[],"_globalFlags":{}},"build:view":{"id":"build:view","description":"view a build for your project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false}},"args":[{"name":"BUILD_ID"}],"_globalFlags":{}},"channel:create":{"id":"channel:create","description":"create a channel","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the new channel ID, name and branch mapping.","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to create","required":false}],"_globalFlags":{}},"channel:delete":{"id":"channel:delete","description":"Delete a channel","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"print output as a JSON object","allowNo":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run command in non-interactive mode","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to delete","required":false}],"_globalFlags":{}},"channel:edit":{"id":"channel:edit","description":"point a channel at a new branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"Name of the branch to point to","multiple":false},"json":{"name":"json","type":"boolean","description":"Print output as a JSON object with the channel ID, name and branch mapping","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to edit","required":false}],"_globalFlags":{}},"channel:list":{"id":"channel:list","description":"list all channels","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the channel ID, name and branch mapping.","allowNo":false}},"args":[],"_globalFlags":{}},"channel:rollout":{"id":"channel:rollout","description":"Rollout a new branch out to a channel incrementally.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"branch to rollout","required":false,"multiple":false},"percent":{"name":"percent","type":"option","description":"percent of traffic to redirect to the new branch","required":false,"multiple":false},"end":{"name":"end","type":"boolean","description":"end the rollout","allowNo":false},"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the new channel ID, name and branch mapping","allowNo":false}},"args":[{"name":"channel","description":"rollout that the channel is on","required":true}],"_globalFlags":{}},"channel:view":{"id":"channel:view","description":"view a channel","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the channel ID, name and branch mapping.","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to view","required":false}],"_globalFlags":{}},"device:create":{"id":"device:create","description":"register new Apple Devices to use for internal distribution","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"device:delete":{"id":"device:delete","description":"remove a registered device from your account","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"apple-team-id":{"name":"apple-team-id","type":"option","multiple":false},"udid":{"name":"udid","type":"option","multiple":true}},"args":[],"_globalFlags":{}},"device:list":{"id":"device:list","description":"list all registered devices for your account","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"apple-team-id":{"name":"apple-team-id","type":"option","multiple":false}},"args":[],"_globalFlags":{}},"device:view":{"id":"device:view","description":"view a device for your project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"UDID"}]},"project:info":{"id":"project:info","description":"information about the current project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"project:init":{"id":"project:init","description":"create or link an EAS project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["init"],"flags":{},"args":[]},"secret:create":{"id":"secret:create","description":"create an environment secret on the current project or owner account","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"scope":{"name":"scope","type":"option","description":"Scope for the secret","helpValue":"(account|project)","multiple":false,"options":["account","project"],"default":"project"},"name":{"name":"name","type":"option","description":"Name of the secret","multiple":false},"value":{"name":"value","type":"option","description":"Value of the secret","multiple":false},"force":{"name":"force","type":"boolean","description":"Delete and recreate existing secrets","allowNo":false}},"args":[],"_globalFlags":{}},"secret:delete":{"id":"secret:delete","description":"delete an environment secret by ID","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"id":{"name":"id","type":"option","description":"ID of the secret to delete","multiple":false}},"args":[],"_globalFlags":{}},"secret:list":{"id":"secret:list","description":"list environment secrets available for your current app","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"update:configure":{"id":"update:configure","description":"configure the project to support EAS Update","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","description":"Platform to configure","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"],"default":"all"}},"args":[],"_globalFlags":{}},"update:delete":{"id":"update:delete","description":"delete all the updates in an update group","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Return a json with the group ID of the deleted updates.","allowNo":false}},"args":[{"name":"groupId","description":"The ID of an update group to delete.","required":true}],"_globalFlags":{}},"update":{"id":"update","description":"publish an update group","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"Branch to publish the update group on","required":false,"multiple":false},"message":{"name":"message","type":"option","description":"A short message describing the update","required":false,"multiple":false},"republish":{"name":"republish","type":"boolean","description":"Republish an update group","allowNo":false,"exclusive":["input-dir","skip-bundler"]},"group":{"name":"group","type":"option","description":"Update group to republish","multiple":false,"exclusive":["input-dir","skip-bundler"]},"input-dir":{"name":"input-dir","type":"option","description":"Location of the bundle","required":false,"multiple":false,"default":"dist"},"skip-bundler":{"name":"skip-bundler","type":"boolean","description":"Skip running Expo CLI to bundle the app before publishing","allowNo":false},"platform":{"name":"platform","type":"option","char":"p","required":false,"helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"],"default":"all"},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false},"auto":{"name":"auto","type":"boolean","description":"Use the current git branch and commit message for the EAS branch and update message","allowNo":false},"private-key-path":{"name":"private-key-path","type":"option","description":"File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory.","required":false,"multiple":false}},"args":[],"_globalFlags":{}},"update:list":{"id":"update:list","description":"view the recent updates for a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"List all updates on this branch","multiple":false,"exclusive":["all"]},"all":{"name":"all","type":"boolean","description":"List all updates associated with this project","allowNo":false,"exclusive":["branch"]},"json":{"name":"json","type":"boolean","description":"Return a json with all of the recent update groups.","allowNo":false}},"args":[],"_globalFlags":{}},"update:view":{"id":"update:view","description":"update group details","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Return a json with the updates belonging to the group.","allowNo":false}},"args":[{"name":"groupId","description":"The ID of an update group.","required":true}],"_globalFlags":{}},"webhook:create":{"id":"webhook:create","description":"create a webhook","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"event":{"name":"event","type":"option","description":"Event type that triggers the webhook","helpValue":"(BUILD|SUBMIT)","multiple":false,"options":["BUILD","SUBMIT"]},"url":{"name":"url","type":"option","description":"Webhook URL","multiple":false},"secret":{"name":"secret","type":"option","description":"Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.","multiple":false}},"args":[],"_globalFlags":{}},"webhook:delete":{"id":"webhook:delete","description":"delete a webhook","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ID","description":"ID of the webhook to delete","required":false}]},"webhook:list":{"id":"webhook:list","description":"list webhooks","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"event":{"name":"event","type":"option","description":"Event type that triggers the webhook","helpValue":"(BUILD|SUBMIT)","multiple":false,"options":["BUILD","SUBMIT"]}},"args":[],"_globalFlags":{}},"webhook:update":{"id":"webhook:update","description":"update a webhook","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"id":{"name":"id","type":"option","description":"Webhook ID","required":true,"multiple":false},"event":{"name":"event","type":"option","description":"Event type that triggers the webhook","helpValue":"(BUILD|SUBMIT)","multiple":false,"options":["BUILD","SUBMIT"]},"url":{"name":"url","type":"option","description":"Webhook URL","multiple":false},"secret":{"name":"secret","type":"option","description":"Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.","multiple":false}},"args":[],"_globalFlags":{}},"webhook:view":{"id":"webhook:view","description":"view a webhook","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ID","description":"ID of the webhook to view","required":true}]}}}
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "eas-cli",
3
3
  "description": "EAS command line tool",
4
- "version": "0.48.2",
4
+ "version": "0.49.0",
5
5
  "author": "Expo <support@expo.dev>",
6
6
  "bin": {
7
7
  "eas": "./bin/run"
8
8
  },
9
9
  "bugs": "https://github.com/expo/eas-cli/issues",
10
10
  "dependencies": {
11
- "@expo/apple-utils": "0.0.0-alpha.28",
11
+ "@expo/apple-utils": "0.0.0-alpha.30",
12
12
  "@expo/code-signing-certificates": "0.0.2",
13
13
  "@expo/config": "6.0.19",
14
14
  "@expo/config-plugins": "4.1.0",
15
15
  "@expo/config-types": "44.0.0",
16
- "@expo/eas-build-job": "0.2.66",
17
- "@expo/eas-json": "0.48.0",
16
+ "@expo/eas-build-job": "0.2.68",
17
+ "@expo/eas-json": "0.49.0",
18
18
  "@expo/json-file": "8.2.34",
19
19
  "@expo/pkcs12": "0.0.7",
20
20
  "@expo/plist": "0.0.17",
@@ -24,7 +24,7 @@
24
24
  "@expo/rudder-sdk-node": "1.1.1",
25
25
  "@expo/spawn-async": "1.6.0",
26
26
  "@expo/timeago.js": "1.0.0",
27
- "@oclif/core": "1.5.3",
27
+ "@oclif/core": "1.6.4",
28
28
  "@oclif/plugin-autocomplete": "1.2.0",
29
29
  "@oclif/plugin-help": "5.1.12",
30
30
  "@urql/core": "2.4.3",
@@ -53,9 +53,9 @@
53
53
  "log-symbols": "4.1.0",
54
54
  "mime": "3.0.0",
55
55
  "minimatch": "3.0.5",
56
- "nanoid": "3.3.1",
56
+ "nanoid": "3.3.2",
57
57
  "node-fetch": "2.6.7",
58
- "node-forge": "1.2.1",
58
+ "node-forge": "1.3.1",
59
59
  "nullthrows": "1.1.1",
60
60
  "ora": "5.1.0",
61
61
  "pkg-dir": "4.2.0",
@@ -77,8 +77,8 @@
77
77
  "devDependencies": {
78
78
  "@graphql-codegen/cli": "2.6.2",
79
79
  "@graphql-codegen/introspection": "2.1.1",
80
- "@graphql-codegen/typescript": "2.4.7",
81
- "@graphql-codegen/typescript-operations": "2.3.4",
80
+ "@graphql-codegen/typescript": "2.4.8",
81
+ "@graphql-codegen/typescript-operations": "2.3.5",
82
82
  "@types/dateformat": "3.0.1",
83
83
  "@types/dicer": "0.2.2",
84
84
  "@types/envinfo": "7.8.1",
@@ -101,7 +101,7 @@
101
101
  "nock": "13.2.4",
102
102
  "tempy": "0.7.0",
103
103
  "ts-deepmerge": "2.0.1",
104
- "typescript": "4.6.2"
104
+ "typescript": "4.6.3"
105
105
  },
106
106
  "engines": {
107
107
  "node": ">=12.0.0"
@@ -195,5 +195,5 @@
195
195
  "generate-graphql-code": "graphql-codegen --config graphql-codegen.yml",
196
196
  "clean": "rm -rf dist build tmp node_modules yarn-error.log"
197
197
  },
198
- "gitHead": "1eae0c75ee4f5ce0b67da5d96065cbf645a605c1"
198
+ "gitHead": "1b02a67d886f7676eddd9ac1d0688230c76c7b16"
199
199
  }