eas-cli 16.3.2 → 16.3.3
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 +76 -76
- package/build/commands/update/index.js +11 -1
- package/build/graphql/generated.d.ts +115 -92
- package/build/graphql/generated.js +9 -4
- package/build/project/maybeUploadAssetMapAsync.d.ts +3 -0
- package/build/project/maybeUploadAssetMapAsync.js +40 -0
- package/build/project/metroConfig.js +4 -1
- package/build/project/publish.d.ts +1 -1
- package/build/worker/upload.js +17 -2
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -162,7 +162,7 @@ ALIASES
|
|
|
162
162
|
$ eas login
|
|
163
163
|
```
|
|
164
164
|
|
|
165
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
165
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/account/login.ts)_
|
|
166
166
|
|
|
167
167
|
## `eas account:logout`
|
|
168
168
|
|
|
@@ -179,7 +179,7 @@ ALIASES
|
|
|
179
179
|
$ eas logout
|
|
180
180
|
```
|
|
181
181
|
|
|
182
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
182
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/account/logout.ts)_
|
|
183
183
|
|
|
184
184
|
## `eas account:view`
|
|
185
185
|
|
|
@@ -196,7 +196,7 @@ ALIASES
|
|
|
196
196
|
$ eas whoami
|
|
197
197
|
```
|
|
198
198
|
|
|
199
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
199
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/account/view.ts)_
|
|
200
200
|
|
|
201
201
|
## `eas analytics [STATUS]`
|
|
202
202
|
|
|
@@ -210,7 +210,7 @@ DESCRIPTION
|
|
|
210
210
|
display or change analytics settings
|
|
211
211
|
```
|
|
212
212
|
|
|
213
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
213
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/analytics.ts)_
|
|
214
214
|
|
|
215
215
|
## `eas autocomplete [SHELL]`
|
|
216
216
|
|
|
@@ -262,7 +262,7 @@ DESCRIPTION
|
|
|
262
262
|
create a branch
|
|
263
263
|
```
|
|
264
264
|
|
|
265
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
265
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/branch/create.ts)_
|
|
266
266
|
|
|
267
267
|
## `eas branch:delete [NAME]`
|
|
268
268
|
|
|
@@ -283,7 +283,7 @@ DESCRIPTION
|
|
|
283
283
|
delete a branch
|
|
284
284
|
```
|
|
285
285
|
|
|
286
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
286
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
287
287
|
|
|
288
288
|
## `eas branch:list`
|
|
289
289
|
|
|
@@ -303,7 +303,7 @@ DESCRIPTION
|
|
|
303
303
|
list all branches
|
|
304
304
|
```
|
|
305
305
|
|
|
306
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
306
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/branch/list.ts)_
|
|
307
307
|
|
|
308
308
|
## `eas branch:rename`
|
|
309
309
|
|
|
@@ -323,7 +323,7 @@ DESCRIPTION
|
|
|
323
323
|
rename a branch
|
|
324
324
|
```
|
|
325
325
|
|
|
326
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
326
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
327
327
|
|
|
328
328
|
## `eas branch:view [NAME]`
|
|
329
329
|
|
|
@@ -346,7 +346,7 @@ DESCRIPTION
|
|
|
346
346
|
view a branch
|
|
347
347
|
```
|
|
348
348
|
|
|
349
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
349
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/branch/view.ts)_
|
|
350
350
|
|
|
351
351
|
## `eas build`
|
|
352
352
|
|
|
@@ -383,7 +383,7 @@ DESCRIPTION
|
|
|
383
383
|
start a build
|
|
384
384
|
```
|
|
385
385
|
|
|
386
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
386
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/build/index.ts)_
|
|
387
387
|
|
|
388
388
|
## `eas build:cancel [BUILD_ID]`
|
|
389
389
|
|
|
@@ -402,7 +402,7 @@ DESCRIPTION
|
|
|
402
402
|
cancel a build
|
|
403
403
|
```
|
|
404
404
|
|
|
405
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
405
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
406
406
|
|
|
407
407
|
## `eas build:configure`
|
|
408
408
|
|
|
@@ -419,7 +419,7 @@ DESCRIPTION
|
|
|
419
419
|
configure the project to support EAS Build
|
|
420
420
|
```
|
|
421
421
|
|
|
422
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
422
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/build/configure.ts)_
|
|
423
423
|
|
|
424
424
|
## `eas build:delete [BUILD_ID]`
|
|
425
425
|
|
|
@@ -438,7 +438,7 @@ DESCRIPTION
|
|
|
438
438
|
delete a build
|
|
439
439
|
```
|
|
440
440
|
|
|
441
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
441
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/build/delete.ts)_
|
|
442
442
|
|
|
443
443
|
## `eas build:dev`
|
|
444
444
|
|
|
@@ -458,7 +458,7 @@ DESCRIPTION
|
|
|
458
458
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
459
459
|
```
|
|
460
460
|
|
|
461
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
461
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/build/dev.ts)_
|
|
462
462
|
|
|
463
463
|
## `eas build:download`
|
|
464
464
|
|
|
@@ -479,7 +479,7 @@ DESCRIPTION
|
|
|
479
479
|
download simulator/emulator builds for a given fingerprint hash
|
|
480
480
|
```
|
|
481
481
|
|
|
482
|
-
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
482
|
+
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/build/download.ts)_
|
|
483
483
|
|
|
484
484
|
## `eas build:inspect`
|
|
485
485
|
|
|
@@ -514,7 +514,7 @@ DESCRIPTION
|
|
|
514
514
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
515
515
|
```
|
|
516
516
|
|
|
517
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
517
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
518
518
|
|
|
519
519
|
## `eas build:list`
|
|
520
520
|
|
|
@@ -566,7 +566,7 @@ DESCRIPTION
|
|
|
566
566
|
list all builds for your project
|
|
567
567
|
```
|
|
568
568
|
|
|
569
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
569
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/build/list.ts)_
|
|
570
570
|
|
|
571
571
|
## `eas build:resign`
|
|
572
572
|
|
|
@@ -595,7 +595,7 @@ DESCRIPTION
|
|
|
595
595
|
re-sign a build archive
|
|
596
596
|
```
|
|
597
597
|
|
|
598
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
598
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/build/resign.ts)_
|
|
599
599
|
|
|
600
600
|
## `eas build:run`
|
|
601
601
|
|
|
@@ -621,7 +621,7 @@ DESCRIPTION
|
|
|
621
621
|
run simulator/emulator builds from eas-cli
|
|
622
622
|
```
|
|
623
623
|
|
|
624
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
624
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/build/run.ts)_
|
|
625
625
|
|
|
626
626
|
## `eas build:submit`
|
|
627
627
|
|
|
@@ -671,7 +671,7 @@ DESCRIPTION
|
|
|
671
671
|
get the latest version from EAS servers
|
|
672
672
|
```
|
|
673
673
|
|
|
674
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
674
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
675
675
|
|
|
676
676
|
## `eas build:version:set`
|
|
677
677
|
|
|
@@ -690,7 +690,7 @@ DESCRIPTION
|
|
|
690
690
|
update version of an app
|
|
691
691
|
```
|
|
692
692
|
|
|
693
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
693
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
694
694
|
|
|
695
695
|
## `eas build:version:sync`
|
|
696
696
|
|
|
@@ -709,7 +709,7 @@ DESCRIPTION
|
|
|
709
709
|
update a version in native code with a value stored on EAS servers
|
|
710
710
|
```
|
|
711
711
|
|
|
712
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
712
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
713
713
|
|
|
714
714
|
## `eas build:view [BUILD_ID]`
|
|
715
715
|
|
|
@@ -726,7 +726,7 @@ DESCRIPTION
|
|
|
726
726
|
view a build for your project
|
|
727
727
|
```
|
|
728
728
|
|
|
729
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
729
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/build/view.ts)_
|
|
730
730
|
|
|
731
731
|
## `eas channel:create [NAME]`
|
|
732
732
|
|
|
@@ -747,7 +747,7 @@ DESCRIPTION
|
|
|
747
747
|
create a channel
|
|
748
748
|
```
|
|
749
749
|
|
|
750
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
750
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/channel/create.ts)_
|
|
751
751
|
|
|
752
752
|
## `eas channel:edit [NAME]`
|
|
753
753
|
|
|
@@ -769,7 +769,7 @@ DESCRIPTION
|
|
|
769
769
|
point a channel at a new branch
|
|
770
770
|
```
|
|
771
771
|
|
|
772
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
772
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
773
773
|
|
|
774
774
|
## `eas channel:list`
|
|
775
775
|
|
|
@@ -789,7 +789,7 @@ DESCRIPTION
|
|
|
789
789
|
list all channels
|
|
790
790
|
```
|
|
791
791
|
|
|
792
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
792
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/channel/list.ts)_
|
|
793
793
|
|
|
794
794
|
## `eas channel:pause [NAME]`
|
|
795
795
|
|
|
@@ -811,7 +811,7 @@ DESCRIPTION
|
|
|
811
811
|
pause a channel to stop it from sending updates
|
|
812
812
|
```
|
|
813
813
|
|
|
814
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
814
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
815
815
|
|
|
816
816
|
## `eas channel:resume [NAME]`
|
|
817
817
|
|
|
@@ -833,7 +833,7 @@ DESCRIPTION
|
|
|
833
833
|
resume a channel to start sending updates
|
|
834
834
|
```
|
|
835
835
|
|
|
836
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
836
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
837
837
|
|
|
838
838
|
## `eas channel:rollout [CHANNEL]`
|
|
839
839
|
|
|
@@ -866,7 +866,7 @@ DESCRIPTION
|
|
|
866
866
|
Roll a new branch out on a channel incrementally.
|
|
867
867
|
```
|
|
868
868
|
|
|
869
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
869
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
870
870
|
|
|
871
871
|
## `eas channel:view [NAME]`
|
|
872
872
|
|
|
@@ -889,7 +889,7 @@ DESCRIPTION
|
|
|
889
889
|
view a channel
|
|
890
890
|
```
|
|
891
891
|
|
|
892
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
892
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/channel/view.ts)_
|
|
893
893
|
|
|
894
894
|
## `eas config`
|
|
895
895
|
|
|
@@ -910,7 +910,7 @@ DESCRIPTION
|
|
|
910
910
|
display project configuration (app.json + eas.json)
|
|
911
911
|
```
|
|
912
912
|
|
|
913
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
913
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/config.ts)_
|
|
914
914
|
|
|
915
915
|
## `eas credentials`
|
|
916
916
|
|
|
@@ -927,7 +927,7 @@ DESCRIPTION
|
|
|
927
927
|
manage credentials
|
|
928
928
|
```
|
|
929
929
|
|
|
930
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
930
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
931
931
|
|
|
932
932
|
## `eas credentials:configure-build`
|
|
933
933
|
|
|
@@ -945,7 +945,7 @@ DESCRIPTION
|
|
|
945
945
|
Set up credentials for building your project.
|
|
946
946
|
```
|
|
947
947
|
|
|
948
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
948
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
949
949
|
|
|
950
950
|
## `eas deploy [2m[options][22m`
|
|
951
951
|
|
|
@@ -973,7 +973,7 @@ ALIASES
|
|
|
973
973
|
$ eas worker:deploy
|
|
974
974
|
```
|
|
975
975
|
|
|
976
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
976
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
977
977
|
|
|
978
978
|
## `eas deploy:alias`
|
|
979
979
|
|
|
@@ -998,7 +998,7 @@ ALIASES
|
|
|
998
998
|
$ eas deploy:promote
|
|
999
999
|
```
|
|
1000
1000
|
|
|
1001
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1001
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/deploy/alias.ts)_
|
|
1002
1002
|
|
|
1003
1003
|
## `eas deploy:promote`
|
|
1004
1004
|
|
|
@@ -1035,7 +1035,7 @@ DESCRIPTION
|
|
|
1035
1035
|
register new Apple Devices to use for internal distribution
|
|
1036
1036
|
```
|
|
1037
1037
|
|
|
1038
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1038
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/device/create.ts)_
|
|
1039
1039
|
|
|
1040
1040
|
## `eas device:delete`
|
|
1041
1041
|
|
|
@@ -1055,7 +1055,7 @@ DESCRIPTION
|
|
|
1055
1055
|
remove a registered device from your account
|
|
1056
1056
|
```
|
|
1057
1057
|
|
|
1058
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1058
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1059
1059
|
|
|
1060
1060
|
## `eas device:list`
|
|
1061
1061
|
|
|
@@ -1076,7 +1076,7 @@ DESCRIPTION
|
|
|
1076
1076
|
list all registered devices for your account
|
|
1077
1077
|
```
|
|
1078
1078
|
|
|
1079
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1079
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/device/list.ts)_
|
|
1080
1080
|
|
|
1081
1081
|
## `eas device:rename`
|
|
1082
1082
|
|
|
@@ -1097,7 +1097,7 @@ DESCRIPTION
|
|
|
1097
1097
|
rename a registered device
|
|
1098
1098
|
```
|
|
1099
1099
|
|
|
1100
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1100
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1101
1101
|
|
|
1102
1102
|
## `eas device:view [UDID]`
|
|
1103
1103
|
|
|
@@ -1111,7 +1111,7 @@ DESCRIPTION
|
|
|
1111
1111
|
view a device for your project
|
|
1112
1112
|
```
|
|
1113
1113
|
|
|
1114
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1114
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/device/view.ts)_
|
|
1115
1115
|
|
|
1116
1116
|
## `eas diagnostics`
|
|
1117
1117
|
|
|
@@ -1125,7 +1125,7 @@ DESCRIPTION
|
|
|
1125
1125
|
display environment info
|
|
1126
1126
|
```
|
|
1127
1127
|
|
|
1128
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1128
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1129
1129
|
|
|
1130
1130
|
## `eas env:create [ENVIRONMENT]`
|
|
1131
1131
|
|
|
@@ -1154,7 +1154,7 @@ DESCRIPTION
|
|
|
1154
1154
|
create an environment variable for the current project or account
|
|
1155
1155
|
```
|
|
1156
1156
|
|
|
1157
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1157
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/env/create.ts)_
|
|
1158
1158
|
|
|
1159
1159
|
## `eas env:delete [ENVIRONMENT]`
|
|
1160
1160
|
|
|
@@ -1178,7 +1178,7 @@ DESCRIPTION
|
|
|
1178
1178
|
delete an environment variable for the current project or account
|
|
1179
1179
|
```
|
|
1180
1180
|
|
|
1181
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1181
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1182
1182
|
|
|
1183
1183
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1184
1184
|
|
|
@@ -1199,7 +1199,7 @@ DESCRIPTION
|
|
|
1199
1199
|
execute a command with environment variables from the selected environment
|
|
1200
1200
|
```
|
|
1201
1201
|
|
|
1202
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1202
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1203
1203
|
|
|
1204
1204
|
## `eas env:get [ENVIRONMENT]`
|
|
1205
1205
|
|
|
@@ -1224,7 +1224,7 @@ DESCRIPTION
|
|
|
1224
1224
|
view an environment variable for the current project or account
|
|
1225
1225
|
```
|
|
1226
1226
|
|
|
1227
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1227
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/env/get.ts)_
|
|
1228
1228
|
|
|
1229
1229
|
## `eas env:list [ENVIRONMENT]`
|
|
1230
1230
|
|
|
@@ -1249,7 +1249,7 @@ DESCRIPTION
|
|
|
1249
1249
|
list environment variables for the current project or account
|
|
1250
1250
|
```
|
|
1251
1251
|
|
|
1252
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1252
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/env/list.ts)_
|
|
1253
1253
|
|
|
1254
1254
|
## `eas env:pull [ENVIRONMENT]`
|
|
1255
1255
|
|
|
@@ -1272,7 +1272,7 @@ DESCRIPTION
|
|
|
1272
1272
|
pull environment variables for the selected environment to .env file
|
|
1273
1273
|
```
|
|
1274
1274
|
|
|
1275
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1275
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1276
1276
|
|
|
1277
1277
|
## `eas env:push [ENVIRONMENT]`
|
|
1278
1278
|
|
|
@@ -1293,7 +1293,7 @@ DESCRIPTION
|
|
|
1293
1293
|
push environment variables from .env file to the selected environment
|
|
1294
1294
|
```
|
|
1295
1295
|
|
|
1296
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1296
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/env/push.ts)_
|
|
1297
1297
|
|
|
1298
1298
|
## `eas env:update [ENVIRONMENT]`
|
|
1299
1299
|
|
|
@@ -1324,7 +1324,7 @@ DESCRIPTION
|
|
|
1324
1324
|
update an environment variable on the current project or account
|
|
1325
1325
|
```
|
|
1326
1326
|
|
|
1327
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1327
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/env/update.ts)_
|
|
1328
1328
|
|
|
1329
1329
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1330
1330
|
|
|
@@ -1369,7 +1369,7 @@ EXAMPLES
|
|
|
1369
1369
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1370
1370
|
```
|
|
1371
1371
|
|
|
1372
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1372
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1373
1373
|
|
|
1374
1374
|
## `eas fingerprint:generate`
|
|
1375
1375
|
|
|
@@ -1400,7 +1400,7 @@ EXAMPLES
|
|
|
1400
1400
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1401
1401
|
```
|
|
1402
1402
|
|
|
1403
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1403
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1404
1404
|
|
|
1405
1405
|
## `eas help [COMMAND]`
|
|
1406
1406
|
|
|
@@ -1508,7 +1508,7 @@ DESCRIPTION
|
|
|
1508
1508
|
validate the local store configuration
|
|
1509
1509
|
```
|
|
1510
1510
|
|
|
1511
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1511
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1512
1512
|
|
|
1513
1513
|
## `eas metadata:pull`
|
|
1514
1514
|
|
|
@@ -1525,7 +1525,7 @@ DESCRIPTION
|
|
|
1525
1525
|
generate the local store configuration from the app stores
|
|
1526
1526
|
```
|
|
1527
1527
|
|
|
1528
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1528
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1529
1529
|
|
|
1530
1530
|
## `eas metadata:push`
|
|
1531
1531
|
|
|
@@ -1542,7 +1542,7 @@ DESCRIPTION
|
|
|
1542
1542
|
sync the local store configuration to the app stores
|
|
1543
1543
|
```
|
|
1544
1544
|
|
|
1545
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1545
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1546
1546
|
|
|
1547
1547
|
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1548
1548
|
|
|
@@ -1572,7 +1572,7 @@ DESCRIPTION
|
|
|
1572
1572
|
open the project page in a web browser
|
|
1573
1573
|
```
|
|
1574
1574
|
|
|
1575
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1575
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/open.ts)_
|
|
1576
1576
|
|
|
1577
1577
|
## `eas project:info`
|
|
1578
1578
|
|
|
@@ -1586,7 +1586,7 @@ DESCRIPTION
|
|
|
1586
1586
|
information about the current project
|
|
1587
1587
|
```
|
|
1588
1588
|
|
|
1589
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1589
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/project/info.ts)_
|
|
1590
1590
|
|
|
1591
1591
|
## `eas project:init`
|
|
1592
1592
|
|
|
@@ -1609,7 +1609,7 @@ ALIASES
|
|
|
1609
1609
|
$ eas init
|
|
1610
1610
|
```
|
|
1611
1611
|
|
|
1612
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1612
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/project/init.ts)_
|
|
1613
1613
|
|
|
1614
1614
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1615
1615
|
|
|
@@ -1627,7 +1627,7 @@ ALIASES
|
|
|
1627
1627
|
$ eas onboarding
|
|
1628
1628
|
```
|
|
1629
1629
|
|
|
1630
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1630
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1631
1631
|
|
|
1632
1632
|
## `eas submit`
|
|
1633
1633
|
|
|
@@ -1658,7 +1658,7 @@ ALIASES
|
|
|
1658
1658
|
$ eas build:submit
|
|
1659
1659
|
```
|
|
1660
1660
|
|
|
1661
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1661
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/submit.ts)_
|
|
1662
1662
|
|
|
1663
1663
|
## `eas update`
|
|
1664
1664
|
|
|
@@ -1700,7 +1700,7 @@ DESCRIPTION
|
|
|
1700
1700
|
publish an update group
|
|
1701
1701
|
```
|
|
1702
1702
|
|
|
1703
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1703
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/update/index.ts)_
|
|
1704
1704
|
|
|
1705
1705
|
## `eas update:configure`
|
|
1706
1706
|
|
|
@@ -1720,7 +1720,7 @@ DESCRIPTION
|
|
|
1720
1720
|
configure the project to support EAS Update
|
|
1721
1721
|
```
|
|
1722
1722
|
|
|
1723
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1723
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1724
1724
|
|
|
1725
1725
|
## `eas update:delete GROUPID`
|
|
1726
1726
|
|
|
@@ -1741,7 +1741,7 @@ DESCRIPTION
|
|
|
1741
1741
|
delete all the updates in an update group
|
|
1742
1742
|
```
|
|
1743
1743
|
|
|
1744
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1744
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1745
1745
|
|
|
1746
1746
|
## `eas update:edit [GROUPID]`
|
|
1747
1747
|
|
|
@@ -1765,7 +1765,7 @@ DESCRIPTION
|
|
|
1765
1765
|
edit all the updates in an update group
|
|
1766
1766
|
```
|
|
1767
1767
|
|
|
1768
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1768
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1769
1769
|
|
|
1770
1770
|
## `eas update:list`
|
|
1771
1771
|
|
|
@@ -1787,7 +1787,7 @@ DESCRIPTION
|
|
|
1787
1787
|
view the recent updates
|
|
1788
1788
|
```
|
|
1789
1789
|
|
|
1790
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1790
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/update/list.ts)_
|
|
1791
1791
|
|
|
1792
1792
|
## `eas update:republish`
|
|
1793
1793
|
|
|
@@ -1819,7 +1819,7 @@ DESCRIPTION
|
|
|
1819
1819
|
roll back to an existing update
|
|
1820
1820
|
```
|
|
1821
1821
|
|
|
1822
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1822
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1823
1823
|
|
|
1824
1824
|
## `eas update:roll-back-to-embedded`
|
|
1825
1825
|
|
|
@@ -1847,7 +1847,7 @@ DESCRIPTION
|
|
|
1847
1847
|
roll back to the embedded update
|
|
1848
1848
|
```
|
|
1849
1849
|
|
|
1850
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1850
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1851
1851
|
|
|
1852
1852
|
## `eas update:rollback`
|
|
1853
1853
|
|
|
@@ -1867,7 +1867,7 @@ DESCRIPTION
|
|
|
1867
1867
|
roll back to an embedded update or an existing update
|
|
1868
1868
|
```
|
|
1869
1869
|
|
|
1870
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1870
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1871
1871
|
|
|
1872
1872
|
## `eas update:view GROUPID`
|
|
1873
1873
|
|
|
@@ -1887,7 +1887,7 @@ DESCRIPTION
|
|
|
1887
1887
|
update group details
|
|
1888
1888
|
```
|
|
1889
1889
|
|
|
1890
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1890
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/update/view.ts)_
|
|
1891
1891
|
|
|
1892
1892
|
## `eas webhook:create`
|
|
1893
1893
|
|
|
@@ -1908,7 +1908,7 @@ DESCRIPTION
|
|
|
1908
1908
|
create a webhook
|
|
1909
1909
|
```
|
|
1910
1910
|
|
|
1911
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1911
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1912
1912
|
|
|
1913
1913
|
## `eas webhook:delete [ID]`
|
|
1914
1914
|
|
|
@@ -1928,7 +1928,7 @@ DESCRIPTION
|
|
|
1928
1928
|
delete a webhook
|
|
1929
1929
|
```
|
|
1930
1930
|
|
|
1931
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1931
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1932
1932
|
|
|
1933
1933
|
## `eas webhook:list`
|
|
1934
1934
|
|
|
@@ -1946,7 +1946,7 @@ DESCRIPTION
|
|
|
1946
1946
|
list webhooks
|
|
1947
1947
|
```
|
|
1948
1948
|
|
|
1949
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1949
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1950
1950
|
|
|
1951
1951
|
## `eas webhook:update`
|
|
1952
1952
|
|
|
@@ -1968,7 +1968,7 @@ DESCRIPTION
|
|
|
1968
1968
|
update a webhook
|
|
1969
1969
|
```
|
|
1970
1970
|
|
|
1971
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1971
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1972
1972
|
|
|
1973
1973
|
## `eas webhook:view ID`
|
|
1974
1974
|
|
|
@@ -1985,7 +1985,7 @@ DESCRIPTION
|
|
|
1985
1985
|
view a webhook
|
|
1986
1986
|
```
|
|
1987
1987
|
|
|
1988
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
1988
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
1989
1989
|
|
|
1990
1990
|
## `eas whoami`
|
|
1991
1991
|
|
|
@@ -2069,7 +2069,7 @@ DESCRIPTION
|
|
|
2069
2069
|
create a new workflow configuration YAML file
|
|
2070
2070
|
```
|
|
2071
2071
|
|
|
2072
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
2072
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2073
2073
|
|
|
2074
2074
|
## `eas workflow:run [FILE]`
|
|
2075
2075
|
|
|
@@ -2089,7 +2089,7 @@ DESCRIPTION
|
|
|
2089
2089
|
Run an EAS workflow
|
|
2090
2090
|
```
|
|
2091
2091
|
|
|
2092
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
2092
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2093
2093
|
|
|
2094
2094
|
## `eas workflow:validate PATH`
|
|
2095
2095
|
|
|
@@ -2109,5 +2109,5 @@ DESCRIPTION
|
|
|
2109
2109
|
validate a workflow configuration yaml file
|
|
2110
2110
|
```
|
|
2111
2111
|
|
|
2112
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.3.
|
|
2112
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.3.3/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2113
2113
|
<!-- commandsstop -->
|
|
@@ -20,6 +20,7 @@ const AppQuery_1 = require("../../graphql/queries/AppQuery");
|
|
|
20
20
|
const log_1 = tslib_1.__importStar(require("../../log"));
|
|
21
21
|
const ora_1 = require("../../ora");
|
|
22
22
|
const platform_1 = require("../../platform");
|
|
23
|
+
const maybeUploadAssetMapAsync_1 = require("../../project/maybeUploadAssetMapAsync");
|
|
23
24
|
const maybeUploadFingerprintAsync_1 = require("../../project/maybeUploadFingerprintAsync");
|
|
24
25
|
const projectUtils_1 = require("../../project/projectUtils");
|
|
25
26
|
const publish_1 = require("../../project/publish");
|
|
@@ -165,8 +166,13 @@ class UpdatePublish extends EasCommand_1.default {
|
|
|
165
166
|
let uploadedAssetCount = 0;
|
|
166
167
|
let assetLimitPerUpdateGroup = 0;
|
|
167
168
|
let realizedPlatforms = [];
|
|
169
|
+
let assetMapSource = null;
|
|
168
170
|
try {
|
|
169
|
-
const collectedAssets = await
|
|
171
|
+
const [collectedAssets, maybeAssetMapSource] = await Promise.all([
|
|
172
|
+
(0, publish_1.collectAssetsAsync)(distRoot),
|
|
173
|
+
(0, maybeUploadAssetMapAsync_1.maybeUploadAssetMapAsync)(distRoot, graphqlClient),
|
|
174
|
+
]);
|
|
175
|
+
assetMapSource = maybeAssetMapSource;
|
|
170
176
|
const assets = (0, publish_1.filterCollectedAssetsByRequestedPlatforms)(collectedAssets, requestedPlatform);
|
|
171
177
|
realizedPlatforms = Object.keys(assets);
|
|
172
178
|
// Timeout mechanism:
|
|
@@ -320,11 +326,15 @@ class UpdatePublish extends EasCommand_1.default {
|
|
|
320
326
|
},
|
|
321
327
|
};
|
|
322
328
|
}, {});
|
|
329
|
+
const assetMapGroup = assetMapSource
|
|
330
|
+
? Object.fromEntries(platforms.map(platform => [platform, assetMapSource]))
|
|
331
|
+
: null;
|
|
323
332
|
return {
|
|
324
333
|
branchId: branch.id,
|
|
325
334
|
updateInfoGroup: localUpdateInfoGroup,
|
|
326
335
|
rolloutInfoGroup: localRolloutInfoGroup,
|
|
327
336
|
fingerprintInfoGroup: transformedFingerprintInfoGroup,
|
|
337
|
+
assetMapGroup,
|
|
328
338
|
runtimeVersion,
|
|
329
339
|
message: updateMessage,
|
|
330
340
|
gitCommitHash,
|
|
@@ -2162,6 +2162,18 @@ export type AscApiKeyInput = {
|
|
|
2162
2162
|
keyIdentifier: Scalars['String']['input'];
|
|
2163
2163
|
keyP8: Scalars['String']['input'];
|
|
2164
2164
|
};
|
|
2165
|
+
export type AssetMapGroup = {
|
|
2166
|
+
android?: InputMaybe<AssetMapSourceInput>;
|
|
2167
|
+
ios?: InputMaybe<AssetMapSourceInput>;
|
|
2168
|
+
web?: InputMaybe<AssetMapSourceInput>;
|
|
2169
|
+
};
|
|
2170
|
+
export type AssetMapSourceInput = {
|
|
2171
|
+
bucketKey?: InputMaybe<Scalars['String']['input']>;
|
|
2172
|
+
type?: InputMaybe<AssetMapSourceType>;
|
|
2173
|
+
};
|
|
2174
|
+
export declare enum AssetMapSourceType {
|
|
2175
|
+
Gcs = "GCS"
|
|
2176
|
+
}
|
|
2165
2177
|
export type AssetMetadataResult = {
|
|
2166
2178
|
__typename?: 'AssetMetadataResult';
|
|
2167
2179
|
status: AssetMetadataStatus;
|
|
@@ -2258,6 +2270,10 @@ export declare enum AuthProviderIdentifier {
|
|
|
2258
2270
|
OneLogin = "ONE_LOGIN",
|
|
2259
2271
|
StubIdp = "STUB_IDP"
|
|
2260
2272
|
}
|
|
2273
|
+
export type AverageMetrics = {
|
|
2274
|
+
__typename?: 'AverageMetrics';
|
|
2275
|
+
averageDownloadSize: Scalars['Int']['output'];
|
|
2276
|
+
};
|
|
2261
2277
|
export type BackgroundJobReceipt = {
|
|
2262
2278
|
__typename?: 'BackgroundJobReceipt';
|
|
2263
2279
|
account: Account;
|
|
@@ -4871,7 +4887,6 @@ export declare enum ProjectArchiveSourceType {
|
|
|
4871
4887
|
Gcs = "GCS",
|
|
4872
4888
|
Git = "GIT",
|
|
4873
4889
|
None = "NONE",
|
|
4874
|
-
S3 = "S3",
|
|
4875
4890
|
Url = "URL"
|
|
4876
4891
|
}
|
|
4877
4892
|
export type ProjectPublicData = {
|
|
@@ -4896,6 +4911,7 @@ export type PublicArtifacts = {
|
|
|
4896
4911
|
buildUrl?: Maybe<Scalars['String']['output']>;
|
|
4897
4912
|
};
|
|
4898
4913
|
export type PublishUpdateGroupInput = {
|
|
4914
|
+
assetMapGroup?: InputMaybe<AssetMapGroup>;
|
|
4899
4915
|
awaitingCodeSigningInfo?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4900
4916
|
branchId: Scalars['String']['input'];
|
|
4901
4917
|
environment?: InputMaybe<EnvironmentVariableEnvironment>;
|
|
@@ -5870,6 +5886,7 @@ export type Update = ActivityTimelineProjectActivity & {
|
|
|
5870
5886
|
activityTimestamp: Scalars['DateTime']['output'];
|
|
5871
5887
|
actor?: Maybe<Actor>;
|
|
5872
5888
|
app: App;
|
|
5889
|
+
assetMapUrl?: Maybe<Scalars['String']['output']>;
|
|
5873
5890
|
awaitingCodeSigningInfo: Scalars['Boolean']['output'];
|
|
5874
5891
|
branch: UpdateBranch;
|
|
5875
5892
|
branchId: Scalars['ID']['output'];
|
|
@@ -6070,6 +6087,7 @@ export type UpdateInfoGroup = {
|
|
|
6070
6087
|
};
|
|
6071
6088
|
export type UpdateInsights = {
|
|
6072
6089
|
__typename?: 'UpdateInsights';
|
|
6090
|
+
averageMetrics: AverageMetrics;
|
|
6073
6091
|
cumulativeMetrics: CumulativeMetrics;
|
|
6074
6092
|
id: Scalars['ID']['output'];
|
|
6075
6093
|
totalUniqueUsers: Scalars['Int']['output'];
|
|
@@ -6082,7 +6100,10 @@ export type UpdateInsightsTotalUniqueUsersArgs = {
|
|
|
6082
6100
|
};
|
|
6083
6101
|
export type UpdateMutation = {
|
|
6084
6102
|
__typename?: 'UpdateMutation';
|
|
6085
|
-
/**
|
|
6103
|
+
/**
|
|
6104
|
+
* Delete an EAS update group
|
|
6105
|
+
* @deprecated Use scheduleUpdateGroupDeletion instead
|
|
6106
|
+
*/
|
|
6086
6107
|
deleteUpdateGroup: DeleteUpdateGroupResult;
|
|
6087
6108
|
/** Delete an EAS update group in the background */
|
|
6088
6109
|
scheduleUpdateGroupDeletion: BackgroundJobReceipt;
|
|
@@ -6168,6 +6189,7 @@ export declare enum UploadSessionType {
|
|
|
6168
6189
|
/** @deprecated Use EAS_SUBMIT_GCS_APP_ARCHIVE instead. */
|
|
6169
6190
|
EasSubmitAppArchive = "EAS_SUBMIT_APP_ARCHIVE",
|
|
6170
6191
|
EasSubmitGcsAppArchive = "EAS_SUBMIT_GCS_APP_ARCHIVE",
|
|
6192
|
+
EasUpdateAssetsMetadata = "EAS_UPDATE_ASSETS_METADATA",
|
|
6171
6193
|
EasUpdateFingerprint = "EAS_UPDATE_FINGERPRINT"
|
|
6172
6194
|
}
|
|
6173
6195
|
export type UsageMetricTotal = {
|
|
@@ -7102,7 +7124,7 @@ export type WorkerDeploymentRequestsCacheStatusEdge = {
|
|
|
7102
7124
|
};
|
|
7103
7125
|
export type WorkerDeploymentRequestsContinentEdge = {
|
|
7104
7126
|
__typename?: 'WorkerDeploymentRequestsContinentEdge';
|
|
7105
|
-
continent
|
|
7127
|
+
continent?: Maybe<ContinentCode>;
|
|
7106
7128
|
node: WorkerDeploymentRequestsAggregationNode;
|
|
7107
7129
|
};
|
|
7108
7130
|
export type WorkerDeploymentRequestsCountryEdge = {
|
|
@@ -7259,6 +7281,7 @@ export declare enum WorkflowJobType {
|
|
|
7259
7281
|
GetBuild = "GET_BUILD",
|
|
7260
7282
|
MaestroTest = "MAESTRO_TEST",
|
|
7261
7283
|
RequireApproval = "REQUIRE_APPROVAL",
|
|
7284
|
+
Slack = "SLACK",
|
|
7262
7285
|
Submission = "SUBMISSION",
|
|
7263
7286
|
Update = "UPDATE"
|
|
7264
7287
|
}
|
|
@@ -11851,6 +11874,95 @@ export type CreateKeystoreGenerationUrlMutation = {
|
|
|
11851
11874
|
};
|
|
11852
11875
|
};
|
|
11853
11876
|
};
|
|
11877
|
+
export type CreateLocalBuildMutationVariables = Exact<{
|
|
11878
|
+
appId: Scalars['ID']['input'];
|
|
11879
|
+
jobInput: LocalBuildJobInput;
|
|
11880
|
+
artifactSource: LocalBuildArchiveSourceInput;
|
|
11881
|
+
metadata?: InputMaybe<BuildMetadataInput>;
|
|
11882
|
+
}>;
|
|
11883
|
+
export type CreateLocalBuildMutation = {
|
|
11884
|
+
__typename?: 'RootMutation';
|
|
11885
|
+
build: {
|
|
11886
|
+
__typename?: 'BuildMutation';
|
|
11887
|
+
createLocalBuild: {
|
|
11888
|
+
__typename?: 'CreateBuildResult';
|
|
11889
|
+
build: {
|
|
11890
|
+
__typename?: 'Build';
|
|
11891
|
+
id: string;
|
|
11892
|
+
status: BuildStatus;
|
|
11893
|
+
platform: AppPlatform;
|
|
11894
|
+
channel?: string | null;
|
|
11895
|
+
distribution?: DistributionType | null;
|
|
11896
|
+
iosEnterpriseProvisioning?: BuildIosEnterpriseProvisioning | null;
|
|
11897
|
+
buildProfile?: string | null;
|
|
11898
|
+
sdkVersion?: string | null;
|
|
11899
|
+
appVersion?: string | null;
|
|
11900
|
+
appBuildVersion?: string | null;
|
|
11901
|
+
runtimeVersion?: string | null;
|
|
11902
|
+
gitCommitHash?: string | null;
|
|
11903
|
+
gitCommitMessage?: string | null;
|
|
11904
|
+
initialQueuePosition?: number | null;
|
|
11905
|
+
queuePosition?: number | null;
|
|
11906
|
+
estimatedWaitTimeLeftSeconds?: number | null;
|
|
11907
|
+
priority: BuildPriority;
|
|
11908
|
+
createdAt: any;
|
|
11909
|
+
updatedAt: any;
|
|
11910
|
+
message?: string | null;
|
|
11911
|
+
completedAt?: any | null;
|
|
11912
|
+
expirationDate?: any | null;
|
|
11913
|
+
isForIosSimulator: boolean;
|
|
11914
|
+
error?: {
|
|
11915
|
+
__typename?: 'BuildError';
|
|
11916
|
+
errorCode: string;
|
|
11917
|
+
message: string;
|
|
11918
|
+
docsUrl?: string | null;
|
|
11919
|
+
} | null;
|
|
11920
|
+
artifacts?: {
|
|
11921
|
+
__typename?: 'BuildArtifacts';
|
|
11922
|
+
buildUrl?: string | null;
|
|
11923
|
+
xcodeBuildLogsUrl?: string | null;
|
|
11924
|
+
applicationArchiveUrl?: string | null;
|
|
11925
|
+
buildArtifactsUrl?: string | null;
|
|
11926
|
+
} | null;
|
|
11927
|
+
initiatingActor?: {
|
|
11928
|
+
__typename: 'Robot';
|
|
11929
|
+
id: string;
|
|
11930
|
+
displayName: string;
|
|
11931
|
+
} | {
|
|
11932
|
+
__typename: 'SSOUser';
|
|
11933
|
+
id: string;
|
|
11934
|
+
displayName: string;
|
|
11935
|
+
} | {
|
|
11936
|
+
__typename: 'User';
|
|
11937
|
+
id: string;
|
|
11938
|
+
displayName: string;
|
|
11939
|
+
} | null;
|
|
11940
|
+
project: {
|
|
11941
|
+
__typename: 'App';
|
|
11942
|
+
id: string;
|
|
11943
|
+
name: string;
|
|
11944
|
+
slug: string;
|
|
11945
|
+
ownerAccount: {
|
|
11946
|
+
__typename?: 'Account';
|
|
11947
|
+
id: string;
|
|
11948
|
+
name: string;
|
|
11949
|
+
};
|
|
11950
|
+
} | {
|
|
11951
|
+
__typename: 'Snack';
|
|
11952
|
+
id: string;
|
|
11953
|
+
name: string;
|
|
11954
|
+
slug: string;
|
|
11955
|
+
};
|
|
11956
|
+
metrics?: {
|
|
11957
|
+
__typename?: 'BuildMetrics';
|
|
11958
|
+
buildWaitTime?: number | null;
|
|
11959
|
+
buildQueueTime?: number | null;
|
|
11960
|
+
buildDuration?: number | null;
|
|
11961
|
+
} | null;
|
|
11962
|
+
};
|
|
11963
|
+
};
|
|
11964
|
+
};
|
|
11965
|
+
};
|
|
11854
11966
|
export type GetSignedUploadMutationVariables = Exact<{
|
|
11855
11967
|
contentTypes: Array<Scalars['String']['input']> | Scalars['String']['input'];
|
|
11856
11968
|
}>;
|
|
@@ -12013,95 +12125,6 @@ export type SetRolloutPercentageMutation = {
|
|
|
12013
12125
|
};
|
|
12014
12126
|
};
|
|
12015
12127
|
};
|
|
12016
|
-
export type CreateLocalBuildMutationVariables = Exact<{
|
|
12017
|
-
appId: Scalars['ID']['input'];
|
|
12018
|
-
jobInput: LocalBuildJobInput;
|
|
12019
|
-
artifactSource: LocalBuildArchiveSourceInput;
|
|
12020
|
-
metadata?: InputMaybe<BuildMetadataInput>;
|
|
12021
|
-
}>;
|
|
12022
|
-
export type CreateLocalBuildMutation = {
|
|
12023
|
-
__typename?: 'RootMutation';
|
|
12024
|
-
build: {
|
|
12025
|
-
__typename?: 'BuildMutation';
|
|
12026
|
-
createLocalBuild: {
|
|
12027
|
-
__typename?: 'CreateBuildResult';
|
|
12028
|
-
build: {
|
|
12029
|
-
__typename?: 'Build';
|
|
12030
|
-
id: string;
|
|
12031
|
-
status: BuildStatus;
|
|
12032
|
-
platform: AppPlatform;
|
|
12033
|
-
channel?: string | null;
|
|
12034
|
-
distribution?: DistributionType | null;
|
|
12035
|
-
iosEnterpriseProvisioning?: BuildIosEnterpriseProvisioning | null;
|
|
12036
|
-
buildProfile?: string | null;
|
|
12037
|
-
sdkVersion?: string | null;
|
|
12038
|
-
appVersion?: string | null;
|
|
12039
|
-
appBuildVersion?: string | null;
|
|
12040
|
-
runtimeVersion?: string | null;
|
|
12041
|
-
gitCommitHash?: string | null;
|
|
12042
|
-
gitCommitMessage?: string | null;
|
|
12043
|
-
initialQueuePosition?: number | null;
|
|
12044
|
-
queuePosition?: number | null;
|
|
12045
|
-
estimatedWaitTimeLeftSeconds?: number | null;
|
|
12046
|
-
priority: BuildPriority;
|
|
12047
|
-
createdAt: any;
|
|
12048
|
-
updatedAt: any;
|
|
12049
|
-
message?: string | null;
|
|
12050
|
-
completedAt?: any | null;
|
|
12051
|
-
expirationDate?: any | null;
|
|
12052
|
-
isForIosSimulator: boolean;
|
|
12053
|
-
error?: {
|
|
12054
|
-
__typename?: 'BuildError';
|
|
12055
|
-
errorCode: string;
|
|
12056
|
-
message: string;
|
|
12057
|
-
docsUrl?: string | null;
|
|
12058
|
-
} | null;
|
|
12059
|
-
artifacts?: {
|
|
12060
|
-
__typename?: 'BuildArtifacts';
|
|
12061
|
-
buildUrl?: string | null;
|
|
12062
|
-
xcodeBuildLogsUrl?: string | null;
|
|
12063
|
-
applicationArchiveUrl?: string | null;
|
|
12064
|
-
buildArtifactsUrl?: string | null;
|
|
12065
|
-
} | null;
|
|
12066
|
-
initiatingActor?: {
|
|
12067
|
-
__typename: 'Robot';
|
|
12068
|
-
id: string;
|
|
12069
|
-
displayName: string;
|
|
12070
|
-
} | {
|
|
12071
|
-
__typename: 'SSOUser';
|
|
12072
|
-
id: string;
|
|
12073
|
-
displayName: string;
|
|
12074
|
-
} | {
|
|
12075
|
-
__typename: 'User';
|
|
12076
|
-
id: string;
|
|
12077
|
-
displayName: string;
|
|
12078
|
-
} | null;
|
|
12079
|
-
project: {
|
|
12080
|
-
__typename: 'App';
|
|
12081
|
-
id: string;
|
|
12082
|
-
name: string;
|
|
12083
|
-
slug: string;
|
|
12084
|
-
ownerAccount: {
|
|
12085
|
-
__typename?: 'Account';
|
|
12086
|
-
id: string;
|
|
12087
|
-
name: string;
|
|
12088
|
-
};
|
|
12089
|
-
} | {
|
|
12090
|
-
__typename: 'Snack';
|
|
12091
|
-
id: string;
|
|
12092
|
-
name: string;
|
|
12093
|
-
slug: string;
|
|
12094
|
-
};
|
|
12095
|
-
metrics?: {
|
|
12096
|
-
__typename?: 'BuildMetrics';
|
|
12097
|
-
buildWaitTime?: number | null;
|
|
12098
|
-
buildQueueTime?: number | null;
|
|
12099
|
-
buildDuration?: number | null;
|
|
12100
|
-
} | null;
|
|
12101
|
-
};
|
|
12102
|
-
};
|
|
12103
|
-
};
|
|
12104
|
-
};
|
|
12105
12128
|
export type CreateAndroidSubmissionMutationVariables = Exact<{
|
|
12106
12129
|
appId: Scalars['ID']['input'];
|
|
12107
12130
|
config: AndroidSubmissionConfigInput;
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
* For more info and docs, visit https://graphql-code-generator.com/
|
|
7
7
|
*/
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.WorkflowRunTriggerEventType = exports.WorkflowRunStatus = exports.WorkflowProjectSourceType = exports.WorkflowJobType = exports.WorkflowJobStatus = exports.WorkerLoggerLevel = exports.WorkerDeploymentLogLevel = exports.WorkerDeploymentCrashKind = exports.WebhookType = exports.UserEntityTypeName = exports.UserAgentPlatform = exports.UserAgentOs = exports.UserAgentBrowser = exports.UsageMetricsGranularity = exports.UsageMetricType = exports.UploadSessionType = void 0;
|
|
9
|
+
exports.Experiment = exports.EnvironmentVariableVisibility = exports.EnvironmentVariableScope = exports.EnvironmentVariableEnvironment = exports.EnvironmentSecretType = exports.EntityTypeName = exports.EasTotalPlanEnablementUnit = exports.EasServiceMetric = exports.EasService = exports.EasBuildWaiverType = exports.EasBuildDeprecationInfoType = exports.EasBuildBillingResourceClass = exports.DistributionType = exports.CustomDomainStatus = exports.CustomDomainDnsRecordType = exports.CrashSampleFor = exports.ContinentCode = exports.BuildWorkflow = exports.BuildTrigger = exports.BuildStatus = exports.BuildRetryDisabledReason = exports.BuildResourceClass = exports.BuildPriority = exports.BuildPhase = exports.BuildMode = exports.BuildLimitThresholdExceededMetadataType = exports.BuildIosEnterpriseProvisioning = exports.BuildCredentialsSource = exports.BackgroundJobState = exports.BackgroundJobResultType = exports.AuthProviderIdentifier = exports.AuthProtocolType = exports.AuditLogsExportFormat = exports.AssetMetadataStatus = exports.AssetMapSourceType = exports.AppsFilter = exports.AppleTeamType = exports.AppleDeviceClass = exports.AppUploadSessionType = exports.AppStoreConnectUserRole = exports.AppSort = exports.AppPrivacy = exports.AppPlatform = exports.AppInternalDistributionBuildPrivacy = exports.AndroidKeystoreType = exports.AndroidFcmVersion = exports.AndroidBuildType = exports.ActivityTimelineProjectActivityType = exports.AccountUploadSessionType = exports.AccountAppsSortByField = void 0;
|
|
10
|
+
exports.SubmissionStatus = exports.SubmissionPriority = exports.SubmissionArchiveSourceType = exports.SubmissionAndroidTrack = exports.SubmissionAndroidReleaseStatus = exports.SubmissionAndroidArchiveType = exports.StatuspageServiceStatus = exports.StatuspageServiceName = exports.StatuspageIncidentStatus = exports.StatuspageIncidentImpact = exports.StandardOffer = exports.SecondFactorMethod = exports.Role = exports.ResponseType = exports.ResponseStatusType = exports.ResponseCacheStatus = exports.ResourceClassExperiment = exports.RequestsOrderByField = exports.RequestsOrderByDirection = exports.RequestMethod = exports.ProjectArchiveSourceType = exports.Permission = exports.Order = exports.OnboardingEnvironment = exports.OnboardingDeviceType = exports.OfferType = exports.NotificationType = exports.NotificationEvent = exports.MailchimpTag = exports.MailchimpAudience = exports.LocalBuildArchiveSourceType = exports.JobRunStatus = exports.JobRunPriority = exports.IosSchemeBuildConfiguration = exports.IosManagedBuildType = exports.IosDistributionType = exports.IosBuildType = exports.InvoiceDiscountType = exports.InsightsFilterType = exports.GitHubJobRunTriggerType = exports.GitHubJobRunTriggerRunStatus = exports.GitHubJobRunJobType = exports.GitHubBuildTriggerType = exports.GitHubBuildTriggerRunStatus = exports.GitHubBuildTriggerExecutionBehavior = exports.GitHubAppInstallationStatus = exports.GitHubAppInstallationAccountType = exports.GitHubAppEnvironment = exports.FingerprintSourceType = exports.Feature = void 0;
|
|
11
|
+
exports.WorkflowRunTriggerEventType = exports.WorkflowRunStatus = exports.WorkflowProjectSourceType = exports.WorkflowJobType = exports.WorkflowJobStatus = exports.WorkerLoggerLevel = exports.WorkerDeploymentLogLevel = exports.WorkerDeploymentCrashKind = exports.WebhookType = exports.UserEntityTypeName = exports.UserAgentPlatform = exports.UserAgentOs = exports.UserAgentBrowser = exports.UsageMetricsGranularity = exports.UsageMetricType = exports.UploadSessionType = exports.TargetEntityMutationType = void 0;
|
|
12
12
|
var AccountAppsSortByField;
|
|
13
13
|
(function (AccountAppsSortByField) {
|
|
14
14
|
AccountAppsSortByField["LatestActivityTime"] = "LATEST_ACTIVITY_TIME";
|
|
@@ -115,6 +115,10 @@ var AppsFilter;
|
|
|
115
115
|
/** New Projects */
|
|
116
116
|
AppsFilter["New"] = "NEW";
|
|
117
117
|
})(AppsFilter || (exports.AppsFilter = AppsFilter = {}));
|
|
118
|
+
var AssetMapSourceType;
|
|
119
|
+
(function (AssetMapSourceType) {
|
|
120
|
+
AssetMapSourceType["Gcs"] = "GCS";
|
|
121
|
+
})(AssetMapSourceType || (exports.AssetMapSourceType = AssetMapSourceType = {}));
|
|
118
122
|
var AssetMetadataStatus;
|
|
119
123
|
(function (AssetMetadataStatus) {
|
|
120
124
|
AssetMetadataStatus["DoesNotExist"] = "DOES_NOT_EXIST";
|
|
@@ -583,7 +587,6 @@ var ProjectArchiveSourceType;
|
|
|
583
587
|
ProjectArchiveSourceType["Gcs"] = "GCS";
|
|
584
588
|
ProjectArchiveSourceType["Git"] = "GIT";
|
|
585
589
|
ProjectArchiveSourceType["None"] = "NONE";
|
|
586
|
-
ProjectArchiveSourceType["S3"] = "S3";
|
|
587
590
|
ProjectArchiveSourceType["Url"] = "URL";
|
|
588
591
|
})(ProjectArchiveSourceType || (exports.ProjectArchiveSourceType = ProjectArchiveSourceType = {}));
|
|
589
592
|
var RequestMethod;
|
|
@@ -759,6 +762,7 @@ var UploadSessionType;
|
|
|
759
762
|
/** @deprecated Use EAS_SUBMIT_GCS_APP_ARCHIVE instead. */
|
|
760
763
|
UploadSessionType["EasSubmitAppArchive"] = "EAS_SUBMIT_APP_ARCHIVE";
|
|
761
764
|
UploadSessionType["EasSubmitGcsAppArchive"] = "EAS_SUBMIT_GCS_APP_ARCHIVE";
|
|
765
|
+
UploadSessionType["EasUpdateAssetsMetadata"] = "EAS_UPDATE_ASSETS_METADATA";
|
|
762
766
|
UploadSessionType["EasUpdateFingerprint"] = "EAS_UPDATE_FINGERPRINT";
|
|
763
767
|
})(UploadSessionType || (exports.UploadSessionType = UploadSessionType = {}));
|
|
764
768
|
var UsageMetricType;
|
|
@@ -877,6 +881,7 @@ var WorkflowJobType;
|
|
|
877
881
|
WorkflowJobType["GetBuild"] = "GET_BUILD";
|
|
878
882
|
WorkflowJobType["MaestroTest"] = "MAESTRO_TEST";
|
|
879
883
|
WorkflowJobType["RequireApproval"] = "REQUIRE_APPROVAL";
|
|
884
|
+
WorkflowJobType["Slack"] = "SLACK";
|
|
880
885
|
WorkflowJobType["Submission"] = "SUBMISSION";
|
|
881
886
|
WorkflowJobType["Update"] = "UPDATE";
|
|
882
887
|
})(WorkflowJobType || (exports.WorkflowJobType = WorkflowJobType = {}));
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ExpoGraphqlClient } from '../commandUtils/context/contextUtils/createGraphqlClient';
|
|
2
|
+
import { AssetMapSourceInput } from '../graphql/generated';
|
|
3
|
+
export declare function maybeUploadAssetMapAsync(distRoot: string, graphqlClient: ExpoGraphqlClient): Promise<AssetMapSourceInput | null>;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.maybeUploadAssetMapAsync = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const chalk_1 = tslib_1.__importDefault(require("chalk"));
|
|
6
|
+
const fs_extra_1 = tslib_1.__importDefault(require("fs-extra"));
|
|
7
|
+
const path_1 = tslib_1.__importDefault(require("path"));
|
|
8
|
+
const generated_1 = require("../graphql/generated");
|
|
9
|
+
const log_1 = tslib_1.__importDefault(require("../log"));
|
|
10
|
+
const uploads_1 = require("../uploads");
|
|
11
|
+
const files_1 = require("../utils/files");
|
|
12
|
+
const progress_1 = require("../utils/progress");
|
|
13
|
+
async function maybeUploadAssetMapAsync(distRoot, graphqlClient) {
|
|
14
|
+
const assetMapPath = path_1.default.join(distRoot, 'assetmap.json');
|
|
15
|
+
if (!(await fs_extra_1.default.pathExists(assetMapPath))) {
|
|
16
|
+
return null;
|
|
17
|
+
}
|
|
18
|
+
let gcsBucketKey = undefined;
|
|
19
|
+
const fileStat = await fs_extra_1.default.promises.stat(assetMapPath);
|
|
20
|
+
try {
|
|
21
|
+
gcsBucketKey = await (0, uploads_1.uploadFileAtPathToGCSAsync)(graphqlClient, generated_1.UploadSessionType.EasUpdateAssetsMetadata, assetMapPath, (0, progress_1.createProgressTracker)({
|
|
22
|
+
total: fileStat.size,
|
|
23
|
+
message: ratio => `Uploading assetmap.json (${(0, files_1.formatBytes)(fileStat.size * ratio)} / ${(0, files_1.formatBytes)(fileStat.size)})`,
|
|
24
|
+
completedMessage: (duration) => `Uploaded assetmap.json ${chalk_1.default.dim(duration)}`,
|
|
25
|
+
}));
|
|
26
|
+
}
|
|
27
|
+
catch (err) {
|
|
28
|
+
let errMessage = 'Failed to upload assetmap to EAS';
|
|
29
|
+
if (err.message) {
|
|
30
|
+
errMessage += `\n\nReason: ${err.message}`;
|
|
31
|
+
}
|
|
32
|
+
log_1.default.warn(errMessage);
|
|
33
|
+
return null;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
type: generated_1.AssetMapSourceType.Gcs,
|
|
37
|
+
bucketKey: gcsBucketKey,
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
exports.maybeUploadAssetMapAsync = maybeUploadAssetMapAsync;
|
|
@@ -12,8 +12,11 @@ async function validateMetroConfigForManagedWorkflowAsync(ctx) {
|
|
|
12
12
|
return;
|
|
13
13
|
}
|
|
14
14
|
const metroConfig = await loadConfigAsync(ctx.projectDir);
|
|
15
|
+
// SDK <50 | plugins whose presence can be used to determine if the config is extending Expo's Metro config
|
|
15
16
|
const hasHashAssetFilesPlugin = metroConfig.transformer?.assetPlugins?.find((plugin) => plugin.match(/expo-asset[/|\\]tools[/|\\]hashAssetFiles/));
|
|
16
|
-
|
|
17
|
+
// SDK >=51 | this is a custom property that we inject to ensure cache invalidation between projects.
|
|
18
|
+
const isExtendingExpoMetroConfig = metroConfig.transformer.hasOwnProperty('_expoRelativeProjectRoot');
|
|
19
|
+
if (!isExtendingExpoMetroConfig && !hasHashAssetFilesPlugin) {
|
|
17
20
|
log_1.default.warn(`It looks like that you are using a custom ${chalk_1.default.bold('metro.config.js')} that does not extend ${chalk_1.default.bold('@expo/metro-config')}.`);
|
|
18
21
|
log_1.default.warn('This can result in unexpected and hard to debug issues, like missing assets in the production bundle.');
|
|
19
22
|
if (!ctx.nonInteractive) {
|
package/build/worker/upload.js
CHANGED
|
@@ -102,8 +102,23 @@ async function uploadAsync(params) {
|
|
|
102
102
|
return retry(error);
|
|
103
103
|
}
|
|
104
104
|
const getErrorMessageAsync = async () => {
|
|
105
|
-
const
|
|
106
|
-
|
|
105
|
+
const rayId = response.headers.get('cf-ray');
|
|
106
|
+
const contentType = response.headers.get('Content-Type');
|
|
107
|
+
if (contentType?.startsWith('text/html')) {
|
|
108
|
+
// NOTE(@kitten): We've received a CDN error most likely. There's not much we can do
|
|
109
|
+
// except for quoting the Request ID, so a user can send it to us. We can check
|
|
110
|
+
// why a request was blocked by looking up a WAF event via the "Ray ID" here:
|
|
111
|
+
// https://dash.cloudflare.com/e6f39f67f543faa6038768e8f37e4234/expo.app/security/events
|
|
112
|
+
let message = `CDN firewall has aborted the upload with ${response.statusText}.`;
|
|
113
|
+
if (rayId) {
|
|
114
|
+
message += `\nReport this error quoting Request ID ${rayId}`;
|
|
115
|
+
}
|
|
116
|
+
return `Upload of "${filePath}" failed: ${message}`;
|
|
117
|
+
}
|
|
118
|
+
else {
|
|
119
|
+
const json = await response.json().catch(() => null);
|
|
120
|
+
return json?.error ?? `Upload of "${filePath}" failed: ${response.statusText}`;
|
|
121
|
+
}
|
|
107
122
|
};
|
|
108
123
|
if (response.status === 408 ||
|
|
109
124
|
response.status === 409 ||
|
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": "16.3.
|
|
4
|
+
"version": "16.3.3",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@expo/config": "10.0.6",
|
|
14
14
|
"@expo/config-plugins": "9.0.12",
|
|
15
15
|
"@expo/eas-build-job": "1.0.173",
|
|
16
|
-
"@expo/eas-json": "16.
|
|
16
|
+
"@expo/eas-json": "16.3.3",
|
|
17
17
|
"@expo/env": "^1.0.0",
|
|
18
18
|
"@expo/json-file": "8.3.3",
|
|
19
19
|
"@expo/logger": "1.0.117",
|
|
@@ -239,5 +239,5 @@
|
|
|
239
239
|
"node": "20.11.0",
|
|
240
240
|
"yarn": "1.22.21"
|
|
241
241
|
},
|
|
242
|
-
"gitHead": "
|
|
242
|
+
"gitHead": "716728a624b9577ae8de2118d2f38ae275bc1f0d"
|
|
243
243
|
}
|