eas-cli 0.58.0 → 0.59.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
@@ -49,6 +49,8 @@ eas --help COMMAND
49
49
  * [`eas build:inspect`](#eas-buildinspect)
50
50
  * [`eas build:list`](#eas-buildlist)
51
51
  * [`eas build:submit`](#eas-buildsubmit)
52
+ * [`eas build:version:set`](#eas-buildversionset)
53
+ * [`eas build:version:sync`](#eas-buildversionsync)
52
54
  * [`eas build:view [BUILD_ID]`](#eas-buildview-build_id)
53
55
  * [`eas channel:create [NAME]`](#eas-channelcreate-name)
54
56
  * [`eas channel:edit [NAME]`](#eas-channeledit-name)
@@ -100,7 +102,7 @@ ALIASES
100
102
  $ eas login
101
103
  ```
102
104
 
103
- _See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/account/login.ts)_
105
+ _See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/account/login.ts)_
104
106
 
105
107
  ## `eas account:logout`
106
108
 
@@ -117,7 +119,7 @@ ALIASES
117
119
  $ eas logout
118
120
  ```
119
121
 
120
- _See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/account/logout.ts)_
122
+ _See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/account/logout.ts)_
121
123
 
122
124
  ## `eas account:view`
123
125
 
@@ -134,7 +136,7 @@ ALIASES
134
136
  $ eas whoami
135
137
  ```
136
138
 
137
- _See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/account/view.ts)_
139
+ _See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/account/view.ts)_
138
140
 
139
141
  ## `eas analytics [STATUS]`
140
142
 
@@ -148,7 +150,7 @@ DESCRIPTION
148
150
  display or change analytics settings
149
151
  ```
150
152
 
151
- _See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/analytics.ts)_
153
+ _See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/analytics.ts)_
152
154
 
153
155
  ## `eas autocomplete [SHELL]`
154
156
 
@@ -197,7 +199,7 @@ DESCRIPTION
197
199
  create a branch
198
200
  ```
199
201
 
200
- _See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/branch/create.ts)_
202
+ _See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/branch/create.ts)_
201
203
 
202
204
  ## `eas branch:delete [NAME]`
203
205
 
@@ -217,7 +219,7 @@ DESCRIPTION
217
219
  delete a branch
218
220
  ```
219
221
 
220
- _See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/branch/delete.ts)_
222
+ _See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/branch/delete.ts)_
221
223
 
222
224
  ## `eas branch:list`
223
225
 
@@ -238,7 +240,7 @@ DESCRIPTION
238
240
  list all branches
239
241
  ```
240
242
 
241
- _See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/branch/list.ts)_
243
+ _See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/branch/list.ts)_
242
244
 
243
245
  ## `eas branch:rename`
244
246
 
@@ -257,7 +259,7 @@ DESCRIPTION
257
259
  rename a branch
258
260
  ```
259
261
 
260
- _See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/branch/rename.ts)_
262
+ _See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/branch/rename.ts)_
261
263
 
262
264
  ## `eas branch:view [NAME]`
263
265
 
@@ -281,7 +283,7 @@ DESCRIPTION
281
283
  view a branch
282
284
  ```
283
285
 
284
- _See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/branch/view.ts)_
286
+ _See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/branch/view.ts)_
285
287
 
286
288
  ## `eas build`
287
289
 
@@ -311,7 +313,7 @@ DESCRIPTION
311
313
  start a build
312
314
  ```
313
315
 
314
- _See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/build/index.ts)_
316
+ _See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/build/index.ts)_
315
317
 
316
318
  ## `eas build:cancel [BUILD_ID]`
317
319
 
@@ -325,7 +327,7 @@ DESCRIPTION
325
327
  cancel a build
326
328
  ```
327
329
 
328
- _See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/build/cancel.ts)_
330
+ _See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/build/cancel.ts)_
329
331
 
330
332
  ## `eas build:configure`
331
333
 
@@ -342,7 +344,7 @@ DESCRIPTION
342
344
  configure the project to support EAS Build
343
345
  ```
344
346
 
345
- _See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/build/configure.ts)_
347
+ _See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/build/configure.ts)_
346
348
 
347
349
  ## `eas build:inspect`
348
350
 
@@ -377,7 +379,7 @@ DESCRIPTION
377
379
  inspect the state of the project at specific build stages, useful for troubleshooting
