eas-cli 18.0.5 → 18.1.0
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 +89 -90
- package/build/commandUtils/flags.d.ts +3 -0
- package/build/commandUtils/flags.js +8 -1
- package/build/commandUtils/workflow/inputs.js +2 -2
- package/build/commandUtils/workflow/parse.d.ts +3 -0
- package/build/commandUtils/workflow/parse.js +12 -0
- package/build/commandUtils/workflow/validation.d.ts +0 -3
- package/build/commandUtils/workflow/validation.js +2 -6
- package/build/commands/go.d.ts +1 -0
- package/build/commands/go.js +25 -5
- package/build/commands/update/configure.js +0 -5
- package/build/commands/update/index.js +1 -1
- package/build/credentials/ios/actions/CreateProvisioningProfile.js +1 -1
- package/build/credentials/ios/actions/DistributionCertificateUtils.js +1 -1
- package/oclif.manifest.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -178,7 +178,7 @@ ALIASES
|
|
|
178
178
|
$ eas login
|
|
179
179
|
```
|
|
180
180
|
|
|
181
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
181
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/account/login.ts)_
|
|
182
182
|
|
|
183
183
|
## `eas account:logout`
|
|
184
184
|
|
|
@@ -195,7 +195,7 @@ ALIASES
|
|
|
195
195
|
$ eas logout
|
|
196
196
|
```
|
|
197
197
|
|
|
198
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
198
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/account/logout.ts)_
|
|
199
199
|
|
|
200
200
|
## `eas account:usage [ACCOUNT_NAME]`
|
|
201
201
|
|
|
@@ -217,7 +217,7 @@ DESCRIPTION
|
|
|
217
217
|
view account usage and billing for the current cycle
|
|
218
218
|
```
|
|
219
219
|
|
|
220
|
-
_See code: [packages/eas-cli/src/commands/account/usage.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
220
|
+
_See code: [packages/eas-cli/src/commands/account/usage.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/account/usage.ts)_
|
|
221
221
|
|
|
222
222
|
## `eas account:view`
|
|
223
223
|
|
|
@@ -234,7 +234,7 @@ ALIASES
|
|
|
234
234
|
$ eas whoami
|
|
235
235
|
```
|
|
236
236
|
|
|
237
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
237
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/account/view.ts)_
|
|
238
238
|
|
|
239
239
|
## `eas analytics [STATUS]`
|
|
240
240
|
|
|
@@ -248,7 +248,7 @@ DESCRIPTION
|
|
|
248
248
|
display or change analytics settings
|
|
249
249
|
```
|
|
250
250
|
|
|
251
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
251
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/analytics.ts)_
|
|
252
252
|
|
|
253
253
|
## `eas autocomplete [SHELL]`
|
|
254
254
|
|
|
@@ -300,7 +300,7 @@ DESCRIPTION
|
|
|
300
300
|
create a branch
|
|
301
301
|
```
|
|
302
302
|
|
|
303
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
303
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/branch/create.ts)_
|
|
304
304
|
|
|
305
305
|
## `eas branch:delete [NAME]`
|
|
306
306
|
|
|
@@ -321,7 +321,7 @@ DESCRIPTION
|
|
|
321
321
|
delete a branch
|
|
322
322
|
```
|
|
323
323
|
|
|
324
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
324
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
325
325
|
|
|
326
326
|
## `eas branch:list`
|
|
327
327
|
|
|
@@ -341,7 +341,7 @@ DESCRIPTION
|
|
|
341
341
|
list all branches
|
|
342
342
|
```
|
|
343
343
|
|
|
344
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
344
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/branch/list.ts)_
|
|
345
345
|
|
|
346
346
|
## `eas branch:rename`
|
|
347
347
|
|
|
@@ -361,7 +361,7 @@ DESCRIPTION
|
|
|
361
361
|
rename a branch
|
|
362
362
|
```
|
|
363
363
|
|
|
364
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
364
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
365
365
|
|
|
366
366
|
## `eas branch:view [NAME]`
|
|
367
367
|
|
|
@@ -384,7 +384,7 @@ DESCRIPTION
|
|
|
384
384
|
view a branch
|
|
385
385
|
```
|
|
386
386
|
|
|
387
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
387
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/branch/view.ts)_
|
|
388
388
|
|
|
389
389
|
## `eas build`
|
|
390
390
|
|
|
@@ -425,7 +425,7 @@ DESCRIPTION
|
|
|
425
425
|
start a build
|
|
426
426
|
```
|
|
427
427
|
|
|
428
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
428
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/build/index.ts)_
|
|
429
429
|
|
|
430
430
|
## `eas build:cancel [BUILD_ID]`
|
|
431
431
|
|
|
@@ -444,7 +444,7 @@ DESCRIPTION
|
|
|
444
444
|
cancel a build
|
|
445
445
|
```
|
|
446
446
|
|
|
447
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
447
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
448
448
|
|
|
449
449
|
## `eas build:configure`
|
|
450
450
|
|
|
@@ -461,7 +461,7 @@ DESCRIPTION
|
|
|
461
461
|
configure the project to support EAS Build
|
|
462
462
|
```
|
|
463
463
|
|
|
464
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
464
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/build/configure.ts)_
|
|
465
465
|
|
|
466
466
|
## `eas build:delete [BUILD_ID]`
|
|
467
467
|
|
|
@@ -480,7 +480,7 @@ DESCRIPTION
|
|
|
480
480
|
delete a build
|
|
481
481
|
```
|
|
482
482
|
|
|
483
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
483
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/build/delete.ts)_
|
|
484
484
|
|
|
485
485
|
## `eas build:dev`
|
|
486
486
|
|
|
@@ -500,7 +500,7 @@ DESCRIPTION
|
|
|
500
500
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
501
501
|
```
|
|
502
502
|
|
|
503
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
503
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/build/dev.ts)_
|
|
504
504
|
|
|
505
505
|
## `eas build:download`
|
|
506
506
|
|
|
@@ -521,7 +521,7 @@ DESCRIPTION
|
|
|
521
521
|
download simulator/emulator builds for a given fingerprint hash
|
|
522
522
|
```
|
|
523
523
|
|
|
524
|
-
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
524
|
+
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/build/download.ts)_
|
|
525
525
|
|
|
526
526
|
## `eas build:inspect`
|
|
527
527
|
|
|
@@ -556,7 +556,7 @@ DESCRIPTION
|
|
|
556
556
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
557
557
|
```
|
|
558
558
|
|
|
559
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
559
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
560
560
|
|
|
561
561
|
## `eas build:list`
|
|
562
562
|
|
|
@@ -608,7 +608,7 @@ DESCRIPTION
|
|
|
608
608
|
list all builds for your project
|
|
609
609
|
```
|
|
610
610
|
|
|
611
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
611
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/build/list.ts)_
|
|
612
612
|
|
|
613
613
|
## `eas build:resign`
|
|
614
614
|
|
|
@@ -637,7 +637,7 @@ DESCRIPTION
|
|
|
637
637
|
re-sign a build archive
|
|
638
638
|
```
|
|
639
639
|
|
|
640
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
640
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/build/resign.ts)_
|
|
641
641
|
|
|
642
642
|
## `eas build:run`
|
|
643
643
|
|
|
@@ -663,7 +663,7 @@ DESCRIPTION
|
|
|
663
663
|
run simulator/emulator builds from eas-cli
|
|
664
664
|
```
|
|
665
665
|
|
|
666
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
666
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/build/run.ts)_
|
|
667
667
|
|
|
668
668
|
## `eas build:submit`
|
|
669
669
|
|
|
@@ -717,7 +717,7 @@ DESCRIPTION
|
|
|
717
717
|
get the latest version from EAS servers
|
|
718
718
|
```
|
|
719
719
|
|
|
720
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
720
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
721
721
|
|
|
722
722
|
## `eas build:version:set`
|
|
723
723
|
|
|
@@ -736,7 +736,7 @@ DESCRIPTION
|
|
|
736
736
|
update version of an app
|
|
737
737
|
```
|
|
738
738
|
|
|
739
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
739
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
740
740
|
|
|
741
741
|
## `eas build:version:sync`
|
|
742
742
|
|
|
@@ -755,7 +755,7 @@ DESCRIPTION
|
|
|
755
755
|
update a version in native code with a value stored on EAS servers
|
|
756
756
|
```
|
|
757
757
|
|
|
758
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
758
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
759
759
|
|
|
760
760
|
## `eas build:view [BUILD_ID]`
|
|
761
761
|
|
|
@@ -772,7 +772,7 @@ DESCRIPTION
|
|
|
772
772
|
view a build for your project
|
|
773
773
|
```
|
|
774
774
|
|
|
775
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
775
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/build/view.ts)_
|
|
776
776
|
|
|
777
777
|
## `eas channel:create [NAME]`
|
|
778
778
|
|
|
@@ -793,7 +793,7 @@ DESCRIPTION
|
|
|
793
793
|
create a channel
|
|
794
794
|
```
|
|
795
795
|
|
|
796
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
796
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/channel/create.ts)_
|
|
797
797
|
|
|
798
798
|
## `eas channel:delete [NAME]`
|
|
799
799
|
|
|
@@ -814,7 +814,7 @@ DESCRIPTION
|
|
|
814
814
|
Delete a channel
|
|
815
815
|
```
|
|
816
816
|
|
|
817
|
-
_See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
817
|
+
_See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/channel/delete.ts)_
|
|
818
818
|
|
|
819
819
|
## `eas channel:edit [NAME]`
|
|
820
820
|
|
|
@@ -836,7 +836,7 @@ DESCRIPTION
|
|
|
836
836
|
point a channel at a new branch
|
|
837
837
|
```
|
|
838
838
|
|
|
839
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
839
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
840
840
|
|
|
841
841
|
## `eas channel:list`
|
|
842
842
|
|
|
@@ -856,7 +856,7 @@ DESCRIPTION
|
|
|
856
856
|
list all channels
|
|
857
857
|
```
|
|
858
858
|
|
|
859
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
859
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/channel/list.ts)_
|
|
860
860
|
|
|
861
861
|
## `eas channel:pause [NAME]`
|
|
862
862
|
|
|
@@ -878,7 +878,7 @@ DESCRIPTION
|
|
|
878
878
|
pause a channel to stop it from sending updates
|
|
879
879
|
```
|
|
880
880
|
|
|
881
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
881
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
882
882
|
|
|
883
883
|
## `eas channel:resume [NAME]`
|
|
884
884
|
|
|
@@ -900,7 +900,7 @@ DESCRIPTION
|
|
|
900
900
|
resume a channel to start sending updates
|
|
901
901
|
```
|
|
902
902
|
|
|
903
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
903
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
904
904
|
|
|
905
905
|
## `eas channel:rollout [CHANNEL]`
|
|
906
906
|
|
|
@@ -933,7 +933,7 @@ DESCRIPTION
|
|
|
933
933
|
Roll a new branch out on a channel incrementally.
|
|
934
934
|
```
|
|
935
935
|
|
|
936
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
936
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
937
937
|
|
|
938
938
|
## `eas channel:view [NAME]`
|
|
939
939
|
|
|
@@ -956,7 +956,7 @@ DESCRIPTION
|
|
|
956
956
|
view a channel
|
|
957
957
|
```
|
|
958
958
|
|
|
959
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
959
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/channel/view.ts)_
|
|
960
960
|
|
|
961
961
|
## `eas config`
|
|
962
962
|
|
|
@@ -977,7 +977,7 @@ DESCRIPTION
|
|
|
977
977
|
display project configuration (app.json + eas.json)
|
|
978
978
|
```
|
|
979
979
|
|
|
980
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
980
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/config.ts)_
|
|
981
981
|
|
|
982
982
|
## `eas credentials`
|
|
983
983
|
|
|
@@ -994,7 +994,7 @@ DESCRIPTION
|
|
|
994
994
|
manage credentials
|
|
995
995
|
```
|
|
996
996
|
|
|
997
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
997
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
998
998
|
|
|
999
999
|
## `eas credentials:configure-build`
|
|
1000
1000
|
|
|
@@ -1012,7 +1012,7 @@ DESCRIPTION
|
|
|
1012
1012
|
Set up credentials for building your project.
|
|
1013
1013
|
```
|
|
1014
1014
|
|
|
1015
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1015
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
1016
1016
|
|
|
1017
1017
|
## `eas deploy [options]`
|
|
1018
1018
|
|
|
@@ -1040,7 +1040,7 @@ ALIASES
|
|
|
1040
1040
|
$ eas worker:deploy
|
|
1041
1041
|
```
|
|
1042
1042
|
|
|
1043
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1043
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
1044
1044
|
|
|
1045
1045
|
## `eas deploy:alias`
|
|
1046
1046
|
|
|
@@ -1065,7 +1065,7 @@ ALIASES
|
|
|
1065
1065
|
$ eas deploy:promote
|
|
1066
1066
|
```
|
|
1067
1067
|
|
|
1068
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1068
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/deploy/alias/index.ts)_
|
|
1069
1069
|
|
|
1070
1070
|
## `eas deploy:alias:delete [ALIAS_NAME]`
|
|
1071
1071
|
|
|
@@ -1086,7 +1086,7 @@ ALIASES
|
|
|
1086
1086
|
$ eas worker:alias:delete
|
|
1087
1087
|
```
|
|
1088
1088
|
|
|
1089
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1089
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/deploy/alias/delete.ts)_
|
|
1090
1090
|
|
|
1091
1091
|
## `eas deploy:delete [DEPLOYMENT_ID]`
|
|
1092
1092
|
|
|
@@ -1107,7 +1107,7 @@ ALIASES
|
|
|
1107
1107
|
$ eas worker:delete
|
|
1108
1108
|
```
|
|
1109
1109
|
|
|
1110
|
-
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1110
|
+
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/deploy/delete.ts)_
|
|
1111
1111
|
|
|
1112
1112
|
## `eas deploy:promote`
|
|
1113
1113
|
|
|
@@ -1144,7 +1144,7 @@ DESCRIPTION
|
|
|
1144
1144
|
register new Apple Devices to use for internal distribution
|
|
1145
1145
|
```
|
|
1146
1146
|
|
|
1147
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1147
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/device/create.ts)_
|
|
1148
1148
|
|
|
1149
1149
|
## `eas device:delete`
|
|
1150
1150
|
|
|
@@ -1164,7 +1164,7 @@ DESCRIPTION
|
|
|
1164
1164
|
remove a registered device from your account
|
|
1165
1165
|
```
|
|
1166
1166
|
|
|
1167
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1167
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1168
1168
|
|
|
1169
1169
|
## `eas device:list`
|
|
1170
1170
|
|
|
@@ -1185,7 +1185,7 @@ DESCRIPTION
|
|
|
1185
1185
|
list all registered devices for your account
|
|
1186
1186
|
```
|
|
1187
1187
|
|
|
1188
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1188
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/device/list.ts)_
|
|
1189
1189
|
|
|
1190
1190
|
## `eas device:rename`
|
|
1191
1191
|
|
|
@@ -1206,7 +1206,7 @@ DESCRIPTION
|
|
|
1206
1206
|
rename a registered device
|
|
1207
1207
|
```
|
|
1208
1208
|
|
|
1209
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1209
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1210
1210
|
|
|
1211
1211
|
## `eas device:view [UDID]`
|
|
1212
1212
|
|
|
@@ -1220,7 +1220,7 @@ DESCRIPTION
|
|
|
1220
1220
|
view a device for your project
|
|
1221
1221
|
```
|
|
1222
1222
|
|
|
1223
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1223
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/device/view.ts)_
|
|
1224
1224
|
|
|
1225
1225
|
## `eas diagnostics`
|
|
1226
1226
|
|
|
@@ -1234,7 +1234,7 @@ DESCRIPTION
|
|
|
1234
1234
|
display environment info
|
|
1235
1235
|
```
|
|
1236
1236
|
|
|
1237
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1237
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1238
1238
|
|
|
1239
1239
|
## `eas env:create [ENVIRONMENT]`
|
|
1240
1240
|
|
|
@@ -1264,7 +1264,7 @@ DESCRIPTION
|
|
|
1264
1264
|
create an environment variable for the current project or account
|
|
1265
1265
|
```
|
|
1266
1266
|
|
|
1267
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1267
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/env/create.ts)_
|
|
1268
1268
|
|
|
1269
1269
|
## `eas env:delete [ENVIRONMENT]`
|
|
1270
1270
|
|
|
@@ -1289,7 +1289,7 @@ DESCRIPTION
|
|
|
1289
1289
|
delete an environment variable for the current project or account
|
|
1290
1290
|
```
|
|
1291
1291
|
|
|
1292
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1292
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1293
1293
|
|
|
1294
1294
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1295
1295
|
|
|
@@ -1311,7 +1311,7 @@ DESCRIPTION
|
|
|
1311
1311
|
execute a command with environment variables from the selected environment
|
|
1312
1312
|
```
|
|
1313
1313
|
|
|
1314
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1314
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1315
1315
|
|
|
1316
1316
|
## `eas env:get [ENVIRONMENT]`
|
|
1317
1317
|
|
|
@@ -1336,7 +1336,7 @@ DESCRIPTION
|
|
|
1336
1336
|
view an environment variable for the current project or account
|
|
1337
1337
|
```
|
|
1338
1338
|
|
|
1339
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1339
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/env/get.ts)_
|
|
1340
1340
|
|
|
1341
1341
|
## `eas env:list [ENVIRONMENT]`
|
|
1342
1342
|
|
|
@@ -1362,7 +1362,7 @@ DESCRIPTION
|
|
|
1362
1362
|
list environment variables for the current project or account
|
|
1363
1363
|
```
|
|
1364
1364
|
|
|
1365
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1365
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/env/list.ts)_
|
|
1366
1366
|
|
|
1367
1367
|
## `eas env:pull [ENVIRONMENT]`
|
|
1368
1368
|
|
|
@@ -1384,7 +1384,7 @@ DESCRIPTION
|
|
|
1384
1384
|
pull environment variables for the selected environment to .env file
|
|
1385
1385
|
```
|
|
1386
1386
|
|
|
1387
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1387
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1388
1388
|
|
|
1389
1389
|
## `eas env:push [ENVIRONMENT]`
|
|
1390
1390
|
|
|
@@ -1406,7 +1406,7 @@ DESCRIPTION
|
|
|
1406
1406
|
push environment variables from .env file to the selected environment
|
|
1407
1407
|
```
|
|
1408
1408
|
|
|
1409
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1409
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/env/push.ts)_
|
|
1410
1410
|
|
|
1411
1411
|
## `eas env:update [ENVIRONMENT]`
|
|
1412
1412
|
|
|
@@ -1438,7 +1438,7 @@ DESCRIPTION
|
|
|
1438
1438
|
update an environment variable on the current project or account
|
|
1439
1439
|
```
|
|
1440
1440
|
|
|
1441
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1441
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/env/update.ts)_
|
|
1442
1442
|
|
|
1443
1443
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1444
1444
|
|
|
@@ -1482,7 +1482,7 @@ EXAMPLES
|
|
|
1482
1482
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1483
1483
|
```
|
|
1484
1484
|
|
|
1485
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1485
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1486
1486
|
|
|
1487
1487
|
## `eas fingerprint:generate`
|
|
1488
1488
|
|
|
@@ -1512,7 +1512,7 @@ EXAMPLES
|
|
|
1512
1512
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1513
1513
|
```
|
|
1514
1514
|
|
|
1515
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1515
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1516
1516
|
|
|
1517
1517
|
## `eas help [COMMAND]`
|
|
1518
1518
|
|
|
@@ -1621,7 +1621,7 @@ DESCRIPTION
|
|
|
1621
1621
|
validate the local store configuration
|
|
1622
1622
|
```
|
|
1623
1623
|
|
|
1624
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1624
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1625
1625
|
|
|
1626
1626
|
## `eas metadata:pull`
|
|
1627
1627
|
|
|
@@ -1638,7 +1638,7 @@ DESCRIPTION
|
|
|
1638
1638
|
generate the local store configuration from the app stores
|
|
1639
1639
|
```
|
|
1640
1640
|
|
|
1641
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1641
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1642
1642
|
|
|
1643
1643
|
## `eas metadata:push`
|
|
1644
1644
|
|
|
@@ -1655,7 +1655,7 @@ DESCRIPTION
|
|
|
1655
1655
|
sync the local store configuration to the app stores
|
|
1656
1656
|
```
|
|
1657
1657
|
|
|
1658
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1658
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1659
1659
|
|
|
1660
1660
|
## `eas new [PATH]`
|
|
1661
1661
|
|
|
@@ -1706,7 +1706,7 @@ DESCRIPTION
|
|
|
1706
1706
|
open the project page in a web browser
|
|
1707
1707
|
```
|
|
1708
1708
|
|
|
1709
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1709
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/open.ts)_
|
|
1710
1710
|
|
|
1711
1711
|
## `eas project:info`
|
|
1712
1712
|
|
|
@@ -1720,7 +1720,7 @@ DESCRIPTION
|
|
|
1720
1720
|
information about the current project
|
|
1721
1721
|
```
|
|
1722
1722
|
|
|
1723
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1723
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/project/info.ts)_
|
|
1724
1724
|
|
|
1725
1725
|
## `eas project:init`
|
|
1726
1726
|
|
|
@@ -1743,7 +1743,7 @@ ALIASES
|
|
|
1743
1743
|
$ eas init
|
|
1744
1744
|
```
|
|
1745
1745
|
|
|
1746
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1746
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/project/init.ts)_
|
|
1747
1747
|
|
|
1748
1748
|
## `eas project:new [PATH]`
|
|
1749
1749
|
|
|
@@ -1766,7 +1766,7 @@ ALIASES
|
|
|
1766
1766
|
$ eas new
|
|
1767
1767
|
```
|
|
1768
1768
|
|
|
1769
|
-
_See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1769
|
+
_See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/project/new.ts)_
|
|
1770
1770
|
|
|
1771
1771
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1772
1772
|
|
|
@@ -1784,7 +1784,7 @@ ALIASES
|
|
|
1784
1784
|
$ eas onboarding
|
|
1785
1785
|
```
|
|
1786
1786
|
|
|
1787
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1787
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1788
1788
|
|
|
1789
1789
|
## `eas submit`
|
|
1790
1790
|
|
|
@@ -1819,7 +1819,7 @@ ALIASES
|
|
|
1819
1819
|
$ eas build:submit
|
|
1820
1820
|
```
|
|
1821
1821
|
|
|
1822
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1822
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/submit.ts)_
|
|
1823
1823
|
|
|
1824
1824
|
## `eas update`
|
|
1825
1825
|
|
|
@@ -1860,7 +1860,7 @@ DESCRIPTION
|
|
|
1860
1860
|
publish an update group
|
|
1861
1861
|
```
|
|
1862
1862
|
|
|
1863
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1863
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/update/index.ts)_
|
|
1864
1864
|
|
|
1865
1865
|
## `eas update:configure`
|
|
1866
1866
|
|
|
@@ -1873,15 +1873,14 @@ USAGE
|
|
|
1873
1873
|
FLAGS
|
|
1874
1874
|
-p, --platform=(android|ios|all) [default: all] Platform to configure
|
|
1875
1875
|
--environment=<value> Environment to use for the server-side defined EAS environment variables during
|
|
1876
|
-
command execution, e.g. "production", "preview", "development".
|
|
1877
|
-
projects using Expo SDK 55 or greater.
|
|
1876
|
+
command execution, e.g. "production", "preview", "development".
|
|
1878
1877
|
--non-interactive Run the command in non-interactive mode.
|
|
1879
1878
|
|
|
1880
1879
|
DESCRIPTION
|
|
1881
1880
|
configure the project to support EAS Update
|
|
1882
1881
|
```
|
|
1883
1882
|
|
|
1884
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1883
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1885
1884
|
|
|
1886
1885
|
## `eas update:delete GROUPID`
|
|
1887
1886
|
|
|
@@ -1902,7 +1901,7 @@ DESCRIPTION
|
|
|
1902
1901
|
delete all the updates in an update group
|
|
1903
1902
|
```
|
|
1904
1903
|
|
|
1905
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1904
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1906
1905
|
|
|
1907
1906
|
## `eas update:edit [GROUPID]`
|
|
1908
1907
|
|
|
@@ -1926,7 +1925,7 @@ DESCRIPTION
|
|
|
1926
1925
|
edit all the updates in an update group
|
|
1927
1926
|
```
|
|
1928
1927
|
|
|
1929
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1928
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1930
1929
|
|
|
1931
1930
|
## `eas update:list`
|
|
1932
1931
|
|
|
@@ -1951,7 +1950,7 @@ DESCRIPTION
|
|
|
1951
1950
|
view the recent updates
|
|
1952
1951
|
```
|
|
1953
1952
|
|
|
1954
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1953
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/update/list.ts)_
|
|
1955
1954
|
|
|
1956
1955
|
## `eas update:republish`
|
|
1957
1956
|
|
|
@@ -1987,7 +1986,7 @@ DESCRIPTION
|
|
|
1987
1986
|
roll back to an existing update
|
|
1988
1987
|
```
|
|
1989
1988
|
|
|
1990
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
1989
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1991
1990
|
|
|
1992
1991
|
## `eas update:revert-update-rollout`
|
|
1993
1992
|
|
|
@@ -2014,7 +2013,7 @@ DESCRIPTION
|
|
|
2014
2013
|
revert a rollout update for a project
|
|
2015
2014
|
```
|
|
2016
2015
|
|
|
2017
|
-
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
2016
|
+
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/update/revert-update-rollout.ts)_
|
|
2018
2017
|
|
|
2019
2018
|
## `eas update:roll-back-to-embedded`
|
|
2020
2019
|
|
|
@@ -2042,7 +2041,7 @@ DESCRIPTION
|
|
|
2042
2041
|
roll back to the embedded update
|
|
2043
2042
|
```
|
|
2044
2043
|
|
|
2045
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
2044
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
2046
2045
|
|
|
2047
2046
|
## `eas update:rollback`
|
|
2048
2047
|
|
|
@@ -2063,7 +2062,7 @@ DESCRIPTION
|
|
|
2063
2062
|
instead execute "eas update:republish" or "eas update:roll-back-to-embedded".
|
|
2064
2063
|
```
|
|
2065
2064
|
|
|
2066
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
2065
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
2067
2066
|
|
|
2068
2067
|
## `eas update:view GROUPID`
|
|
2069
2068
|
|
|
@@ -2083,7 +2082,7 @@ DESCRIPTION
|
|
|
2083
2082
|
update group details
|
|
2084
2083
|
```
|
|
2085
2084
|
|
|
2086
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
2085
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/update/view.ts)_
|
|
2087
2086
|
|
|
2088
2087
|
## `eas upload`
|
|
2089
2088
|
|
|
@@ -2104,7 +2103,7 @@ DESCRIPTION
|
|
|
2104
2103
|
upload a local build and generate a sharable link
|
|
2105
2104
|
```
|
|
2106
2105
|
|
|
2107
|
-
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
2106
|
+
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/upload.ts)_
|
|
2108
2107
|
|
|
2109
2108
|
## `eas webhook:create`
|
|
2110
2109
|
|
|
@@ -2125,7 +2124,7 @@ DESCRIPTION
|
|
|
2125
2124
|
create a webhook
|
|
2126
2125
|
```
|
|
2127
2126
|
|
|
2128
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
2127
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
2129
2128
|
|
|
2130
2129
|
## `eas webhook:delete [ID]`
|
|
2131
2130
|
|
|
@@ -2145,7 +2144,7 @@ DESCRIPTION
|
|
|
2145
2144
|
delete a webhook
|
|
2146
2145
|
```
|
|
2147
2146
|
|
|
2148
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
2147
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
2149
2148
|
|
|
2150
2149
|
## `eas webhook:list`
|
|
2151
2150
|
|
|
@@ -2163,7 +2162,7 @@ DESCRIPTION
|
|
|
2163
2162
|
list webhooks
|
|
2164
2163
|
```
|
|
2165
2164
|
|
|
2166
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
2165
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
2167
2166
|
|
|
2168
2167
|
## `eas webhook:update`
|
|
2169
2168
|
|
|
@@ -2185,7 +2184,7 @@ DESCRIPTION
|
|
|
2185
2184
|
update a webhook
|
|
2186
2185
|
```
|
|
2187
2186
|
|
|
2188
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
2187
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
2189
2188
|
|
|
2190
2189
|
## `eas webhook:view ID`
|
|
2191
2190
|
|
|
@@ -2202,7 +2201,7 @@ DESCRIPTION
|
|
|
2202
2201
|
view a webhook
|
|
2203
2202
|
```
|
|
2204
2203
|
|
|
2205
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
2204
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
2206
2205
|
|
|
2207
2206
|
## `eas whoami`
|
|
2208
2207
|
|
|
@@ -2322,7 +2321,7 @@ DESCRIPTION
|
|
|
2322
2321
|
to cancel.
|
|
2323
2322
|
```
|
|
2324
2323
|
|
|
2325
|
-
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
2324
|
+
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/workflow/cancel.ts)_
|
|
2326
2325
|
|
|
2327
2326
|
## `eas workflow:create [NAME]`
|
|
2328
2327
|
|
|
@@ -2342,7 +2341,7 @@ DESCRIPTION
|
|
|
2342
2341
|
create a new workflow configuration YAML file
|
|
2343
2342
|
```
|
|
2344
2343
|
|
|
2345
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
2344
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2346
2345
|
|
|
2347
2346
|
## `eas workflow:logs [ID]`
|
|
2348
2347
|
|
|
@@ -2366,7 +2365,7 @@ DESCRIPTION
|
|
|
2366
2365
|
If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.
|
|
2367
2366
|
```
|
|
2368
2367
|
|
|
2369
|
-
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
2368
|
+
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/workflow/logs.ts)_
|
|
2370
2369
|
|
|
2371
2370
|
## `eas workflow:run [FILE]`
|
|
2372
2371
|
|
|
@@ -2406,7 +2405,7 @@ FLAG DESCRIPTIONS
|
|
|
2406
2405
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2407
2406
|
```
|
|
2408
2407
|
|
|
2409
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
2408
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2410
2409
|
|
|
2411
2410
|
## `eas workflow:runs`
|
|
2412
2411
|
|
|
@@ -2431,7 +2430,7 @@ DESCRIPTION
|
|
|
2431
2430
|
list recent workflow runs for this project, with their IDs, statuses, and timestamps
|
|
2432
2431
|
```
|
|
2433
2432
|
|
|
2434
|
-
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
2433
|
+
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/workflow/runs.ts)_
|
|
2435
2434
|
|
|
2436
2435
|
## `eas workflow:status [WORKFLOW_RUN_ID]`
|
|
2437
2436
|
|
|
@@ -2459,7 +2458,7 @@ FLAG DESCRIPTIONS
|
|
|
2459
2458
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2460
2459
|
```
|
|
2461
2460
|
|
|
2462
|
-
_See code: [packages/eas-cli/src/commands/workflow/status.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
2461
|
+
_See code: [packages/eas-cli/src/commands/workflow/status.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/workflow/status.ts)_
|
|
2463
2462
|
|
|
2464
2463
|
## `eas workflow:validate PATH`
|
|
2465
2464
|
|
|
@@ -2479,7 +2478,7 @@ DESCRIPTION
|
|
|
2479
2478
|
validate a workflow configuration yaml file
|
|
2480
2479
|
```
|
|
2481
2480
|
|
|
2482
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
2481
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2483
2482
|
|
|
2484
2483
|
## `eas workflow:view [ID]`
|
|
2485
2484
|
|
|
@@ -2501,5 +2500,5 @@ DESCRIPTION
|
|
|
2501
2500
|
workflow runs for the current project.
|
|
2502
2501
|
```
|
|
2503
2502
|
|
|
2504
|
-
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v18.0
|
|
2503
|
+
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v18.1.0/packages/eas-cli/src/commands/workflow/view.ts)_
|
|
2505
2504
|
<!-- commandsstop -->
|
|
@@ -30,3 +30,6 @@ export declare const EasJsonOnlyFlag: {
|
|
|
30
30
|
export declare const EasUpdateEnvironmentFlag: {
|
|
31
31
|
environment: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined>;
|
|
32
32
|
};
|
|
33
|
+
export declare const EasUpdateEnvironmentRequiredFlag: {
|
|
34
|
+
environment: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined>;
|
|
35
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EasUpdateEnvironmentFlag = exports.EasJsonOnlyFlag = exports.EASNonInteractiveFlag = exports.EASEnvironmentVariableScopeFlag = exports.EASVariableVisibilityFlag = exports.EASVariableFormatFlag = exports.EASMultiEnvironmentFlag = exports.EASEnvironmentFlag = exports.EasEnvironmentFlagParameters = exports.EasNonInteractiveAndJsonFlags = void 0;
|
|
3
|
+
exports.EasUpdateEnvironmentRequiredFlag = exports.EasUpdateEnvironmentFlag = exports.EasJsonOnlyFlag = exports.EASNonInteractiveFlag = exports.EASEnvironmentVariableScopeFlag = exports.EASVariableVisibilityFlag = exports.EASVariableFormatFlag = exports.EASMultiEnvironmentFlag = exports.EASEnvironmentFlag = exports.EasEnvironmentFlagParameters = exports.EasNonInteractiveAndJsonFlags = void 0;
|
|
4
4
|
const core_1 = require("@oclif/core");
|
|
5
5
|
exports.EasNonInteractiveAndJsonFlags = {
|
|
6
6
|
json: core_1.Flags.boolean({
|
|
@@ -56,6 +56,13 @@ exports.EasJsonOnlyFlag = {
|
|
|
56
56
|
}),
|
|
57
57
|
};
|
|
58
58
|
exports.EasUpdateEnvironmentFlag = {
|
|
59
|
+
environment: core_1.Flags.string({
|
|
60
|
+
description: 'Environment to use for the server-side defined EAS environment variables during command execution, e.g. "production", "preview", "development".',
|
|
61
|
+
required: false,
|
|
62
|
+
default: undefined,
|
|
63
|
+
}),
|
|
64
|
+
};
|
|
65
|
+
exports.EasUpdateEnvironmentRequiredFlag = {
|
|
59
66
|
environment: core_1.Flags.string({
|
|
60
67
|
description: 'Environment to use for the server-side defined EAS environment variables during command execution, e.g. "production", "preview", "development". Required for projects using Expo SDK 55 or greater.',
|
|
61
68
|
required: false,
|
|
@@ -6,12 +6,12 @@ exports.parseJsonInputs = parseJsonInputs;
|
|
|
6
6
|
exports.parseWorkflowInputsFromYaml = parseWorkflowInputsFromYaml;
|
|
7
7
|
exports.maybePromptForMissingInputsAsync = maybePromptForMissingInputsAsync;
|
|
8
8
|
const tslib_1 = require("tslib");
|
|
9
|
-
const YAML = tslib_1.__importStar(require("yaml"));
|
|
10
9
|
const zod_1 = require("zod");
|
|
11
10
|
const environment_1 = require("../../build/utils/environment");
|
|
12
11
|
const types_1 = require("../../credentials/ios/types");
|
|
13
12
|
const log_1 = tslib_1.__importDefault(require("../../log"));
|
|
14
13
|
const prompts_1 = require("../../prompts");
|
|
14
|
+
const parse_1 = require("./parse");
|
|
15
15
|
const inputExtraProperties = {
|
|
16
16
|
description: types_1.stringLike.optional().describe('Description of the input'),
|
|
17
17
|
required: types_1.booleanLike.default(false).optional().describe('Whether the input is required.'),
|
|
@@ -78,7 +78,7 @@ function parseJsonInputs(jsonString) {
|
|
|
78
78
|
}
|
|
79
79
|
function parseWorkflowInputsFromYaml(yamlConfig) {
|
|
80
80
|
try {
|
|
81
|
-
const parsed =
|
|
81
|
+
const parsed = (0, parse_1.parsedYamlFromWorkflowContents)({ yamlConfig });
|
|
82
82
|
return zod_1.z
|
|
83
83
|
.record(zod_1.z.string(), exports.WorkflowDispatchInputZ)
|
|
84
84
|
.default({})
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.parsedYamlFromWorkflowContents = parsedYamlFromWorkflowContents;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const YAML = tslib_1.__importStar(require("yaml"));
|
|
6
|
+
function parsedYamlFromWorkflowContents(workflowFileContents) {
|
|
7
|
+
return YAML.parse(workflowFileContents.yamlConfig, {
|
|
8
|
+
// Keep in sync with backend parser options.
|
|
9
|
+
merge: true,
|
|
10
|
+
maxAliasCount: 50,
|
|
11
|
+
});
|
|
12
|
+
}
|
|
@@ -4,7 +4,4 @@ export declare function validateWorkflowFileAsync(workflowFileContents: {
|
|
|
4
4
|
filePath: string;
|
|
5
5
|
}, projectDir: string, graphqlClient: ExpoGraphqlClient, projectId: string): Promise<void>;
|
|
6
6
|
export declare function logWorkflowValidationErrors(error: unknown): void;
|
|
7
|
-
export declare function parsedYamlFromWorkflowContents(workflowFileContents: {
|
|
8
|
-
yamlConfig: string;
|
|
9
|
-
}): any;
|
|
10
7
|
export declare function workflowContentsFromParsedYaml(parsedYaml: any): string;
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.validateWorkflowFileAsync = validateWorkflowFileAsync;
|
|
4
4
|
exports.logWorkflowValidationErrors = logWorkflowValidationErrors;
|
|
5
|
-
exports.parsedYamlFromWorkflowContents = parsedYamlFromWorkflowContents;
|
|
6
5
|
exports.workflowContentsFromParsedYaml = workflowContentsFromParsedYaml;
|
|
7
6
|
const tslib_1 = require("tslib");
|
|
8
7
|
const errors_1 = require("@expo/eas-json/build/errors");
|
|
@@ -16,12 +15,13 @@ const WorkflowRevisionMutation_1 = require("../../graphql/mutations/WorkflowRevi
|
|
|
16
15
|
const log_1 = tslib_1.__importDefault(require("../../log"));
|
|
17
16
|
const ajv_1 = require("../../metadata/utils/ajv");
|
|
18
17
|
const workflowFile_1 = require("../../utils/workflowFile");
|
|
18
|
+
const parse_1 = require("./parse");
|
|
19
19
|
const jobTypesWithBuildProfile = new Set(['build', 'repack']);
|
|
20
20
|
const buildProfileIsInterpolated = (profileName) => {
|
|
21
21
|
return profileName.includes('${{') && profileName.includes('}}');
|
|
22
22
|
};
|
|
23
23
|
async function validateWorkflowFileAsync(workflowFileContents, projectDir, graphqlClient, projectId) {
|
|
24
|
-
const parsedYaml = parsedYamlFromWorkflowContents(workflowFileContents);
|
|
24
|
+
const parsedYaml = (0, parse_1.parsedYamlFromWorkflowContents)(workflowFileContents);
|
|
25
25
|
log_1.default.debug(`Parsed workflow: ${JSON.stringify(parsedYaml, null, 2)}`);
|
|
26
26
|
// Check if the parsed result is empty or null
|
|
27
27
|
log_1.default.debug(`Validating workflow is not empty...`);
|
|
@@ -123,10 +123,6 @@ function validateWorkflowStructure(parsedYaml, workflowJsonSchema) {
|
|
|
123
123
|
throw new Error([...processedErrors].join('\n'));
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
|
-
function parsedYamlFromWorkflowContents(workflowFileContents) {
|
|
127
|
-
const parsedYaml = YAML.parse(workflowFileContents.yamlConfig);
|
|
128
|
-
return parsedYaml;
|
|
129
|
-
}
|
|
130
126
|
function workflowContentsFromParsedYaml(parsedYaml) {
|
|
131
127
|
return YAML.stringify(parsedYaml);
|
|
132
128
|
}
|
package/build/commands/go.d.ts
CHANGED
package/build/commands/go.js
CHANGED
|
@@ -145,13 +145,12 @@ class Go extends EasCommand_1.default {
|
|
|
145
145
|
...this.ContextOptions.Analytics,
|
|
146
146
|
};
|
|
147
147
|
async runAsync() {
|
|
148
|
-
log_1.default.log(chalk_1.default.bold(`Creating your personal Expo Go and deploying to TestFlight. ${(0, log_1.learnMore)('https://expo.fyi/
|
|
148
|
+
log_1.default.log(chalk_1.default.bold(`Creating your personal Expo Go and deploying to TestFlight. ${(0, log_1.learnMore)('https://expo.fyi/deploy-expo-go-testflight')}`));
|
|
149
149
|
const { flags } = await this.parse(Go);
|
|
150
|
-
const spinner = (0, ora_1.ora)('Logging in to Expo...').start();
|
|
151
150
|
const { loggedIn: { actor, graphqlClient }, analytics, } = await this.getContextAsync(Go, {
|
|
152
151
|
nonInteractive: false,
|
|
153
152
|
});
|
|
154
|
-
|
|
153
|
+
log_1.default.withTick(`Logged in as ${chalk_1.default.cyan((0, User_1.getActorDisplayName)(actor))}`);
|
|
155
154
|
const bundleId = flags['bundle-id'] ?? this.generateBundleId(actor);
|
|
156
155
|
const appName = flags.name ?? 'My Expo Go';
|
|
157
156
|
const slug = bundleId.split('.').pop() || 'my-expo-go';
|
|
@@ -407,11 +406,21 @@ class Go extends EasCommand_1.default {
|
|
|
407
406
|
return { workflowUrl, workflowRunId };
|
|
408
407
|
}
|
|
409
408
|
async monitorWorkflowJobsAsync(graphqlClient, workflowRunId) {
|
|
410
|
-
const
|
|
409
|
+
const EXPECTED_BUILD_DURATION_SECONDS = 5 * 60;
|
|
410
|
+
const EXPECTED_SUBMIT_DURATION_SECONDS = 2 * 60;
|
|
411
|
+
const buildStartTime = Date.now();
|
|
412
|
+
let submitStartTime = null;
|
|
413
|
+
const buildSpinner = (0, ora_1.ora)(this.formatSpinnerText('Building Expo Go', EXPECTED_BUILD_DURATION_SECONDS, buildStartTime)).start();
|
|
411
414
|
let submitSpinner = null;
|
|
412
415
|
let buildCompleted = false;
|
|
413
416
|
let failedFetchesCount = 0;
|
|
414
417
|
while (true) {
|
|
418
|
+
if (!buildCompleted) {
|
|
419
|
+
buildSpinner.text = this.formatSpinnerText('Building Expo Go', EXPECTED_BUILD_DURATION_SECONDS, buildStartTime);
|
|
420
|
+
}
|
|
421
|
+
if (submitSpinner && submitStartTime) {
|
|
422
|
+
submitSpinner.text = this.formatSpinnerText('Submitting to TestFlight', EXPECTED_SUBMIT_DURATION_SECONDS, submitStartTime);
|
|
423
|
+
}
|
|
415
424
|
try {
|
|
416
425
|
const workflowRun = await WorkflowRunQuery_1.WorkflowRunQuery.withJobsByIdAsync(graphqlClient, workflowRunId, {
|
|
417
426
|
useCache: false,
|
|
@@ -431,7 +440,8 @@ class Go extends EasCommand_1.default {
|
|
|
431
440
|
}
|
|
432
441
|
}
|
|
433
442
|
if (buildCompleted && submitSpinner === null && submitJob) {
|
|
434
|
-
|
|
443
|
+
submitStartTime = Date.now();
|
|
444
|
+
submitSpinner = (0, ora_1.ora)(this.formatSpinnerText('Submitting to TestFlight', EXPECTED_SUBMIT_DURATION_SECONDS, submitStartTime)).start();
|
|
435
445
|
}
|
|
436
446
|
if (workflowRun.status === generated_1.WorkflowRunStatus.Success) {
|
|
437
447
|
submitSpinner?.stop();
|
|
@@ -459,5 +469,15 @@ class Go extends EasCommand_1.default {
|
|
|
459
469
|
await (0, promise_1.sleepAsync)(10 * 1000);
|
|
460
470
|
}
|
|
461
471
|
}
|
|
472
|
+
formatSpinnerText(label, expectedDurationSeconds, startTime) {
|
|
473
|
+
const elapsedSeconds = Math.floor((Date.now() - startTime) / 1000);
|
|
474
|
+
const remainingSeconds = Math.max(0, expectedDurationSeconds - elapsedSeconds);
|
|
475
|
+
if (remainingSeconds === 0) {
|
|
476
|
+
return `${label} (almost done...)`;
|
|
477
|
+
}
|
|
478
|
+
const minutes = Math.ceil(remainingSeconds / 60);
|
|
479
|
+
const unit = minutes === 1 ? 'minute' : 'minutes';
|
|
480
|
+
return `${label} (~${minutes} ${unit} remaining)`;
|
|
481
|
+
}
|
|
462
482
|
}
|
|
463
483
|
exports.default = Go;
|
|
@@ -10,7 +10,6 @@ const flags_1 = require("../../commandUtils/flags");
|
|
|
10
10
|
const log_1 = tslib_1.__importStar(require("../../log"));
|
|
11
11
|
const platform_1 = require("../../platform");
|
|
12
12
|
const configure_2 = require("../../update/configure");
|
|
13
|
-
const utils_1 = require("../../update/utils");
|
|
14
13
|
class UpdateConfigure extends EasCommand_1.default {
|
|
15
14
|
static description = 'configure the project to support EAS Update';
|
|
16
15
|
static flags = {
|
|
@@ -34,10 +33,6 @@ class UpdateConfigure extends EasCommand_1.default {
|
|
|
34
33
|
nonInteractive: flags['non-interactive'],
|
|
35
34
|
withServerSideEnvironment: flags['environment'] ?? null,
|
|
36
35
|
});
|
|
37
|
-
(0, utils_1.assertEnvironmentFlagForSdk55OrGreater)({
|
|
38
|
-
sdkVersion: exp.sdkVersion,
|
|
39
|
-
environment: flags['environment'],
|
|
40
|
-
});
|
|
41
36
|
log_1.default.log('💡 The following process will configure your project to use EAS Update. These changes only apply to your local project files and you can safely revert them at any time.');
|
|
42
37
|
await vcsClient.ensureRepoExistsAsync();
|
|
43
38
|
const easJsonAccessor = eas_json_1.EasJsonAccessor.fromProjectPath(projectDir);
|
|
@@ -116,7 +116,7 @@ class UpdatePublish extends EasCommand_1.default {
|
|
|
116
116
|
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. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/`,
|
|
117
117
|
required: false,
|
|
118
118
|
}),
|
|
119
|
-
...flags_1.
|
|
119
|
+
...flags_1.EasUpdateEnvironmentRequiredFlag,
|
|
120
120
|
...flags_1.EasNonInteractiveAndJsonFlags,
|
|
121
121
|
};
|
|
122
122
|
static contextDefinition = {
|
|
@@ -40,7 +40,7 @@ class CreateProvisioningProfile {
|
|
|
40
40
|
return provisioningProfileMutationResult;
|
|
41
41
|
}
|
|
42
42
|
async maybeGetUserProvidedAsync(ctx) {
|
|
43
|
-
if (ctx.nonInteractive) {
|
|
43
|
+
if (ctx.nonInteractive || ctx.autoAcceptCredentialReuse) {
|
|
44
44
|
return null;
|
|
45
45
|
}
|
|
46
46
|
const userProvided = await (0, promptForCredentials_1.askForUserProvidedAsync)(credentials_1.provisioningProfileSchema);
|
|
@@ -104,7 +104,7 @@ Revoke the old ones or reuse existing from your other apps.
|
|
|
104
104
|
Remember that Apple Distribution Certificates are not application specific!
|
|
105
105
|
`;
|
|
106
106
|
async function provideOrGenerateDistributionCertificateAsync(ctx) {
|
|
107
|
-
if (!ctx.nonInteractive) {
|
|
107
|
+
if (!ctx.nonInteractive && !ctx.autoAcceptCredentialReuse) {
|
|
108
108
|
const userProvided = await promptForDistCertAsync(ctx);
|
|
109
109
|
if (userProvided) {
|
|
110
110
|
if (!ctx.appStore.authCtx) {
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "18.0
|
|
2
|
+
"version": "18.1.0",
|
|
3
3
|
"commands": {
|
|
4
4
|
"analytics": {
|
|
5
5
|
"id": "analytics",
|
|
@@ -3357,7 +3357,7 @@
|
|
|
3357
3357
|
"environment": {
|
|
3358
3358
|
"name": "environment",
|
|
3359
3359
|
"type": "option",
|
|
3360
|
-
"description": "Environment to use for the server-side defined EAS environment variables during command execution, e.g. \"production\", \"preview\", \"development\".
|
|
3360
|
+
"description": "Environment to use for the server-side defined EAS environment variables during command execution, e.g. \"production\", \"preview\", \"development\".",
|
|
3361
3361
|
"required": false,
|
|
3362
3362
|
"multiple": false
|
|
3363
3363
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
|
-
"version": "18.0
|
|
3
|
+
"version": "18.1.0",
|
|
4
4
|
"description": "EAS command line tool",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -243,5 +243,5 @@
|
|
|
243
243
|
"engines": {
|
|
244
244
|
"node": ">=20.0.0"
|
|
245
245
|
},
|
|
246
|
-
"gitHead": "
|
|
246
|
+
"gitHead": "61b601de883b5c65d87163d8477b8a9250bc2de9"
|
|
247
247
|
}
|