eas-cli 0.42.3 → 0.42.4
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 +41 -41
- package/oclif.manifest.json +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -90,7 +90,7 @@ ALIASES
|
|
|
90
90
|
$ eas login
|
|
91
91
|
```
|
|
92
92
|
|
|
93
|
-
_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
93
|
+
_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/account/login.ts)_
|
|
94
94
|
|
|
95
95
|
## `eas account:logout`
|
|
96
96
|
|
|
@@ -107,7 +107,7 @@ ALIASES
|
|
|
107
107
|
$ eas logout
|
|
108
108
|
```
|
|
109
109
|
|
|
110
|
-
_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
110
|
+
_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/account/logout.ts)_
|
|
111
111
|
|
|
112
112
|
## `eas account:view`
|
|
113
113
|
|
|
@@ -124,7 +124,7 @@ ALIASES
|
|
|
124
124
|
$ eas whoami
|
|
125
125
|
```
|
|
126
126
|
|
|
127
|
-
_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
127
|
+
_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/account/view.ts)_
|
|
128
128
|
|
|
129
129
|
## `eas analytics [STATUS]`
|
|
130
130
|
|
|
@@ -138,7 +138,7 @@ DESCRIPTION
|
|
|
138
138
|
view or change analytics settings
|
|
139
139
|
```
|
|
140
140
|
|
|
141
|
-
_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
141
|
+
_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/analytics.ts)_
|
|
142
142
|
|
|
143
143
|
## `eas branch:create [NAME]`
|
|
144
144
|
|
|
@@ -158,7 +158,7 @@ DESCRIPTION
|
|
|
158
158
|
Create a branch on the current project.
|
|
159
159
|
```
|
|
160
160
|
|
|
161
|
-
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
161
|
+
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/branch/create.ts)_
|
|
162
162
|
|
|
163
163
|
## `eas branch:delete [NAME]`
|
|
164
164
|
|
|
@@ -178,7 +178,7 @@ DESCRIPTION
|
|
|
178
178
|
Delete a branch on the current project
|
|
179
179
|
```
|
|
180
180
|
|
|
181
|
-
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
181
|
+
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
182
182
|
|
|
183
183
|
## `eas branch:list`
|
|
184
184
|
|
|
@@ -195,7 +195,7 @@ DESCRIPTION
|
|
|
195
195
|
List all branches on this project.
|
|
196
196
|
```
|
|
197
197
|
|
|
198
|
-
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
198
|
+
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/branch/list.ts)_
|
|
199
199
|
|
|
200
200
|
## `eas branch:rename`
|
|
201
201
|
|
|
@@ -214,7 +214,7 @@ DESCRIPTION
|
|
|
214
214
|
Rename a branch.
|
|
215
215
|
```
|
|
216
216
|
|
|
217
|
-
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
217
|
+
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
218
218
|
|
|
219
219
|
## `eas branch:view [NAME]`
|
|
220
220
|
|
|
@@ -234,7 +234,7 @@ DESCRIPTION
|
|
|
234
234
|
View a branch.
|
|
235
235
|
```
|
|
236
236
|
|
|
237
|
-
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
237
|
+
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/branch/view.ts)_
|
|
238
238
|
|
|
239
239
|
## `eas build`
|
|
240
240
|
|
|
@@ -263,7 +263,7 @@ DESCRIPTION
|
|
|
263
263
|
Start a build
|
|
264
264
|
```
|
|
265
265
|
|
|
266
|
-
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
266
|
+
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/build/index.ts)_
|
|
267
267
|
|
|
268
268
|
## `eas build:cancel [BUILD_ID]`
|
|
269
269
|
|
|
@@ -277,7 +277,7 @@ DESCRIPTION
|
|
|
277
277
|
Cancel a build.
|
|
278
278
|
```
|
|
279
279
|
|
|
280
|
-
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
280
|
+
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
281
281
|
|
|
282
282
|
## `eas build:configure`
|
|
283
283
|
|
|
@@ -294,7 +294,7 @@ DESCRIPTION
|
|
|
294
294
|
Configure the project to support EAS Build.
|
|
295
295
|
```
|
|
296
296
|
|
|
297
|
-
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
297
|
+
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/build/configure.ts)_
|
|
298
298
|
|
|
299
299
|
## `eas build:inspect`
|
|
300
300
|
|
|
@@ -330,7 +330,7 @@ DESCRIPTION
|
|
|
330
330
|
Inspect the state of the project at specific build stages. Useful for troubleshooting.
|
|
331
331
|
```
|
|
332
332
|
|
|
333
|
-
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
333
|
+
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
334
334
|
|
|
335
335
|
## `eas build:list`
|
|
336
336
|
|
|
@@ -363,7 +363,7 @@ DESCRIPTION
|
|
|
363
363
|
list all builds for your project
|
|
364
364
|
```
|
|
365
365
|
|
|
366
|
-
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
366
|
+
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/build/list.ts)_
|
|
367
367
|
|
|
368
368
|
## `eas build:view [BUILD_ID]`
|
|
369
369
|
|
|
@@ -380,7 +380,7 @@ DESCRIPTION
|
|
|
380
380
|
view a build for your project
|
|
381
381
|
```
|
|
382
382
|
|
|
383
|
-
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
383
|
+
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/build/view.ts)_
|
|
384
384
|
|
|
385
385
|
## `eas channel:create [NAME]`
|
|
386
386
|
|
|
@@ -400,7 +400,7 @@ DESCRIPTION
|
|
|
400
400
|
Create a channel on the current project.
|
|
401
401
|
```
|
|
402
402
|
|
|
403
|
-
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
403
|
+
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/channel/create.ts)_
|
|
404
404
|
|
|
405
405
|
## `eas channel:edit [NAME]`
|
|
406
406
|
|
|
@@ -421,7 +421,7 @@ DESCRIPTION
|
|
|
421
421
|
Point a channel at a new branch.
|
|
422
422
|
```
|
|
423
423
|
|
|
424
|
-
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
424
|
+
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
425
425
|
|
|
426
426
|
## `eas channel:list`
|
|
427
427
|
|
|
@@ -438,7 +438,7 @@ DESCRIPTION
|
|
|
438
438
|
List all channels on the current project.
|
|
439
439
|
```
|
|
440
440
|
|
|
441
|
-
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
441
|
+
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/channel/list.ts)_
|
|
442
442
|
|
|
443
443
|
## `eas channel:view [NAME]`
|
|
444
444
|
|
|
@@ -458,7 +458,7 @@ DESCRIPTION
|
|
|
458
458
|
View a channel on the current project.
|
|
459
459
|
```
|
|
460
460
|
|
|
461
|
-
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
461
|
+
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/channel/view.ts)_
|
|
462
462
|
|
|
463
463
|
## `eas config`
|
|
464
464
|
|
|
@@ -476,7 +476,7 @@ DESCRIPTION
|
|
|
476
476
|
show the eas.json config
|
|
477
477
|
```
|
|
478
478
|
|
|
479
|
-
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
479
|
+
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/config.ts)_
|
|
480
480
|
|
|
481
481
|
## `eas credentials`
|
|
482
482
|
|
|
@@ -490,7 +490,7 @@ DESCRIPTION
|
|
|
490
490
|
manage your credentials
|
|
491
491
|
```
|
|
492
492
|
|
|
493
|
-
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
493
|
+
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/credentials.ts)_
|
|
494
494
|
|
|
495
495
|
## `eas device:create`
|
|
496
496
|
|
|
@@ -504,7 +504,7 @@ DESCRIPTION
|
|
|
504
504
|
register new Apple Devices to use for internal distribution
|
|
505
505
|
```
|
|
506
506
|
|
|
507
|
-
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
507
|
+
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/device/create.ts)_
|
|
508
508
|
|
|
509
509
|
## `eas device:list`
|
|
510
510
|
|
|
@@ -521,7 +521,7 @@ DESCRIPTION
|
|
|
521
521
|
list all registered devices for your account
|
|
522
522
|
```
|
|
523
523
|
|
|
524
|
-
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
524
|
+
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/device/list.ts)_
|
|
525
525
|
|
|
526
526
|
## `eas device:view [UDID]`
|
|
527
527
|
|
|
@@ -535,7 +535,7 @@ DESCRIPTION
|
|
|
535
535
|
view a device for your project
|
|
536
536
|
```
|
|
537
537
|
|
|
538
|
-
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
538
|
+
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/device/view.ts)_
|
|
539
539
|
|
|
540
540
|
## `eas diagnostics`
|
|
541
541
|
|
|
@@ -549,7 +549,7 @@ DESCRIPTION
|
|
|
549
549
|
log environment info to the console
|
|
550
550
|
```
|
|
551
551
|
|
|
552
|
-
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
552
|
+
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
553
553
|
|
|
554
554
|
## `eas help [COMMAND]`
|
|
555
555
|
|
|
@@ -569,7 +569,7 @@ DESCRIPTION
|
|
|
569
569
|
Display help for eas.
|
|
570
570
|
```
|
|
571
571
|
|
|
572
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.
|
|
572
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.10/src/commands/help.ts)_
|
|
573
573
|
|
|
574
574
|
## `eas project:info`
|
|
575
575
|
|
|
@@ -583,7 +583,7 @@ DESCRIPTION
|
|
|
583
583
|
information about the current project
|
|
584
584
|
```
|
|
585
585
|
|
|
586
|
-
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
586
|
+
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/project/info.ts)_
|
|
587
587
|
|
|
588
588
|
## `eas project:init`
|
|
589
589
|
|
|
@@ -600,7 +600,7 @@ ALIASES
|
|
|
600
600
|
$ eas init
|
|
601
601
|
```
|
|
602
602
|
|
|
603
|
-
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
603
|
+
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/project/init.ts)_
|
|
604
604
|
|
|
605
605
|
## `eas secret:create`
|
|
606
606
|
|
|
@@ -620,7 +620,7 @@ DESCRIPTION
|
|
|
620
620
|
Create an environment secret on the current project or owner account.
|
|
621
621
|
```
|
|
622
622
|
|
|
623
|
-
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
623
|
+
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/secret/create.ts)_
|
|
624
624
|
|
|
625
625
|
## `eas secret:delete`
|
|
626
626
|
|
|
@@ -639,7 +639,7 @@ DESCRIPTION
|
|
|
639
639
|
Unsure where to find the secret's ID? Run eas secret:list
|
|
640
640
|
```
|
|
641
641
|
|
|
642
|
-
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
642
|
+
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/secret/delete.ts)_
|
|
643
643
|
|
|
644
644
|
## `eas secret:list`
|
|
645
645
|
|
|
@@ -653,7 +653,7 @@ DESCRIPTION
|
|
|
653
653
|
Lists environment secrets available for your current app
|
|
654
654
|
```
|
|
655
655
|
|
|
656
|
-
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
656
|
+
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/secret/list.ts)_
|
|
657
657
|
|
|
658
658
|
## `eas submit`
|
|
659
659
|
|
|
@@ -685,7 +685,7 @@ ALIASES
|
|
|
685
685
|
$ eas build:submit
|
|
686
686
|
```
|
|
687
687
|
|
|
688
|
-
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
688
|
+
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/submit.ts)_
|
|
689
689
|
|
|
690
690
|
## `eas update`
|
|
691
691
|
|
|
@@ -711,7 +711,7 @@ DESCRIPTION
|
|
|
711
711
|
Publish an update group.
|
|
712
712
|
```
|
|
713
713
|
|
|
714
|
-
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
714
|
+
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/update/index.ts)_
|
|
715
715
|
|
|
716
716
|
## `eas update:configure`
|
|
717
717
|
|
|
@@ -725,7 +725,7 @@ DESCRIPTION
|
|
|
725
725
|
Configure the project to support EAS Update.
|
|
726
726
|
```
|
|
727
727
|
|
|
728
|
-
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
728
|
+
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/update/configure.ts)_
|
|
729
729
|
|
|
730
730
|
## `eas update:delete GROUPID`
|
|
731
731
|
|
|
@@ -745,7 +745,7 @@ DESCRIPTION
|
|
|
745
745
|
Delete all the updates in an update Group.
|
|
746
746
|
```
|
|
747
747
|
|
|
748
|
-
_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
748
|
+
_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/update/delete.ts)_
|
|
749
749
|
|
|
750
750
|
## `eas update:view GROUPID`
|
|
751
751
|
|
|
@@ -765,7 +765,7 @@ DESCRIPTION
|
|
|
765
765
|
Update group details.
|
|
766
766
|
```
|
|
767
767
|
|
|
768
|
-
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
768
|
+
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/update/view.ts)_
|
|
769
769
|
|
|
770
770
|
## `eas webhook:create`
|
|
771
771
|
|
|
@@ -785,7 +785,7 @@ DESCRIPTION
|
|
|
785
785
|
Create a webhook on the current project.
|
|
786
786
|
```
|
|
787
787
|
|
|
788
|
-
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
788
|
+
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
789
789
|
|
|
790
790
|
## `eas webhook:delete [ID]`
|
|
791
791
|
|
|
@@ -802,7 +802,7 @@ DESCRIPTION
|
|
|
802
802
|
Delete a webhook on the current project.
|
|
803
803
|
```
|
|
804
804
|
|
|
805
|
-
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
805
|
+
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
806
806
|
|
|
807
807
|
## `eas webhook:list`
|
|
808
808
|
|
|
@@ -819,7 +819,7 @@ DESCRIPTION
|
|
|
819
819
|
List webhooks on the current project.
|
|
820
820
|
```
|
|
821
821
|
|
|
822
|
-
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
822
|
+
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
823
823
|
|
|
824
824
|
## `eas webhook:update`
|
|
825
825
|
|
|
@@ -840,7 +840,7 @@ DESCRIPTION
|
|
|
840
840
|
Create a webhook on the current project.
|
|
841
841
|
```
|
|
842
842
|
|
|
843
|
-
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
843
|
+
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
844
844
|
|
|
845
845
|
## `eas webhook:view ID`
|
|
846
846
|
|
|
@@ -857,5 +857,5 @@ DESCRIPTION
|
|
|
857
857
|
View a webhook on the current project.
|
|
858
858
|
```
|
|
859
859
|
|
|
860
|
-
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v0.42.
|
|
860
|
+
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v0.42.4/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
861
861
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.42.3","commands":{"analytics":{"id":"analytics","description":"view 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":"show the eas.json config","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 your credentials","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"diagnostics":{"id":"diagnostics","description":"log environment info to the console","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"submit":{"id":"submit","description":"Submit build archive to App Store Connect\nSee how to configure submits with eas.json: https://docs.expo.dev/submit/eas-json/","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 on the current project.","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 on the current project","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 on this project.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return output as JSON","allowNo":false}},"args":[]},"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":{"json":{"name":"json","type":"boolean","description":"return a json with the branch's ID name and recent update groups.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to view","required":false}]},"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","description":"Skip project configuration","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},"wait":{"name":"wait","type":"boolean","description":"Wait for build(s) to complete","allowNo":true},"clear-cache":{"name":"clear-cache","type":"boolean","description":"Clear cache before the build","allowNo":false},"auto-submit":{"name":"auto-submit","type":"boolean","description":"Submit on build complete using the submit profile with the same name as the build profile","allowNo":false,"exclusive":["auto-submit-with-profile"]},"auto-submit-with-profile":{"name":"auto-submit-with-profile","type":"option","description":"Submit on build complete using the submit profile with provided name","helpValue":"PROFILE_NAME","multiple":false,"exclusive":["auto-submit"]}},"args":[]},"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","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","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 on the current project.","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: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 on the current project.","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 on the current project.","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: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"}]},"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.\nUnsure where to find the secret's ID? Run eas secret:list","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":"Lists 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":{},"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}},"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 on the current project.","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 on the current project.","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 on the current project.","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":"Create a webhook on the current project.","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 on the current project.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ID","description":"ID of the webhook to view","required":true}]}}}
|
|
1
|
+
{"version":"0.42.4","commands":{"analytics":{"id":"analytics","description":"view 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":"show the eas.json config","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 your credentials","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"diagnostics":{"id":"diagnostics","description":"log environment info to the console","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"submit":{"id":"submit","description":"Submit build archive to App Store Connect\nSee how to configure submits with eas.json: https://docs.expo.dev/submit/eas-json/","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 on the current project.","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 on the current project","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 on this project.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return output as JSON","allowNo":false}},"args":[]},"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":{"json":{"name":"json","type":"boolean","description":"return a json with the branch's ID name and recent update groups.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to view","required":false}]},"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","description":"Skip project configuration","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},"wait":{"name":"wait","type":"boolean","description":"Wait for build(s) to complete","allowNo":true},"clear-cache":{"name":"clear-cache","type":"boolean","description":"Clear cache before the build","allowNo":false},"auto-submit":{"name":"auto-submit","type":"boolean","description":"Submit on build complete using the submit profile with the same name as the build profile","allowNo":false,"exclusive":["auto-submit-with-profile"]},"auto-submit-with-profile":{"name":"auto-submit-with-profile","type":"option","description":"Submit on build complete using the submit profile with provided name","helpValue":"PROFILE_NAME","multiple":false,"exclusive":["auto-submit"]}},"args":[]},"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","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","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 on the current project.","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: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 on the current project.","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 on the current project.","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: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"}]},"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.\nUnsure where to find the secret's ID? Run eas secret:list","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":"Lists 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":{},"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}},"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 on the current project.","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 on the current project.","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 on the current project.","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":"Create a webhook on the current project.","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 on the current project.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ID","description":"ID of the webhook to view","required":true}]}}}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
3
|
"description": "EAS command line tool",
|
|
4
|
-
"version": "0.42.
|
|
4
|
+
"version": "0.42.4",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"@expo/spawn-async": "1.5.0",
|
|
24
24
|
"@expo/timeago.js": "1.0.0",
|
|
25
25
|
"@oclif/core": "1.0.10",
|
|
26
|
+
"@oclif/plugin-help": "5.1.10",
|
|
26
27
|
"@urql/core": "2.3.1",
|
|
27
28
|
"@urql/exchange-retry": "0.3.0",
|
|
28
29
|
"chalk": "4.1.2",
|
|
@@ -183,5 +184,5 @@
|
|
|
183
184
|
"generate-graphql-code": "graphql-codegen --config graphql-codegen.yml",
|
|
184
185
|
"clean": "rm -rf dist build tmp node_modules yarn-error.log"
|
|
185
186
|
},
|
|
186
|
-
"gitHead": "
|
|
187
|
+
"gitHead": "dc11c1c48751bee94a0043bb5525cd88d1724483"
|
|
187
188
|
}
|