378
380
  ```
379
381
 
380
- _See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/build/inspect.ts)_
382
+ _See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/build/inspect.ts)_
381
383
 
382
384
  ## `eas build:list`
383
385
 
@@ -410,7 +412,7 @@ DESCRIPTION
410
412
  list all builds for your project
411
413
  ```
412
414
 
413
- _See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/build/list.ts)_
415
+ _See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/build/list.ts)_
414
416
 
415
417
  ## `eas build:submit`
416
418
 
@@ -440,6 +442,44 @@ ALIASES
440
442
  $ eas build:submit
441
443
  ```
442
444
 
445
+ ## `eas build:version:set`
446
+
447
+ Update version of an app.
448
+
449
+ ```
450
+ USAGE
451
+ $ eas build:version:set [-p android|ios] [--profile <value>]
452
+
453
+ FLAGS
454
+ -p, --platform=(android|ios)
455
+ --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined in
456
+ eas.json.
457
+
458
+ DESCRIPTION
459
+ Update version of an app.
460
+ ```
461
+
462
+ _See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/build/version/set.ts)_
463
+
464
+ ## `eas build:version:sync`
465
+
466
+ Update a version in native code with a value stored on EAS servers
467
+
468
+ ```
469
+ USAGE
470
+ $ eas build:version:sync [-p android|ios|all] [--profile <value>]
471
+
472
+ FLAGS
473
+ -p, --platform=(android|ios|all)
474
+ --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined in
475
+ eas.json.
476
+
477
+ DESCRIPTION
478
+ Update a version in native code with a value stored on EAS servers
479
+ ```
480
+
481
+ _See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/build/version/sync.ts)_
482
+
443
483
  ## `eas build:view [BUILD_ID]`
444
484
 
445
485
  view a build for your project
@@ -455,7 +495,7 @@ DESCRIPTION
455
495
  view a build for your project
456
496
  ```
457
497
 
458
- _See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/build/view.ts)_
498
+ _See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/build/view.ts)_
459
499
 
460
500
  ## `eas channel:create [NAME]`
461
501
 
@@ -475,7 +515,7 @@ DESCRIPTION
475
515
  create a channel
476
516
  ```
477
517
 
478
- _See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/channel/create.ts)_
518
+ _See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/channel/create.ts)_
479
519
 
480
520
  ## `eas channel:edit [NAME]`
481
521
 
@@ -496,7 +536,7 @@ DESCRIPTION
496
536
  point a channel at a new branch
497
537
  ```
498
538
 
499
- _See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/channel/edit.ts)_
539
+ _See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/channel/edit.ts)_
500
540
 
501
541
  ## `eas channel:list`
502
542
 
@@ -513,7 +553,7 @@ DESCRIPTION
513
553
  list all channels
514
554
  ```
515
555
 
516
- _See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/channel/list.ts)_
556
+ _See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/channel/list.ts)_
517
557
 
518
558
  ## `eas channel:view [NAME]`
519
559
 
@@ -533,7 +573,7 @@ DESCRIPTION
533
573
  view a channel
534
574
  ```
535
575
 
536
- _See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/channel/view.ts)_
576
+ _See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/channel/view.ts)_
537
577
 
538
578
  ## `eas config`
539
579
 
@@ -551,7 +591,7 @@ DESCRIPTION
551
591
  display project configuration (app.json + eas.json)
552
592
  ```
553
593
 
554
- _See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/config.ts)_
594
+ _See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/config.ts)_
555
595
 
556
596
  ## `eas credentials`
557
597
 
@@ -565,7 +605,7 @@ DESCRIPTION
565
605
  manage credentials
566
606
  ```
567
607
 
568
- _See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/credentials.ts)_
608
+ _See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/credentials.ts)_
569
609
 
570
610
  ## `eas device:create`
571
611
 
@@ -579,7 +619,7 @@ DESCRIPTION
579
619
  register new Apple Devices to use for internal distribution
580
620
  ```
581
621
 
582
- _See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/device/create.ts)_
622
+ _See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/device/create.ts)_
583
623
 
584
624
  ## `eas device:delete`
585
625
 
@@ -597,7 +637,7 @@ DESCRIPTION
597
637
  remove a registered device from your account
598
638
  ```
599
639
 
600
- _See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/device/delete.ts)_
640
+ _See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/device/delete.ts)_
601
641
 
