eas-cli 0.48.1 → 0.48.2
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 +51 -50
- package/build/build/local.js +1 -1
- package/build/build/utils/url.js +6 -8
- package/build/fetch.d.ts +3 -0
- package/build/fetch.js +10 -1
- package/build/graphql/client.js +15 -14
- package/build/graphql/generated.d.ts +10 -0
- package/build/graphql/mutations/BuildMutation.js +2 -2
- package/build/graphql/types/Build.js +1 -0
- package/oclif.manifest.json +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -93,7 +93,7 @@ ALIASES
|
|
|
93
93
|
$ eas login
|
|
94
94
|
```
|
|
95
95
|
|
|
96
|
-
_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
96
|
+
_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/account/login.ts)_
|
|
97
97
|
|
|
98
98
|
## `eas account:logout`
|
|
99
99
|
|
|
@@ -110,7 +110,7 @@ ALIASES
|
|
|
110
110
|
$ eas logout
|
|
111
111
|
```
|
|
112
112
|
|
|
113
|
-
_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
113
|
+
_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/account/logout.ts)_
|
|
114
114
|
|
|
115
115
|
## `eas account:view`
|
|
116
116
|
|
|
@@ -127,7 +127,7 @@ ALIASES
|
|
|
127
127
|
$ eas whoami
|
|
128
128
|
```
|
|
129
129
|
|
|
130
|
-
_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
130
|
+
_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/account/view.ts)_
|
|
131
131
|
|
|
132
132
|
## `eas analytics [STATUS]`
|
|
133
133
|
|
|
@@ -141,7 +141,7 @@ DESCRIPTION
|
|
|
141
141
|
display or change analytics settings
|
|
142
142
|
```
|
|
143
143
|
|
|
144
|
-
_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
144
|
+
_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/analytics.ts)_
|
|
145
145
|
|
|
146
146
|
## `eas autocomplete [SHELL]`
|
|
147
147
|
|
|
@@ -190,7 +190,7 @@ DESCRIPTION
|
|
|
190
190
|
create a branch
|
|
191
191
|
```
|
|
192
192
|
|
|
193
|
-
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
193
|
+
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/branch/create.ts)_
|
|
194
194
|
|
|
195
195
|
## `eas branch:delete [NAME]`
|
|
196
196
|
|
|
@@ -210,7 +210,7 @@ DESCRIPTION
|
|
|
210
210
|
delete a branch
|
|
211
211
|
```
|
|
212
212
|
|
|
213
|
-
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
213
|
+
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
214
214
|
|
|
215
215
|
## `eas branch:list`
|
|
216
216
|
|
|
@@ -227,7 +227,7 @@ DESCRIPTION
|
|
|
227
227
|
list all branches
|
|
228
228
|
```
|
|
229
229
|
|
|
230
|
-
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
230
|
+
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/branch/list.ts)_
|
|
231
231
|
|
|
232
232
|
## `eas branch:rename`
|
|
233
233
|
|
|
@@ -246,7 +246,7 @@ DESCRIPTION
|
|
|
246
246
|
rename a branch
|
|
247
247
|
```
|
|
248
248
|
|
|
249
|
-
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
249
|
+
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
250
250
|
|
|
251
251
|
## `eas branch:view [NAME]`
|
|
252
252
|
|
|
@@ -266,7 +266,7 @@ DESCRIPTION
|
|
|
266
266
|
view a branch
|
|
267
267
|
```
|
|
268
268
|
|
|
269
|
-
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
269
|
+
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/branch/view.ts)_
|
|
270
270
|
|
|
271
271
|
## `eas build`
|
|
272
272
|
|
|
@@ -274,9 +274,8 @@ start a build
|
|
|
274
274
|
|
|
275
275
|
```
|
|
276
276
|
USAGE
|
|
277
|
-
$ eas build [-p android|ios|all] [--json] [--
|
|
278
|
-
|
|
279
|
-
--auto-submit-with-profile <value>]
|
|
277
|
+
$ eas build [-p android|ios|all] [--json] [--profile <value>] [--non-interactive] [--local] [--output
|
|
278
|
+
<value>] [--wait] [--clear-cache] [--auto-submit | --auto-submit-with-profile <value>]
|
|
280
279
|
|
|
281
280
|
FLAGS
|
|
282
281
|
-p, --platform=(android|ios|all)
|
|
@@ -290,14 +289,13 @@ FLAGS
|
|
|
290
289
|
--output=<value> Output path for local build
|
|
291
290
|
--profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined
|
|
292
291
|
in eas.json.
|
|
293
|
-
--skip-project-configuration Skip project configuration
|
|
294
292
|
--[no-]wait Wait for build(s) to complete
|
|
295
293
|
|
|
296
294
|
DESCRIPTION
|
|
297
295
|
start a build
|
|
298
296
|
```
|
|
299
297
|
|
|
300
|
-
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
298
|
+
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/build/index.ts)_
|
|
301
299
|
|
|
302
300
|
## `eas build:cancel [BUILD_ID]`
|
|
303
301
|
|
|
@@ -311,7 +309,7 @@ DESCRIPTION
|
|
|
311
309
|
cancel a build
|
|
312
310
|
```
|
|
313
311
|
|
|
314
|
-
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
312
|
+
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
315
313
|
|
|
316
314
|
## `eas build:configure`
|
|
317
315
|
|
|
@@ -328,7 +326,7 @@ DESCRIPTION
|
|
|
328
326
|
configure the project to support EAS Build
|
|
329
327
|
```
|
|
330
328
|
|
|
331
|
-
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
329
|
+
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/build/configure.ts)_
|
|
332
330
|
|
|
333
331
|
## `eas build:inspect`
|
|
334
332
|
|
|
@@ -363,7 +361,7 @@ DESCRIPTION
|
|
|
363
361
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
364
362
|
```
|
|
365
363
|
|
|
366
|
-
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
364
|
+
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
367
365
|
|
|
368
366
|
## `eas build:list`
|
|
369
367
|
|
|
@@ -396,7 +394,7 @@ DESCRIPTION
|
|
|
396
394
|
list all builds for your project
|
|
397
395
|
```
|
|
398
396
|
|
|
399
|
-
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
397
|
+
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/build/list.ts)_
|
|
400
398
|
|
|
401
399
|
## `eas build:view [BUILD_ID]`
|
|
402
400
|
|
|
@@ -413,7 +411,7 @@ DESCRIPTION
|
|
|
413
411
|
view a build for your project
|
|
414
412
|
```
|
|
415
413
|
|
|
416
|
-
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
414
|
+
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/build/view.ts)_
|
|
417
415
|
|
|
418
416
|
## `eas channel:create [NAME]`
|
|
419
417
|
|
|
@@ -433,7 +431,7 @@ DESCRIPTION
|
|
|
433
431
|
create a channel
|
|
434
432
|
```
|
|
435
433
|
|
|
436
|
-
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
434
|
+
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/channel/create.ts)_
|
|
437
435
|
|
|
438
436
|
## `eas channel:edit [NAME]`
|
|
439
437
|
|
|
@@ -454,7 +452,7 @@ DESCRIPTION
|
|
|
454
452
|
point a channel at a new branch
|
|
455
453
|
```
|
|
456
454
|
|
|
457
|
-
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
455
|
+
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
458
456
|
|
|
459
457
|
## `eas channel:list`
|
|
460
458
|
|
|
@@ -471,7 +469,7 @@ DESCRIPTION
|
|
|
471
469
|
list all channels
|
|
472
470
|
```
|
|
473
471
|
|
|
474
|
-
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
472
|
+
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/channel/list.ts)_
|
|
475
473
|
|
|
476
474
|
## `eas channel:view [NAME]`
|
|
477
475
|
|
|
@@ -491,7 +489,7 @@ DESCRIPTION
|
|
|
491
489
|
view a channel
|
|
492
490
|
```
|
|
493
491
|
|
|
494
|
-
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
492
|
+
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/channel/view.ts)_
|
|
495
493
|
|
|
496
494
|
## `eas config`
|
|
497
495
|
|
|
@@ -509,7 +507,7 @@ DESCRIPTION
|
|
|
509
507
|
display project configuration (app.json + eas.json)
|
|
510
508
|
```
|
|
511
509
|
|
|
512
|
-
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
510
|
+
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/config.ts)_
|
|
513
511
|
|
|
514
512
|
## `eas credentials`
|
|
515
513
|
|
|
@@ -523,7 +521,7 @@ DESCRIPTION
|
|
|
523
521
|
manage credentials
|
|
524
522
|
```
|
|
525
523
|
|
|
526
|
-
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
524
|
+
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/credentials.ts)_
|
|
527
525
|
|
|
528
526
|
## `eas device:create`
|
|
529
527
|
|
|
@@ -537,7 +535,7 @@ DESCRIPTION
|
|
|
537
535
|
register new Apple Devices to use for internal distribution
|
|
538
536
|
```
|
|
539
537
|
|
|
540
|
-
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
538
|
+
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/device/create.ts)_
|
|
541
539
|
|
|
542
540
|
## `eas device:delete`
|
|
543
541
|
|
|
@@ -555,7 +553,7 @@ DESCRIPTION
|
|
|
555
553
|
remove a registered device from your account
|
|
556
554
|
```
|
|
557
555
|
|
|
558
|
-
_See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
556
|
+
_See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/device/delete.ts)_
|
|
559
557
|
|
|
560
558
|
## `eas device:list`
|
|
561
559
|
|
|
@@ -572,7 +570,7 @@ DESCRIPTION
|
|
|
572
570
|
list all registered devices for your account
|
|
573
571
|
```
|
|
574
572
|
|
|
575
|
-
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
573
|
+
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/device/list.ts)_
|
|
576
574
|
|
|
577
575
|
## `eas device:view [UDID]`
|
|
578
576
|
|
|
@@ -586,7 +584,7 @@ DESCRIPTION
|
|
|
586
584
|
view a device for your project
|
|
587
585
|
```
|
|
588
586
|
|
|
589
|
-
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
587
|
+
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/device/view.ts)_
|
|
590
588
|
|
|
591
589
|
## `eas diagnostics`
|
|
592
590
|
|
|
@@ -600,7 +598,7 @@ DESCRIPTION
|
|
|
600
598
|
display environment info
|
|
601
599
|
```
|
|
602
600
|
|
|
603
|
-
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
601
|
+
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
604
602
|
|
|
605
603
|
## `eas help [COMMAND]`
|
|
606
604
|
|
|
@@ -620,7 +618,7 @@ DESCRIPTION
|
|
|
620
618
|
Display help for eas.
|
|
621
619
|
```
|
|
622
620
|
|
|
623
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.
|
|
621
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.12/src/commands/help.ts)_
|
|
624
622
|
|
|
625
623
|
## `eas project:info`
|
|
626
624
|
|
|
@@ -634,7 +632,7 @@ DESCRIPTION
|
|
|
634
632
|
information about the current project
|
|
635
633
|
```
|
|
636
634
|
|
|
637
|
-
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
635
|
+
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/project/info.ts)_
|
|
638
636
|
|
|
639
637
|
## `eas project:init`
|
|
640
638
|
|
|
@@ -651,7 +649,7 @@ ALIASES
|
|
|
651
649
|
$ eas init
|
|
652
650
|
```
|
|
653
651
|
|
|
654
|
-
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
652
|
+
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/project/init.ts)_
|
|
655
653
|
|
|
656
654
|
## `eas secret:create`
|
|
657
655
|
|
|
@@ -671,7 +669,7 @@ DESCRIPTION
|
|
|
671
669
|
create an environment secret on the current project or owner account
|
|
672
670
|
```
|
|
673
671
|
|
|
674
|
-
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
672
|
+
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/secret/create.ts)_
|
|
675
673
|
|
|
676
674
|
## `eas secret:delete`
|
|
677
675
|
|
|
@@ -688,7 +686,7 @@ DESCRIPTION
|
|
|
688
686
|
delete an environment secret by ID
|
|
689
687
|
```
|
|
690
688
|
|
|
691
|
-
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
689
|
+
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/secret/delete.ts)_
|
|
692
690
|
|
|
693
691
|
## `eas secret:list`
|
|
694
692
|
|
|
@@ -702,11 +700,11 @@ DESCRIPTION
|
|
|
702
700
|
list environment secrets available for your current app
|
|
703
701
|
```
|
|
704
702
|
|
|
705
|
-
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
703
|
+
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/secret/list.ts)_
|
|
706
704
|
|
|
707
705
|
## `eas submit`
|
|
708
706
|
|
|
709
|
-
submit app binary to
|
|
707
|
+
submit app binary to App Store and/or Play Store
|
|
710
708
|
|
|
711
709
|
```
|
|
712
710
|
USAGE
|
|
@@ -726,13 +724,13 @@ FLAGS
|
|
|
726
724
|
--[no-]wait Wait for submission to complete
|
|
727
725
|
|
|
728
726
|
DESCRIPTION
|
|
729
|
-
submit app binary to
|
|
727
|
+
submit app binary to App Store and/or Play Store
|
|
730
728
|
|
|
731
729
|
ALIASES
|
|
732
730
|
$ eas build:submit
|
|
733
731
|
```
|
|
734
732
|
|
|
735
|
-
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
733
|
+
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/submit.ts)_
|
|
736
734
|
|
|
737
735
|
## `eas update`
|
|
738
736
|
|
|
@@ -761,7 +759,7 @@ DESCRIPTION
|
|
|
761
759
|
publish an update group
|
|
762
760
|
```
|
|
763
761
|
|
|
764
|
-
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
762
|
+
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/update/index.ts)_
|
|
765
763
|
|
|
766
764
|
## `eas update:configure`
|
|
767
765
|
|
|
@@ -769,13 +767,16 @@ configure the project to support EAS Update
|
|
|
769
767
|
|
|
770
768
|
```
|
|
771
769
|
USAGE
|
|
772
|
-
$ eas update:configure
|
|
770
|
+
$ eas update:configure [-p android|ios|all]
|
|
771
|
+
|
|
772
|
+
FLAGS
|
|
773
|
+
-p, --platform=(android|ios|all) [default: all] Platform to configure
|
|
773
774
|
|
|
774
775
|
DESCRIPTION
|
|
775
776
|
configure the project to support EAS Update
|
|
776
777
|
```
|
|
777
778
|
|
|
778
|
-
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
779
|
+
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/update/configure.ts)_
|
|
779
780
|
|
|
780
781
|
## `eas update:delete GROUPID`
|
|
781
782
|
|
|
@@ -795,7 +796,7 @@ DESCRIPTION
|
|
|
795
796
|
delete all the updates in an update group
|
|
796
797
|
```
|
|
797
798
|
|
|
798
|
-
_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
799
|
+
_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/update/delete.ts)_
|
|
799
800
|
|
|
800
801
|
## `eas update:list`
|
|
801
802
|
|
|
@@ -814,7 +815,7 @@ DESCRIPTION
|
|
|
814
815
|
view the recent updates for a branch
|
|
815
816
|
```
|
|
816
817
|
|
|
817
|
-
_See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
818
|
+
_See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/update/list.ts)_
|
|
818
819
|
|
|
819
820
|
## `eas update:view GROUPID`
|
|
820
821
|
|
|
@@ -834,7 +835,7 @@ DESCRIPTION
|
|
|
834
835
|
update group details
|
|
835
836
|
```
|
|
836
837
|
|
|
837
|
-
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
838
|
+
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/update/view.ts)_
|
|
838
839
|
|
|
839
840
|
## `eas webhook:create`
|
|
840
841
|
|
|
@@ -854,7 +855,7 @@ DESCRIPTION
|
|
|
854
855
|
create a webhook
|
|
855
856
|
```
|
|
856
857
|
|
|
857
|
-
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
858
|
+
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
858
859
|
|
|
859
860
|
## `eas webhook:delete [ID]`
|
|
860
861
|
|
|
@@ -871,7 +872,7 @@ DESCRIPTION
|
|
|
871
872
|
delete a webhook
|
|
872
873
|
```
|
|
873
874
|
|
|
874
|
-
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
875
|
+
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
875
876
|
|
|
876
877
|
## `eas webhook:list`
|
|
877
878
|
|
|
@@ -888,7 +889,7 @@ DESCRIPTION
|
|
|
888
889
|
list webhooks
|
|
889
890
|
```
|
|
890
891
|
|
|
891
|
-
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
892
|
+
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
892
893
|
|
|
893
894
|
## `eas webhook:update`
|
|
894
895
|
|
|
@@ -909,7 +910,7 @@ DESCRIPTION
|
|
|
909
910
|
update a webhook
|
|
910
911
|
```
|
|
911
912
|
|
|
912
|
-
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
913
|
+
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
913
914
|
|
|
914
915
|
## `eas webhook:view ID`
|
|
915
916
|
|
|
@@ -926,5 +927,5 @@ DESCRIPTION
|
|
|
926
927
|
view a webhook
|
|
927
928
|
```
|
|
928
929
|
|
|
929
|
-
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v0.48.
|
|
930
|
+
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v0.48.2/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
930
931
|
<!-- commandsstop -->
|
package/build/build/local.js
CHANGED
|
@@ -6,7 +6,7 @@ const spawn_async_1 = tslib_1.__importDefault(require("@expo/spawn-async"));
|
|
|
6
6
|
const semver_1 = tslib_1.__importDefault(require("semver"));
|
|
7
7
|
const ora_1 = require("../ora");
|
|
8
8
|
const PLUGIN_PACKAGE_NAME = 'eas-cli-local-build-plugin';
|
|
9
|
-
const PLUGIN_PACKAGE_VERSION = '0.0.
|
|
9
|
+
const PLUGIN_PACKAGE_VERSION = '0.0.67';
|
|
10
10
|
async function runLocalBuildAsync(job, options) {
|
|
11
11
|
var _a;
|
|
12
12
|
const { command, args } = await getCommandAndArgsAsync(job);
|
package/build/build/utils/url.js
CHANGED
|
@@ -6,21 +6,19 @@ const assert_1 = tslib_1.__importDefault(require("assert"));
|
|
|
6
6
|
const api_1 = require("../../api");
|
|
7
7
|
const generated_1 = require("../../graphql/generated");
|
|
8
8
|
function getProjectDashboardUrl(accountName, projectName) {
|
|
9
|
-
return
|
|
9
|
+
return new URL(`/accounts/${accountName}/projects/${projectName}`, (0, api_1.getExpoWebsiteBaseUrl)()).toString();
|
|
10
10
|
}
|
|
11
11
|
exports.getProjectDashboardUrl = getProjectDashboardUrl;
|
|
12
12
|
function getBuildLogsUrl(build) {
|
|
13
13
|
const { project } = build;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
return `${(0, api_1.getExpoWebsiteBaseUrl)()}/builds/${build.id}`;
|
|
19
|
-
}
|
|
14
|
+
const url = project.__typename !== 'App'
|
|
15
|
+
? `/builds/${build.id}`
|
|
16
|
+
: `/accounts/${project.ownerAccount.name}/projects/${project.slug}/builds/${build.id}`;
|
|
17
|
+
return new URL(url, (0, api_1.getExpoWebsiteBaseUrl)()).toString();
|
|
20
18
|
}
|
|
21
19
|
exports.getBuildLogsUrl = getBuildLogsUrl;
|
|
22
20
|
function getArtifactUrl(artifactId) {
|
|
23
|
-
return
|
|
21
|
+
return new URL(`/artifacts/${artifactId}`, (0, api_1.getExpoWebsiteBaseUrl)()).toString();
|
|
24
22
|
}
|
|
25
23
|
exports.getArtifactUrl = getArtifactUrl;
|
|
26
24
|
function getInternalDistributionInstallUrl(build) {
|
package/build/fetch.d.ts
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import { Agent } from 'https';
|
|
1
3
|
import { RequestInfo, RequestInit, Response } from 'node-fetch';
|
|
2
4
|
export * from 'node-fetch';
|
|
3
5
|
export declare class RequestError extends Error {
|
|
4
6
|
readonly response: Response;
|
|
5
7
|
constructor(message: string, response: Response);
|
|
6
8
|
}
|
|
9
|
+
export declare const httpProxyAgent: Agent | null;
|
|
7
10
|
export default function (url: RequestInfo, init?: RequestInit): Promise<Response>;
|
package/build/fetch.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RequestError = void 0;
|
|
3
|
+
exports.httpProxyAgent = exports.RequestError = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
+
const https_proxy_agent_1 = tslib_1.__importDefault(require("https-proxy-agent"));
|
|
5
6
|
const node_fetch_1 = tslib_1.__importDefault(require("node-fetch"));
|
|
6
7
|
tslib_1.__exportStar(require("node-fetch"), exports);
|
|
7
8
|
class RequestError extends Error {
|
|
@@ -11,6 +12,14 @@ class RequestError extends Error {
|
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
exports.RequestError = RequestError;
|
|
15
|
+
function createHttpAgent() {
|
|
16
|
+
const httpProxyUrl = process.env.http_proxy;
|
|
17
|
+
if (!httpProxyUrl) {
|
|
18
|
+
return null;
|
|
19
|
+
}
|
|
20
|
+
return (0, https_proxy_agent_1.default)(httpProxyUrl);
|
|
21
|
+
}
|
|
22
|
+
exports.httpProxyAgent = createHttpAgent();
|
|
14
23
|
async function default_1(url, init) {
|
|
15
24
|
const response = await (0, node_fetch_1.default)(url, init);
|
|
16
25
|
if (response.status >= 400) {
|
package/build/graphql/client.js
CHANGED
|
@@ -7,6 +7,7 @@ Object.defineProperty(exports, "GraphqlError", { enumerable: true, get: function
|
|
|
7
7
|
const exchange_retry_1 = require("@urql/exchange-retry");
|
|
8
8
|
const node_fetch_1 = tslib_1.__importDefault(require("node-fetch"));
|
|
9
9
|
const api_1 = require("../api");
|
|
10
|
+
const fetch_1 = require("../fetch");
|
|
10
11
|
const log_1 = tslib_1.__importDefault(require("../log"));
|
|
11
12
|
const sessionStorage_1 = require("../user/sessionStorage");
|
|
12
13
|
exports.graphqlClient = (0, core_1.createClient)({
|
|
@@ -16,30 +17,30 @@ exports.graphqlClient = (0, core_1.createClient)({
|
|
|
16
17
|
core_1.cacheExchange,
|
|
17
18
|
(0, exchange_retry_1.retryExchange)({
|
|
18
19
|
maxDelayMs: 4000,
|
|
19
|
-
retryIf:
|
|
20
|
+
retryIf: (err, operation) => {
|
|
21
|
+
return !!(err &&
|
|
22
|
+
!operation.context.noRetry &&
|
|
23
|
+
(err.networkError || err.graphQLErrors.some(e => { var _a; return (_a = e === null || e === void 0 ? void 0 : e.extensions) === null || _a === void 0 ? void 0 : _a.isTransient; })));
|
|
24
|
+
},
|
|
20
25
|
}),
|
|
21
26
|
core_1.fetchExchange,
|
|
22
27
|
],
|
|
23
28
|
// @ts-expect-error Type 'typeof fetch' is not assignable to type '(input: RequestInfo, init?: RequestInit | undefined) => Promise<Response>'.
|
|
24
29
|
fetch: node_fetch_1.default,
|
|
25
30
|
fetchOptions: () => {
|
|
31
|
+
const headers = {};
|
|
26
32
|
const token = (0, sessionStorage_1.getAccessToken)();
|
|
27
33
|
if (token) {
|
|
28
|
-
|
|
29
|
-
headers: {
|
|
30
|
-
authorization: `Bearer ${token}`,
|
|
31
|
-
},
|
|
32
|
-
};
|
|
34
|
+
headers.authorization = `Bearer ${token}`;
|
|
33
35
|
}
|
|
34
36
|
const sessionSecret = (0, sessionStorage_1.getSessionSecret)();
|
|
35
|
-
if (sessionSecret) {
|
|
36
|
-
|
|
37
|
-
headers: {
|
|
38
|
-
'expo-session': sessionSecret,
|
|
39
|
-
},
|
|
40
|
-
};
|
|
37
|
+
if (!token && sessionSecret) {
|
|
38
|
+
headers['expo-session'] = sessionSecret;
|
|
41
39
|
}
|
|
42
|
-
return {
|
|
40
|
+
return {
|
|
41
|
+
...(fetch_1.httpProxyAgent ? { agent: fetch_1.httpProxyAgent } : {}),
|
|
42
|
+
headers,
|
|
43
|
+
};
|
|
43
44
|
},
|
|
44
45
|
});
|
|
45
46
|
async function withErrorHandlingAsync(promise) {
|
|
@@ -50,7 +51,7 @@ async function withErrorHandlingAsync(promise) {
|
|
|
50
51
|
}
|
|
51
52
|
throw error;
|
|
52
53
|
}
|
|
53
|
-
// Check for
|
|
54
|
+
// Check for malformed response. This only checks the root query existence,
|
|
54
55
|
// It doesn't affect returning responses with empty resultset.
|
|
55
56
|
if (!data) {
|
|
56
57
|
throw new Error('Returned query result data is null!');
|
|
@@ -5689,6 +5689,7 @@ export declare type CreateAndroidBuildMutation = {
|
|
|
5689
5689
|
__typename: 'App';
|
|
5690
5690
|
id: string;
|
|
5691
5691
|
name: string;
|
|
5692
|
+
slug: string;
|
|
5692
5693
|
ownerAccount: {
|
|
5693
5694
|
__typename?: 'Account';
|
|
5694
5695
|
id: string;
|
|
@@ -5698,6 +5699,7 @@ export declare type CreateAndroidBuildMutation = {
|
|
|
5698
5699
|
__typename: 'Snack';
|
|
5699
5700
|
id: string;
|
|
5700
5701
|
name: string;
|
|
5702
|
+
slug: string;
|
|
5701
5703
|
};
|
|
5702
5704
|
};
|
|
5703
5705
|
deprecationInfo?: {
|
|
@@ -5760,6 +5762,7 @@ export declare type CreateIosBuildMutation = {
|
|
|
5760
5762
|
__typename: 'App';
|
|
5761
5763
|
id: string;
|
|
5762
5764
|
name: string;
|
|
5765
|
+
slug: string;
|
|
5763
5766
|
ownerAccount: {
|
|
5764
5767
|
__typename?: 'Account';
|
|
5765
5768
|
id: string;
|
|
@@ -5769,6 +5772,7 @@ export declare type CreateIosBuildMutation = {
|
|
|
5769
5772
|
__typename: 'Snack';
|
|
5770
5773
|
id: string;
|
|
5771
5774
|
name: string;
|
|
5775
|
+
slug: string;
|
|
5772
5776
|
};
|
|
5773
5777
|
};
|
|
5774
5778
|
deprecationInfo?: {
|
|
@@ -6112,6 +6116,7 @@ export declare type BuildsByIdQuery = {
|
|
|
6112
6116
|
__typename: 'App';
|
|
6113
6117
|
id: string;
|
|
6114
6118
|
name: string;
|
|
6119
|
+
slug: string;
|
|
6115
6120
|
ownerAccount: {
|
|
6116
6121
|
__typename?: 'Account';
|
|
6117
6122
|
id: string;
|
|
@@ -6121,6 +6126,7 @@ export declare type BuildsByIdQuery = {
|
|
|
6121
6126
|
__typename: 'Snack';
|
|
6122
6127
|
id: string;
|
|
6123
6128
|
name: string;
|
|
6129
|
+
slug: string;
|
|
6124
6130
|
};
|
|
6125
6131
|
};
|
|
6126
6132
|
};
|
|
@@ -6179,6 +6185,7 @@ export declare type GetAllBuildsForAppQuery = {
|
|
|
6179
6185
|
__typename: 'App';
|
|
6180
6186
|
id: string;
|
|
6181
6187
|
name: string;
|
|
6188
|
+
slug: string;
|
|
6182
6189
|
ownerAccount: {
|
|
6183
6190
|
__typename?: 'Account';
|
|
6184
6191
|
id: string;
|
|
@@ -6188,6 +6195,7 @@ export declare type GetAllBuildsForAppQuery = {
|
|
|
6188
6195
|
__typename: 'Snack';
|
|
6189
6196
|
id: string;
|
|
6190
6197
|
name: string;
|
|
6198
|
+
slug: string;
|
|
6191
6199
|
};
|
|
6192
6200
|
}>;
|
|
6193
6201
|
};
|
|
@@ -6589,6 +6597,7 @@ export declare type BuildFragment = {
|
|
|
6589
6597
|
__typename: 'App';
|
|
6590
6598
|
id: string;
|
|
6591
6599
|
name: string;
|
|
6600
|
+
slug: string;
|
|
6592
6601
|
ownerAccount: {
|
|
6593
6602
|
__typename?: 'Account';
|
|
6594
6603
|
id: string;
|
|
@@ -6598,6 +6607,7 @@ export declare type BuildFragment = {
|
|
|
6598
6607
|
__typename: 'Snack';
|
|
6599
6608
|
id: string;
|
|
6600
6609
|
name: string;
|
|
6610
|
+
slug: string;
|
|
6601
6611
|
};
|
|
6602
6612
|
};
|
|
6603
6613
|
export declare type EnvironmentSecretFragment = {
|
|
@@ -31,7 +31,7 @@ exports.BuildMutation = {
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
${(0, graphql_1.print)(Build_1.BuildFragmentNode)}
|
|
34
|
-
`, input)
|
|
34
|
+
`, input, { noRetry: true })
|
|
35
35
|
.toPromise());
|
|
36
36
|
return (0, nullthrows_1.default)((_a = data.build) === null || _a === void 0 ? void 0 : _a.createAndroidBuild);
|
|
37
37
|
},
|
|
@@ -58,7 +58,7 @@ exports.BuildMutation = {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
${(0, graphql_1.print)(Build_1.BuildFragmentNode)}
|
|
61
|
-
`, input)
|
|
61
|
+
`, input, { noRetry: true })
|
|
62
62
|
.toPromise());
|
|
63
63
|
return (0, nullthrows_1.default)((_a = data.build) === null || _a === void 0 ? void 0 : _a.createIosBuild);
|
|
64
64
|
},
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.48.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":[],"_globalFlags":{}},"credentials":{"id":"credentials","description":"manage credentials","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"diagnostics":{"id":"diagnostics","description":"display environment info","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"submit":{"id":"submit","description":"submit app binary to App Store and/or Play Store","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["build:submit"],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]},"profile":{"name":"profile","type":"option","description":"Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.","multiple":false},"latest":{"name":"latest","type":"boolean","description":"Submit the latest build for specified platform","allowNo":false,"exclusive":["id","path","url"]},"id":{"name":"id","type":"option","description":"ID of the build to submit","multiple":false,"exclusive":["latest, path, url"]},"path":{"name":"path","type":"option","description":"Path to the .apk/.aab/.ipa file","multiple":false,"exclusive":["latest","id","url"]},"url":{"name":"url","type":"option","description":"App archive url","multiple":false,"exclusive":["latest","id","path"]},"verbose":{"name":"verbose","type":"boolean","description":"Always print logs from Submission Service","allowNo":false},"wait":{"name":"wait","type":"boolean","description":"Wait for submission to complete","allowNo":true},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run command in non-interactive mode","allowNo":false}},"args":[],"_globalFlags":{}},"account:login":{"id":"account:login","description":"log in with your Expo account","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["login"],"flags":{},"args":[]},"account:logout":{"id":"account:logout","description":"log out","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["logout"],"flags":{},"args":[]},"account:view":{"id":"account:view","description":"show the username you are logged in as","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["whoami"],"flags":{},"args":[]},"branch:create":{"id":"branch:create","description":"create a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return a json with the new branch ID and name.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to create","required":false}],"_globalFlags":{}},"branch:delete":{"id":"branch:delete","description":"delete a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return JSON with the edited branch's ID and name.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to delete","required":false}],"_globalFlags":{}},"branch:list":{"id":"branch:list","description":"list all branches","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return output as JSON","allowNo":false}},"args":[],"_globalFlags":{}},"branch:publish":{"id":"branch:publish","description":"deprecated, use \"eas update\"","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[]},"branch:rename":{"id":"branch:rename","description":"rename a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"from":{"name":"from","type":"option","description":"current name of the branch.","required":false,"multiple":false},"to":{"name":"to","type":"option","description":"new name of the branch.","required":false,"multiple":false},"json":{"name":"json","type":"boolean","description":"return a json with the edited branch's ID and name.","allowNo":false}},"args":[],"_globalFlags":{}},"branch:view":{"id":"branch:view","description":"view a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return a json with the branch's ID name and recent update groups.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to view","required":false}],"_globalFlags":{}},"build:cancel":{"id":"build:cancel","description":"cancel a build","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"BUILD_ID"}]},"build:configure":{"id":"build:configure","description":"configure the project to support EAS Build","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","description":"Platform to configure","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]}},"args":[],"_globalFlags":{}},"build":{"id":"build","description":"start a build","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]},"skip-credentials-check":{"name":"skip-credentials-check","type":"boolean","hidden":true,"allowNo":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false},"skip-project-configuration":{"name":"skip-project-configuration","type":"boolean","hidden":true,"allowNo":false},"profile":{"name":"profile","type":"option","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run command in non-interactive mode","allowNo":false},"local":{"name":"local","type":"boolean","description":"Run build locally [experimental]","allowNo":false},"output":{"name":"output","type":"option","description":"Output path for local build","multiple":false},"wait":{"name":"wait","type":"boolean","description":"Wait for build(s) to complete","allowNo":true},"clear-cache":{"name":"clear-cache","type":"boolean","description":"Clear cache before the build","allowNo":false},"auto-submit":{"name":"auto-submit","type":"boolean","description":"Submit on build complete using the submit profile with the same name as the build profile","allowNo":false,"exclusive":["auto-submit-with-profile"]},"auto-submit-with-profile":{"name":"auto-submit-with-profile","type":"option","description":"Submit on build complete using the submit profile with provided name","helpValue":"PROFILE_NAME","multiple":false,"exclusive":["auto-submit"]}},"args":[],"_globalFlags":{}},"build:inspect":{"id":"build:inspect","description":"inspect the state of the project at specific build stages, useful for troubleshooting","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","required":true,"helpValue":"(android|ios)","multiple":false,"options":["android","ios"]},"profile":{"name":"profile","type":"option","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"stage":{"name":"stage","type":"option","char":"s","description":"Stage of the build you want to inspect.\n archive - builds the project archive that would be uploaded to EAS when building\n pre-build - prepares the project to be built with Gradle/Xcode. Does not run the native build.\n post-build - builds the native project and leaves the output directory for inspection","required":true,"helpValue":"(archive|pre-build|post-build)","multiple":false,"options":["archive","pre-build","post-build"]},"output":{"name":"output","type":"option","char":"o","description":"Output directory.","required":true,"helpValue":"OUTPUT_DIRECTORY","multiple":false},"force":{"name":"force","type":"boolean","description":"Delete OUTPUT_DIRECTORY if it already exists.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[],"_globalFlags":{}},"build:list":{"id":"build:list","description":"list all builds for your project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","helpValue":"(all|android|ios)","multiple":false,"options":["all","android","ios"]},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false},"status":{"name":"status","type":"option","helpValue":"(new|in-queue|in-progress|errored|finished|canceled)","multiple":false,"options":["new","in-queue","in-progress","errored","finished","canceled"]},"distribution":{"name":"distribution","type":"option","helpValue":"(store|internal|simulator)","multiple":false,"options":["store","internal","simulator"]},"channel":{"name":"channel","type":"option","multiple":false},"appVersion":{"name":"appVersion","type":"option","multiple":false},"appBuildVersion":{"name":"appBuildVersion","type":"option","multiple":false},"sdkVersion":{"name":"sdkVersion","type":"option","multiple":false},"runtimeVersion":{"name":"runtimeVersion","type":"option","multiple":false},"appIdentifier":{"name":"appIdentifier","type":"option","multiple":false},"buildProfile":{"name":"buildProfile","type":"option","multiple":false},"gitCommitHash":{"name":"gitCommitHash","type":"option","multiple":false},"limit":{"name":"limit","type":"option","multiple":false}},"args":[],"_globalFlags":{}},"build:view":{"id":"build:view","description":"view a build for your project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false}},"args":[{"name":"BUILD_ID"}],"_globalFlags":{}},"channel:create":{"id":"channel:create","description":"create a channel","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the new channel ID, name and branch mapping.","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to create","required":false}],"_globalFlags":{}},"channel:delete":{"id":"channel:delete","description":"Delete a channel","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"print output as a JSON object","allowNo":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run command in non-interactive mode","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to delete","required":false}],"_globalFlags":{}},"channel:edit":{"id":"channel:edit","description":"point a channel at a new branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"Name of the branch to point to","multiple":false},"json":{"name":"json","type":"boolean","description":"Print output as a JSON object with the channel ID, name and branch mapping","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to edit","required":false}],"_globalFlags":{}},"channel:list":{"id":"channel:list","description":"list all channels","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the channel ID, name and branch mapping.","allowNo":false}},"args":[],"_globalFlags":{}},"channel:rollout":{"id":"channel:rollout","description":"Rollout a new branch out to a channel incrementally.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"branch to rollout","required":false,"multiple":false},"percent":{"name":"percent","type":"option","description":"percent of traffic to redirect to the new branch","required":false,"multiple":false},"end":{"name":"end","type":"boolean","description":"end the rollout","allowNo":false},"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the new channel ID, name and branch mapping","allowNo":false}},"args":[{"name":"channel","description":"rollout that the channel is on","required":true}],"_globalFlags":{}},"channel:view":{"id":"channel:view","description":"view a channel","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the channel ID, name and branch mapping.","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to view","required":false}],"_globalFlags":{}},"device:create":{"id":"device:create","description":"register new Apple Devices to use for internal distribution","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"device:delete":{"id":"device:delete","description":"remove a registered device from your account","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"apple-team-id":{"name":"apple-team-id","type":"option","multiple":false},"udid":{"name":"udid","type":"option","multiple":true}},"args":[],"_globalFlags":{}},"device:list":{"id":"device:list","description":"list all registered devices for your account","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"apple-team-id":{"name":"apple-team-id","type":"option","multiple":false}},"args":[],"_globalFlags":{}},"device:view":{"id":"device:view","description":"view a device for your project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"UDID"}]},"project:info":{"id":"project:info","description":"information about the current project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"project:init":{"id":"project:init","description":"create or link an EAS project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["init"],"flags":{},"args":[]},"secret:create":{"id":"secret:create","description":"create an environment secret on the current project or owner account","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"scope":{"name":"scope","type":"option","description":"Scope for the secret","helpValue":"(account|project)","multiple":false,"options":["account","project"],"default":"project"},"name":{"name":"name","type":"option","description":"Name of the secret","multiple":false},"value":{"name":"value","type":"option","description":"Value of the secret","multiple":false},"force":{"name":"force","type":"boolean","description":"Delete and recreate existing secrets","allowNo":false}},"args":[],"_globalFlags":{}},"secret:delete":{"id":"secret:delete","description":"delete an environment secret by ID","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"id":{"name":"id","type":"option","description":"ID of the secret to delete","multiple":false}},"args":[],"_globalFlags":{}},"secret:list":{"id":"secret:list","description":"list environment secrets available for your current app","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"update:configure":{"id":"update:configure","description":"configure the project to support EAS Update","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","description":"Platform to configure","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"],"default":"all"}},"args":[],"_globalFlags":{}},"update:delete":{"id":"update:delete","description":"delete all the updates in an update group","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Return a json with the group ID of the deleted updates.","allowNo":false}},"args":[{"name":"groupId","description":"The ID of an update group to delete.","required":true}],"_globalFlags":{}},"update":{"id":"update","description":"publish an update group","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"Branch to publish the update group on","required":false,"multiple":false},"message":{"name":"message","type":"option","description":"A short message describing the update","required":false,"multiple":false},"republish":{"name":"republish","type":"boolean","description":"Republish an update group","allowNo":false,"exclusive":["input-dir","skip-bundler"]},"group":{"name":"group","type":"option","description":"Update group to republish","multiple":false,"exclusive":["input-dir","skip-bundler"]},"input-dir":{"name":"input-dir","type":"option","description":"Location of the bundle","required":false,"multiple":false,"default":"dist"},"skip-bundler":{"name":"skip-bundler","type":"boolean","description":"Skip running Expo CLI to bundle the app before publishing","allowNo":false},"platform":{"name":"platform","type":"option","char":"p","required":false,"helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"],"default":"all"},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false},"auto":{"name":"auto","type":"boolean","description":"Use the current git branch and commit message for the EAS branch and update message","allowNo":false},"private-key-path":{"name":"private-key-path","type":"option","description":"File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory.","required":false,"multiple":false}},"args":[],"_globalFlags":{}},"update:list":{"id":"update:list","description":"view the recent updates for a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"List all updates on this branch","multiple":false,"exclusive":["all"]},"all":{"name":"all","type":"boolean","description":"List all updates associated with this project","allowNo":false,"exclusive":["branch"]},"json":{"name":"json","type":"boolean","description":"Return a json with all of the recent update groups.","allowNo":false}},"args":[],"_globalFlags":{}},"update:view":{"id":"update:view","description":"update group details","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Return a json with the updates belonging to the group.","allowNo":false}},"args":[{"name":"groupId","description":"The ID of an update group.","required":true}],"_globalFlags":{}},"webhook:create":{"id":"webhook:create","description":"create a webhook","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"event":{"name":"event","type":"option","description":"Event type that triggers the webhook","helpValue":"(BUILD|SUBMIT)","multiple":false,"options":["BUILD","SUBMIT"]},"url":{"name":"url","type":"option","description":"Webhook URL","multiple":false},"secret":{"name":"secret","type":"option","description":"Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.","multiple":false}},"args":[],"_globalFlags":{}},"webhook:delete":{"id":"webhook:delete","description":"delete a webhook","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ID","description":"ID of the webhook to delete","required":false}]},"webhook:list":{"id":"webhook:list","description":"list webhooks","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"event":{"name":"event","type":"option","description":"Event type that triggers the webhook","helpValue":"(BUILD|SUBMIT)","multiple":false,"options":["BUILD","SUBMIT"]}},"args":[],"_globalFlags":{}},"webhook:update":{"id":"webhook:update","description":"update a webhook","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"id":{"name":"id","type":"option","description":"Webhook ID","required":true,"multiple":false},"event":{"name":"event","type":"option","description":"Event type that triggers the webhook","helpValue":"(BUILD|SUBMIT)","multiple":false,"options":["BUILD","SUBMIT"]},"url":{"name":"url","type":"option","description":"Webhook URL","multiple":false},"secret":{"name":"secret","type":"option","description":"Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.","multiple":false}},"args":[],"_globalFlags":{}},"webhook:view":{"id":"webhook:view","description":"view a webhook","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ID","description":"ID of the webhook to view","required":true}]}}}
|
|
1
|
+
{"version":"0.48.2","commands":{"analytics":{"id":"analytics","description":"display or change analytics settings","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"STATUS","options":["on","off"]}]},"config":{"id":"config","description":"display project configuration (app.json + eas.json)","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios)","multiple":false,"options":["android","ios"]},"profile":{"name":"profile","type":"option","multiple":false}},"args":[],"_globalFlags":{}},"credentials":{"id":"credentials","description":"manage credentials","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"diagnostics":{"id":"diagnostics","description":"display environment info","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"submit":{"id":"submit","description":"submit app binary to App Store and/or Play Store","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["build:submit"],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]},"profile":{"name":"profile","type":"option","description":"Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.","multiple":false},"latest":{"name":"latest","type":"boolean","description":"Submit the latest build for specified platform","allowNo":false,"exclusive":["id","path","url"]},"id":{"name":"id","type":"option","description":"ID of the build to submit","multiple":false,"exclusive":["latest, path, url"]},"path":{"name":"path","type":"option","description":"Path to the .apk/.aab/.ipa file","multiple":false,"exclusive":["latest","id","url"]},"url":{"name":"url","type":"option","description":"App archive url","multiple":false,"exclusive":["latest","id","path"]},"verbose":{"name":"verbose","type":"boolean","description":"Always print logs from Submission Service","allowNo":false},"wait":{"name":"wait","type":"boolean","description":"Wait for submission to complete","allowNo":true},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run command in non-interactive mode","allowNo":false}},"args":[],"_globalFlags":{}},"account:login":{"id":"account:login","description":"log in with your Expo account","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["login"],"flags":{},"args":[]},"account:logout":{"id":"account:logout","description":"log out","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["logout"],"flags":{},"args":[]},"account:view":{"id":"account:view","description":"show the username you are logged in as","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["whoami"],"flags":{},"args":[]},"branch:create":{"id":"branch:create","description":"create a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return a json with the new branch ID and name.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to create","required":false}],"_globalFlags":{}},"branch:delete":{"id":"branch:delete","description":"delete a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return JSON with the edited branch's ID and name.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to delete","required":false}],"_globalFlags":{}},"branch:list":{"id":"branch:list","description":"list all branches","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return output as JSON","allowNo":false}},"args":[],"_globalFlags":{}},"branch:publish":{"id":"branch:publish","description":"deprecated, use \"eas update\"","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[]},"branch:rename":{"id":"branch:rename","description":"rename a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"from":{"name":"from","type":"option","description":"current name of the branch.","required":false,"multiple":false},"to":{"name":"to","type":"option","description":"new name of the branch.","required":false,"multiple":false},"json":{"name":"json","type":"boolean","description":"return a json with the edited branch's ID and name.","allowNo":false}},"args":[],"_globalFlags":{}},"branch:view":{"id":"branch:view","description":"view a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return a json with the branch's ID name and recent update groups.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to view","required":false}],"_globalFlags":{}},"build:cancel":{"id":"build:cancel","description":"cancel a build","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"BUILD_ID"}]},"build:configure":{"id":"build:configure","description":"configure the project to support EAS Build","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","description":"Platform to configure","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]}},"args":[],"_globalFlags":{}},"build":{"id":"build","description":"start a build","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]},"skip-credentials-check":{"name":"skip-credentials-check","type":"boolean","hidden":true,"allowNo":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false},"skip-project-configuration":{"name":"skip-project-configuration","type":"boolean","hidden":true,"allowNo":false},"profile":{"name":"profile","type":"option","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run command in non-interactive mode","allowNo":false},"local":{"name":"local","type":"boolean","description":"Run build locally [experimental]","allowNo":false},"output":{"name":"output","type":"option","description":"Output path for local build","multiple":false},"wait":{"name":"wait","type":"boolean","description":"Wait for build(s) to complete","allowNo":true},"clear-cache":{"name":"clear-cache","type":"boolean","description":"Clear cache before the build","allowNo":false},"auto-submit":{"name":"auto-submit","type":"boolean","description":"Submit on build complete using the submit profile with the same name as the build profile","allowNo":false,"exclusive":["auto-submit-with-profile"]},"auto-submit-with-profile":{"name":"auto-submit-with-profile","type":"option","description":"Submit on build complete using the submit profile with provided name","helpValue":"PROFILE_NAME","multiple":false,"exclusive":["auto-submit"]}},"args":[],"_globalFlags":{}},"build:inspect":{"id":"build:inspect","description":"inspect the state of the project at specific build stages, useful for troubleshooting","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","required":true,"helpValue":"(android|ios)","multiple":false,"options":["android","ios"]},"profile":{"name":"profile","type":"option","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"stage":{"name":"stage","type":"option","char":"s","description":"Stage of the build you want to inspect.\n archive - builds the project archive that would be uploaded to EAS when building\n pre-build - prepares the project to be built with Gradle/Xcode. Does not run the native build.\n post-build - builds the native project and leaves the output directory for inspection","required":true,"helpValue":"(archive|pre-build|post-build)","multiple":false,"options":["archive","pre-build","post-build"]},"output":{"name":"output","type":"option","char":"o","description":"Output directory.","required":true,"helpValue":"OUTPUT_DIRECTORY","multiple":false},"force":{"name":"force","type":"boolean","description":"Delete OUTPUT_DIRECTORY if it already exists.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[],"_globalFlags":{}},"build:list":{"id":"build:list","description":"list all builds for your project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","helpValue":"(all|android|ios)","multiple":false,"options":["all","android","ios"]},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false},"status":{"name":"status","type":"option","helpValue":"(new|in-queue|in-progress|errored|finished|canceled)","multiple":false,"options":["new","in-queue","in-progress","errored","finished","canceled"]},"distribution":{"name":"distribution","type":"option","helpValue":"(store|internal|simulator)","multiple":false,"options":["store","internal","simulator"]},"channel":{"name":"channel","type":"option","multiple":false},"appVersion":{"name":"appVersion","type":"option","multiple":false},"appBuildVersion":{"name":"appBuildVersion","type":"option","multiple":false},"sdkVersion":{"name":"sdkVersion","type":"option","multiple":false},"runtimeVersion":{"name":"runtimeVersion","type":"option","multiple":false},"appIdentifier":{"name":"appIdentifier","type":"option","multiple":false},"buildProfile":{"name":"buildProfile","type":"option","multiple":false},"gitCommitHash":{"name":"gitCommitHash","type":"option","multiple":false},"limit":{"name":"limit","type":"option","multiple":false}},"args":[],"_globalFlags":{}},"build:view":{"id":"build:view","description":"view a build for your project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false}},"args":[{"name":"BUILD_ID"}],"_globalFlags":{}},"channel:create":{"id":"channel:create","description":"create a channel","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the new channel ID, name and branch mapping.","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to create","required":false}],"_globalFlags":{}},"channel:delete":{"id":"channel:delete","description":"Delete a channel","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"print output as a JSON object","allowNo":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run command in non-interactive mode","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to delete","required":false}],"_globalFlags":{}},"channel:edit":{"id":"channel:edit","description":"point a channel at a new branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"Name of the branch to point to","multiple":false},"json":{"name":"json","type":"boolean","description":"Print output as a JSON object with the channel ID, name and branch mapping","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to edit","required":false}],"_globalFlags":{}},"channel:list":{"id":"channel:list","description":"list all channels","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the channel ID, name and branch mapping.","allowNo":false}},"args":[],"_globalFlags":{}},"channel:rollout":{"id":"channel:rollout","description":"Rollout a new branch out to a channel incrementally.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"branch to rollout","required":false,"multiple":false},"percent":{"name":"percent","type":"option","description":"percent of traffic to redirect to the new branch","required":false,"multiple":false},"end":{"name":"end","type":"boolean","description":"end the rollout","allowNo":false},"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the new channel ID, name and branch mapping","allowNo":false}},"args":[{"name":"channel","description":"rollout that the channel is on","required":true}],"_globalFlags":{}},"channel:view":{"id":"channel:view","description":"view a channel","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the channel ID, name and branch mapping.","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to view","required":false}],"_globalFlags":{}},"device:create":{"id":"device:create","description":"register new Apple Devices to use for internal distribution","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"device:delete":{"id":"device:delete","description":"remove a registered device from your account","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"apple-team-id":{"name":"apple-team-id","type":"option","multiple":false},"udid":{"name":"udid","type":"option","multiple":true}},"args":[],"_globalFlags":{}},"device:list":{"id":"device:list","description":"list all registered devices for your account","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"apple-team-id":{"name":"apple-team-id","type":"option","multiple":false}},"args":[],"_globalFlags":{}},"device:view":{"id":"device:view","description":"view a device for your project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"UDID"}]},"project:info":{"id":"project:info","description":"information about the current project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"project:init":{"id":"project:init","description":"create or link an EAS project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["init"],"flags":{},"args":[]},"secret:create":{"id":"secret:create","description":"create an environment secret on the current project or owner account","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"scope":{"name":"scope","type":"option","description":"Scope for the secret","helpValue":"(account|project)","multiple":false,"options":["account","project"],"default":"project"},"name":{"name":"name","type":"option","description":"Name of the secret","multiple":false},"value":{"name":"value","type":"option","description":"Value of the secret","multiple":false},"force":{"name":"force","type":"boolean","description":"Delete and recreate existing secrets","allowNo":false}},"args":[],"_globalFlags":{}},"secret:delete":{"id":"secret:delete","description":"delete an environment secret by ID","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"id":{"name":"id","type":"option","description":"ID of the secret to delete","multiple":false}},"args":[],"_globalFlags":{}},"secret:list":{"id":"secret:list","description":"list environment secrets available for your current app","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"update:configure":{"id":"update:configure","description":"configure the project to support EAS Update","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","description":"Platform to configure","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"],"default":"all"}},"args":[],"_globalFlags":{}},"update:delete":{"id":"update:delete","description":"delete all the updates in an update group","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Return a json with the group ID of the deleted updates.","allowNo":false}},"args":[{"name":"groupId","description":"The ID of an update group to delete.","required":true}],"_globalFlags":{}},"update":{"id":"update","description":"publish an update group","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"Branch to publish the update group on","required":false,"multiple":false},"message":{"name":"message","type":"option","description":"A short message describing the update","required":false,"multiple":false},"republish":{"name":"republish","type":"boolean","description":"Republish an update group","allowNo":false,"exclusive":["input-dir","skip-bundler"]},"group":{"name":"group","type":"option","description":"Update group to republish","multiple":false,"exclusive":["input-dir","skip-bundler"]},"input-dir":{"name":"input-dir","type":"option","description":"Location of the bundle","required":false,"multiple":false,"default":"dist"},"skip-bundler":{"name":"skip-bundler","type":"boolean","description":"Skip running Expo CLI to bundle the app before publishing","allowNo":false},"platform":{"name":"platform","type":"option","char":"p","required":false,"helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"],"default":"all"},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false},"auto":{"name":"auto","type":"boolean","description":"Use the current git branch and commit message for the EAS branch and update message","allowNo":false},"private-key-path":{"name":"private-key-path","type":"option","description":"File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory.","required":false,"multiple":false}},"args":[],"_globalFlags":{}},"update:list":{"id":"update:list","description":"view the recent updates for a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"List all updates on this branch","multiple":false,"exclusive":["all"]},"all":{"name":"all","type":"boolean","description":"List all updates associated with this project","allowNo":false,"exclusive":["branch"]},"json":{"name":"json","type":"boolean","description":"Return a json with all of the recent update groups.","allowNo":false}},"args":[],"_globalFlags":{}},"update:view":{"id":"update:view","description":"update group details","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Return a json with the updates belonging to the group.","allowNo":false}},"args":[{"name":"groupId","description":"The ID of an update group.","required":true}],"_globalFlags":{}},"webhook:create":{"id":"webhook:create","description":"create a webhook","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"event":{"name":"event","type":"option","description":"Event type that triggers the webhook","helpValue":"(BUILD|SUBMIT)","multiple":false,"options":["BUILD","SUBMIT"]},"url":{"name":"url","type":"option","description":"Webhook URL","multiple":false},"secret":{"name":"secret","type":"option","description":"Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.","multiple":false}},"args":[],"_globalFlags":{}},"webhook:delete":{"id":"webhook:delete","description":"delete a webhook","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ID","description":"ID of the webhook to delete","required":false}]},"webhook:list":{"id":"webhook:list","description":"list webhooks","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"event":{"name":"event","type":"option","description":"Event type that triggers the webhook","helpValue":"(BUILD|SUBMIT)","multiple":false,"options":["BUILD","SUBMIT"]}},"args":[],"_globalFlags":{}},"webhook:update":{"id":"webhook:update","description":"update a webhook","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"id":{"name":"id","type":"option","description":"Webhook ID","required":true,"multiple":false},"event":{"name":"event","type":"option","description":"Event type that triggers the webhook","helpValue":"(BUILD|SUBMIT)","multiple":false,"options":["BUILD","SUBMIT"]},"url":{"name":"url","type":"option","description":"Webhook URL","multiple":false},"secret":{"name":"secret","type":"option","description":"Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.","multiple":false}},"args":[],"_globalFlags":{}},"webhook:view":{"id":"webhook:view","description":"view a webhook","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ID","description":"ID of the webhook to view","required":true}]}}}
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
3
|
"description": "EAS command line tool",
|
|
4
|
-
"version": "0.48.
|
|
4
|
+
"version": "0.48.2",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
8
8
|
},
|
|
9
9
|
"bugs": "https://github.com/expo/eas-cli/issues",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@expo/apple-utils": "0.0.0-alpha.
|
|
11
|
+
"@expo/apple-utils": "0.0.0-alpha.28",
|
|
12
12
|
"@expo/code-signing-certificates": "0.0.2",
|
|
13
13
|
"@expo/config": "6.0.19",
|
|
14
14
|
"@expo/config-plugins": "4.1.0",
|
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
"gradle-to-js": "2.0.0",
|
|
45
45
|
"graphql": "16.3.0",
|
|
46
46
|
"graphql-tag": "2.12.6",
|
|
47
|
+
"https-proxy-agent": "5.0.0",
|
|
47
48
|
"ignore": "5.2.0",
|
|
48
49
|
"indent-string": "4.0.0",
|
|
49
50
|
"jks-js": "1.0.2",
|
|
@@ -194,5 +195,5 @@
|
|
|
194
195
|
"generate-graphql-code": "graphql-codegen --config graphql-codegen.yml",
|
|
195
196
|
"clean": "rm -rf dist build tmp node_modules yarn-error.log"
|
|
196
197
|
},
|
|
197
|
-
"gitHead": "
|
|
198
|
+
"gitHead": "1eae0c75ee4f5ce0b67da5d96065cbf645a605c1"
|
|
198
199
|
}
|