eas-cli 1.1.0 → 1.1.1
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 +76 -46
- package/build/analytics/events.d.ts +4 -1
- package/build/analytics/events.js +3 -0
- package/build/credentials/ios/appstore/ascApiKey.d.ts +11 -0
- package/build/credentials/ios/appstore/ascApiKey.js +53 -3
- package/build/vcs/local.d.ts +1 -0
- package/build/vcs/local.js +11 -2
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -58,11 +58,13 @@ eas --help COMMAND
|
|
|
58
58
|
* [`eas channel:view [NAME]`](#eas-channelview-name)
|
|
59
59
|
* [`eas config`](#eas-config)
|
|
60
60
|
* [`eas credentials`](#eas-credentials)
|
|
61
|
+
* [`eas database:create`](#eas-databasecreate)
|
|
61
62
|
* [`eas device:create`](#eas-devicecreate)
|
|
62
63
|
* [`eas device:delete`](#eas-devicedelete)
|
|
63
64
|
* [`eas device:list`](#eas-devicelist)
|
|
64
65
|
* [`eas device:view [UDID]`](#eas-deviceview-udid)
|
|
65
66
|
* [`eas diagnostics`](#eas-diagnostics)
|
|
67
|
+
* [`eas functions:start`](#eas-functionsstart)
|
|
66
68
|
* [`eas help [COMMAND]`](#eas-help-command)
|
|
67
69
|
* [`eas init`](#eas-init)
|
|
68
70
|
* [`eas login`](#eas-login)
|
|
@@ -102,7 +104,7 @@ ALIASES
|
|
|
102
104
|
$ eas login
|
|
103
105
|
```
|
|
104
106
|
|
|
105
|
-
_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
107
|
+
_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/account/login.ts)_
|
|
106
108
|
|
|
107
109
|
## `eas account:logout`
|
|
108
110
|
|
|
@@ -119,7 +121,7 @@ ALIASES
|
|
|
119
121
|
$ eas logout
|
|
120
122
|
```
|
|
121
123
|
|
|
122
|
-
_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
124
|
+
_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/account/logout.ts)_
|
|
123
125
|
|
|
124
126
|
## `eas account:view`
|
|
125
127
|
|
|
@@ -136,7 +138,7 @@ ALIASES
|
|
|
136
138
|
$ eas whoami
|
|
137
139
|
```
|
|
138
140
|
|
|
139
|
-
_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
141
|
+
_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/account/view.ts)_
|
|
140
142
|
|
|
141
143
|
## `eas analytics [STATUS]`
|
|
142
144
|
|
|
@@ -150,7 +152,7 @@ DESCRIPTION
|
|
|
150
152
|
display or change analytics settings
|
|
151
153
|
```
|
|
152
154
|
|
|
153
|
-
_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
155
|
+
_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/analytics.ts)_
|
|
154
156
|
|
|
155
157
|
## `eas autocomplete [SHELL]`
|
|
156
158
|
|
|
@@ -199,7 +201,7 @@ DESCRIPTION
|
|
|
199
201
|
create a branch
|
|
200
202
|
```
|
|
201
203
|
|
|
202
|
-
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
204
|
+
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/branch/create.ts)_
|
|
203
205
|
|
|
204
206
|
## `eas branch:delete [NAME]`
|
|
205
207
|
|
|
@@ -219,7 +221,7 @@ DESCRIPTION
|
|
|
219
221
|
delete a branch
|
|
220
222
|
```
|
|
221
223
|
|
|
222
|
-
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
224
|
+
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
223
225
|
|
|
224
226
|
## `eas branch:list`
|
|
225
227
|
|
|
@@ -240,7 +242,7 @@ DESCRIPTION
|
|
|
240
242
|
list all branches
|
|
241
243
|
```
|
|
242
244
|
|
|
243
|
-
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
245
|
+
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/branch/list.ts)_
|
|
244
246
|
|
|
245
247
|
## `eas branch:rename`
|
|
246
248
|
|
|
@@ -259,7 +261,7 @@ DESCRIPTION
|
|
|
259
261
|
rename a branch
|
|
260
262
|
```
|
|
261
263
|
|
|
262
|
-
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
264
|
+
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
263
265
|
|
|
264
266
|
## `eas branch:view [NAME]`
|
|
265
267
|
|
|
@@ -283,7 +285,7 @@ DESCRIPTION
|
|
|
283
285
|
view a branch
|
|
284
286
|
```
|
|
285
287
|
|
|
286
|
-
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
288
|
+
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/branch/view.ts)_
|
|
287
289
|
|
|
288
290
|
## `eas build`
|
|
289
291
|
|
|
@@ -313,7 +315,7 @@ DESCRIPTION
|
|
|
313
315
|
start a build
|
|
314
316
|
```
|
|
315
317
|
|
|
316
|
-
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
318
|
+
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/build/index.ts)_
|
|
317
319
|
|
|
318
320
|
## `eas build:cancel [BUILD_ID]`
|
|
319
321
|
|
|
@@ -327,7 +329,7 @@ DESCRIPTION
|
|
|
327
329
|
cancel a build
|
|
328
330
|
```
|
|
329
331
|
|
|
330
|
-
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
332
|
+
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
331
333
|
|
|
332
334
|
## `eas build:configure`
|
|
333
335
|
|
|
@@ -344,7 +346,7 @@ DESCRIPTION
|
|
|
344
346
|
configure the project to support EAS Build
|
|
345
347
|
```
|
|
346
348
|
|
|
347
|
-
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
349
|
+
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/build/configure.ts)_
|
|
348
350
|
|
|
349
351
|
## `eas build:inspect`
|
|
350
352
|
|
|
@@ -379,7 +381,7 @@ DESCRIPTION
|
|
|
379
381
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
380
382
|
```
|
|
381
383
|
|
|
382
|
-
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
384
|
+
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
383
385
|
|
|
384
386
|
## `eas build:list`
|
|
385
387
|
|
|
@@ -412,7 +414,7 @@ DESCRIPTION
|
|
|
412
414
|
list all builds for your project
|
|
413
415
|
```
|
|
414
416
|
|
|
415
|
-
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
417
|
+
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/build/list.ts)_
|
|
416
418
|
|
|
417
419
|
## `eas build:submit`
|
|
418
420
|
|
|
@@ -459,7 +461,7 @@ DESCRIPTION
|
|
|
459
461
|
Update version of an app.
|
|
460
462
|
```
|
|
461
463
|
|
|
462
|
-
_See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
464
|
+
_See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
463
465
|
|
|
464
466
|
## `eas build:version:sync`
|
|
465
467
|
|
|
@@ -478,7 +480,7 @@ DESCRIPTION
|
|
|
478
480
|
Update a version in native code with a value stored on EAS servers
|
|
479
481
|
```
|
|
480
482
|
|
|
481
|
-
_See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
483
|
+
_See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
482
484
|
|
|
483
485
|
## `eas build:view [BUILD_ID]`
|
|
484
486
|
|
|
@@ -495,7 +497,7 @@ DESCRIPTION
|
|
|
495
497
|
view a build for your project
|
|
496
498
|
```
|
|
497
499
|
|
|
498
|
-
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
500
|
+
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/build/view.ts)_
|
|
499
501
|
|
|
500
502
|
## `eas channel:create [NAME]`
|
|
501
503
|
|
|
@@ -515,7 +517,7 @@ DESCRIPTION
|
|
|
515
517
|
create a channel
|
|
516
518
|
```
|
|
517
519
|
|
|
518
|
-
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
520
|
+
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/channel/create.ts)_
|
|
519
521
|
|
|
520
522
|
## `eas channel:edit [NAME]`
|
|
521
523
|
|
|
@@ -536,7 +538,7 @@ DESCRIPTION
|
|
|
536
538
|
point a channel at a new branch
|
|
537
539
|
```
|
|
538
540
|
|
|
539
|
-
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
541
|
+
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
540
542
|
|
|
541
543
|
## `eas channel:list`
|
|
542
544
|
|
|
@@ -553,7 +555,7 @@ DESCRIPTION
|
|
|
553
555
|
list all channels
|
|
554
556
|
```
|
|
555
557
|
|
|
556
|
-
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
558
|
+
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/channel/list.ts)_
|
|
557
559
|
|
|
558
560
|
## `eas channel:view [NAME]`
|
|
559
561
|
|
|
@@ -573,7 +575,7 @@ DESCRIPTION
|
|
|
573
575
|
view a channel
|
|
574
576
|
```
|
|
575
577
|
|
|
576
|
-
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
578
|
+
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/channel/view.ts)_
|
|
577
579
|
|
|
578
580
|
## `eas config`
|
|
579
581
|
|
|
@@ -591,7 +593,7 @@ DESCRIPTION
|
|
|
591
593
|
display project configuration (app.json + eas.json)
|
|
592
594
|
```
|
|
593
595
|
|
|
594
|
-
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
596
|
+
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/config.ts)_
|
|
595
597
|
|
|
596
598
|
## `eas credentials`
|
|
597
599
|
|
|
@@ -608,7 +610,21 @@ DESCRIPTION
|
|
|
608
610
|
manage credentials
|
|
609
611
|
```
|
|
610
612
|
|
|
611
|
-
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
613
|
+
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/credentials.ts)_
|
|
614
|
+
|
|
615
|
+
## `eas database:create`
|
|
616
|
+
|
|
617
|
+
create a database
|
|
618
|
+
|
|
619
|
+
```
|
|
620
|
+
USAGE
|
|
621
|
+
$ eas database:create
|
|
622
|
+
|
|
623
|
+
DESCRIPTION
|
|
624
|
+
create a database
|
|
625
|
+
```
|
|
626
|
+
|
|
627
|
+
_See code: [src/commands/database/create.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/database/create.ts)_
|
|
612
628
|
|
|
613
629
|
## `eas device:create`
|
|
614
630
|
|
|
@@ -622,7 +638,7 @@ DESCRIPTION
|
|
|
622
638
|
register new Apple Devices to use for internal distribution
|
|
623
639
|
```
|
|
624
640
|
|
|
625
|
-
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
641
|
+
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/device/create.ts)_
|
|
626
642
|
|
|
627
643
|
## `eas device:delete`
|
|
628
644
|
|
|
@@ -640,7 +656,7 @@ DESCRIPTION
|
|
|
640
656
|
remove a registered device from your account
|
|
641
657
|
```
|
|
642
658
|
|
|
643
|
-
_See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
659
|
+
_See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/device/delete.ts)_
|
|
644
660
|
|
|
645
661
|
## `eas device:list`
|
|
646
662
|
|
|
@@ -657,7 +673,7 @@ DESCRIPTION
|
|
|
657
673
|
list all registered devices for your account
|
|
658
674
|
```
|
|
659
675
|
|
|
660
|
-
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
676
|
+
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/device/list.ts)_
|
|
661
677
|
|
|
662
678
|
## `eas device:view [UDID]`
|
|
663
679
|
|
|
@@ -671,7 +687,7 @@ DESCRIPTION
|
|
|
671
687
|
view a device for your project
|
|
672
688
|
```
|
|
673
689
|
|
|
674
|
-
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
690
|
+
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/device/view.ts)_
|
|
675
691
|
|
|
676
692
|
## `eas diagnostics`
|
|
677
693
|
|
|
@@ -685,7 +701,21 @@ DESCRIPTION
|
|
|
685
701
|
display environment info
|
|
686
702
|
```
|
|
687
703
|
|
|
688
|
-
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
704
|
+
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
705
|
+
|
|
706
|
+
## `eas functions:start`
|
|
707
|
+
|
|
708
|
+
start a function
|
|
709
|
+
|
|
710
|
+
```
|
|
711
|
+
USAGE
|
|
712
|
+
$ eas functions:start
|
|
713
|
+
|
|
714
|
+
DESCRIPTION
|
|
715
|
+
start a function
|
|
716
|
+
```
|
|
717
|
+
|
|
718
|
+
_See code: [src/commands/functions/start.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/functions/start.ts)_
|
|
689
719
|
|
|
690
720
|
## `eas help [COMMAND]`
|
|
691
721
|
|
|
@@ -767,7 +797,7 @@ DESCRIPTION
|
|
|
767
797
|
generate the local store configuration from the app stores
|
|
768
798
|
```
|
|
769
799
|
|
|
770
|
-
_See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
800
|
+
_See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
771
801
|
|
|
772
802
|
## `eas metadata:push`
|
|
773
803
|
|
|
@@ -784,7 +814,7 @@ DESCRIPTION
|
|
|
784
814
|
sync the local store configuration to the app stores
|
|
785
815
|
```
|
|
786
816
|
|
|
787
|
-
_See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
817
|
+
_See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
788
818
|
|
|
789
819
|
## `eas project:info`
|
|
790
820
|
|
|
@@ -798,7 +828,7 @@ DESCRIPTION
|
|
|
798
828
|
information about the current project
|
|
799
829
|
```
|
|
800
830
|
|
|
801
|
-
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
831
|
+
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/project/info.ts)_
|
|
802
832
|
|
|
803
833
|
## `eas project:init`
|
|
804
834
|
|
|
@@ -815,7 +845,7 @@ ALIASES
|
|
|
815
845
|
$ eas init
|
|
816
846
|
```
|
|
817
847
|
|
|
818
|
-
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
848
|
+
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/project/init.ts)_
|
|
819
849
|
|
|
820
850
|
## `eas secret:create`
|
|
821
851
|
|
|
@@ -835,7 +865,7 @@ DESCRIPTION
|
|
|
835
865
|
create an environment secret on the current project or owner account
|
|
836
866
|
```
|
|
837
867
|
|
|
838
|
-
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
868
|
+
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/secret/create.ts)_
|
|
839
869
|
|
|
840
870
|
## `eas secret:delete`
|
|
841
871
|
|
|
@@ -852,7 +882,7 @@ DESCRIPTION
|
|
|
852
882
|
delete an environment secret by ID
|
|
853
883
|
```
|
|
854
884
|
|
|
855
|
-
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
885
|
+
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/secret/delete.ts)_
|
|
856
886
|
|
|
857
887
|
## `eas secret:list`
|
|
858
888
|
|
|
@@ -866,7 +896,7 @@ DESCRIPTION
|
|
|
866
896
|
list environment secrets available for your current app
|
|
867
897
|
```
|
|
868
898
|
|
|
869
|
-
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
899
|
+
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/secret/list.ts)_
|
|
870
900
|
|
|
871
901
|
## `eas submit`
|
|
872
902
|
|
|
@@ -896,7 +926,7 @@ ALIASES
|
|
|
896
926
|
$ eas build:submit
|
|
897
927
|
```
|
|
898
928
|
|
|
899
|
-
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
929
|
+
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/submit.ts)_
|
|
900
930
|
|
|
901
931
|
## `eas update`
|
|
902
932
|
|
|
@@ -926,7 +956,7 @@ DESCRIPTION
|
|
|
926
956
|
publish an update group
|
|
927
957
|
```
|
|
928
958
|
|
|
929
|
-
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
959
|
+
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/update/index.ts)_
|
|
930
960
|
|
|
931
961
|
## `eas update:configure`
|
|
932
962
|
|
|
@@ -943,7 +973,7 @@ DESCRIPTION
|
|
|
943
973
|
configure the project to support EAS Update
|
|
944
974
|
```
|
|
945
975
|
|
|
946
|
-
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
976
|
+
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/update/configure.ts)_
|
|
947
977
|
|
|
948
978
|
## `eas update:delete GROUPID`
|
|
949
979
|
|
|
@@ -963,7 +993,7 @@ DESCRIPTION
|
|
|
963
993
|
delete all the updates in an update group
|
|
964
994
|
```
|
|
965
995
|
|
|
966
|
-
_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
996
|
+
_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/update/delete.ts)_
|
|
967
997
|
|
|
968
998
|
## `eas update:list`
|
|
969
999
|
|
|
@@ -982,7 +1012,7 @@ DESCRIPTION
|
|
|
982
1012
|
view the recent updates for a branch
|
|
983
1013
|
```
|
|
984
1014
|
|
|
985
|
-
_See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
1015
|
+
_See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/update/list.ts)_
|
|
986
1016
|
|
|
987
1017
|
## `eas update:view GROUPID`
|
|
988
1018
|
|
|
@@ -1002,7 +1032,7 @@ DESCRIPTION
|
|
|
1002
1032
|
update group details
|
|
1003
1033
|
```
|
|
1004
1034
|
|
|
1005
|
-
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
1035
|
+
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/update/view.ts)_
|
|
1006
1036
|
|
|
1007
1037
|
## `eas webhook:create`
|
|
1008
1038
|
|
|
@@ -1022,7 +1052,7 @@ DESCRIPTION
|
|
|
1022
1052
|
create a webhook
|
|
1023
1053
|
```
|
|
1024
1054
|
|
|
1025
|
-
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
1055
|
+
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1026
1056
|
|
|
1027
1057
|
## `eas webhook:delete [ID]`
|
|
1028
1058
|
|
|
@@ -1039,7 +1069,7 @@ DESCRIPTION
|
|
|
1039
1069
|
delete a webhook
|
|
1040
1070
|
```
|
|
1041
1071
|
|
|
1042
|
-
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
1072
|
+
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1043
1073
|
|
|
1044
1074
|
## `eas webhook:list`
|
|
1045
1075
|
|
|
@@ -1056,7 +1086,7 @@ DESCRIPTION
|
|
|
1056
1086
|
list webhooks
|
|
1057
1087
|
```
|
|
1058
1088
|
|
|
1059
|
-
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
1089
|
+
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1060
1090
|
|
|
1061
1091
|
## `eas webhook:update`
|
|
1062
1092
|
|
|
@@ -1077,7 +1107,7 @@ DESCRIPTION
|
|
|
1077
1107
|
update a webhook
|
|
1078
1108
|
```
|
|
1079
1109
|
|
|
1080
|
-
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
1110
|
+
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1081
1111
|
|
|
1082
1112
|
## `eas webhook:view ID`
|
|
1083
1113
|
|
|
@@ -1094,7 +1124,7 @@ DESCRIPTION
|
|
|
1094
1124
|
view a webhook
|
|
1095
1125
|
```
|
|
1096
1126
|
|
|
1097
|
-
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v1.1.
|
|
1127
|
+
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v1.1.1/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
1098
1128
|
|
|
1099
1129
|
## `eas whoami`
|
|
1100
1130
|
|
|
@@ -12,7 +12,10 @@ export declare enum SubmissionEvent {
|
|
|
12
12
|
GATHER_ARCHIVE_FAIL = "submit cli gather archive fail",
|
|
13
13
|
SUBMIT_REQUEST_ATTEMPT = "submit cli request attempt",
|
|
14
14
|
SUBMIT_REQUEST_SUCCESS = "submit cli request success",
|
|
15
|
-
SUBMIT_REQUEST_FAIL = "submit cli request fail"
|
|
15
|
+
SUBMIT_REQUEST_FAIL = "submit cli request fail",
|
|
16
|
+
API_KEY_DOWNLOAD_FAIL = "submit cli credentials api key download fail",
|
|
17
|
+
API_KEY_DOWNLOAD_RETRY = "submit cli credentials api key download fail temporary",
|
|
18
|
+
API_KEY_DOWNLOAD_SUCCESS = "submit cli credentials api key download succeed"
|
|
16
19
|
}
|
|
17
20
|
export declare enum BuildEvent {
|
|
18
21
|
BUILD_COMMAND = "build cli build command",
|
|
@@ -17,6 +17,9 @@ var SubmissionEvent;
|
|
|
17
17
|
SubmissionEvent["SUBMIT_REQUEST_ATTEMPT"] = "submit cli request attempt";
|
|
18
18
|
SubmissionEvent["SUBMIT_REQUEST_SUCCESS"] = "submit cli request success";
|
|
19
19
|
SubmissionEvent["SUBMIT_REQUEST_FAIL"] = "submit cli request fail";
|
|
20
|
+
SubmissionEvent["API_KEY_DOWNLOAD_FAIL"] = "submit cli credentials api key download fail";
|
|
21
|
+
SubmissionEvent["API_KEY_DOWNLOAD_RETRY"] = "submit cli credentials api key download fail temporary";
|
|
22
|
+
SubmissionEvent["API_KEY_DOWNLOAD_SUCCESS"] = "submit cli credentials api key download succeed";
|
|
20
23
|
})(SubmissionEvent = exports.SubmissionEvent || (exports.SubmissionEvent = {}));
|
|
21
24
|
var BuildEvent;
|
|
22
25
|
(function (BuildEvent) {
|
|
@@ -12,6 +12,17 @@ export declare function listAscApiKeysAsync(userAuthCtx: UserAuthCtx): Promise<A
|
|
|
12
12
|
* **Does not support App Store Connect API (CI).**
|
|
13
13
|
*/
|
|
14
14
|
export declare function getAscApiKeyAsync(userAuthCtx: UserAuthCtx, keyId: string): Promise<AscApiKeyInfo | null>;
|
|
15
|
+
/**
|
|
16
|
+
* There is a bug in Apple's infrastructure that does not propagate newly created objects for a
|
|
17
|
+
* while. If the key has not propagated and you try to download it, Apple will error saying that
|
|
18
|
+
* the resource does not exist. We retry with exponential backoff until the key propagates and
|
|
19
|
+
* is available for download.
|
|
20
|
+
* */
|
|
21
|
+
export declare function downloadWithRetryAsync(key: ApiKey, { minTimeout, retries, factor, }?: {
|
|
22
|
+
minTimeout?: number;
|
|
23
|
+
retries?: number;
|
|
24
|
+
factor?: number;
|
|
25
|
+
}): Promise<string | null>;
|
|
15
26
|
/**
|
|
16
27
|
* Create an App Store Connect API Key.
|
|
17
28
|
* **Does not support App Store Connect API (CI).**
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getAscApiKeyInfo = exports.revokeAscApiKeyAsync = exports.createAscApiKeyAsync = exports.getAscApiKeyAsync = exports.listAscApiKeysAsync = void 0;
|
|
3
|
+
exports.getAscApiKeyInfo = exports.revokeAscApiKeyAsync = exports.createAscApiKeyAsync = exports.downloadWithRetryAsync = exports.getAscApiKeyAsync = exports.listAscApiKeysAsync = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const apple_utils_1 = require("@expo/apple-utils");
|
|
6
|
-
const
|
|
6
|
+
const promise_retry_1 = tslib_1.__importDefault(require("promise-retry"));
|
|
7
|
+
const events_1 = require("../../../analytics/events");
|
|
8
|
+
const log_1 = tslib_1.__importStar(require("../../../log"));
|
|
7
9
|
const ora_1 = require("../../../ora");
|
|
8
10
|
const authenticate_1 = require("./authenticate");
|
|
9
11
|
/**
|
|
@@ -49,6 +51,54 @@ async function getAscApiKeyAsync(userAuthCtx, keyId) {
|
|
|
49
51
|
}
|
|
50
52
|
}
|
|
51
53
|
exports.getAscApiKeyAsync = getAscApiKeyAsync;
|
|
54
|
+
/**
|
|
55
|
+
* There is a bug in Apple's infrastructure that does not propagate newly created objects for a
|
|
56
|
+
* while. If the key has not propagated and you try to download it, Apple will error saying that
|
|
57
|
+
* the resource does not exist. We retry with exponential backoff until the key propagates and
|
|
58
|
+
* is available for download.
|
|
59
|
+
* */
|
|
60
|
+
async function downloadWithRetryAsync(key, { minTimeout = 1000, retries = 6, factor = 2, } = {}) {
|
|
61
|
+
const RESOURCE_DOES_NOT_EXIST_MESSAGE = 'The specified resource does not exist - There is no resource of type';
|
|
62
|
+
try {
|
|
63
|
+
const keyP8 = await (0, promise_retry_1.default)(async (retry, number) => {
|
|
64
|
+
try {
|
|
65
|
+
return await key.downloadAsync();
|
|
66
|
+
}
|
|
67
|
+
catch (e) {
|
|
68
|
+
if (e.name === 'UnexpectedAppleResponse' &&
|
|
69
|
+
e.message.includes(RESOURCE_DOES_NOT_EXIST_MESSAGE)) {
|
|
70
|
+
const secondsToRetry = Math.pow(factor, number);
|
|
71
|
+
log_1.default.log(`Received an unexpected response from Apple, retrying in ${secondsToRetry} seconds...`);
|
|
72
|
+
events_1.Analytics.logEvent(events_1.SubmissionEvent.API_KEY_DOWNLOAD_RETRY, {
|
|
73
|
+
errorName: e.name,
|
|
74
|
+
reason: e.message,
|
|
75
|
+
retry: number,
|
|
76
|
+
});
|
|
77
|
+
return retry(e);
|
|
78
|
+
}
|
|
79
|
+
throw e;
|
|
80
|
+
}
|
|
81
|
+
}, {
|
|
82
|
+
retries,
|
|
83
|
+
factor,
|
|
84
|
+
minTimeout,
|
|
85
|
+
});
|
|
86
|
+
events_1.Analytics.logEvent(events_1.SubmissionEvent.API_KEY_DOWNLOAD_SUCCESS, {});
|
|
87
|
+
return keyP8;
|
|
88
|
+
}
|
|
89
|
+
catch (e) {
|
|
90
|
+
if (e.name === 'UnexpectedAppleResponse' &&
|
|
91
|
+
e.message.includes(RESOURCE_DOES_NOT_EXIST_MESSAGE)) {
|
|
92
|
+
log_1.default.warn(`Unable to download Api Key from Apple at this time. Create and upload your key manually by running 'eas credentials' ${(0, log_1.learnMore)('https://expo.fyi/creating-asc-api-key')}`);
|
|
93
|
+
}
|
|
94
|
+
events_1.Analytics.logEvent(events_1.SubmissionEvent.API_KEY_DOWNLOAD_FAIL, {
|
|
95
|
+
errorName: e.name,
|
|
96
|
+
reason: e.message,
|
|
97
|
+
});
|
|
98
|
+
throw e;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
exports.downloadWithRetryAsync = downloadWithRetryAsync;
|
|
52
102
|
/**
|
|
53
103
|
* Create an App Store Connect API Key.
|
|
54
104
|
* **Does not support App Store Connect API (CI).**
|
|
@@ -63,7 +113,7 @@ async function createAscApiKeyAsync(userAuthCtx, { nickname, allAppsVisible, rol
|
|
|
63
113
|
roles: roles !== null && roles !== void 0 ? roles : [apple_utils_1.UserRole.ADMIN],
|
|
64
114
|
keyType: keyType !== null && keyType !== void 0 ? keyType : apple_utils_1.ApiKeyType.PUBLIC_API,
|
|
65
115
|
});
|
|
66
|
-
const keyP8 = await key
|
|
116
|
+
const keyP8 = await downloadWithRetryAsync(key);
|
|
67
117
|
if (!keyP8) {
|
|
68
118
|
const { nickname, roles } = key.attributes;
|
|
69
119
|
const humanReadableKey = `App Store Connect Key '${nickname}' (${key.id}) with roles {${roles.join(',')}}`;
|
package/build/vcs/local.d.ts
CHANGED
|
@@ -15,5 +15,6 @@ export declare class Ignore {
|
|
|
15
15
|
constructor(rootDir: string);
|
|
16
16
|
initIgnoreAsync(): Promise<void>;
|
|
17
17
|
ignores(relativePath: string): boolean;
|
|
18
|
+
private readIgnoreFileAsync;
|
|
18
19
|
}
|
|
19
20
|
export declare function makeShallowCopyAsync(src: string, dst: string): Promise<void>;
|
package/build/vcs/local.js
CHANGED
|
@@ -41,7 +41,7 @@ class Ignore {
|
|
|
41
41
|
if (await fs_extra_1.default.pathExists(easIgnorePath)) {
|
|
42
42
|
this.ignoreMapping = [
|
|
43
43
|
['', (0, ignore_1.default)().add(DEFAULT_IGNORE)],
|
|
44
|
-
['', (0, ignore_1.default)().add(await
|
|
44
|
+
['', (0, ignore_1.default)().add(await this.readIgnoreFileAsync(easIgnorePath))],
|
|
45
45
|
];
|
|
46
46
|
return;
|
|
47
47
|
}
|
|
@@ -55,7 +55,7 @@ class Ignore {
|
|
|
55
55
|
const ignoreMapping = await Promise.all(ignoreFilePaths.map(async (filePath) => {
|
|
56
56
|
return [
|
|
57
57
|
filePath.slice(0, filePath.length - GITIGNORE_FILENAME.length),
|
|
58
|
-
(0, ignore_1.default)().add(await
|
|
58
|
+
(0, ignore_1.default)().add(await this.readIgnoreFileAsync(path_1.default.join(this.rootDir, filePath))),
|
|
59
59
|
];
|
|
60
60
|
}));
|
|
61
61
|
this.ignoreMapping = [['', (0, ignore_1.default)().add(DEFAULT_IGNORE)], ...ignoreMapping];
|
|
@@ -68,6 +68,15 @@ class Ignore {
|
|
|
68
68
|
}
|
|
69
69
|
return false;
|
|
70
70
|
}
|
|
71
|
+
async readIgnoreFileAsync(filePath) {
|
|
72
|
+
const fileContents = await fs_extra_1.default.readFile(filePath, 'utf-8');
|
|
73
|
+
const lines = fileContents.split('\n');
|
|
74
|
+
// Strip trailing '\'. This logic can be removed after fix upstream is released.
|
|
75
|
+
// https://github.com/kaelzhang/node-ignore/issues/81
|
|
76
|
+
return lines
|
|
77
|
+
.map((line) => (line.slice(-1) === '\\' ? line.slice(0, -1) : line))
|
|
78
|
+
.join('\n');
|
|
79
|
+
}
|
|
71
80
|
}
|
|
72
81
|
exports.Ignore = Ignore;
|
|
73
82
|
async function makeShallowCopyAsync(src, dst) {
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"1.1.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":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios)","multiple":false,"options":["android","ios"]}},"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":[]}}}
|
|
1
|
+
{"version":"1.1.1","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":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios)","multiple":false,"options":["android","ios"]}},"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": "1.1.
|
|
4
|
+
"version": "1.1.1",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@expo/config-plugins": "5.0.1",
|
|
15
15
|
"@expo/config-types": "46.0.2",
|
|
16
16
|
"@expo/eas-build-job": "0.2.85",
|
|
17
|
-
"@expo/eas-json": "1.
|
|
17
|
+
"@expo/eas-json": "1.1.1",
|
|
18
18
|
"@expo/json-file": "8.2.36",
|
|
19
19
|
"@expo/multipart-body-parser": "1.1.0",
|
|
20
20
|
"@expo/package-manager": "0.0.56",
|
|
@@ -208,5 +208,5 @@
|
|
|
208
208
|
"node": "18.6.0",
|
|
209
209
|
"yarn": "1.22.19"
|
|
210
210
|
},
|
|
211
|
-
"gitHead": "
|
|
211
|
+
"gitHead": "149d07b28e2327ad86067f755afc8c69640c7d83"
|
|
212
212
|
}
|