602
642
  ## `eas device:list`
603
643
 
@@ -614,7 +654,7 @@ DESCRIPTION
614
654
  list all registered devices for your account
615
655
  ```
616
656
 
617
- _See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/device/list.ts)_
657
+ _See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/device/list.ts)_
618
658
 
619
659
  ## `eas device:view [UDID]`
620
660
 
@@ -628,7 +668,7 @@ DESCRIPTION
628
668
  view a device for your project
629
669
  ```
630
670
 
631
- _See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/device/view.ts)_
671
+ _See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/device/view.ts)_
632
672
 
633
673
  ## `eas diagnostics`
634
674
 
@@ -642,7 +682,7 @@ DESCRIPTION
642
682
  display environment info
643
683
  ```
644
684
 
645
- _See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/diagnostics.ts)_
685
+ _See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/diagnostics.ts)_
646
686
 
647
687
  ## `eas help [COMMAND]`
648
688
 
@@ -724,7 +764,7 @@ DESCRIPTION
724
764
  generate the local store configuration from the app stores
725
765
  ```
726
766
 
727
- _See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/metadata/pull.ts)_
767
+ _See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/metadata/pull.ts)_
728
768
 
729
769
  ## `eas metadata:push`
730
770
 
@@ -741,7 +781,7 @@ DESCRIPTION
741
781
  sync the local store configuration to the app stores
742
782
  ```
743
783
 
744
- _See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/metadata/push.ts)_
784
+ _See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/metadata/push.ts)_
745
785
 
746
786
  ## `eas project:info`
747
787
 
@@ -755,7 +795,7 @@ DESCRIPTION
755
795
  information about the current project
756
796
  ```
757
797
 
758
- _See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/project/info.ts)_
798
+ _See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/project/info.ts)_
759
799
 
760
800
  ## `eas project:init`
761
801
 
@@ -772,7 +812,7 @@ ALIASES
772
812
  $ eas init
773
813
  ```
774
814
 
775
- _See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/project/init.ts)_
815
+ _See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/project/init.ts)_
776
816
 
777
817
  ## `eas secret:create`
778
818
 
@@ -792,7 +832,7 @@ DESCRIPTION
792
832
  create an environment secret on the current project or owner account
793
833
  ```
794
834
 
795
- _See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/secret/create.ts)_
835
+ _See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/secret/create.ts)_
796
836
 
797
837
  ## `eas secret:delete`
798
838
 
@@ -809,7 +849,7 @@ DESCRIPTION
809
849
  delete an environment secret by ID
810
850
  ```
811
851
 
812
- _See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/secret/delete.ts)_
852
+ _See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/secret/delete.ts)_
813
853
 
814
854
  ## `eas secret:list`
815
855
 
@@ -823,7 +863,7 @@ DESCRIPTION
823
863
  list environment secrets available for your current app
824
864
  ```
825
865
 
826
- _See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/secret/list.ts)_
866
+ _See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/secret/list.ts)_
827
867
 
828
868
  ## `eas submit`
829
869
 
@@ -853,7 +893,7 @@ ALIASES
853
893
  $ eas build:submit
854
894
  ```
855
895
 
856
- _See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/submit.ts)_
896
+ _See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/submit.ts)_
857
897
 
858
898
  ## `eas update`
859
899
 
@@ -883,7 +923,7 @@ DESCRIPTION
883
923
  publish an update group
884
924
  ```
885
925
 
886
- _See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/update/index.ts)_
926
+ _See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/update/index.ts)_
887
927
 
888
928
  ## `eas update:configure`
889
929
 
@@ -900,7 +940,7 @@ DESCRIPTION
900
940
  configure the project to support EAS Update
901
941
  ```
902
942
 
903
- _See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/update/configure.ts)_
943
+ _See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/update/configure.ts)_
904
944
 
905
945
  ## `eas update:delete GROUPID`
906
946
 
@@ -920,7 +960,7 @@ DESCRIPTION
920
960
  delete all the updates in an update group
921
961
  ```
922
962
 
923
- _See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/update/delete.ts)_
963
+ _See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/update/delete.ts)_
924
964
 
925
965
  ## `eas update:list`
926
966
 
@@ -939,7 +979,7 @@ DESCRIPTION
939
979
  view the recent updates for a branch
