eas-cli 5.8.0 → 5.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +61 -59
- package/build/build/local.js +1 -1
- package/build/build/utils/devClient.js +10 -0
- package/build/commands/build/run.d.ts +1 -0
- package/build/commands/build/run.js +12 -1
- package/build/credentials/ios/actions/SetUpAdhocProvisioningProfile.js +5 -9
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -135,7 +135,7 @@ ALIASES
|
|
|
135
135
|
$ eas login
|
|
136
136
|
```
|
|
137
137
|
|
|
138
|
-
_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
138
|
+
_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/account/login.ts)_
|
|
139
139
|
|
|
140
140
|
## `eas account:logout`
|
|
141
141
|
|
|
@@ -152,7 +152,7 @@ ALIASES
|
|
|
152
152
|
$ eas logout
|
|
153
153
|
```
|
|
154
154
|
|
|
155
|
-
_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
155
|
+
_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/account/logout.ts)_
|
|
156
156
|
|
|
157
157
|
## `eas account:view`
|
|
158
158
|
|
|
@@ -169,7 +169,7 @@ ALIASES
|
|
|
169
169
|
$ eas whoami
|
|
170
170
|
```
|
|
171
171
|
|
|
172
|
-
_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
172
|
+
_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/account/view.ts)_
|
|
173
173
|
|
|
174
174
|
## `eas analytics [STATUS]`
|
|
175
175
|
|
|
@@ -183,7 +183,7 @@ DESCRIPTION
|
|
|
183
183
|
display or change analytics settings
|
|
184
184
|
```
|
|
185
185
|
|
|
186
|
-
_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
186
|
+
_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/analytics.ts)_
|
|
187
187
|
|
|
188
188
|
## `eas autocomplete [SHELL]`
|
|
189
189
|
|
|
@@ -233,7 +233,7 @@ DESCRIPTION
|
|
|
233
233
|
create a branch
|
|
234
234
|
```
|
|
235
235
|
|
|
236
|
-
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
236
|
+
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/branch/create.ts)_
|
|
237
237
|
|
|
238
238
|
## `eas branch:delete [NAME]`
|
|
239
239
|
|
|
@@ -254,7 +254,7 @@ DESCRIPTION
|
|
|
254
254
|
delete a branch
|
|
255
255
|
```
|
|
256
256
|
|
|
257
|
-
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
257
|
+
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
258
258
|
|
|
259
259
|
## `eas branch:list`
|
|
260
260
|
|
|
@@ -274,7 +274,7 @@ DESCRIPTION
|
|
|
274
274
|
list all branches
|
|
275
275
|
```
|
|
276
276
|
|
|
277
|
-
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
277
|
+
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/branch/list.ts)_
|
|
278
278
|
|
|
279
279
|
## `eas branch:rename`
|
|
280
280
|
|
|
@@ -294,7 +294,7 @@ DESCRIPTION
|
|
|
294
294
|
rename a branch
|
|
295
295
|
```
|
|
296
296
|
|
|
297
|
-
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
297
|
+
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
298
298
|
|
|
299
299
|
## `eas branch:view [NAME]`
|
|
300
300
|
|
|
@@ -317,7 +317,7 @@ DESCRIPTION
|
|
|
317
317
|
view a branch
|
|
318
318
|
```
|
|
319
319
|
|
|
320
|
-
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
320
|
+
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/branch/view.ts)_
|
|
321
321
|
|
|
322
322
|
## `eas build`
|
|
323
323
|
|
|
@@ -347,7 +347,7 @@ DESCRIPTION
|
|
|
347
347
|
start a build
|
|
348
348
|
```
|
|
349
349
|
|
|
350
|
-
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
350
|
+
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/build/index.ts)_
|
|
351
351
|
|
|
352
352
|
## `eas build:cancel [BUILD_ID]`
|
|
353
353
|
|
|
@@ -364,7 +364,7 @@ DESCRIPTION
|
|
|
364
364
|
cancel a build
|
|
365
365
|
```
|
|
366
366
|
|
|
367
|
-
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
367
|
+
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
368
368
|
|
|
369
369
|
## `eas build:configure`
|
|
370
370
|
|
|
@@ -381,7 +381,7 @@ DESCRIPTION
|
|
|
381
381
|
configure the project to support EAS Build
|
|
382
382
|
```
|
|
383
383
|
|
|
384
|
-
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
384
|
+
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/build/configure.ts)_
|
|
385
385
|
|
|
386
386
|
## `eas build:inspect`
|
|
387
387
|
|
|
@@ -416,7 +416,7 @@ DESCRIPTION
|
|
|
416
416
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
417
417
|
```
|
|
418
418
|
|
|
419
|
-
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
419
|
+
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
420
420
|
|
|
421
421
|
## `eas build:list`
|
|
422
422
|
|
|
@@ -454,7 +454,7 @@ DESCRIPTION
|
|
|
454
454
|
list all builds for your project
|
|
455
455
|
```
|
|
456
456
|
|
|
457
|
-
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
457
|
+
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/build/list.ts)_
|
|
458
458
|
|
|
459
459
|
## `eas build:resign`
|
|
460
460
|
|
|
@@ -480,7 +480,7 @@ DESCRIPTION
|
|
|
480
480
|
re-sign a build archive
|
|
481
481
|
```
|
|
482
482
|
|
|
483
|
-
_See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
483
|
+
_See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/build/resign.ts)_
|
|
484
484
|
|
|
485
485
|
## `eas build:run`
|
|
486
486
|
|
|
@@ -488,10 +488,12 @@ run simulator/emulator builds from eas-cli
|
|
|
488
488
|
|
|
489
489
|
```
|
|
490
490
|
USAGE
|
|
491
|
-
$ eas build:run [--latest | --id <value> | --path <value> | --url <value>] [-p android|ios] [
|
|
492
|
-
<value>] [--limit <value>]
|
|
491
|
+
$ eas build:run [--latest | --id <value> | --path <value> | --url <value>] [-p android|ios] [-e <value>]
|
|
492
|
+
[--offset <value>] [--limit <value>]
|
|
493
493
|
|
|
494
494
|
FLAGS
|
|
495
|
+
-e, --profile=PROFILE_NAME Name of the build profile used to create the build to run. When specified, only builds
|
|
496
|
+
created with the specified build profile will be queried.
|
|
495
497
|
-p, --platform=(android|ios)
|
|
496
498
|
--id=<value> ID of the simulator/emulator build to run
|
|
497
499
|
--latest Run the latest simulator/emulator build for specified platform
|
|
@@ -504,7 +506,7 @@ DESCRIPTION
|
|
|
504
506
|
run simulator/emulator builds from eas-cli
|
|
505
507
|
```
|
|
506
508
|
|
|
507
|
-
_See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
509
|
+
_See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/build/run.ts)_
|
|
508
510
|
|
|
509
511
|
## `eas build:submit`
|
|
510
512
|
|
|
@@ -553,7 +555,7 @@ DESCRIPTION
|
|
|
553
555
|
get the latest version from EAS servers
|
|
554
556
|
```
|
|
555
557
|
|
|
556
|
-
_See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
558
|
+
_See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
557
559
|
|
|
558
560
|
## `eas build:version:set`
|
|
559
561
|
|
|
@@ -572,7 +574,7 @@ DESCRIPTION
|
|
|
572
574
|
update version of an app
|
|
573
575
|
```
|
|
574
576
|
|
|
575
|
-
_See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
577
|
+
_See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
576
578
|
|
|
577
579
|
## `eas build:version:sync`
|
|
578
580
|
|
|
@@ -591,7 +593,7 @@ DESCRIPTION
|
|
|
591
593
|
update a version in native code with a value stored on EAS servers
|
|
592
594
|
```
|
|
593
595
|
|
|
594
|
-
_See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
596
|
+
_See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
595
597
|
|
|
596
598
|
## `eas build:view [BUILD_ID]`
|
|
597
599
|
|
|
@@ -608,7 +610,7 @@ DESCRIPTION
|
|
|
608
610
|
view a build for your project
|
|
609
611
|
```
|
|
610
612
|
|
|
611
|
-
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
613
|
+
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/build/view.ts)_
|
|
612
614
|
|
|
613
615
|
## `eas channel:create [NAME]`
|
|
614
616
|
|
|
@@ -629,7 +631,7 @@ DESCRIPTION
|
|
|
629
631
|
create a channel
|
|
630
632
|
```
|
|
631
633
|
|
|
632
|
-
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
634
|
+
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/channel/create.ts)_
|
|
633
635
|
|
|
634
636
|
## `eas channel:edit [NAME]`
|
|
635
637
|
|
|
@@ -651,7 +653,7 @@ DESCRIPTION
|
|
|
651
653
|
point a channel at a new branch
|
|
652
654
|
```
|
|
653
655
|
|
|
654
|
-
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
656
|
+
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
655
657
|
|
|
656
658
|
## `eas channel:list`
|
|
657
659
|
|
|
@@ -671,7 +673,7 @@ DESCRIPTION
|
|
|
671
673
|
list all channels
|
|
672
674
|
```
|
|
673
675
|
|
|
674
|
-
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
676
|
+
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/channel/list.ts)_
|
|
675
677
|
|
|
676
678
|
## `eas channel:rollout [CHANNEL]`
|
|
677
679
|
|
|
@@ -703,7 +705,7 @@ DESCRIPTION
|
|
|
703
705
|
Roll a new branch out on a channel incrementally.
|
|
704
706
|
```
|
|
705
707
|
|
|
706
|
-
_See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
708
|
+
_See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
707
709
|
|
|
708
710
|
## `eas channel:view [NAME]`
|
|
709
711
|
|
|
@@ -726,7 +728,7 @@ DESCRIPTION
|
|
|
726
728
|
view a channel
|
|
727
729
|
```
|
|
728
730
|
|
|
729
|
-
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
731
|
+
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/channel/view.ts)_
|
|
730
732
|
|
|
731
733
|
## `eas config`
|
|
732
734
|
|
|
@@ -747,7 +749,7 @@ DESCRIPTION
|
|
|
747
749
|
display project configuration (app.json + eas.json)
|
|
748
750
|
```
|
|
749
751
|
|
|
750
|
-
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
752
|
+
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/config.ts)_
|
|
751
753
|
|
|
752
754
|
## `eas credentials`
|
|
753
755
|
|
|
@@ -764,7 +766,7 @@ DESCRIPTION
|
|
|
764
766
|
manage credentials
|
|
765
767
|
```
|
|
766
768
|
|
|
767
|
-
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
769
|
+
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/credentials.ts)_
|
|
768
770
|
|
|
769
771
|
## `eas device:create`
|
|
770
772
|
|
|
@@ -778,7 +780,7 @@ DESCRIPTION
|
|
|
778
780
|
register new Apple Devices to use for internal distribution
|
|
779
781
|
```
|
|
780
782
|
|
|
781
|
-
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
783
|
+
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/device/create.ts)_
|
|
782
784
|
|
|
783
785
|
## `eas device:delete`
|
|
784
786
|
|
|
@@ -798,7 +800,7 @@ DESCRIPTION
|
|
|
798
800
|
remove a registered device from your account
|
|
799
801
|
```
|
|
800
802
|
|
|
801
|
-
_See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
803
|
+
_See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/device/delete.ts)_
|
|
802
804
|
|
|
803
805
|
## `eas device:list`
|
|
804
806
|
|
|
@@ -819,7 +821,7 @@ DESCRIPTION
|
|
|
819
821
|
list all registered devices for your account
|
|
820
822
|
```
|
|
821
823
|
|
|
822
|
-
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
824
|
+
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/device/list.ts)_
|
|
823
825
|
|
|
824
826
|
## `eas device:rename`
|
|
825
827
|
|
|
@@ -840,7 +842,7 @@ DESCRIPTION
|
|
|
840
842
|
rename a registered device
|
|
841
843
|
```
|
|
842
844
|
|
|
843
|
-
_See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
845
|
+
_See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/device/rename.ts)_
|
|
844
846
|
|
|
845
847
|
## `eas device:view [UDID]`
|
|
846
848
|
|
|
@@ -854,7 +856,7 @@ DESCRIPTION
|
|
|
854
856
|
view a device for your project
|
|
855
857
|
```
|
|
856
858
|
|
|
857
|
-
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
859
|
+
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/device/view.ts)_
|
|
858
860
|
|
|
859
861
|
## `eas diagnostics`
|
|
860
862
|
|
|
@@ -868,7 +870,7 @@ DESCRIPTION
|
|
|
868
870
|
display environment info
|
|
869
871
|
```
|
|
870
872
|
|
|
871
|
-
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
873
|
+
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
872
874
|
|
|
873
875
|
## `eas help [COMMAND]`
|
|
874
876
|
|
|
@@ -956,7 +958,7 @@ DESCRIPTION
|
|
|
956
958
|
validate the local store configuration
|
|
957
959
|
```
|
|
958
960
|
|
|
959
|
-
_See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
961
|
+
_See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
960
962
|
|
|
961
963
|
## `eas metadata:pull`
|
|
962
964
|
|
|
@@ -973,7 +975,7 @@ DESCRIPTION
|
|
|
973
975
|
generate the local store configuration from the app stores
|
|
974
976
|
```
|
|
975
977
|
|
|
976
|
-
_See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
978
|
+
_See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
977
979
|
|
|
978
980
|
## `eas metadata:push`
|
|
979
981
|
|
|
@@ -990,7 +992,7 @@ DESCRIPTION
|
|
|
990
992
|
sync the local store configuration to the app stores
|
|
991
993
|
```
|
|
992
994
|
|
|
993
|
-
_See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
995
|
+
_See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
994
996
|
|
|
995
997
|
## `eas open`
|
|
996
998
|
|
|
@@ -1004,7 +1006,7 @@ DESCRIPTION
|
|
|
1004
1006
|
open the project page in a web browser
|
|
1005
1007
|
```
|
|
1006
1008
|
|
|
1007
|
-
_See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1009
|
+
_See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/open.ts)_
|
|
1008
1010
|
|
|
1009
1011
|
## `eas project:info`
|
|
1010
1012
|
|
|
@@ -1018,7 +1020,7 @@ DESCRIPTION
|
|
|
1018
1020
|
information about the current project
|
|
1019
1021
|
```
|
|
1020
1022
|
|
|
1021
|
-
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1023
|
+
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/project/info.ts)_
|
|
1022
1024
|
|
|
1023
1025
|
## `eas project:init`
|
|
1024
1026
|
|
|
@@ -1040,7 +1042,7 @@ ALIASES
|
|
|
1040
1042
|
$ eas init
|
|
1041
1043
|
```
|
|
1042
1044
|
|
|
1043
|
-
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1045
|
+
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/project/init.ts)_
|
|
1044
1046
|
|
|
1045
1047
|
## `eas secret:create`
|
|
1046
1048
|
|
|
@@ -1063,7 +1065,7 @@ DESCRIPTION
|
|
|
1063
1065
|
create an environment secret on the current project or owner account
|
|
1064
1066
|
```
|
|
1065
1067
|
|
|
1066
|
-
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1068
|
+
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/secret/create.ts)_
|
|
1067
1069
|
|
|
1068
1070
|
## `eas secret:delete`
|
|
1069
1071
|
|
|
@@ -1081,7 +1083,7 @@ DESCRIPTION
|
|
|
1081
1083
|
delete an environment secret by ID
|
|
1082
1084
|
```
|
|
1083
1085
|
|
|
1084
|
-
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1086
|
+
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/secret/delete.ts)_
|
|
1085
1087
|
|
|
1086
1088
|
## `eas secret:list`
|
|
1087
1089
|
|
|
@@ -1095,7 +1097,7 @@ DESCRIPTION
|
|
|
1095
1097
|
list environment secrets available for your current app
|
|
1096
1098
|
```
|
|
1097
1099
|
|
|
1098
|
-
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1100
|
+
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/secret/list.ts)_
|
|
1099
1101
|
|
|
1100
1102
|
## `eas secret:push`
|
|
1101
1103
|
|
|
@@ -1115,7 +1117,7 @@ DESCRIPTION
|
|
|
1115
1117
|
read environment secrets from env file and store on the server
|
|
1116
1118
|
```
|
|
1117
1119
|
|
|
1118
|
-
_See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1120
|
+
_See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/secret/push.ts)_
|
|
1119
1121
|
|
|
1120
1122
|
## `eas submit`
|
|
1121
1123
|
|
|
@@ -1145,7 +1147,7 @@ ALIASES
|
|
|
1145
1147
|
$ eas build:submit
|
|
1146
1148
|
```
|
|
1147
1149
|
|
|
1148
|
-
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1150
|
+
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/submit.ts)_
|
|
1149
1151
|
|
|
1150
1152
|
## `eas update`
|
|
1151
1153
|
|
|
@@ -1179,7 +1181,7 @@ DESCRIPTION
|
|
|
1179
1181
|
publish an update group
|
|
1180
1182
|
```
|
|
1181
1183
|
|
|
1182
|
-
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1184
|
+
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/update/index.ts)_
|
|
1183
1185
|
|
|
1184
1186
|
## `eas update:configure`
|
|
1185
1187
|
|
|
@@ -1197,7 +1199,7 @@ DESCRIPTION
|
|
|
1197
1199
|
configure the project to support EAS Update
|
|
1198
1200
|
```
|
|
1199
1201
|
|
|
1200
|
-
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1202
|
+
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1201
1203
|
|
|
1202
1204
|
## `eas update:delete GROUPID`
|
|
1203
1205
|
|
|
@@ -1218,7 +1220,7 @@ DESCRIPTION
|
|
|
1218
1220
|
delete all the updates in an update group
|
|
1219
1221
|
```
|
|
1220
1222
|
|
|
1221
|
-
_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1223
|
+
_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1222
1224
|
|
|
1223
1225
|
## `eas update:list`
|
|
1224
1226
|
|
|
@@ -1240,7 +1242,7 @@ DESCRIPTION
|
|
|
1240
1242
|
view the recent updates
|
|
1241
1243
|
```
|
|
1242
1244
|
|
|
1243
|
-
_See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1245
|
+
_See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/update/list.ts)_
|
|
1244
1246
|
|
|
1245
1247
|
## `eas update:republish`
|
|
1246
1248
|
|
|
@@ -1267,7 +1269,7 @@ DESCRIPTION
|
|
|
1267
1269
|
roll back to an existing update
|
|
1268
1270
|
```
|
|
1269
1271
|
|
|
1270
|
-
_See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1272
|
+
_See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1271
1273
|
|
|
1272
1274
|
## `eas update:roll-back-to-embedded`
|
|
1273
1275
|
|
|
@@ -1294,7 +1296,7 @@ DESCRIPTION
|
|
|
1294
1296
|
roll back to the embedded update
|
|
1295
1297
|
```
|
|
1296
1298
|
|
|
1297
|
-
_See code: [src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1299
|
+
_See code: [src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1298
1300
|
|
|
1299
1301
|
## `eas update:rollback`
|
|
1300
1302
|
|
|
@@ -1313,7 +1315,7 @@ DESCRIPTION
|
|
|
1313
1315
|
roll back to an embedded update or an existing update
|
|
1314
1316
|
```
|
|
1315
1317
|
|
|
1316
|
-
_See code: [src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1318
|
+
_See code: [src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1317
1319
|
|
|
1318
1320
|
## `eas update:view GROUPID`
|
|
1319
1321
|
|
|
@@ -1333,7 +1335,7 @@ DESCRIPTION
|
|
|
1333
1335
|
update group details
|
|
1334
1336
|
```
|
|
1335
1337
|
|
|
1336
|
-
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1338
|
+
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/update/view.ts)_
|
|
1337
1339
|
|
|
1338
1340
|
## `eas webhook:create`
|
|
1339
1341
|
|
|
@@ -1354,7 +1356,7 @@ DESCRIPTION
|
|
|
1354
1356
|
create a webhook
|
|
1355
1357
|
```
|
|
1356
1358
|
|
|
1357
|
-
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1359
|
+
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1358
1360
|
|
|
1359
1361
|
## `eas webhook:delete [ID]`
|
|
1360
1362
|
|
|
@@ -1374,7 +1376,7 @@ DESCRIPTION
|
|
|
1374
1376
|
delete a webhook
|
|
1375
1377
|
```
|
|
1376
1378
|
|
|
1377
|
-
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1379
|
+
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1378
1380
|
|
|
1379
1381
|
## `eas webhook:list`
|
|
1380
1382
|
|
|
@@ -1392,7 +1394,7 @@ DESCRIPTION
|
|
|
1392
1394
|
list webhooks
|
|
1393
1395
|
```
|
|
1394
1396
|
|
|
1395
|
-
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1397
|
+
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1396
1398
|
|
|
1397
1399
|
## `eas webhook:update`
|
|
1398
1400
|
|
|
@@ -1414,7 +1416,7 @@ DESCRIPTION
|
|
|
1414
1416
|
update a webhook
|
|
1415
1417
|
```
|
|
1416
1418
|
|
|
1417
|
-
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1419
|
+
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1418
1420
|
|
|
1419
1421
|
## `eas webhook:view ID`
|
|
1420
1422
|
|
|
@@ -1431,7 +1433,7 @@ DESCRIPTION
|
|
|
1431
1433
|
view a webhook
|
|
1432
1434
|
```
|
|
1433
1435
|
|
|
1434
|
-
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1436
|
+
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v5.9.1/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
1435
1437
|
|
|
1436
1438
|
## `eas whoami`
|
|
1437
1439
|
|
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 = '1.0.
|
|
9
|
+
const PLUGIN_PACKAGE_VERSION = '1.0.49';
|
|
10
10
|
var LocalBuildMode;
|
|
11
11
|
(function (LocalBuildMode) {
|
|
12
12
|
/**
|
|
@@ -29,6 +29,16 @@ async function ensureExpoDevClientInstalledForDevClientBuildsAsync({ projectDir,
|
|
|
29
29
|
.map(i => chalk_1.default.bold(platform_1.appPlatformDisplayNames[(0, AppPlatform_1.toAppPlatform)(i)]))
|
|
30
30
|
.join(', ')}`);
|
|
31
31
|
log_1.default.error(`However, we detected that you don't have ${chalk_1.default.bold('expo-dev-client')} installed for your project.`);
|
|
32
|
+
if (nonInteractive) {
|
|
33
|
+
log_1.default.error(`You'll need to install ${chalk_1.default.bold('expo-dev-client')} manually.`);
|
|
34
|
+
log_1.default.error((0, log_1.learnMore)('https://docs.expo.dev/clients/installation/', {
|
|
35
|
+
learnMoreMessage: 'See installation instructions on how to do it.',
|
|
36
|
+
dim: false,
|
|
37
|
+
}));
|
|
38
|
+
core_1.Errors.error(`Install ${chalk_1.default.bold('expo-dev-client')} manually and try again later.`, {
|
|
39
|
+
exit: 1,
|
|
40
|
+
});
|
|
41
|
+
}
|
|
32
42
|
const areAllManaged = workflowPerPlatformList.every(i => i === eas_build_job_1.Workflow.MANAGED);
|
|
33
43
|
if (areAllManaged) {
|
|
34
44
|
const install = await (0, prompts_1.confirmAsync)({
|
|
@@ -9,6 +9,7 @@ export default class Run extends EasCommand {
|
|
|
9
9
|
path: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined>;
|
|
10
10
|
id: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined>;
|
|
11
11
|
platform: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined>;
|
|
12
|
+
profile: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined>;
|
|
12
13
|
};
|
|
13
14
|
static contextDefinition: {
|
|
14
15
|
vcsClient: import("../../commandUtils/context/VcsClientContextField").default;
|
|
@@ -31,7 +31,7 @@ class Run extends EasCommand_1.default {
|
|
|
31
31
|
await (0, run_1.runAsync)(simulatorBuildPath, flags.selectedPlatform);
|
|
32
32
|
}
|
|
33
33
|
async sanitizeFlagsAsync(flags) {
|
|
34
|
-
const { platform, limit, offset, ...runArchiveFlags } = flags;
|
|
34
|
+
const { platform, limit, offset, profile, ...runArchiveFlags } = flags;
|
|
35
35
|
const selectedPlatform = await resolvePlatformAsync(platform);
|
|
36
36
|
if (platform === 'ios' && process.platform !== 'darwin') {
|
|
37
37
|
core_1.Errors.error('You can only use an iOS simulator to run apps on macOS devices', {
|
|
@@ -47,11 +47,15 @@ class Run extends EasCommand_1.default {
|
|
|
47
47
|
exit: 1,
|
|
48
48
|
});
|
|
49
49
|
}
|
|
50
|
+
if (profile && (runArchiveFlags.id || runArchiveFlags.path || runArchiveFlags.url)) {
|
|
51
|
+
log_1.default.warn('The --profile flag is ignored when using --id, --path, or --url flags.');
|
|
52
|
+
}
|
|
50
53
|
return {
|
|
51
54
|
selectedPlatform,
|
|
52
55
|
runArchiveFlags,
|
|
53
56
|
limit,
|
|
54
57
|
offset,
|
|
58
|
+
profile,
|
|
55
59
|
};
|
|
56
60
|
}
|
|
57
61
|
}
|
|
@@ -79,6 +83,11 @@ Run.flags = {
|
|
|
79
83
|
char: 'p',
|
|
80
84
|
options: ['android', 'ios'],
|
|
81
85
|
}),
|
|
86
|
+
profile: core_1.Flags.string({
|
|
87
|
+
char: 'e',
|
|
88
|
+
description: 'Name of the build profile used to create the build to run. When specified, only builds created with the specified build profile will be queried.',
|
|
89
|
+
helpValue: 'PROFILE_NAME',
|
|
90
|
+
}),
|
|
82
91
|
...pagination_1.EasPaginatedQueryFlags,
|
|
83
92
|
};
|
|
84
93
|
Run.contextDefinition = {
|
|
@@ -137,6 +146,7 @@ async function maybeGetBuildAsync(graphqlClient, flags, projectId, paginatedQuer
|
|
|
137
146
|
platform: flags.selectedPlatform,
|
|
138
147
|
distribution: distributionType,
|
|
139
148
|
status: generated_1.BuildStatus.Finished,
|
|
149
|
+
buildProfile: flags.profile,
|
|
140
150
|
},
|
|
141
151
|
paginatedQueryOptions,
|
|
142
152
|
selectPromptDisabledFunction: build => !(0, utils_1.isRunnableOnSimulatorOrEmulator)(build),
|
|
@@ -151,6 +161,7 @@ async function maybeGetBuildAsync(graphqlClient, flags, projectId, paginatedQuer
|
|
|
151
161
|
platform: flags.selectedPlatform,
|
|
152
162
|
distribution: distributionType,
|
|
153
163
|
status: generated_1.BuildStatus.Finished,
|
|
164
|
+
buildProfile: flags.profile,
|
|
154
165
|
},
|
|
155
166
|
});
|
|
156
167
|
return validateChosenBuild(latestBuild, flags.selectedPlatform);
|
|
@@ -86,9 +86,9 @@ class SetUpAdhocProvisioningProfile {
|
|
|
86
86
|
const provisioningProfileStoreInfo = await ctx.appStore.createOrReuseAdhocProvisioningProfileAsync(chosenDevices.map(({ identifier }) => identifier), app.bundleIdentifier, distCert.serialNumber, profileType);
|
|
87
87
|
// 5. Create or update the profile on servers
|
|
88
88
|
const appleAppIdentifier = await ctx.ios.createOrGetExistingAppleAppIdentifierAsync(ctx.graphqlClient, app, appleTeam);
|
|
89
|
-
let appleProvisioningProfile
|
|
89
|
+
let appleProvisioningProfile;
|
|
90
90
|
if (currentBuildCredentials === null || currentBuildCredentials === void 0 ? void 0 : currentBuildCredentials.provisioningProfile) {
|
|
91
|
-
appleProvisioningProfile = await this.reuseCurrentProvisioningProfileAsync(currentBuildCredentials.provisioningProfile, provisioningProfileStoreInfo, ctx, app, appleAppIdentifier
|
|
91
|
+
appleProvisioningProfile = await this.reuseCurrentProvisioningProfileAsync(currentBuildCredentials.provisioningProfile, provisioningProfileStoreInfo, ctx, app, appleAppIdentifier);
|
|
92
92
|
}
|
|
93
93
|
else {
|
|
94
94
|
appleProvisioningProfile = await ctx.ios.createProvisioningProfileAsync(ctx.graphqlClient, app, appleAppIdentifier, {
|
|
@@ -109,7 +109,7 @@ class SetUpAdhocProvisioningProfile {
|
|
|
109
109
|
(0, assert_1.default)(appleProvisioningProfile);
|
|
110
110
|
return await (0, BuildCredentialsUtils_1.assignBuildCredentialsAsync)(ctx, app, generated_1.IosDistributionType.AdHoc, distCert, appleProvisioningProfile, appleTeam);
|
|
111
111
|
}
|
|
112
|
-
async reuseCurrentProvisioningProfileAsync(currentProvisioningProfile, provisioningProfileStoreInfo, ctx, app, appleAppIdentifier
|
|
112
|
+
async reuseCurrentProvisioningProfileAsync(currentProvisioningProfile, provisioningProfileStoreInfo, ctx, app, appleAppIdentifier) {
|
|
113
113
|
if (currentProvisioningProfile.developerPortalIdentifier !==
|
|
114
114
|
provisioningProfileStoreInfo.provisioningProfileId) {
|
|
115
115
|
// If IDs don't match, the profile needs to be deleted and re-created
|
|
@@ -121,17 +121,13 @@ class SetUpAdhocProvisioningProfile {
|
|
|
121
121
|
developerPortalIdentifier: provisioningProfileStoreInfo.provisioningProfileId,
|
|
122
122
|
});
|
|
123
123
|
}
|
|
124
|
-
else
|
|
125
|
-
// If
|
|
124
|
+
else {
|
|
125
|
+
// If not, the profile needs to be updated first
|
|
126
126
|
return await ctx.ios.updateProvisioningProfileAsync(ctx.graphqlClient, currentProvisioningProfile.id, {
|
|
127
127
|
appleProvisioningProfile: provisioningProfileStoreInfo.provisioningProfile,
|
|
128
128
|
developerPortalIdentifier: provisioningProfileStoreInfo.provisioningProfileId,
|
|
129
129
|
});
|
|
130
130
|
}
|
|
131
|
-
else {
|
|
132
|
-
// Otherwise the current profile can be reused
|
|
133
|
-
return currentProvisioningProfile;
|
|
134
|
-
}
|
|
135
131
|
}
|
|
136
132
|
async areBuildCredentialsSetupAsync(ctx) {
|
|
137
133
|
const { app, target } = this.options;
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"5.8.0","commands":{"analytics":{"id":"analytics","description":"display or change analytics settings","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"STATUS","options":["on","off"]}]},"config":{"id":"config","description":"display project configuration (app.json + eas.json)","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios)","multiple":false,"options":["android","ios"]},"profile":{"name":"profile","type":"option","char":"e","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"eas-json-only":{"name":"eas-json-only","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,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"projectDir":{}}},"credentials":{"id":"credentials","description":"manage credentials","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios)","multiple":false,"options":["android","ios"]}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"analytics":{},"vcsClient":{}}},"diagnostics":{"id":"diagnostics","description":"display environment info","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[],"contextDefinition":{"projectDir":{},"vcsClient":{}}},"open":{"id":"open","description":"open the project page in a web browser","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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","char":"e","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 EAS Submit","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":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"projectDir":{},"analytics":{},"vcsClient":{}}},"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":{"sso":{"name":"sso","type":"boolean","char":"s","description":"Login with SSO","hidden":true,"allowNo":false}},"args":[],"contextDefinition":{"sessionManager":{}}},"account:logout":{"id":"account:logout","description":"log out","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["logout"],"flags":{},"args":[],"contextDefinition":{"sessionManager":{}}},"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":[],"contextDefinition":{"maybeLoggedIn":{}}},"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":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to create","required":false}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"vcsClient":{}}},"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":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to delete","required":false}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"branch:list":{"id":"branch:list","description":"list all branches","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 50 and is capped at 100.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"branch:view":{"id":"branch:view","description":"view a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 25 and is capped at 50.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to view","required":false}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"build:cancel":{"id":"build:cancel","description":"cancel a build","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"BUILD_ID"}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"vcsClient":{}}},"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":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"vcsClient":{}}},"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},"skip-project-configuration":{"name":"skip-project-configuration","type":"boolean","hidden":true,"allowNo":false},"profile":{"name":"profile","type":"option","char":"e","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"local":{"name":"local","type":"boolean","description":"Run build locally [experimental]","allowNo":false},"output":{"name":"output","type":"option","description":"Output path for local build","multiple":false},"wait":{"name":"wait","type":"boolean","description":"Wait for build(s) to complete","allowNo":true},"clear-cache":{"name":"clear-cache","type":"boolean","description":"Clear cache before the build","allowNo":false},"auto-submit":{"name":"auto-submit","type":"boolean","description":"Submit on build complete using the submit profile with the same name as the build profile","allowNo":false,"exclusive":["auto-submit-with-profile"]},"auto-submit-with-profile":{"name":"auto-submit-with-profile","type":"option","description":"Submit on build complete using the submit profile with provided name","helpValue":"PROFILE_NAME","multiple":false,"exclusive":["auto-submit"]},"resource-class":{"name":"resource-class","type":"option","description":"The instance type that will be used to run this build [experimental]","hidden":true,"helpValue":"(default|large|m1-medium|medium|m-medium|m-large)","multiple":false,"options":["default","large","m1-medium","medium","m-medium","m-large"],"deprecated":{"message":"The --resource-class flag has been deprecated. Define the resource class in eas.json.\nLearn more: https://docs.expo.dev/build-reference/eas-json/"}},"message":{"name":"message","type":"option","char":"m","description":"A short message describing the build","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"projectDir":{},"analytics":{},"vcsClient":{}}},"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","char":"e","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":[],"contextDefinition":{"loggedIn":{},"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"projectDir":{},"analytics":{},"vcsClient":{}}},"build:internal":{"id":"build:internal","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","required":true,"helpValue":"(android|ios)","multiple":false,"options":["android","ios"]},"profile":{"name":"profile","type":"option","char":"e","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false}},"args":[],"contextDefinition":{"loggedIn":{},"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"projectDir":{},"analytics":{},"vcsClient":{}}},"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"]},"status":{"name":"status","type":"option","helpValue":"(new|in-queue|in-progress|pending-cancel|errored|finished|canceled)","multiple":false,"options":["new","in-queue","in-progress","pending-cancel","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},"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 10 and is capped at 50.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"vcsClient":{}}},"build:resign":{"id":"build:resign","description":"re-sign a build archive","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","char":"e","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"wait":{"name":"wait","type":"boolean","description":"Wait for build(s) to complete.","allowNo":true},"id":{"name":"id","type":"option","description":"ID of the build to re-sign.","multiple":false},"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 50 and is capped at 100.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"projectDir":{},"analytics":{},"vcsClient":{}}},"build:run":{"id":"build:run","description":"run simulator/emulator builds from eas-cli","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"latest":{"name":"latest","type":"boolean","description":"Run the latest simulator/emulator build for specified platform","allowNo":false,"exclusive":["id","path","url"]},"url":{"name":"url","type":"option","description":"Simulator/Emulator build archive url","multiple":false,"exclusive":["latest","id","path"]},"path":{"name":"path","type":"option","description":"Path to the simulator/emulator build archive or app","multiple":false,"exclusive":["latest","id","url"]},"id":{"name":"id","type":"option","description":"ID of the simulator/emulator build to run","multiple":false,"exclusive":["latest, path, url"]},"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios)","multiple":false,"options":["android","ios"]},"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 50 and is capped at 100.","multiple":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"projectDir":{},"vcsClient":{}}},"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"}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"vcsClient":{}}},"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":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to create","required":false}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to delete","required":false}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to edit","required":false}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"channel:list":{"id":"channel:list","description":"list all channels","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 10 and is capped at 25.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"channel:rollout":{"id":"channel:rollout","description":"Roll a new branch out on a channel incrementally.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"action":{"name":"action","type":"option","description":"Rollout action to perform","required":false,"helpValue":"(create|edit|end|view)","multiple":false,"options":["create","edit","end","view"],"relationships":[{"type":"all","flags":[{"name":"percent"},{"name":"outcome"},{"name":"branch"},{"name":"runtime-version"}]}]},"percent":{"name":"percent","type":"option","description":"Percent of users to send to the new branch. Use with --action=edit or --action=create","required":false,"multiple":false},"outcome":{"name":"outcome","type":"option","description":"End outcome of rollout. Use with --action=end","required":false,"helpValue":"(republish-and-revert|revert)","multiple":false,"options":["republish-and-revert","revert"]},"branch":{"name":"branch","type":"option","description":"Branch to roll out. Use with --action=create","required":false,"multiple":false},"runtime-version":{"name":"runtime-version","type":"option","description":"Runtime version to target. Use with --action=create","required":false,"multiple":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},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"channel","description":"channel on which the rollout should be done"}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false},"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 50 and is capped at 100.","multiple":false}},"args":[{"name":"name","description":"Name of the channel to view","required":false}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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","description":"The Apple team ID on which to find the device","multiple":false},"udid":{"name":"udid","type":"option","description":"The Apple device ID to disable","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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},"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 50 and is capped at 100.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"device:rename":{"id":"device:rename","description":"rename a registered device","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"apple-team-id":{"name":"apple-team-id","type":"option","description":"The Apple team ID on which to find the device","multiple":false},"udid":{"name":"udid","type":"option","description":"The Apple device ID to rename","multiple":false},"name":{"name":"name","type":"option","description":"The new name for the device","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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"}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"metadata:lint":{"id":"metadata:lint","description":"validate the local store configuration","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},"profile":{"name":"profile","type":"option","description":"Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.","multiple":false}},"args":[],"contextDefinition":{"projectDir":{}}},"metadata:pull":{"id":"metadata:pull","description":"generate the local store configuration from the app stores","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"profile":{"name":"profile","type":"option","char":"e","description":"Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.","multiple":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"analytics":{},"vcsClient":{}}},"metadata:push":{"id":"metadata:push","description":"sync the local store configuration to the app stores","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"profile":{"name":"profile","type":"option","char":"e","description":"Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.","multiple":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"analytics":{},"vcsClient":{}}},"project:info":{"id":"project:info","description":"information about the current project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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":{"id":{"name":"id","type":"option","description":"ID of the EAS project to link","multiple":false},"force":{"name":"force","type":"boolean","description":"Whether to overwrite any existing project ID","allowNo":false,"dependsOn":["id"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false,"dependsOn":["id"]}},"args":[],"contextDefinition":{"loggedIn":{},"projectDir":{}}},"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":"Text value or path to a file to store in the secret","multiple":false},"type":{"name":"type","type":"option","description":"The type of secret","helpValue":"(string|file)","multiple":false,"options":["string","file"]},"force":{"name":"force","type":"boolean","description":"Delete and recreate existing secrets","allowNo":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"secret:push":{"id":"secret:push","description":"read environment secrets from env file and store on the server","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"scope":{"name":"scope","type":"option","description":"Scope for the secrets","helpValue":"(account|project)","multiple":false,"options":["account","project"],"default":"project"},"env-file":{"name":"env-file","type":"option","description":"Env file with secrets","multiple":false},"force":{"name":"force","type":"boolean","description":"Delete and recreate existing secrets","allowNo":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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"},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"vcsClient":{}}},"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":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"groupId","description":"The ID of an update group to delete.","required":true}],"contextDefinition":{"loggedIn":{}}},"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},"channel":{"name":"channel","type":"option","description":"Channel that the published update should affect","required":false,"multiple":false},"message":{"name":"message","type":"option","char":"m","description":"A short message describing the update","required":false,"multiple":false},"republish":{"name":"republish","type":"boolean","description":"Republish an update group (deprecated, see republish command)","allowNo":false,"exclusive":["input-dir","skip-bundler"]},"group":{"name":"group","type":"option","description":"Update group to republish (deprecated, see republish command)","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},"clear-cache":{"name":"clear-cache","type":"boolean","description":"Clear the bundler cache 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"},"dev":{"name":"dev","type":"boolean","description":"Publish a development bundle","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},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"loggedIn":{},"vcsClient":{}}},"update:list":{"id":"update:list","description":"view the recent updates","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"List updates only on this branch","multiple":false,"exclusive":["all"]},"all":{"name":"all","type":"boolean","description":"List updates on all branches","allowNo":false,"exclusive":["branch"]},"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 25 and is capped at 50.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"update:republish":{"id":"update:republish","description":"roll back to an existing update","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"channel":{"name":"channel","type":"option","description":"Channel name to select an update group to republish from","multiple":false,"exclusive":["branch","group"]},"branch":{"name":"branch","type":"option","description":"Branch name to select an update group to republish from","multiple":false,"exclusive":["channel","group"]},"group":{"name":"group","type":"option","description":"Update group ID to republish","multiple":false,"exclusive":["branch","channel"]},"message":{"name":"message","type":"option","char":"m","description":"Short message describing the republished update group","required":false,"multiple":false},"platform":{"name":"platform","type":"option","char":"p","required":false,"helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"],"default":"all"},"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},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"update:roll-back-to-embedded":{"id":"update:roll-back-to-embedded","description":"roll back to the embedded update","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"Branch to publish the rollback to embedded update group on","required":false,"multiple":false},"channel":{"name":"channel","type":"option","description":"Channel that the published rollback to embedded update should affect","required":false,"multiple":false},"message":{"name":"message","type":"option","description":"A short message describing the rollback to embedded update","required":false,"multiple":false},"platform":{"name":"platform","type":"option","char":"p","required":false,"helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"],"default":"all"},"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},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"loggedIn":{},"vcsClient":{}}},"update:rollback":{"id":"update:rollback","description":"roll back to an embedded update or an existing update","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"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":[]},"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":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false}},"args":[{"name":"groupId","description":"The ID of an update group.","required":true}],"contextDefinition":{"loggedIn":{}}},"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},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"webhook:delete":{"id":"webhook:delete","description":"delete a webhook","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"ID","description":"ID of the webhook to delete","required":false}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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"]},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{}}},"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}],"contextDefinition":{"loggedIn":{}}},"build:version:get":{"id":"build:version:get","description":"get the latest version from EAS servers","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]},"profile":{"name":"profile","type":"option","char":"e","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"projectDir":{},"vcsClient":{}}},"build:version:set":{"id":"build:version:set","description":"update version of an app","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios)","multiple":false,"options":["android","ios"]},"profile":{"name":"profile","type":"option","char":"e","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false}},"args":[],"contextDefinition":{"loggedIn":{},"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"projectDir":{},"vcsClient":{}}},"build:version:sync":{"id":"build:version:sync","description":"update a version in native code with a value stored on EAS servers","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]},"profile":{"name":"profile","type":"option","char":"e","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false}},"args":[],"contextDefinition":{"loggedIn":{},"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"projectDir":{},"vcsClient":{}}}}}
|
|
1
|
+
{"version":"5.9.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","char":"e","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"eas-json-only":{"name":"eas-json-only","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,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"projectDir":{}}},"credentials":{"id":"credentials","description":"manage credentials","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios)","multiple":false,"options":["android","ios"]}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"analytics":{},"vcsClient":{}}},"diagnostics":{"id":"diagnostics","description":"display environment info","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[],"contextDefinition":{"projectDir":{},"vcsClient":{}}},"open":{"id":"open","description":"open the project page in a web browser","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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","char":"e","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 EAS Submit","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":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"projectDir":{},"analytics":{},"vcsClient":{}}},"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":{"sso":{"name":"sso","type":"boolean","char":"s","description":"Login with SSO","hidden":true,"allowNo":false}},"args":[],"contextDefinition":{"sessionManager":{}}},"account:logout":{"id":"account:logout","description":"log out","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["logout"],"flags":{},"args":[],"contextDefinition":{"sessionManager":{}}},"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":[],"contextDefinition":{"maybeLoggedIn":{}}},"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":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to create","required":false}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"vcsClient":{}}},"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":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to delete","required":false}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"branch:list":{"id":"branch:list","description":"list all branches","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 50 and is capped at 100.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"branch:view":{"id":"branch:view","description":"view a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 25 and is capped at 50.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to view","required":false}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"build:cancel":{"id":"build:cancel","description":"cancel a build","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"BUILD_ID"}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"vcsClient":{}}},"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":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"vcsClient":{}}},"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},"skip-project-configuration":{"name":"skip-project-configuration","type":"boolean","hidden":true,"allowNo":false},"profile":{"name":"profile","type":"option","char":"e","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"local":{"name":"local","type":"boolean","description":"Run build locally [experimental]","allowNo":false},"output":{"name":"output","type":"option","description":"Output path for local build","multiple":false},"wait":{"name":"wait","type":"boolean","description":"Wait for build(s) to complete","allowNo":true},"clear-cache":{"name":"clear-cache","type":"boolean","description":"Clear cache before the build","allowNo":false},"auto-submit":{"name":"auto-submit","type":"boolean","description":"Submit on build complete using the submit profile with the same name as the build profile","allowNo":false,"exclusive":["auto-submit-with-profile"]},"auto-submit-with-profile":{"name":"auto-submit-with-profile","type":"option","description":"Submit on build complete using the submit profile with provided name","helpValue":"PROFILE_NAME","multiple":false,"exclusive":["auto-submit"]},"resource-class":{"name":"resource-class","type":"option","description":"The instance type that will be used to run this build [experimental]","hidden":true,"helpValue":"(default|large|m1-medium|medium|m-medium|m-large)","multiple":false,"options":["default","large","m1-medium","medium","m-medium","m-large"],"deprecated":{"message":"The --resource-class flag has been deprecated. Define the resource class in eas.json.\nLearn more: https://docs.expo.dev/build-reference/eas-json/"}},"message":{"name":"message","type":"option","char":"m","description":"A short message describing the build","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"projectDir":{},"analytics":{},"vcsClient":{}}},"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","char":"e","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":[],"contextDefinition":{"loggedIn":{},"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"projectDir":{},"analytics":{},"vcsClient":{}}},"build:internal":{"id":"build:internal","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","required":true,"helpValue":"(android|ios)","multiple":false,"options":["android","ios"]},"profile":{"name":"profile","type":"option","char":"e","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false}},"args":[],"contextDefinition":{"loggedIn":{},"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"projectDir":{},"analytics":{},"vcsClient":{}}},"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"]},"status":{"name":"status","type":"option","helpValue":"(new|in-queue|in-progress|pending-cancel|errored|finished|canceled)","multiple":false,"options":["new","in-queue","in-progress","pending-cancel","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},"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 10 and is capped at 50.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"vcsClient":{}}},"build:resign":{"id":"build:resign","description":"re-sign a build archive","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","char":"e","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"wait":{"name":"wait","type":"boolean","description":"Wait for build(s) to complete.","allowNo":true},"id":{"name":"id","type":"option","description":"ID of the build to re-sign.","multiple":false},"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 50 and is capped at 100.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"projectDir":{},"analytics":{},"vcsClient":{}}},"build:run":{"id":"build:run","description":"run simulator/emulator builds from eas-cli","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"latest":{"name":"latest","type":"boolean","description":"Run the latest simulator/emulator build for specified platform","allowNo":false,"exclusive":["id","path","url"]},"url":{"name":"url","type":"option","description":"Simulator/Emulator build archive url","multiple":false,"exclusive":["latest","id","path"]},"path":{"name":"path","type":"option","description":"Path to the simulator/emulator build archive or app","multiple":false,"exclusive":["latest","id","url"]},"id":{"name":"id","type":"option","description":"ID of the simulator/emulator build to run","multiple":false,"exclusive":["latest, path, url"]},"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios)","multiple":false,"options":["android","ios"]},"profile":{"name":"profile","type":"option","char":"e","description":"Name of the build profile used to create the build to run. When specified, only builds created with the specified build profile will be queried.","helpValue":"PROFILE_NAME","multiple":false},"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 50 and is capped at 100.","multiple":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"projectDir":{},"vcsClient":{}}},"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"}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"vcsClient":{}}},"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":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to create","required":false}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to delete","required":false}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to edit","required":false}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"channel:list":{"id":"channel:list","description":"list all channels","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 10 and is capped at 25.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"channel:rollout":{"id":"channel:rollout","description":"Roll a new branch out on a channel incrementally.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"action":{"name":"action","type":"option","description":"Rollout action to perform","required":false,"helpValue":"(create|edit|end|view)","multiple":false,"options":["create","edit","end","view"],"relationships":[{"type":"all","flags":[{"name":"percent"},{"name":"outcome"},{"name":"branch"},{"name":"runtime-version"}]}]},"percent":{"name":"percent","type":"option","description":"Percent of users to send to the new branch. Use with --action=edit or --action=create","required":false,"multiple":false},"outcome":{"name":"outcome","type":"option","description":"End outcome of rollout. Use with --action=end","required":false,"helpValue":"(republish-and-revert|revert)","multiple":false,"options":["republish-and-revert","revert"]},"branch":{"name":"branch","type":"option","description":"Branch to roll out. Use with --action=create","required":false,"multiple":false},"runtime-version":{"name":"runtime-version","type":"option","description":"Runtime version to target. Use with --action=create","required":false,"multiple":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},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"channel","description":"channel on which the rollout should be done"}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false},"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 50 and is capped at 100.","multiple":false}},"args":[{"name":"name","description":"Name of the channel to view","required":false}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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","description":"The Apple team ID on which to find the device","multiple":false},"udid":{"name":"udid","type":"option","description":"The Apple device ID to disable","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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},"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 50 and is capped at 100.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"device:rename":{"id":"device:rename","description":"rename a registered device","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"apple-team-id":{"name":"apple-team-id","type":"option","description":"The Apple team ID on which to find the device","multiple":false},"udid":{"name":"udid","type":"option","description":"The Apple device ID to rename","multiple":false},"name":{"name":"name","type":"option","description":"The new name for the device","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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"}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"metadata:lint":{"id":"metadata:lint","description":"validate the local store configuration","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},"profile":{"name":"profile","type":"option","description":"Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.","multiple":false}},"args":[],"contextDefinition":{"projectDir":{}}},"metadata:pull":{"id":"metadata:pull","description":"generate the local store configuration from the app stores","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"profile":{"name":"profile","type":"option","char":"e","description":"Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.","multiple":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"analytics":{},"vcsClient":{}}},"metadata:push":{"id":"metadata:push","description":"sync the local store configuration to the app stores","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"profile":{"name":"profile","type":"option","char":"e","description":"Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.","multiple":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"analytics":{},"vcsClient":{}}},"project:info":{"id":"project:info","description":"information about the current project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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":{"id":{"name":"id","type":"option","description":"ID of the EAS project to link","multiple":false},"force":{"name":"force","type":"boolean","description":"Whether to overwrite any existing project ID","allowNo":false,"dependsOn":["id"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false,"dependsOn":["id"]}},"args":[],"contextDefinition":{"loggedIn":{},"projectDir":{}}},"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":"Text value or path to a file to store in the secret","multiple":false},"type":{"name":"type","type":"option","description":"The type of secret","helpValue":"(string|file)","multiple":false,"options":["string","file"]},"force":{"name":"force","type":"boolean","description":"Delete and recreate existing secrets","allowNo":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"secret:push":{"id":"secret:push","description":"read environment secrets from env file and store on the server","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"scope":{"name":"scope","type":"option","description":"Scope for the secrets","helpValue":"(account|project)","multiple":false,"options":["account","project"],"default":"project"},"env-file":{"name":"env-file","type":"option","description":"Env file with secrets","multiple":false},"force":{"name":"force","type":"boolean","description":"Delete and recreate existing secrets","allowNo":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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"},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"vcsClient":{}}},"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":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"groupId","description":"The ID of an update group to delete.","required":true}],"contextDefinition":{"loggedIn":{}}},"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},"channel":{"name":"channel","type":"option","description":"Channel that the published update should affect","required":false,"multiple":false},"message":{"name":"message","type":"option","char":"m","description":"A short message describing the update","required":false,"multiple":false},"republish":{"name":"republish","type":"boolean","description":"Republish an update group (deprecated, see republish command)","allowNo":false,"exclusive":["input-dir","skip-bundler"]},"group":{"name":"group","type":"option","description":"Update group to republish (deprecated, see republish command)","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},"clear-cache":{"name":"clear-cache","type":"boolean","description":"Clear the bundler cache 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"},"dev":{"name":"dev","type":"boolean","description":"Publish a development bundle","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},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"loggedIn":{},"vcsClient":{}}},"update:list":{"id":"update:list","description":"view the recent updates","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"List updates only on this branch","multiple":false,"exclusive":["all"]},"all":{"name":"all","type":"boolean","description":"List updates on all branches","allowNo":false,"exclusive":["branch"]},"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 25 and is capped at 50.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"update:republish":{"id":"update:republish","description":"roll back to an existing update","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"channel":{"name":"channel","type":"option","description":"Channel name to select an update group to republish from","multiple":false,"exclusive":["branch","group"]},"branch":{"name":"branch","type":"option","description":"Branch name to select an update group to republish from","multiple":false,"exclusive":["channel","group"]},"group":{"name":"group","type":"option","description":"Update group ID to republish","multiple":false,"exclusive":["branch","channel"]},"message":{"name":"message","type":"option","char":"m","description":"Short message describing the republished update group","required":false,"multiple":false},"platform":{"name":"platform","type":"option","char":"p","required":false,"helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"],"default":"all"},"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},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"update:roll-back-to-embedded":{"id":"update:roll-back-to-embedded","description":"roll back to the embedded update","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"Branch to publish the rollback to embedded update group on","required":false,"multiple":false},"channel":{"name":"channel","type":"option","description":"Channel that the published rollback to embedded update should affect","required":false,"multiple":false},"message":{"name":"message","type":"option","description":"A short message describing the rollback to embedded update","required":false,"multiple":false},"platform":{"name":"platform","type":"option","char":"p","required":false,"helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"],"default":"all"},"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},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"loggedIn":{},"vcsClient":{}}},"update:rollback":{"id":"update:rollback","description":"roll back to an embedded update or an existing update","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"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":[]},"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":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false}},"args":[{"name":"groupId","description":"The ID of an update group.","required":true}],"contextDefinition":{"loggedIn":{}}},"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},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"webhook:delete":{"id":"webhook:delete","description":"delete a webhook","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"ID","description":"ID of the webhook to delete","required":false}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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"]},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"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},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{}}},"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}],"contextDefinition":{"loggedIn":{}}},"build:version:get":{"id":"build:version:get","description":"get the latest version from EAS servers","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]},"profile":{"name":"profile","type":"option","char":"e","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"projectDir":{},"vcsClient":{}}},"build:version:set":{"id":"build:version:set","description":"update version of an app","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios)","multiple":false,"options":["android","ios"]},"profile":{"name":"profile","type":"option","char":"e","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false}},"args":[],"contextDefinition":{"loggedIn":{},"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"projectDir":{},"vcsClient":{}}},"build:version:sync":{"id":"build:version:sync","description":"update a version in native code with a value stored on EAS servers","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]},"profile":{"name":"profile","type":"option","char":"e","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false}},"args":[],"contextDefinition":{"loggedIn":{},"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"projectDir":{},"vcsClient":{}}}}}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
3
|
"description": "EAS command line tool",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.9.1",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -219,5 +219,5 @@
|
|
|
219
219
|
"node": "18.6.0",
|
|
220
220
|
"yarn": "1.22.19"
|
|
221
221
|
},
|
|
222
|
-
"gitHead": "
|
|
222
|
+
"gitHead": "8817842b72d3604955e69e5be5c374a65de9802f"
|
|
223
223
|
}
|