eas-cli 14.7.0 → 14.7.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 +74 -74
- package/build/project/ios/exemptEncryption.js +2 -1
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -160,7 +160,7 @@ ALIASES
|
|
|
160
160
|
$ eas login
|
|
161
161
|
```
|
|
162
162
|
|
|
163
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
163
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/account/login.ts)_
|
|
164
164
|
|
|
165
165
|
## `eas account:logout`
|
|
166
166
|
|
|
@@ -177,7 +177,7 @@ ALIASES
|
|
|
177
177
|
$ eas logout
|
|
178
178
|
```
|
|
179
179
|
|
|
180
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
180
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/account/logout.ts)_
|
|
181
181
|
|
|
182
182
|
## `eas account:view`
|
|
183
183
|
|
|
@@ -194,7 +194,7 @@ ALIASES
|
|
|
194
194
|
$ eas whoami
|
|
195
195
|
```
|
|
196
196
|
|
|
197
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
197
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/account/view.ts)_
|
|
198
198
|
|
|
199
199
|
## `eas analytics [STATUS]`
|
|
200
200
|
|
|
@@ -208,7 +208,7 @@ DESCRIPTION
|
|
|
208
208
|
display or change analytics settings
|
|
209
209
|
```
|
|
210
210
|
|
|
211
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
211
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/analytics.ts)_
|
|
212
212
|
|
|
213
213
|
## `eas autocomplete [SHELL]`
|
|
214
214
|
|
|
@@ -260,7 +260,7 @@ DESCRIPTION
|
|
|
260
260
|
create a branch
|
|
261
261
|
```
|
|
262
262
|
|
|
263
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
263
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/branch/create.ts)_
|
|
264
264
|
|
|
265
265
|
## `eas branch:delete [NAME]`
|
|
266
266
|
|
|
@@ -281,7 +281,7 @@ DESCRIPTION
|
|
|
281
281
|
delete a branch
|
|
282
282
|
```
|
|
283
283
|
|
|
284
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
284
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
285
285
|
|
|
286
286
|
## `eas branch:list`
|
|
287
287
|
|
|
@@ -301,7 +301,7 @@ DESCRIPTION
|
|
|
301
301
|
list all branches
|
|
302
302
|
```
|
|
303
303
|
|
|
304
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
304
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/branch/list.ts)_
|
|
305
305
|
|
|
306
306
|
## `eas branch:rename`
|
|
307
307
|
|
|
@@ -321,7 +321,7 @@ DESCRIPTION
|
|
|
321
321
|
rename a branch
|
|
322
322
|
```
|
|
323
323
|
|
|
324
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
324
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
325
325
|
|
|
326
326
|
## `eas branch:view [NAME]`
|
|
327
327
|
|
|
@@ -344,7 +344,7 @@ DESCRIPTION
|
|
|
344
344
|
view a branch
|
|
345
345
|
```
|
|
346
346
|
|
|
347
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
347
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/branch/view.ts)_
|
|
348
348
|
|
|
349
349
|
## `eas build`
|
|
350
350
|
|
|
@@ -381,7 +381,7 @@ DESCRIPTION
|
|
|
381
381
|
start a build
|
|
382
382
|
```
|
|
383
383
|
|
|
384
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
384
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/build/index.ts)_
|
|
385
385
|
|
|
386
386
|
## `eas build:cancel [BUILD_ID]`
|
|
387
387
|
|
|
@@ -400,7 +400,7 @@ DESCRIPTION
|
|
|
400
400
|
cancel a build
|
|
401
401
|
```
|
|
402
402
|
|
|
403
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
403
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
404
404
|
|
|
405
405
|
## `eas build:configure`
|
|
406
406
|
|
|
@@ -417,7 +417,7 @@ DESCRIPTION
|
|
|
417
417
|
configure the project to support EAS Build
|
|
418
418
|
```
|
|
419
419
|
|
|
420
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
420
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/build/configure.ts)_
|
|
421
421
|
|
|
422
422
|
## `eas build:delete [BUILD_ID]`
|
|
423
423
|
|
|
@@ -436,7 +436,7 @@ DESCRIPTION
|
|
|
436
436
|
delete a build
|
|
437
437
|
```
|
|
438
438
|
|
|
439
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
439
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/build/delete.ts)_
|
|
440
440
|
|
|
441
441
|
## `eas build:dev`
|
|
442
442
|
|
|
@@ -456,7 +456,7 @@ DESCRIPTION
|
|
|
456
456
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
457
457
|
```
|
|
458
458
|
|
|
459
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
459
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/build/dev.ts)_
|
|
460
460
|
|
|
461
461
|
## `eas build:inspect`
|
|
462
462
|
|
|
@@ -491,7 +491,7 @@ DESCRIPTION
|
|
|
491
491
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
492
492
|
```
|
|
493
493
|
|
|
494
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
494
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
495
495
|
|
|
496
496
|
## `eas build:list`
|
|
497
497
|
|
|
@@ -543,7 +543,7 @@ DESCRIPTION
|
|
|
543
543
|
list all builds for your project
|
|
544
544
|
```
|
|
545
545
|
|
|
546
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
546
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/build/list.ts)_
|
|
547
547
|
|
|
548
548
|
## `eas build:resign`
|
|
549
549
|
|
|
@@ -572,7 +572,7 @@ DESCRIPTION
|
|
|
572
572
|
re-sign a build archive
|
|
573
573
|
```
|
|
574
574
|
|
|
575
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
575
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/build/resign.ts)_
|
|
576
576
|
|
|
577
577
|
## `eas build:run`
|
|
578
578
|
|
|
@@ -598,7 +598,7 @@ DESCRIPTION
|
|
|
598
598
|
run simulator/emulator builds from eas-cli
|
|
599
599
|
```
|
|
600
600
|
|
|
601
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
601
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/build/run.ts)_
|
|
602
602
|
|
|
603
603
|
## `eas build:submit`
|
|
604
604
|
|
|
@@ -648,7 +648,7 @@ DESCRIPTION
|
|
|
648
648
|
get the latest version from EAS servers
|
|
649
649
|
```
|
|
650
650
|
|
|
651
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
651
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
652
652
|
|
|
653
653
|
## `eas build:version:set`
|
|
654
654
|
|
|
@@ -667,7 +667,7 @@ DESCRIPTION
|
|
|
667
667
|
update version of an app
|
|
668
668
|
```
|
|
669
669
|
|
|
670
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
670
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
671
671
|
|
|
672
672
|
## `eas build:version:sync`
|
|
673
673
|
|
|
@@ -686,7 +686,7 @@ DESCRIPTION
|
|
|
686
686
|
update a version in native code with a value stored on EAS servers
|
|
687
687
|
```
|
|
688
688
|
|
|
689
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
689
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
690
690
|
|
|
691
691
|
## `eas build:view [BUILD_ID]`
|
|
692
692
|
|
|
@@ -703,7 +703,7 @@ DESCRIPTION
|
|
|
703
703
|
view a build for your project
|
|
704
704
|
```
|
|
705
705
|
|
|
706
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
706
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/build/view.ts)_
|
|
707
707
|
|
|
708
708
|
## `eas channel:create [NAME]`
|
|
709
709
|
|
|
@@ -724,7 +724,7 @@ DESCRIPTION
|
|
|
724
724
|
create a channel
|
|
725
725
|
```
|
|
726
726
|
|
|
727
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
727
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/channel/create.ts)_
|
|
728
728
|
|
|
729
729
|
## `eas channel:edit [NAME]`
|
|
730
730
|
|
|
@@ -746,7 +746,7 @@ DESCRIPTION
|
|
|
746
746
|
point a channel at a new branch
|
|
747
747
|
```
|
|
748
748
|
|
|
749
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
749
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
750
750
|
|
|
751
751
|
## `eas channel:list`
|
|
752
752
|
|
|
@@ -766,7 +766,7 @@ DESCRIPTION
|
|
|
766
766
|
list all channels
|
|
767
767
|
```
|
|
768
768
|
|
|
769
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
769
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/channel/list.ts)_
|
|
770
770
|
|
|
771
771
|
## `eas channel:pause [NAME]`
|
|
772
772
|
|
|
@@ -788,7 +788,7 @@ DESCRIPTION
|
|
|
788
788
|
pause a channel to stop it from sending updates
|
|
789
789
|
```
|
|
790
790
|
|
|
791
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
791
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
792
792
|
|
|
793
793
|
## `eas channel:resume [NAME]`
|
|
794
794
|
|
|
@@ -810,7 +810,7 @@ DESCRIPTION
|
|
|
810
810
|
resume a channel to start sending updates
|
|
811
811
|
```
|
|
812
812
|
|
|
813
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
813
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
814
814
|
|
|
815
815
|
## `eas channel:rollout [CHANNEL]`
|
|
816
816
|
|
|
@@ -843,7 +843,7 @@ DESCRIPTION
|
|
|
843
843
|
Roll a new branch out on a channel incrementally.
|
|
844
844
|
```
|
|
845
845
|
|
|
846
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
846
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
847
847
|
|
|
848
848
|
## `eas channel:view [NAME]`
|
|
849
849
|
|
|
@@ -866,7 +866,7 @@ DESCRIPTION
|
|
|
866
866
|
view a channel
|
|
867
867
|
```
|
|
868
868
|
|
|
869
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
869
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/channel/view.ts)_
|
|
870
870
|
|
|
871
871
|
## `eas config`
|
|
872
872
|
|
|
@@ -887,7 +887,7 @@ DESCRIPTION
|
|
|
887
887
|
display project configuration (app.json + eas.json)
|
|
888
888
|
```
|
|
889
889
|
|
|
890
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
890
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/config.ts)_
|
|
891
891
|
|
|
892
892
|
## `eas credentials`
|
|
893
893
|
|
|
@@ -904,7 +904,7 @@ DESCRIPTION
|
|
|
904
904
|
manage credentials
|
|
905
905
|
```
|
|
906
906
|
|
|
907
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
907
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
908
908
|
|
|
909
909
|
## `eas credentials:configure-build`
|
|
910
910
|
|
|
@@ -922,7 +922,7 @@ DESCRIPTION
|
|
|
922
922
|
Set up credentials for building your project.
|
|
923
923
|
```
|
|
924
924
|
|
|
925
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
925
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
926
926
|
|
|
927
927
|
## `eas deploy [2m[options][22m`
|
|
928
928
|
|
|
@@ -950,7 +950,7 @@ ALIASES
|
|
|
950
950
|
$ eas worker:deploy
|
|
951
951
|
```
|
|
952
952
|
|
|
953
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
953
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
954
954
|
|
|
955
955
|
## `eas deploy:alias`
|
|
956
956
|
|
|
@@ -975,7 +975,7 @@ ALIASES
|
|
|
975
975
|
$ eas deploy:promote
|
|
976
976
|
```
|
|
977
977
|
|
|
978
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
978
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/deploy/alias.ts)_
|
|
979
979
|
|
|
980
980
|
## `eas deploy:promote`
|
|
981
981
|
|
|
@@ -1012,7 +1012,7 @@ DESCRIPTION
|
|
|
1012
1012
|
register new Apple Devices to use for internal distribution
|
|
1013
1013
|
```
|
|
1014
1014
|
|
|
1015
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1015
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/device/create.ts)_
|
|
1016
1016
|
|
|
1017
1017
|
## `eas device:delete`
|
|
1018
1018
|
|
|
@@ -1032,7 +1032,7 @@ DESCRIPTION
|
|
|
1032
1032
|
remove a registered device from your account
|
|
1033
1033
|
```
|
|
1034
1034
|
|
|
1035
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1035
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1036
1036
|
|
|
1037
1037
|
## `eas device:list`
|
|
1038
1038
|
|
|
@@ -1053,7 +1053,7 @@ DESCRIPTION
|
|
|
1053
1053
|
list all registered devices for your account
|
|
1054
1054
|
```
|
|
1055
1055
|
|
|
1056
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1056
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/device/list.ts)_
|
|
1057
1057
|
|
|
1058
1058
|
## `eas device:rename`
|
|
1059
1059
|
|
|
@@ -1074,7 +1074,7 @@ DESCRIPTION
|
|
|
1074
1074
|
rename a registered device
|
|
1075
1075
|
```
|
|
1076
1076
|
|
|
1077
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1077
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1078
1078
|
|
|
1079
1079
|
## `eas device:view [UDID]`
|
|
1080
1080
|
|
|
@@ -1088,7 +1088,7 @@ DESCRIPTION
|
|
|
1088
1088
|
view a device for your project
|
|
1089
1089
|
```
|
|
1090
1090
|
|
|
1091
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1091
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/device/view.ts)_
|
|
1092
1092
|
|
|
1093
1093
|
## `eas diagnostics`
|
|
1094
1094
|
|
|
@@ -1102,7 +1102,7 @@ DESCRIPTION
|
|
|
1102
1102
|
display environment info
|
|
1103
1103
|
```
|
|
1104
1104
|
|
|
1105
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1105
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1106
1106
|
|
|
1107
1107
|
## `eas env:create [ENVIRONMENT]`
|
|
1108
1108
|
|
|
@@ -1131,7 +1131,7 @@ DESCRIPTION
|
|
|
1131
1131
|
create an environment variable for the current project or account
|
|
1132
1132
|
```
|
|
1133
1133
|
|
|
1134
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1134
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/env/create.ts)_
|
|
1135
1135
|
|
|
1136
1136
|
## `eas env:delete [ENVIRONMENT]`
|
|
1137
1137
|
|
|
@@ -1155,7 +1155,7 @@ DESCRIPTION
|
|
|
1155
1155
|
delete an environment variable for the current project or account
|
|
1156
1156
|
```
|
|
1157
1157
|
|
|
1158
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1158
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1159
1159
|
|
|
1160
1160
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1161
1161
|
|
|
@@ -1176,7 +1176,7 @@ DESCRIPTION
|
|
|
1176
1176
|
execute a command with environment variables from the selected environment
|
|
1177
1177
|
```
|
|
1178
1178
|
|
|
1179
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1179
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1180
1180
|
|
|
1181
1181
|
## `eas env:get [ENVIRONMENT]`
|
|
1182
1182
|
|
|
@@ -1201,7 +1201,7 @@ DESCRIPTION
|
|
|
1201
1201
|
view an environment variable for the current project or account
|
|
1202
1202
|
```
|
|
1203
1203
|
|
|
1204
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1204
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/env/get.ts)_
|
|
1205
1205
|
|
|
1206
1206
|
## `eas env:list [ENVIRONMENT]`
|
|
1207
1207
|
|
|
@@ -1226,7 +1226,7 @@ DESCRIPTION
|
|
|
1226
1226
|
list environment variables for the current project or account
|
|
1227
1227
|
```
|
|
1228
1228
|
|
|
1229
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1229
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/env/list.ts)_
|
|
1230
1230
|
|
|
1231
1231
|
## `eas env:pull [ENVIRONMENT]`
|
|
1232
1232
|
|
|
@@ -1249,7 +1249,7 @@ DESCRIPTION
|
|
|
1249
1249
|
pull environment variables for the selected environment to .env file
|
|
1250
1250
|
```
|
|
1251
1251
|
|
|
1252
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1252
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1253
1253
|
|
|
1254
1254
|
## `eas env:push [ENVIRONMENT]`
|
|
1255
1255
|
|
|
@@ -1270,7 +1270,7 @@ DESCRIPTION
|
|
|
1270
1270
|
push environment variables from .env file to the selected environment
|
|
1271
1271
|
```
|
|
1272
1272
|
|
|
1273
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1273
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/env/push.ts)_
|
|
1274
1274
|
|
|
1275
1275
|
## `eas env:update [ENVIRONMENT]`
|
|
1276
1276
|
|
|
@@ -1301,7 +1301,7 @@ DESCRIPTION
|
|
|
1301
1301
|
update an environment variable on the current project or account
|
|
1302
1302
|
```
|
|
1303
1303
|
|
|
1304
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1304
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/env/update.ts)_
|
|
1305
1305
|
|
|
1306
1306
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1307
1307
|
|
|
@@ -1333,7 +1333,7 @@ EXAMPLES
|
|
|
1333
1333
|
$ eas fingerprint:compare --build-id 82bc6456-611a-48cb-8db4-5f9eb2ca1003 # Compare fingerprint from build against local directory
|
|
1334
1334
|
```
|
|
1335
1335
|
|
|
1336
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1336
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1337
1337
|
|
|
1338
1338
|
## `eas help [COMMAND]`
|
|
1339
1339
|
|
|
@@ -1441,7 +1441,7 @@ DESCRIPTION
|
|
|
1441
1441
|
validate the local store configuration
|
|
1442
1442
|
```
|
|
1443
1443
|
|
|
1444
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1444
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1445
1445
|
|
|
1446
1446
|
## `eas metadata:pull`
|
|
1447
1447
|
|
|
@@ -1458,7 +1458,7 @@ DESCRIPTION
|
|
|
1458
1458
|
generate the local store configuration from the app stores
|
|
1459
1459
|
```
|
|
1460
1460
|
|
|
1461
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1461
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1462
1462
|
|
|
1463
1463
|
## `eas metadata:push`
|
|
1464
1464
|
|
|
@@ -1475,7 +1475,7 @@ DESCRIPTION
|
|
|
1475
1475
|
sync the local store configuration to the app stores
|
|
1476
1476
|
```
|
|
1477
1477
|
|
|
1478
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1478
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1479
1479
|
|
|
1480
1480
|
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1481
1481
|
|
|
@@ -1505,7 +1505,7 @@ DESCRIPTION
|
|
|
1505
1505
|
open the project page in a web browser
|
|
1506
1506
|
```
|
|
1507
1507
|
|
|
1508
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1508
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/open.ts)_
|
|
1509
1509
|
|
|
1510
1510
|
## `eas project:info`
|
|
1511
1511
|
|
|
@@ -1519,7 +1519,7 @@ DESCRIPTION
|
|
|
1519
1519
|
information about the current project
|
|
1520
1520
|
```
|
|
1521
1521
|
|
|
1522
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1522
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/project/info.ts)_
|
|
1523
1523
|
|
|
1524
1524
|
## `eas project:init`
|
|
1525
1525
|
|
|
@@ -1542,7 +1542,7 @@ ALIASES
|
|
|
1542
1542
|
$ eas init
|
|
1543
1543
|
```
|
|
1544
1544
|
|
|
1545
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1545
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/project/init.ts)_
|
|
1546
1546
|
|
|
1547
1547
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1548
1548
|
|
|
@@ -1560,7 +1560,7 @@ ALIASES
|
|
|
1560
1560
|
$ eas onboarding
|
|
1561
1561
|
```
|
|
1562
1562
|
|
|
1563
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1563
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1564
1564
|
|
|
1565
1565
|
## `eas submit`
|
|
1566
1566
|
|
|
@@ -1591,7 +1591,7 @@ ALIASES
|
|
|
1591
1591
|
$ eas build:submit
|
|
1592
1592
|
```
|
|
1593
1593
|
|
|
1594
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1594
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/submit.ts)_
|
|
1595
1595
|
|
|
1596
1596
|
## `eas update`
|
|
1597
1597
|
|
|
@@ -1633,7 +1633,7 @@ DESCRIPTION
|
|
|
1633
1633
|
publish an update group
|
|
1634
1634
|
```
|
|
1635
1635
|
|
|
1636
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1636
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/update/index.ts)_
|
|
1637
1637
|
|
|
1638
1638
|
## `eas update:configure`
|
|
1639
1639
|
|
|
@@ -1653,7 +1653,7 @@ DESCRIPTION
|
|
|
1653
1653
|
configure the project to support EAS Update
|
|
1654
1654
|
```
|
|
1655
1655
|
|
|
1656
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1656
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1657
1657
|
|
|
1658
1658
|
## `eas update:delete GROUPID`
|
|
1659
1659
|
|
|
@@ -1674,7 +1674,7 @@ DESCRIPTION
|
|
|
1674
1674
|
delete all the updates in an update group
|
|
1675
1675
|
```
|
|
1676
1676
|
|
|
1677
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1677
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1678
1678
|
|
|
1679
1679
|
## `eas update:edit [GROUPID]`
|
|
1680
1680
|
|
|
@@ -1698,7 +1698,7 @@ DESCRIPTION
|
|
|
1698
1698
|
edit all the updates in an update group
|
|
1699
1699
|
```
|
|
1700
1700
|
|
|
1701
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1701
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1702
1702
|
|
|
1703
1703
|
## `eas update:list`
|
|
1704
1704
|
|
|
@@ -1720,7 +1720,7 @@ DESCRIPTION
|
|
|
1720
1720
|
view the recent updates
|
|
1721
1721
|
```
|
|
1722
1722
|
|
|
1723
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1723
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/update/list.ts)_
|
|
1724
1724
|
|
|
1725
1725
|
## `eas update:republish`
|
|
1726
1726
|
|
|
@@ -1752,7 +1752,7 @@ DESCRIPTION
|
|
|
1752
1752
|
roll back to an existing update
|
|
1753
1753
|
```
|
|
1754
1754
|
|
|
1755
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1755
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1756
1756
|
|
|
1757
1757
|
## `eas update:roll-back-to-embedded`
|
|
1758
1758
|
|
|
@@ -1780,7 +1780,7 @@ DESCRIPTION
|
|
|
1780
1780
|
roll back to the embedded update
|
|
1781
1781
|
```
|
|
1782
1782
|
|
|
1783
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1783
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1784
1784
|
|
|
1785
1785
|
## `eas update:rollback`
|
|
1786
1786
|
|
|
@@ -1800,7 +1800,7 @@ DESCRIPTION
|
|
|
1800
1800
|
roll back to an embedded update or an existing update
|
|
1801
1801
|
```
|
|
1802
1802
|
|
|
1803
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1803
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1804
1804
|
|
|
1805
1805
|
## `eas update:view GROUPID`
|
|
1806
1806
|
|
|
@@ -1820,7 +1820,7 @@ DESCRIPTION
|
|
|
1820
1820
|
update group details
|
|
1821
1821
|
```
|
|
1822
1822
|
|
|
1823
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1823
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/update/view.ts)_
|
|
1824
1824
|
|
|
1825
1825
|
## `eas webhook:create`
|
|
1826
1826
|
|
|
@@ -1841,7 +1841,7 @@ DESCRIPTION
|
|
|
1841
1841
|
create a webhook
|
|
1842
1842
|
```
|
|
1843
1843
|
|
|
1844
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1844
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1845
1845
|
|
|
1846
1846
|
## `eas webhook:delete [ID]`
|
|
1847
1847
|
|
|
@@ -1861,7 +1861,7 @@ DESCRIPTION
|
|
|
1861
1861
|
delete a webhook
|
|
1862
1862
|
```
|
|
1863
1863
|
|
|
1864
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1864
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1865
1865
|
|
|
1866
1866
|
## `eas webhook:list`
|
|
1867
1867
|
|
|
@@ -1879,7 +1879,7 @@ DESCRIPTION
|
|
|
1879
1879
|
list webhooks
|
|
1880
1880
|
```
|
|
1881
1881
|
|
|
1882
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1882
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1883
1883
|
|
|
1884
1884
|
## `eas webhook:update`
|
|
1885
1885
|
|
|
@@ -1901,7 +1901,7 @@ DESCRIPTION
|
|
|
1901
1901
|
update a webhook
|
|
1902
1902
|
```
|
|
1903
1903
|
|
|
1904
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1904
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1905
1905
|
|
|
1906
1906
|
## `eas webhook:view ID`
|
|
1907
1907
|
|
|
@@ -1918,7 +1918,7 @@ DESCRIPTION
|
|
|
1918
1918
|
view a webhook
|
|
1919
1919
|
```
|
|
1920
1920
|
|
|
1921
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
1921
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
1922
1922
|
|
|
1923
1923
|
## `eas whoami`
|
|
1924
1924
|
|
|
@@ -2002,7 +2002,7 @@ DESCRIPTION
|
|
|
2002
2002
|
create a new workflow configuration YAML file
|
|
2003
2003
|
```
|
|
2004
2004
|
|
|
2005
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
2005
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2006
2006
|
|
|
2007
2007
|
## `eas workflow:run [FILE]`
|
|
2008
2008
|
|
|
@@ -2022,7 +2022,7 @@ DESCRIPTION
|
|
|
2022
2022
|
Run an EAS workflow
|
|
2023
2023
|
```
|
|
2024
2024
|
|
|
2025
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
2025
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2026
2026
|
|
|
2027
2027
|
## `eas workflow:validate PATH`
|
|
2028
2028
|
|
|
@@ -2042,5 +2042,5 @@ DESCRIPTION
|
|
|
2042
2042
|
validate a workflow configuration yaml file
|
|
2043
2043
|
```
|
|
2044
2044
|
|
|
2045
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v14.7.
|
|
2045
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v14.7.1/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2046
2046
|
<!-- commandsstop -->
|
|
@@ -10,7 +10,8 @@ const prompts_1 = require("../../prompts");
|
|
|
10
10
|
async function ensureNonExemptEncryptionIsDefinedForManagedProjectAsync({ projectDir, exp, nonInteractive, }) {
|
|
11
11
|
// TODO: We could add bare workflow support in the future.
|
|
12
12
|
// TODO: We could add wizard support for non-exempt encryption in the future.
|
|
13
|
-
|
|
13
|
+
const ITSAppUsesNonExemptEncryption = exp.ios?.infoPlist?.ITSAppUsesNonExemptEncryption ?? exp.ios?.config?.usesNonExemptEncryption;
|
|
14
|
+
if (ITSAppUsesNonExemptEncryption == null) {
|
|
14
15
|
await configureNonExemptEncryptionAsync({
|
|
15
16
|
projectDir,
|
|
16
17
|
exp,
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
3
|
"description": "EAS command line tool",
|
|
4
|
-
"version": "14.7.
|
|
4
|
+
"version": "14.7.1",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -237,5 +237,5 @@
|
|
|
237
237
|
"node": "20.11.0",
|
|
238
238
|
"yarn": "1.22.21"
|
|
239
239
|
},
|
|
240
|
-
"gitHead": "
|
|
240
|
+
"gitHead": "1c245d23b49c8846e329fb6d4c517b53b58a224f"
|
|
241
241
|
}
|