940
980
  ```
941
981
 
942
- _See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/update/list.ts)_
982
+ _See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/update/list.ts)_
943
983
 
944
984
  ## `eas update:view GROUPID`
945
985
 
@@ -959,7 +999,7 @@ DESCRIPTION
959
999
  update group details
960
1000
  ```
961
1001
 
962
- _See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/update/view.ts)_
1002
+ _See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/update/view.ts)_
963
1003
 
964
1004
  ## `eas webhook:create`
965
1005
 
@@ -979,7 +1019,7 @@ DESCRIPTION
979
1019
  create a webhook
980
1020
  ```
981
1021
 
982
- _See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/webhook/create.ts)_
1022
+ _See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/webhook/create.ts)_
983
1023
 
984
1024
  ## `eas webhook:delete [ID]`
985
1025
 
@@ -996,7 +1036,7 @@ DESCRIPTION
996
1036
  delete a webhook
997
1037
  ```
998
1038
 
999
- _See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/webhook/delete.ts)_
1039
+ _See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/webhook/delete.ts)_
1000
1040
 
1001
1041
  ## `eas webhook:list`
1002
1042
 
@@ -1013,7 +1053,7 @@ DESCRIPTION
1013
1053
  list webhooks
1014
1054
  ```
1015
1055
 
1016
- _See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/webhook/list.ts)_
1056
+ _See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/webhook/list.ts)_
1017
1057
 
1018
1058
  ## `eas webhook:update`
1019
1059
 
@@ -1034,7 +1074,7 @@ DESCRIPTION
1034
1074
  update a webhook
1035
1075
  ```
1036
1076
 
1037
- _See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/webhook/update.ts)_
1077
+ _See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/webhook/update.ts)_
1038
1078
 
1039
1079
  ## `eas webhook:view ID`
1040
1080
 
@@ -1051,7 +1091,7 @@ DESCRIPTION
1051
1091
  view a webhook
1052
1092
  ```
1053
1093
 
1054
- _See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v0.58.0/packages/eas-cli/src/commands/webhook/view.ts)_
1094
+ _See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v0.59.0/packages/eas-cli/src/commands/webhook/view.ts)_
1055
1095
 
1056
1096
  ## `eas whoami`
1057
1097
 
@@ -142,7 +142,7 @@ async function resolveRemoteVersionCodeAsync({ projectDir, projectId, exp, appli
142
142
  return currentBuildVersion;
143
143
  }
144
144
  else if (!buildProfile.autoIncrement && !(remoteVersions === null || remoteVersions === void 0 ? void 0 : remoteVersions.buildVersion)) {
145
- const spinner = (0, ora_1.ora)(`Initializing the versionCode with ${currentBuildVersion}.`).start();
145
+ const spinner = (0, ora_1.ora)(`Initializing versionCode with ${chalk_1.default.bold(currentBuildVersion)}.`).start();
146
146
  try {
147
147
  await AppVersionMutation_1.AppVersionMutation.createAppVersionAsync({
148
148
  appId: projectId,
@@ -152,17 +152,17 @@ async function resolveRemoteVersionCodeAsync({ projectDir, projectId, exp, appli
152
152
  buildVersion: currentBuildVersion,
153
153
  runtimeVersion: (_c = config_plugins_1.Updates.getRuntimeVersionNullable(exp, eas_build_job_1.Platform.ANDROID)) !== null && _c !== void 0 ? _c : undefined,
154
154
  });
155
- spinner.succeed(`Initialized the versionCode with ${currentBuildVersion}.`);
155
+ spinner.succeed(`Initialized versionCode with ${chalk_1.default.bold(currentBuildVersion)}.`);
156
156
  }
157
157
  catch (err) {
158
- spinner.fail(`Failed to initialize the versionCode with ${currentBuildVersion}.`);
158
+ spinner.fail(`Failed to initialize versionCode with ${chalk_1.default.bold(currentBuildVersion)}.`);
159
159
  throw err;
160
160
  }
161
161
  return currentBuildVersion;
162
162
  }
163
163
  else {
164
164
  const nextBuildVersion = (0, versions_1.getNextVersionCode)(currentBuildVersion);
165
- const spinner = (0, ora_1.ora)(`Incrementing the versionCode ${currentBuildVersion} -> ${nextBuildVersion}.`).start();
165
+ const spinner = (0, ora_1.ora)(`Incrementing versionCode from ${chalk_1.default.bold(currentBuildVersion)} to ${chalk_1.default.bold(nextBuildVersion)}.`).start();
166
166
  try {
167
167
  await AppVersionMutation_1.AppVersionMutation.createAppVersionAsync({
168
168
  appId: projectId,
@@ -172,10 +172,10 @@ async function resolveRemoteVersionCodeAsync({ projectDir, projectId, exp, appli
172
172
  buildVersion: String(nextBuildVersion),
173
173
  runtimeVersion: (_f = config_plugins_1.Updates.getRuntimeVersionNullable(exp, eas_build_job_1.Platform.ANDROID)) !== null && _f !== void 0 ? _f : undefined,
174
174
  });
175
- spinner.succeed(`Incremented the versionCode ${currentBuildVersion} -> ${nextBuildVersion}.`);
175
+ spinner.succeed(`Incremented versionCode from ${chalk_1.default.bold(currentBuildVersion)} to ${chalk_1.default.bold(nextBuildVersion)}.`);
176
176
  }
177
177
  catch (err) {
178
- spinner.fail(`Failed to increment the versionCode ${currentBuildVersion} -> ${nextBuildVersion}.`);
178
+ spinner.fail(`Failed to increment versionCode from ${chalk_1.default.bold(currentBuildVersion)} to ${chalk_1.default.bold(nextBuildVersion)}.`);
179
179
  throw err;
180
180
  }
181
181
  return String(nextBuildVersion);
@@ -217,7 +217,7 @@ async function resolveRemoteBuildNumberAsync({ projectDir, projectId, exp, appli
217
217
  return currentBuildVersion;
218
218
  }
219
219
  else if (!buildProfile.autoIncrement && !(remoteVersions === null || remoteVersions === void 0 ? void 0 : remoteVersions.buildVersion)) {
220
- const spinner = (0, ora_1.ora)(`Initializing the buildNumber with ${currentBuildVersion}.`).start();
220
+ const spinner = (0, ora_1.ora)(`Initializing buildNumber with ${chalk_1.default.bold(currentBuildVersion)}.`).start();
221
221
  try {
222
222
  await AppVersionMutation_1.AppVersionMutation.createAppVersionAsync({
223
223
  appId: projectId,
@@ -227,17 +227,17 @@ async function resolveRemoteBuildNumberAsync({ projectDir, projectId, exp, appli
227
227
  buildVersion: currentBuildVersion,
228
228
  runtimeVersion: (_c = config_plugins_1.Updates.getRuntimeVersionNullable(exp, eas_build_job_1.Platform.IOS)) !== null && _c !== void 0 ? _c : undefined,
229
229
  });
230
- spinner.succeed(`Initialized the buildNumber with ${currentBuildVersion}.`);
230
+ spinner.succeed(`Initialized buildNumber with ${chalk_1.default.bold(currentBuildVersion)}.`);
231
231
  }
232
232
  catch (err) {
233
- spinner.fail(`Failed to initialize the buildNumber with ${currentBuildVersion}.`);
233
+ spinner.fail(`Failed to initialize buildNumber with ${chalk_1.default.bold(currentBuildVersion)}.`);
234
234
  throw err;
235
235
  }
236
236
  return currentBuildVersion;
237
237
  }
238
238
  else {
239
239
  const nextBuildVersion = (0, versions_1.getNextBuildNumber)(currentBuildVersion);
240
- const spinner = (0, ora_1.ora)(`Incrementing buildNumber ${currentBuildVersion} -> ${nextBuildVersion}.`).start();
240
+ const spinner = (0, ora_1.ora)(`Incrementing buildNumber from ${chalk_1.default.bold(currentBuildVersion)} to ${chalk_1.default.bold(nextBuildVersion)}.`).start();
241
241
  try {
242
242
  await AppVersionMutation_1.AppVersionMutation.createAppVersionAsync({
243
243
  appId: projectId,
@@ -247,10 +247,10 @@ async function resolveRemoteBuildNumberAsync({ projectDir, projectId, exp, appli
247
247
  buildVersion: nextBuildVersion,
248
248
  runtimeVersion: (_d = config_plugins_1.Updates.getRuntimeVersionNullable(exp, eas_build_job_1.Platform.IOS)) !== null && _d !== void 0 ? _d : undefined,
249
249
  });
250
- spinner.succeed(`Incremented buildNumber ${currentBuildVersion} -> ${nextBuildVersion}.`);
250
+ spinner.succeed(`Incremented buildNumber from ${chalk_1.default.bold(currentBuildVersion)} to ${chalk_1.default.bold(nextBuildVersion)}.`);
251
251
  }
252
252
  catch (err) {
253
- spinner.fail(`Failed to increment buildNumber ${currentBuildVersion} -> ${nextBuildVersion}.`);
253
+ spinner.fail(`Failed to increment buildNumber from ${chalk_1.default.bold(currentBuildVersion)} to ${chalk_1.default.bold(nextBuildVersion)}.`);
254
254
  throw err;
255
255
  }
256
256
  return nextBuildVersion;
@@ -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.98';
9
+ const PLUGIN_PACKAGE_VERSION = '0.0.99';
10
10
  async function runLocalBuildAsync(job, metadata, options) {
11
11
  var _a;
12
12
  const { command, args } = await getCommandAndArgsAsync(job, metadata);
@@ -165,7 +165,9 @@ async function prepareAndStartBuildAsync({ projectDir, flags, moreBuilds, buildP
165
165
  const appPlatform = (0, AppPlatform_1.toAppPlatform)(buildProfile.platform);
166
166
  log_1.default.log(`${platform_1.appPlatformEmojis[appPlatform]} ${chalk_1.default.bold(`${platform_1.appPlatformDisplayNames[appPlatform]} build`)}`);
167
167
  }
168
- (0, remoteVersionSource_1.validateAppConfigForRemoteVersionSource)(buildCtx.exp, buildProfile.platform);
168
+ if ((easJsonCliConfig === null || easJsonCliConfig === void 0 ? void 0 : easJsonCliConfig.appVersionSource) === eas_json_1.AppVersionSource.REMOTE) {
169
+ (0, remoteVersionSource_1.validateAppConfigForRemoteVersionSource)(buildCtx.exp, buildProfile.platform);
170
+ }
169
171
  if (buildCtx.workflow === eas_build_job_1.Workflow.MANAGED) {
170
172
  if (!sdkVersionChecked) {
171
173
  await (0, expoSdk_1.checkExpoSdkIsSupportedAsync)(buildCtx);
@@ -24,13 +24,9 @@ export declare type Scalars = {
24
24
  Boolean: boolean;
25
25
  Int: number;
26
26
  Float: number;
27
- /** Date custom scalar type */
28
27
  DateTime: any;
29
- /** The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf). */
30
28
  JSON: any;
31
- /** The `JSONObject` scalar type represents JSON objects as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf). */
32
29
  JSONObject: any;
33
- /** The `Upload` scalar type represents a file upload. */
34
30
  Upload: any;
35
31
  };
36
32
  export declare type AcceptUserInvitationResult = {
@@ -2831,6 +2827,15 @@ export declare enum StandardOffer {
2831
2827
  /** $348 USD per year, 30 day trial */
2832
2828
  YearlySub = "YEARLY_SUB"
2833
2829
  }
2830
+ export declare type StripeCoupon = {
2831
+ __typename?: 'StripeCoupon';
2832
+ amountOff?: Maybe<Scalars['String']>;
2833
+ appliesTo?: Maybe<Scalars['String']>;
2834
+ id: Scalars['ID'];
2835
+ name: Scalars['String'];
2836
+ percentOff?: Maybe<Scalars['Float']>;
2837
+ valid: Scalars['Boolean'];
2838
+ };
2834
2839
  /** Represents an EAS Submission */
2835
2840
  export declare type Submission = ActivityTimelineProjectActivity & {
2836
2841
  __typename?: 'Submission';
@@ -2926,6 +2931,7 @@ export declare type SubscriptionDetails = {
2926
2931
  addons: Array<AddonDetails>;
2927
2932
  cancelledAt?: Maybe<Scalars['DateTime']>;
2928
2933
  concurrencies?: Maybe<Concurrencies>;
2934
+ coupon?: Maybe<StripeCoupon>;
2929
2935
  endedAt?: Maybe<Scalars['DateTime']>;
2930
2936
  futureSubscription?: Maybe<FutureSubscription>;
2931
2937
  id: Scalars['ID'];
@@ -1 +1 @@
1
- {"version":"0.58.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":{"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of query items to list at once. The default value is 50 (the maximum is 100). Using a lower value may help increase command speed.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","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":{"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of query items to list at once. The default value is 50 (the maximum is 100). Using a lower value may help increase command speed.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","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"]},"resource-class":{"name":"resource-class","type":"option","description":"The instance type that will be used to run this build [experimental]","hidden":true,"helpValue":"(default|large)","multiple":false,"options":["default","large"]},"message":{"name":"message","type":"option","char":"m","description":"A short message describing the build","multiple":false}},"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"}]},"metadata:pull":{"id":"metadata:pull","description":"generate the local store configuration from the app stores","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"profile":{"name":"profile","type":"option","description":"Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.","multiple":false}},"args":[],"_globalFlags":{}},"metadata:push":{"id":"metadata:push","description":"sync the local store configuration to the app stores","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"profile":{"name":"profile","type":"option","description":"Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.","multiple":false}},"args":[],"_globalFlags":{}},"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},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run command in non-interactive mode","allowNo":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}]},"build:version:set":{"id":"build:version:set","description":"Update version of an app.","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","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false}},"args":[],"_globalFlags":{}},"build:version:sync":{"id":"build:version:sync","description":"Update a version in native code with a value stored on EAS servers","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"]},"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}},"args":[],"_globalFlags":{}}}}
1
+ {"version":"0.59.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":[]},"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":[]},"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}]},"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}]},"branch:list":{"id":"branch:list","description":"list all branches","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of query items to list at once. The default value is 50 (the maximum is 100). Using a lower value may help increase command speed.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[]},"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":[]},"branch:view":{"id":"branch:view","description":"view a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of query items to list at once. The default value is 50 (the maximum is 100). Using a lower value may help increase command speed.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to view","required":false}]},"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":[]},"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"]},"resource-class":{"name":"resource-class","type":"option","description":"The instance type that will be used to run this build [experimental]","hidden":true,"helpValue":"(default|large)","multiple":false,"options":["default","large"]},"message":{"name":"message","type":"option","char":"m","description":"A short message describing the build","multiple":false}},"args":[]},"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":[]},"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":[]},"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"}]},"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}]},"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}]},"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}]},"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":[]},"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}]},"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}]},"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":[]},"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":[]},"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"}]},"metadata:pull":{"id":"metadata:pull","description":"generate the local store configuration from the app stores","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"profile":{"name":"profile","type":"option","description":"Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.","multiple":false}},"args":[]},"metadata:push":{"id":"metadata:push","description":"sync the local store configuration to the app stores","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"profile":{"name":"profile","type":"option","description":"Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.","multiple":false}},"args":[]},"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":[]},"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":[]},"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":[]},"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}]},"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},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run command in non-interactive mode","allowNo":false}},"args":[]},"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":[]},"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}]},"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":[]},"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":[]},"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":[]},"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}]},"build:version:set":{"id":"build:version:set","description":"Update version of an app.","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","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false}},"args":[]},"build:version:sync":{"id":"build:version:sync","description":"Update a version in native code with a value stored on EAS servers","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"]},"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}},"args":[]}}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "eas-cli",
3
3
  "description": "EAS command line tool",
4
- "version": "0.58.0",
4
+ "version": "0.59.0",
5
5
  "author": "Expo <support@expo.dev>",
6
6
  "bin": {
7
7
  "eas": "./bin/run"
@@ -10,11 +10,11 @@
10
10
  "dependencies": {
11
11
  "@expo/apple-utils": "0.0.0-alpha.33",
12
12
  "@expo/code-signing-certificates": "0.0.2",
13
- "@expo/config": "6.0.23",
14
- "@expo/config-plugins": "4.1.4",
15
- "@expo/config-types": "45.0.0",
13
+ "@expo/config": "7.0.0",
14
+ "@expo/config-plugins": "5.0.0",
15
+ "@expo/config-types": "46.0.1",
16
16
  "@expo/eas-build-job": "0.2.85",
17
- "@expo/eas-json": "0.58.0",
17
+ "@expo/eas-json": "0.59.0",
18
18
  "@expo/json-file": "8.2.36",
19
19
  "@expo/multipart-body-parser": "1.1.0",
20
20
  "@expo/pkcs12": "0.0.8",
@@ -22,17 +22,17 @@
22
22
  "@expo/plugin-autocomplete": "1.4.0",
23
23
  "@expo/plugin-help": "5.2.0",
24
24
  "@expo/plugin-warn-if-update-available": "2.3.0",
25
- "@expo/prebuild-config": "3.1.6",
25
+ "@expo/prebuild-config": "5.0.2",
26
26
  "@expo/results": "1.0.0",
27
27
  "@expo/rudder-sdk-node": "1.1.1",
28
- "@expo/spawn-async": "1.6.0",
28
+ "@expo/spawn-async": "1.7.0",
29
29
  "@expo/timeago.js": "1.0.0",
30
- "@oclif/core": "1.9.0",
31
- "@urql/core": "2.4.4",
30
+ "@oclif/core": "1.13.10",
31
+ "@urql/core": "2.6.1",
32
32
  "@urql/exchange-retry": "0.3.3",
33
33
  "ajv": "^6.12.6",
34
34
  "chalk": "4.1.2",
35
- "cli-progress": "3.11.0",
35
+ "cli-progress": "3.11.2",
36
36
  "cli-table3": "0.6.2",
37
37
  "dateformat": "4.6.3",
38
38
  "env-paths": "2.2.0",
@@ -54,7 +54,7 @@
54
54
  "keychain": "1.3.0",
55
55
  "log-symbols": "4.1.0",
56
56
  "mime": "3.0.0",
57
- "minimatch": "5.0.1",
57
+ "minimatch": "5.1.0",
58
58
  "nanoid": "3.3.4",
59
59
  "node-fetch": "2.6.7",
60
60
  "node-forge": "1.3.1",
@@ -77,33 +77,34 @@
77
77
  "wrap-ansi": "7.0.0"
78
78
  },
79
79
  "devDependencies": {
80
- "@graphql-codegen/cli": "2.6.2",
81
- "@graphql-codegen/introspection": "2.1.1",
82
- "@graphql-codegen/typescript": "2.4.11",
83
- "@graphql-codegen/typescript-operations": "2.4.0",
84
- "@types/cli-progress": "3.9.2",
80
+ "@graphql-codegen/cli": "2.11.5",
81
+ "@graphql-codegen/introspection": "2.2.1",
82
+ "@graphql-codegen/typescript": "2.7.3",
83
+ "@graphql-codegen/typescript-operations": "2.5.3",
84
+ "@types/cli-progress": "3.11.0",
85
85
  "@types/dateformat": "3.0.1",
86
86
  "@types/envinfo": "7.8.1",
87
87
  "@types/fs-extra": "9.0.13",
88
88
  "@types/getenv": "^1.0.0",
89
89
  "@types/mime": "2.0.3",
90
- "@types/node-fetch": "^2.5.7",
91
- "@types/node-forge": "1.0.2",
90
+ "@types/node-fetch": "2.6.2",
91
+ "@types/node-forge": "1.0.4",
92
92
  "@types/prompts": "2.0.14",
93
- "@types/semver": "7.3.9",
94
- "@types/tar": "6.1.1",
93
+ "@types/semver": "7.3.10",
94
+ "@types/tar": "6.1.2",
95
95
  "@types/tough-cookie": "4.0.2",
96
96
  "@types/uuid": "8.3.4",
97
97
  "@types/wrap-ansi": "3.0.0",
98
98
  "axios": "0.27.2",
99
99
  "eslint-plugin-graphql": "4.0.0",
100
100
  "form-data": "4.0.0",
101
- "memfs": "3.4.3",
101
+ "memfs": "3.4.7",
102
102
  "mockdate": "3.0.5",
103
- "nock": "13.2.4",
103
+ "nock": "13.2.9",
104
104
  "tempy": "0.7.0",
105
- "ts-deepmerge": "2.0.1",
105
+ "ts-deepmerge": "2.0.5",
106
106
  "ts-mockito": "2.6.1",
107
+ "ts-node": "10.9.1",
107
108
  "typescript": "4.7.4"
108
109
  },
109
110
  "engines": {
@@ -206,5 +207,5 @@
206
207
  "node": "18.6.0",
207
208
  "yarn": "1.22.19"
208
209
  },
209
- "gitHead": "bb249345a77f7d4a179301cf1260ac56e1809083"
210
+ "gitHead": "8281a68e2ed0a20896e1da94e6773c5fd15a6e9c"
210
211
  }