eas-cli 14.4.0 → 14.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +72 -72
- package/build/build/android/version.js +1 -1
- package/build/build/evaluateConfigWithEnvVarsAsync.js +10 -16
- package/build/build/ios/version.js +1 -1
- package/build/build/local.js +1 -1
- package/build/commands/env/exec.d.ts +1 -1
- package/build/commands/env/exec.js +18 -11
- package/build/commands/fingerprint/compare.js +14 -0
- package/build/graphql/generated.d.ts +68 -5
- package/build/graphql/generated.js +9 -1
- package/build/graphql/mutations/FingerprintMutation.d.ts +9 -0
- package/build/graphql/mutations/FingerprintMutation.js +29 -0
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -158,7 +158,7 @@ ALIASES
|
|
|
158
158
|
$ eas login
|
|
159
159
|
```
|
|
160
160
|
|
|
161
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
161
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/account/login.ts)_
|
|
162
162
|
|
|
163
163
|
## `eas account:logout`
|
|
164
164
|
|
|
@@ -175,7 +175,7 @@ ALIASES
|
|
|
175
175
|
$ eas logout
|
|
176
176
|
```
|
|
177
177
|
|
|
178
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
178
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/account/logout.ts)_
|
|
179
179
|
|
|
180
180
|
## `eas account:view`
|
|
181
181
|
|
|
@@ -192,7 +192,7 @@ ALIASES
|
|
|
192
192
|
$ eas whoami
|
|
193
193
|
```
|
|
194
194
|
|
|
195
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
195
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/account/view.ts)_
|
|
196
196
|
|
|
197
197
|
## `eas analytics [STATUS]`
|
|
198
198
|
|
|
@@ -206,7 +206,7 @@ DESCRIPTION
|
|
|
206
206
|
display or change analytics settings
|
|
207
207
|
```
|
|
208
208
|
|
|
209
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
209
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/analytics.ts)_
|
|
210
210
|
|
|
211
211
|
## `eas autocomplete [SHELL]`
|
|
212
212
|
|
|
@@ -258,7 +258,7 @@ DESCRIPTION
|
|
|
258
258
|
create a branch
|
|
259
259
|
```
|
|
260
260
|
|
|
261
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
261
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/branch/create.ts)_
|
|
262
262
|
|
|
263
263
|
## `eas branch:delete [NAME]`
|
|
264
264
|
|
|
@@ -279,7 +279,7 @@ DESCRIPTION
|
|
|
279
279
|
delete a branch
|
|
280
280
|
```
|
|
281
281
|
|
|
282
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
282
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
283
283
|
|
|
284
284
|
## `eas branch:list`
|
|
285
285
|
|
|
@@ -299,7 +299,7 @@ DESCRIPTION
|
|
|
299
299
|
list all branches
|
|
300
300
|
```
|
|
301
301
|
|
|
302
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
302
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/branch/list.ts)_
|
|
303
303
|
|
|
304
304
|
## `eas branch:rename`
|
|
305
305
|
|
|
@@ -319,7 +319,7 @@ DESCRIPTION
|
|
|
319
319
|
rename a branch
|
|
320
320
|
```
|
|
321
321
|
|
|
322
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
322
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
323
323
|
|
|
324
324
|
## `eas branch:view [NAME]`
|
|
325
325
|
|
|
@@ -342,7 +342,7 @@ DESCRIPTION
|
|
|
342
342
|
view a branch
|
|
343
343
|
```
|
|
344
344
|
|
|
345
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
345
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/branch/view.ts)_
|
|
346
346
|
|
|
347
347
|
## `eas build`
|
|
348
348
|
|
|
@@ -379,7 +379,7 @@ DESCRIPTION
|
|
|
379
379
|
start a build
|
|
380
380
|
```
|
|
381
381
|
|
|
382
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
382
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/build/index.ts)_
|
|
383
383
|
|
|
384
384
|
## `eas build:cancel [BUILD_ID]`
|
|
385
385
|
|
|
@@ -398,7 +398,7 @@ DESCRIPTION
|
|
|
398
398
|
cancel a build
|
|
399
399
|
```
|
|
400
400
|
|
|
401
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
401
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
402
402
|
|
|
403
403
|
## `eas build:configure`
|
|
404
404
|
|
|
@@ -415,7 +415,7 @@ DESCRIPTION
|
|
|
415
415
|
configure the project to support EAS Build
|
|
416
416
|
```
|
|
417
417
|
|
|
418
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
418
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/build/configure.ts)_
|
|
419
419
|
|
|
420
420
|
## `eas build:delete [BUILD_ID]`
|
|
421
421
|
|
|
@@ -434,7 +434,7 @@ DESCRIPTION
|
|
|
434
434
|
delete a build
|
|
435
435
|
```
|
|
436
436
|
|
|
437
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
437
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/build/delete.ts)_
|
|
438
438
|
|
|
439
439
|
## `eas build:inspect`
|
|
440
440
|
|
|
@@ -469,7 +469,7 @@ DESCRIPTION
|
|
|
469
469
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
470
470
|
```
|
|
471
471
|
|
|
472
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
472
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
473
473
|
|
|
474
474
|
## `eas build:list`
|
|
475
475
|
|
|
@@ -519,7 +519,7 @@ DESCRIPTION
|
|
|
519
519
|
list all builds for your project
|
|
520
520
|
```
|
|
521
521
|
|
|
522
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
522
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/build/list.ts)_
|
|
523
523
|
|
|
524
524
|
## `eas build:resign`
|
|
525
525
|
|
|
@@ -548,7 +548,7 @@ DESCRIPTION
|
|
|
548
548
|
re-sign a build archive
|
|
549
549
|
```
|
|
550
550
|
|
|
551
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
551
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/build/resign.ts)_
|
|
552
552
|
|
|
553
553
|
## `eas build:run`
|
|
554
554
|
|
|
@@ -574,7 +574,7 @@ DESCRIPTION
|
|
|
574
574
|
run simulator/emulator builds from eas-cli
|
|
575
575
|
```
|
|
576
576
|
|
|
577
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
577
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/build/run.ts)_
|
|
578
578
|
|
|
579
579
|
## `eas build:submit`
|
|
580
580
|
|
|
@@ -624,7 +624,7 @@ DESCRIPTION
|
|
|
624
624
|
get the latest version from EAS servers
|
|
625
625
|
```
|
|
626
626
|
|
|
627
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
627
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
628
628
|
|
|
629
629
|
## `eas build:version:set`
|
|
630
630
|
|
|
@@ -643,7 +643,7 @@ DESCRIPTION
|
|
|
643
643
|
update version of an app
|
|
644
644
|
```
|
|
645
645
|
|
|
646
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
646
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
647
647
|
|
|
648
648
|
## `eas build:version:sync`
|
|
649
649
|
|
|
@@ -662,7 +662,7 @@ DESCRIPTION
|
|
|
662
662
|
update a version in native code with a value stored on EAS servers
|
|
663
663
|
```
|
|
664
664
|
|
|
665
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
665
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
666
666
|
|
|
667
667
|
## `eas build:view [BUILD_ID]`
|
|
668
668
|
|
|
@@ -679,7 +679,7 @@ DESCRIPTION
|
|
|
679
679
|
view a build for your project
|
|
680
680
|
```
|
|
681
681
|
|
|
682
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
682
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/build/view.ts)_
|
|
683
683
|
|
|
684
684
|
## `eas channel:create [NAME]`
|
|
685
685
|
|
|
@@ -700,7 +700,7 @@ DESCRIPTION
|
|
|
700
700
|
create a channel
|
|
701
701
|
```
|
|
702
702
|
|
|
703
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
703
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/channel/create.ts)_
|
|
704
704
|
|
|
705
705
|
## `eas channel:edit [NAME]`
|
|
706
706
|
|
|
@@ -722,7 +722,7 @@ DESCRIPTION
|
|
|
722
722
|
point a channel at a new branch
|
|
723
723
|
```
|
|
724
724
|
|
|
725
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
725
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
726
726
|
|
|
727
727
|
## `eas channel:list`
|
|
728
728
|
|
|
@@ -742,7 +742,7 @@ DESCRIPTION
|
|
|
742
742
|
list all channels
|
|
743
743
|
```
|
|
744
744
|
|
|
745
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
745
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/channel/list.ts)_
|
|
746
746
|
|
|
747
747
|
## `eas channel:pause [NAME]`
|
|
748
748
|
|
|
@@ -764,7 +764,7 @@ DESCRIPTION
|
|
|
764
764
|
pause a channel to stop it from sending updates
|
|
765
765
|
```
|
|
766
766
|
|
|
767
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
767
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
768
768
|
|
|
769
769
|
## `eas channel:resume [NAME]`
|
|
770
770
|
|
|
@@ -786,7 +786,7 @@ DESCRIPTION
|
|
|
786
786
|
resume a channel to start sending updates
|
|
787
787
|
```
|
|
788
788
|
|
|
789
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
789
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
790
790
|
|
|
791
791
|
## `eas channel:rollout [CHANNEL]`
|
|
792
792
|
|
|
@@ -819,7 +819,7 @@ DESCRIPTION
|
|
|
819
819
|
Roll a new branch out on a channel incrementally.
|
|
820
820
|
```
|
|
821
821
|
|
|
822
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
822
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
823
823
|
|
|
824
824
|
## `eas channel:view [NAME]`
|
|
825
825
|
|
|
@@ -842,7 +842,7 @@ DESCRIPTION
|
|
|
842
842
|
view a channel
|
|
843
843
|
```
|
|
844
844
|
|
|
845
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
845
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/channel/view.ts)_
|
|
846
846
|
|
|
847
847
|
## `eas config`
|
|
848
848
|
|
|
@@ -863,7 +863,7 @@ DESCRIPTION
|
|
|
863
863
|
display project configuration (app.json + eas.json)
|
|
864
864
|
```
|
|
865
865
|
|
|
866
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
866
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/config.ts)_
|
|
867
867
|
|
|
868
868
|
## `eas credentials`
|
|
869
869
|
|
|
@@ -880,7 +880,7 @@ DESCRIPTION
|
|
|
880
880
|
manage credentials
|
|
881
881
|
```
|
|
882
882
|
|
|
883
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
883
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
884
884
|
|
|
885
885
|
## `eas credentials:configure-build`
|
|
886
886
|
|
|
@@ -898,7 +898,7 @@ DESCRIPTION
|
|
|
898
898
|
Set up credentials for building your project.
|
|
899
899
|
```
|
|
900
900
|
|
|
901
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
901
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
902
902
|
|
|
903
903
|
## `eas deploy [2m[options][22m`
|
|
904
904
|
|
|
@@ -984,7 +984,7 @@ DESCRIPTION
|
|
|
984
984
|
register new Apple Devices to use for internal distribution
|
|
985
985
|
```
|
|
986
986
|
|
|
987
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
987
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/device/create.ts)_
|
|
988
988
|
|
|
989
989
|
## `eas device:delete`
|
|
990
990
|
|
|
@@ -1004,7 +1004,7 @@ DESCRIPTION
|
|
|
1004
1004
|
remove a registered device from your account
|
|
1005
1005
|
```
|
|
1006
1006
|
|
|
1007
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1007
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1008
1008
|
|
|
1009
1009
|
## `eas device:list`
|
|
1010
1010
|
|
|
@@ -1025,7 +1025,7 @@ DESCRIPTION
|
|
|
1025
1025
|
list all registered devices for your account
|
|
1026
1026
|
```
|
|
1027
1027
|
|
|
1028
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1028
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/device/list.ts)_
|
|
1029
1029
|
|
|
1030
1030
|
## `eas device:rename`
|
|
1031
1031
|
|
|
@@ -1046,7 +1046,7 @@ DESCRIPTION
|
|
|
1046
1046
|
rename a registered device
|
|
1047
1047
|
```
|
|
1048
1048
|
|
|
1049
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1049
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1050
1050
|
|
|
1051
1051
|
## `eas device:view [UDID]`
|
|
1052
1052
|
|
|
@@ -1060,7 +1060,7 @@ DESCRIPTION
|
|
|
1060
1060
|
view a device for your project
|
|
1061
1061
|
```
|
|
1062
1062
|
|
|
1063
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1063
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/device/view.ts)_
|
|
1064
1064
|
|
|
1065
1065
|
## `eas diagnostics`
|
|
1066
1066
|
|
|
@@ -1074,7 +1074,7 @@ DESCRIPTION
|
|
|
1074
1074
|
display environment info
|
|
1075
1075
|
```
|
|
1076
1076
|
|
|
1077
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1077
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1078
1078
|
|
|
1079
1079
|
## `eas env:create [ENVIRONMENT]`
|
|
1080
1080
|
|
|
@@ -1103,7 +1103,7 @@ DESCRIPTION
|
|
|
1103
1103
|
create an environment variable for the current project or account
|
|
1104
1104
|
```
|
|
1105
1105
|
|
|
1106
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1106
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/env/create.ts)_
|
|
1107
1107
|
|
|
1108
1108
|
## `eas env:delete [ENVIRONMENT]`
|
|
1109
1109
|
|
|
@@ -1127,7 +1127,7 @@ DESCRIPTION
|
|
|
1127
1127
|
delete an environment variable for the current project or account
|
|
1128
1128
|
```
|
|
1129
1129
|
|
|
1130
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1130
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1131
1131
|
|
|
1132
1132
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1133
1133
|
|
|
@@ -1148,7 +1148,7 @@ DESCRIPTION
|
|
|
1148
1148
|
execute a command with environment variables from the selected environment
|
|
1149
1149
|
```
|
|
1150
1150
|
|
|
1151
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1151
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1152
1152
|
|
|
1153
1153
|
## `eas env:get [ENVIRONMENT]`
|
|
1154
1154
|
|
|
@@ -1173,7 +1173,7 @@ DESCRIPTION
|
|
|
1173
1173
|
view an environment variable for the current project or account
|
|
1174
1174
|
```
|
|
1175
1175
|
|
|
1176
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1176
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/env/get.ts)_
|
|
1177
1177
|
|
|
1178
1178
|
## `eas env:list [ENVIRONMENT]`
|
|
1179
1179
|
|
|
@@ -1198,7 +1198,7 @@ DESCRIPTION
|
|
|
1198
1198
|
list environment variables for the current project or account
|
|
1199
1199
|
```
|
|
1200
1200
|
|
|
1201
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1201
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/env/list.ts)_
|
|
1202
1202
|
|
|
1203
1203
|
## `eas env:pull [ENVIRONMENT]`
|
|
1204
1204
|
|
|
@@ -1221,7 +1221,7 @@ DESCRIPTION
|
|
|
1221
1221
|
pull environment variables for the selected environment to .env file
|
|
1222
1222
|
```
|
|
1223
1223
|
|
|
1224
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1224
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1225
1225
|
|
|
1226
1226
|
## `eas env:push [ENVIRONMENT]`
|
|
1227
1227
|
|
|
@@ -1242,7 +1242,7 @@ DESCRIPTION
|
|
|
1242
1242
|
push environment variables from .env file to the selected environment
|
|
1243
1243
|
```
|
|
1244
1244
|
|
|
1245
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1245
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/env/push.ts)_
|
|
1246
1246
|
|
|
1247
1247
|
## `eas env:update [ENVIRONMENT]`
|
|
1248
1248
|
|
|
@@ -1273,7 +1273,7 @@ DESCRIPTION
|
|
|
1273
1273
|
update an environment variable on the current project or account
|
|
1274
1274
|
```
|
|
1275
1275
|
|
|
1276
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1276
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/env/update.ts)_
|
|
1277
1277
|
|
|
1278
1278
|
## `eas help [COMMAND]`
|
|
1279
1279
|
|
|
@@ -1381,7 +1381,7 @@ DESCRIPTION
|
|
|
1381
1381
|
validate the local store configuration
|
|
1382
1382
|
```
|
|
1383
1383
|
|
|
1384
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1384
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1385
1385
|
|
|
1386
1386
|
## `eas metadata:pull`
|
|
1387
1387
|
|
|
@@ -1398,7 +1398,7 @@ DESCRIPTION
|
|
|
1398
1398
|
generate the local store configuration from the app stores
|
|
1399
1399
|
```
|
|
1400
1400
|
|
|
1401
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1401
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1402
1402
|
|
|
1403
1403
|
## `eas metadata:push`
|
|
1404
1404
|
|
|
@@ -1415,7 +1415,7 @@ DESCRIPTION
|
|
|
1415
1415
|
sync the local store configuration to the app stores
|
|
1416
1416
|
```
|
|
1417
1417
|
|
|
1418
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1418
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1419
1419
|
|
|
1420
1420
|
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1421
1421
|
|
|
@@ -1445,7 +1445,7 @@ DESCRIPTION
|
|
|
1445
1445
|
open the project page in a web browser
|
|
1446
1446
|
```
|
|
1447
1447
|
|
|
1448
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1448
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/open.ts)_
|
|
1449
1449
|
|
|
1450
1450
|
## `eas project:info`
|
|
1451
1451
|
|
|
@@ -1459,7 +1459,7 @@ DESCRIPTION
|
|
|
1459
1459
|
information about the current project
|
|
1460
1460
|
```
|
|
1461
1461
|
|
|
1462
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1462
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/project/info.ts)_
|
|
1463
1463
|
|
|
1464
1464
|
## `eas project:init`
|
|
1465
1465
|
|
|
@@ -1482,7 +1482,7 @@ ALIASES
|
|
|
1482
1482
|
$ eas init
|
|
1483
1483
|
```
|
|
1484
1484
|
|
|
1485
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1485
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/project/init.ts)_
|
|
1486
1486
|
|
|
1487
1487
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1488
1488
|
|
|
@@ -1500,7 +1500,7 @@ ALIASES
|
|
|
1500
1500
|
$ eas onboarding
|
|
1501
1501
|
```
|
|
1502
1502
|
|
|
1503
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1503
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1504
1504
|
|
|
1505
1505
|
## `eas submit`
|
|
1506
1506
|
|
|
@@ -1531,7 +1531,7 @@ ALIASES
|
|
|
1531
1531
|
$ eas build:submit
|
|
1532
1532
|
```
|
|
1533
1533
|
|
|
1534
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1534
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/submit.ts)_
|
|
1535
1535
|
|
|
1536
1536
|
## `eas update`
|
|
1537
1537
|
|
|
@@ -1573,7 +1573,7 @@ DESCRIPTION
|
|
|
1573
1573
|
publish an update group
|
|
1574
1574
|
```
|
|
1575
1575
|
|
|
1576
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1576
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/update/index.ts)_
|
|
1577
1577
|
|
|
1578
1578
|
## `eas update:configure`
|
|
1579
1579
|
|
|
@@ -1593,7 +1593,7 @@ DESCRIPTION
|
|
|
1593
1593
|
configure the project to support EAS Update
|
|
1594
1594
|
```
|
|
1595
1595
|
|
|
1596
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1596
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1597
1597
|
|
|
1598
1598
|
## `eas update:delete GROUPID`
|
|
1599
1599
|
|
|
@@ -1614,7 +1614,7 @@ DESCRIPTION
|
|
|
1614
1614
|
delete all the updates in an update group
|
|
1615
1615
|
```
|
|
1616
1616
|
|
|
1617
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1617
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1618
1618
|
|
|
1619
1619
|
## `eas update:edit [GROUPID]`
|
|
1620
1620
|
|
|
@@ -1638,7 +1638,7 @@ DESCRIPTION
|
|
|
1638
1638
|
edit all the updates in an update group
|
|
1639
1639
|
```
|
|
1640
1640
|
|
|
1641
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1641
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1642
1642
|
|
|
1643
1643
|
## `eas update:list`
|
|
1644
1644
|
|
|
@@ -1660,7 +1660,7 @@ DESCRIPTION
|
|
|
1660
1660
|
view the recent updates
|
|
1661
1661
|
```
|
|
1662
1662
|
|
|
1663
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1663
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/update/list.ts)_
|
|
1664
1664
|
|
|
1665
1665
|
## `eas update:republish`
|
|
1666
1666
|
|
|
@@ -1692,7 +1692,7 @@ DESCRIPTION
|
|
|
1692
1692
|
roll back to an existing update
|
|
1693
1693
|
```
|
|
1694
1694
|
|
|
1695
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1695
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1696
1696
|
|
|
1697
1697
|
## `eas update:roll-back-to-embedded`
|
|
1698
1698
|
|
|
@@ -1720,7 +1720,7 @@ DESCRIPTION
|
|
|
1720
1720
|
roll back to the embedded update
|
|
1721
1721
|
```
|
|
1722
1722
|
|
|
1723
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1723
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1724
1724
|
|
|
1725
1725
|
## `eas update:rollback`
|
|
1726
1726
|
|
|
@@ -1740,7 +1740,7 @@ DESCRIPTION
|
|
|
1740
1740
|
roll back to an embedded update or an existing update
|
|
1741
1741
|
```
|
|
1742
1742
|
|
|
1743
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1743
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1744
1744
|
|
|
1745
1745
|
## `eas update:view GROUPID`
|
|
1746
1746
|
|
|
@@ -1760,7 +1760,7 @@ DESCRIPTION
|
|
|
1760
1760
|
update group details
|
|
1761
1761
|
```
|
|
1762
1762
|
|
|
1763
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1763
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/update/view.ts)_
|
|
1764
1764
|
|
|
1765
1765
|
## `eas webhook:create`
|
|
1766
1766
|
|
|
@@ -1781,7 +1781,7 @@ DESCRIPTION
|
|
|
1781
1781
|
create a webhook
|
|
1782
1782
|
```
|
|
1783
1783
|
|
|
1784
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1784
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1785
1785
|
|
|
1786
1786
|
## `eas webhook:delete [ID]`
|
|
1787
1787
|
|
|
@@ -1801,7 +1801,7 @@ DESCRIPTION
|
|
|
1801
1801
|
delete a webhook
|
|
1802
1802
|
```
|
|
1803
1803
|
|
|
1804
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1804
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1805
1805
|
|
|
1806
1806
|
## `eas webhook:list`
|
|
1807
1807
|
|
|
@@ -1819,7 +1819,7 @@ DESCRIPTION
|
|
|
1819
1819
|
list webhooks
|
|
1820
1820
|
```
|
|
1821
1821
|
|
|
1822
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1822
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1823
1823
|
|
|
1824
1824
|
## `eas webhook:update`
|
|
1825
1825
|
|
|
@@ -1841,7 +1841,7 @@ DESCRIPTION
|
|
|
1841
1841
|
update a webhook
|
|
1842
1842
|
```
|
|
1843
1843
|
|
|
1844
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1844
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1845
1845
|
|
|
1846
1846
|
## `eas webhook:view ID`
|
|
1847
1847
|
|
|
@@ -1858,7 +1858,7 @@ DESCRIPTION
|
|
|
1858
1858
|
view a webhook
|
|
1859
1859
|
```
|
|
1860
1860
|
|
|
1861
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1861
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
1862
1862
|
|
|
1863
1863
|
## `eas whoami`
|
|
1864
1864
|
|
|
@@ -1898,7 +1898,7 @@ ALIASES
|
|
|
1898
1898
|
$ eas deploy:promote
|
|
1899
1899
|
```
|
|
1900
1900
|
|
|
1901
|
-
_See code: [packages/eas-cli/src/commands/worker/alias.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1901
|
+
_See code: [packages/eas-cli/src/commands/worker/alias.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/worker/alias.ts)_
|
|
1902
1902
|
|
|
1903
1903
|
## `eas deploy [2m[options][22m`
|
|
1904
1904
|
|
|
@@ -1926,7 +1926,7 @@ ALIASES
|
|
|
1926
1926
|
$ eas deploy
|
|
1927
1927
|
```
|
|
1928
1928
|
|
|
1929
|
-
_See code: [packages/eas-cli/src/commands/worker/deploy.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1929
|
+
_See code: [packages/eas-cli/src/commands/worker/deploy.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/worker/deploy.ts)_
|
|
1930
1930
|
|
|
1931
1931
|
## `eas workflow:create [NAME]`
|
|
1932
1932
|
|
|
@@ -1946,7 +1946,7 @@ DESCRIPTION
|
|
|
1946
1946
|
create a new workflow configuration YAML file
|
|
1947
1947
|
```
|
|
1948
1948
|
|
|
1949
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1949
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
1950
1950
|
|
|
1951
1951
|
## `eas workflow:run [FILE]`
|
|
1952
1952
|
|
|
@@ -1966,7 +1966,7 @@ DESCRIPTION
|
|
|
1966
1966
|
Run an EAS workflow
|
|
1967
1967
|
```
|
|
1968
1968
|
|
|
1969
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1969
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
1970
1970
|
|
|
1971
1971
|
## `eas workflow:validate PATH`
|
|
1972
1972
|
|
|
@@ -1986,5 +1986,5 @@ DESCRIPTION
|
|
|
1986
1986
|
validate a workflow configuration yaml file
|
|
1987
1987
|
```
|
|
1988
1988
|
|
|
1989
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v14.4.
|
|
1989
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v14.4.1/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
1990
1990
|
<!-- commandsstop -->
|
|
@@ -126,7 +126,7 @@ async function resolveRemoteVersionCodeAsync(graphqlClient, { projectDir, projec
|
|
|
126
126
|
}
|
|
127
127
|
else {
|
|
128
128
|
if (localVersions.appBuildVersion) {
|
|
129
|
-
log_1.default.
|
|
129
|
+
log_1.default.log(chalk_1.default.green('No remote versions are configured for this project, versionCode will be initialized based on the value from the local project.'));
|
|
130
130
|
currentBuildVersion = localVersions.appBuildVersion;
|
|
131
131
|
}
|
|
132
132
|
else {
|
|
@@ -43,10 +43,10 @@ async function resolveEnvVarsAsync({ buildProfile, buildProfileName, graphqlClie
|
|
|
43
43
|
.filter(({ name, value }) => name && value)
|
|
44
44
|
.map(({ name, value }) => [name, value]));
|
|
45
45
|
if (Object.keys(serverEnvVars).length > 0) {
|
|
46
|
-
log_1.default.log(`Environment variables with visibility "Plain text" and "Sensitive" loaded from the "${environment.toLowerCase()}" environment on EAS
|
|
46
|
+
log_1.default.log(`Environment variables with visibility "Plain text" and "Sensitive" loaded from the "${environment.toLowerCase()}" environment on EAS: ${Object.keys(serverEnvVars).join(', ')}.`);
|
|
47
47
|
}
|
|
48
48
|
else {
|
|
49
|
-
log_1.default.log(`No environment variables with visibility "Plain text" and "Sensitive" found for the "${environment.toLowerCase()}" environment on EAS
|
|
49
|
+
log_1.default.log(`No environment variables with visibility "Plain text" and "Sensitive" found for the "${environment.toLowerCase()}" environment on EAS.`);
|
|
50
50
|
}
|
|
51
51
|
if (buildProfile.env && Object.keys(buildProfile.env).length > 0) {
|
|
52
52
|
log_1.default.log(`Environment variables loaded from the "${buildProfileName}" build profile "env" configuration: ${buildProfile.env && Object.keys(buildProfile.env).join(', ')}.`);
|
|
@@ -56,7 +56,7 @@ async function resolveEnvVarsAsync({ buildProfile, buildProfileName, graphqlClie
|
|
|
56
56
|
Object.keys(serverEnvVars).length > 0) {
|
|
57
57
|
const overlappingKeys = Object.keys(serverEnvVars).filter(key => buildProfile.env && Object.keys(buildProfile.env).includes(key));
|
|
58
58
|
if (overlappingKeys.length > 0) {
|
|
59
|
-
log_1.default.warn(`The following environment variables are defined in both the "${buildProfileName}" build profile "env" configuration and the "${environment.toLowerCase()}" environment on EAS
|
|
59
|
+
log_1.default.warn(`The following environment variables are defined in both the "${buildProfileName}" build profile "env" configuration and the "${environment.toLowerCase()}" environment on EAS: ${overlappingKeys.join(', ')}. The values from the build profile configuration will be used.`);
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
log_1.default.newLine();
|
|
@@ -70,17 +70,11 @@ async function resolveEnvVarsAsync({ buildProfile, buildProfileName, graphqlClie
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
function resolveSuggestedEnvironmentForBuildProfileConfiguration(buildProfile) {
|
|
73
|
-
const
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
log_1.default.log(`We detected that you are building the development client. Resolving the environment for environment variables used during the build to "development". ${setEnvironmentMessage}`);
|
|
81
|
-
return generated_1.EnvironmentVariableEnvironment.Development;
|
|
82
|
-
}
|
|
83
|
-
log_1.default.log(`We detected that you are building for the "internal" distribution. Resolving the environment for environment variables used during the build to "preview". ${setEnvironmentMessage}`);
|
|
84
|
-
return generated_1.EnvironmentVariableEnvironment.Preview;
|
|
85
|
-
}
|
|
73
|
+
const environment = buildProfile.distribution === 'store'
|
|
74
|
+
? generated_1.EnvironmentVariableEnvironment.Production
|
|
75
|
+
: buildProfile.developmentClient
|
|
76
|
+
? generated_1.EnvironmentVariableEnvironment.Development
|
|
77
|
+
: generated_1.EnvironmentVariableEnvironment.Preview;
|
|
78
|
+
log_1.default.log(`Resolved "${environment.toLowerCase()}" environment for the build. ${(0, log_1.learnMore)('https://docs.expo.dev/eas/environment-variables/#setting-the-environment-for-your-builds')}`);
|
|
79
|
+
return environment;
|
|
86
80
|
}
|
|
@@ -214,7 +214,7 @@ async function resolveRemoteBuildNumberAsync(graphqlClient, { projectDir, projec
|
|
|
214
214
|
}
|
|
215
215
|
else {
|
|
216
216
|
if (localBuildNumber) {
|
|
217
|
-
log_1.default.
|
|
217
|
+
log_1.default.log(chalk_1.default.green('No remote versions are configured for this project, buildNumber will be initialized based on the value from the local project.'));
|
|
218
218
|
currentBuildVersion = localBuildNumber;
|
|
219
219
|
}
|
|
220
220
|
else {
|
package/build/build/local.js
CHANGED
|
@@ -7,7 +7,7 @@ const semver_1 = tslib_1.__importDefault(require("semver"));
|
|
|
7
7
|
const log_1 = tslib_1.__importDefault(require("../log"));
|
|
8
8
|
const ora_1 = require("../ora");
|
|
9
9
|
const PLUGIN_PACKAGE_NAME = 'eas-cli-local-build-plugin';
|
|
10
|
-
const PLUGIN_PACKAGE_VERSION = '1.0.
|
|
10
|
+
const PLUGIN_PACKAGE_VERSION = '1.0.163';
|
|
11
11
|
var LocalBuildMode;
|
|
12
12
|
(function (LocalBuildMode) {
|
|
13
13
|
/**
|
|
@@ -16,8 +16,8 @@ export default class EnvExec extends EasCommand {
|
|
|
16
16
|
private isNonInteractive;
|
|
17
17
|
runAsync(): Promise<void>;
|
|
18
18
|
private sanitizeFlagsAndArgs;
|
|
19
|
-
private runCommandNonInteractiveWithEnvVarsAsync;
|
|
20
19
|
protected catch(err: Error): Promise<any>;
|
|
20
|
+
private runCommandNonInteractiveWithEnvVarsAsync;
|
|
21
21
|
private runCommandWithEnvVarsAsync;
|
|
22
22
|
private loadEnvironmentVariablesAsync;
|
|
23
23
|
}
|
|
@@ -67,21 +67,17 @@ class EnvExec extends EasCommand_1.default {
|
|
|
67
67
|
if (!(0, variableUtils_1.isEnvironment)(environment)) {
|
|
68
68
|
throw new Error("Invalid environment. Use one of 'production', 'preview', or 'development'.");
|
|
69
69
|
}
|
|
70
|
+
const firstChar = bash_command[0];
|
|
71
|
+
const lastChar = bash_command[bash_command.length - 1];
|
|
72
|
+
const cleanCommand = (firstChar === '"' && lastChar === '"') || (firstChar === "'" && lastChar === "'")
|
|
73
|
+
? bash_command.slice(1, -1)
|
|
74
|
+
: bash_command;
|
|
70
75
|
return {
|
|
71
76
|
nonInteractive: rawFlags['non-interactive'],
|
|
72
77
|
environment,
|
|
73
|
-
command:
|
|
78
|
+
command: cleanCommand,
|
|
74
79
|
};
|
|
75
80
|
}
|
|
76
|
-
async runCommandNonInteractiveWithEnvVarsAsync({ command, environmentVariables, }) {
|
|
77
|
-
await (0, spawn_async_1.default)('bash', ['-c', command], {
|
|
78
|
-
stdio: 'inherit',
|
|
79
|
-
env: {
|
|
80
|
-
...process.env,
|
|
81
|
-
...environmentVariables,
|
|
82
|
-
},
|
|
83
|
-
});
|
|
84
|
-
}
|
|
85
81
|
// eslint-disable-next-line async-protect/async-suffix
|
|
86
82
|
async catch(err) {
|
|
87
83
|
// when in non-interactive, make the behavior of this command a pure passthrough, outputting only the subprocess' stdout and stderr and exiting with the
|
|
@@ -93,9 +89,20 @@ class EnvExec extends EasCommand_1.default {
|
|
|
93
89
|
await super.catch(err);
|
|
94
90
|
}
|
|
95
91
|
}
|
|
92
|
+
async runCommandNonInteractiveWithEnvVarsAsync({ command, environmentVariables, }) {
|
|
93
|
+
await (0, spawn_async_1.default)(command, [], {
|
|
94
|
+
shell: true,
|
|
95
|
+
stdio: 'inherit',
|
|
96
|
+
env: {
|
|
97
|
+
...process.env,
|
|
98
|
+
...environmentVariables,
|
|
99
|
+
},
|
|
100
|
+
});
|
|
101
|
+
}
|
|
96
102
|
async runCommandWithEnvVarsAsync({ command, environmentVariables, }) {
|
|
97
103
|
log_1.default.log(`Running command: ${chalk_1.default.bold(command)}`);
|
|
98
|
-
const spawnPromise = (0, spawn_async_1.default)(
|
|
104
|
+
const spawnPromise = (0, spawn_async_1.default)(command, [], {
|
|
105
|
+
shell: true,
|
|
99
106
|
stdio: ['inherit', 'pipe', 'pipe'],
|
|
100
107
|
env: {
|
|
101
108
|
...process.env,
|
|
@@ -9,9 +9,11 @@ const EasCommand_1 = tslib_1.__importDefault(require("../../commandUtils/EasComm
|
|
|
9
9
|
const builds_1 = require("../../commandUtils/builds");
|
|
10
10
|
const flags_1 = require("../../commandUtils/flags");
|
|
11
11
|
const generated_1 = require("../../graphql/generated");
|
|
12
|
+
const FingerprintMutation_1 = require("../../graphql/mutations/FingerprintMutation");
|
|
12
13
|
const BuildQuery_1 = require("../../graphql/queries/BuildQuery");
|
|
13
14
|
const log_1 = tslib_1.__importDefault(require("../../log"));
|
|
14
15
|
const ora_1 = require("../../ora");
|
|
16
|
+
const maybeUploadFingerprintAsync_1 = require("../../project/maybeUploadFingerprintAsync");
|
|
15
17
|
const projectUtils_1 = require("../../project/projectUtils");
|
|
16
18
|
const workflow_1 = require("../../project/workflow");
|
|
17
19
|
const prompts_1 = require("../../prompts");
|
|
@@ -80,6 +82,18 @@ class FingerprintCompare extends EasCommand_1.default {
|
|
|
80
82
|
log_1.default.error('Project fingerprints can only be computed for projects with SDK 52 or higher');
|
|
81
83
|
return;
|
|
82
84
|
}
|
|
85
|
+
const uploadedFingerprint = await (0, maybeUploadFingerprintAsync_1.maybeUploadFingerprintAsync)({
|
|
86
|
+
hash: fingerprint.hash,
|
|
87
|
+
fingerprint: {
|
|
88
|
+
fingerprintSources: fingerprint.sources,
|
|
89
|
+
isDebugFingerprintSource: log_1.default.isDebug,
|
|
90
|
+
},
|
|
91
|
+
graphqlClient,
|
|
92
|
+
});
|
|
93
|
+
await FingerprintMutation_1.FingerprintMutation.createFingerprintAsync(graphqlClient, projectId, {
|
|
94
|
+
hash: uploadedFingerprint.hash,
|
|
95
|
+
source: uploadedFingerprint.fingerprintSource,
|
|
96
|
+
});
|
|
83
97
|
if (fingerprint.hash === projectFingerprint.hash) {
|
|
84
98
|
log_1.default.log(`✅ Project fingerprint matches build`);
|
|
85
99
|
return;
|
|
@@ -67,6 +67,10 @@ export type Scalars = {
|
|
|
67
67
|
input: any;
|
|
68
68
|
output: any;
|
|
69
69
|
};
|
|
70
|
+
WorkerDeploymentRequestID: {
|
|
71
|
+
input: any;
|
|
72
|
+
output: any;
|
|
73
|
+
};
|
|
70
74
|
};
|
|
71
75
|
export type AcceptUserInvitationResult = {
|
|
72
76
|
__typename?: 'AcceptUserInvitationResult';
|
|
@@ -654,11 +658,7 @@ export type AccountUsageEasBuildMetadata = {
|
|
|
654
658
|
platform?: Maybe<AppPlatform>;
|
|
655
659
|
waiverType?: Maybe<EasBuildWaiverType>;
|
|
656
660
|
};
|
|
657
|
-
export type
|
|
658
|
-
__typename?: 'AccountUsageEASJobsMetadata';
|
|
659
|
-
resourceClassDisplayName: Scalars['String']['output'];
|
|
660
|
-
};
|
|
661
|
-
export type AccountUsageMetadata = AccountUsageEasBuildMetadata | AccountUsageEasJobsMetadata;
|
|
661
|
+
export type AccountUsageMetadata = AccountUsageEasBuildMetadata;
|
|
662
662
|
export type AccountUsageMetric = {
|
|
663
663
|
__typename?: 'AccountUsageMetric';
|
|
664
664
|
id: Scalars['ID']['output'];
|
|
@@ -1104,6 +1104,7 @@ export type App = Project & {
|
|
|
1104
1104
|
environmentVariables: Array<EnvironmentVariable>;
|
|
1105
1105
|
/** Environment variables for an app with decrypted secret values */
|
|
1106
1106
|
environmentVariablesIncludingSensitive: Array<EnvironmentVariableWithSecret>;
|
|
1107
|
+
fingerprintsPaginated: AppFingerprintsConnection;
|
|
1107
1108
|
fullName: Scalars['String']['output'];
|
|
1108
1109
|
githubBuildTriggers: Array<GitHubBuildTrigger>;
|
|
1109
1110
|
githubJobRunTriggers: Array<GitHubJobRunTrigger>;
|
|
@@ -1311,6 +1312,14 @@ export type AppEnvironmentVariablesIncludingSensitiveArgs = {
|
|
|
1311
1312
|
filterNames?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1312
1313
|
};
|
|
1313
1314
|
/** Represents an Exponent App (or Experience in legacy terms) */
|
|
1315
|
+
export type AppFingerprintsPaginatedArgs = {
|
|
1316
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
1317
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
1318
|
+
filter?: InputMaybe<FingerprintFilterInput>;
|
|
1319
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
1320
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
1321
|
+
};
|
|
1322
|
+
/** Represents an Exponent App (or Experience in legacy terms) */
|
|
1314
1323
|
export type AppIosAppCredentialsArgs = {
|
|
1315
1324
|
filter?: InputMaybe<IosAppCredentialsFilter>;
|
|
1316
1325
|
};
|
|
@@ -1501,6 +1510,16 @@ export type AppDevDomainNameMutationChangeDevDomainNameArgs = {
|
|
|
1501
1510
|
appId: Scalars['ID']['input'];
|
|
1502
1511
|
name: Scalars['DevDomainName']['input'];
|
|
1503
1512
|
};
|
|
1513
|
+
export type AppFingerprintEdge = {
|
|
1514
|
+
__typename?: 'AppFingerprintEdge';
|
|
1515
|
+
cursor: Scalars['String']['output'];
|
|
1516
|
+
node: Fingerprint;
|
|
1517
|
+
};
|
|
1518
|
+
export type AppFingerprintsConnection = {
|
|
1519
|
+
__typename?: 'AppFingerprintsConnection';
|
|
1520
|
+
edges: Array<AppFingerprintEdge>;
|
|
1521
|
+
pageInfo: PageInfo;
|
|
1522
|
+
};
|
|
1504
1523
|
export type AppIcon = {
|
|
1505
1524
|
__typename?: 'AppIcon';
|
|
1506
1525
|
/** @deprecated No longer supported */
|
|
@@ -2877,6 +2896,10 @@ export type CreateEnvironmentVariableInput = {
|
|
|
2877
2896
|
value: Scalars['String']['input'];
|
|
2878
2897
|
visibility: EnvironmentVariableVisibility;
|
|
2879
2898
|
};
|
|
2899
|
+
export type CreateFingerprintInput = {
|
|
2900
|
+
hash: Scalars['String']['input'];
|
|
2901
|
+
source?: InputMaybe<FingerprintSourceInput>;
|
|
2902
|
+
};
|
|
2880
2903
|
export type CreateGitHubAppInstallationInput = {
|
|
2881
2904
|
accountId: Scalars['ID']['input'];
|
|
2882
2905
|
installationIdentifier: Scalars['Int']['input'];
|
|
@@ -3343,6 +3366,9 @@ export declare enum EntityTypeName {
|
|
|
3343
3366
|
IosAppCredentialsEntity = "IosAppCredentialsEntity",
|
|
3344
3367
|
UserInvitationEntity = "UserInvitationEntity",
|
|
3345
3368
|
UserPermissionEntity = "UserPermissionEntity",
|
|
3369
|
+
WorkerCustomDomainEntity = "WorkerCustomDomainEntity",
|
|
3370
|
+
WorkerDeploymentAliasEntity = "WorkerDeploymentAliasEntity",
|
|
3371
|
+
WorkerEntity = "WorkerEntity",
|
|
3346
3372
|
WorkflowEntity = "WorkflowEntity",
|
|
3347
3373
|
WorkflowRevisionEntity = "WorkflowRevisionEntity"
|
|
3348
3374
|
}
|
|
@@ -3562,6 +3588,9 @@ export type Fingerprint = {
|
|
|
3562
3588
|
source?: Maybe<FingerprintSource>;
|
|
3563
3589
|
updatedAt: Scalars['DateTime']['output'];
|
|
3564
3590
|
};
|
|
3591
|
+
export type FingerprintFilterInput = {
|
|
3592
|
+
hashes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
3593
|
+
};
|
|
3565
3594
|
export type FingerprintInfo = {
|
|
3566
3595
|
fingerprintHash: Scalars['String']['input'];
|
|
3567
3596
|
fingerprintSource: FingerprintSourceInput;
|
|
@@ -3571,6 +3600,15 @@ export type FingerprintInfoGroup = {
|
|
|
3571
3600
|
ios?: InputMaybe<FingerprintInfo>;
|
|
3572
3601
|
web?: InputMaybe<FingerprintInfo>;
|
|
3573
3602
|
};
|
|
3603
|
+
export type FingerprintMutation = {
|
|
3604
|
+
__typename?: 'FingerprintMutation';
|
|
3605
|
+
/** Create or get an existing fingerprint for an App */
|
|
3606
|
+
createOrGetExistingFingerprint: Fingerprint;
|
|
3607
|
+
};
|
|
3608
|
+
export type FingerprintMutationCreateOrGetExistingFingerprintArgs = {
|
|
3609
|
+
appId: Scalars['ID']['input'];
|
|
3610
|
+
fingerprintData: CreateFingerprintInput;
|
|
3611
|
+
};
|
|
3574
3612
|
export type FingerprintSource = {
|
|
3575
3613
|
__typename?: 'FingerprintSource';
|
|
3576
3614
|
bucketKey: Scalars['String']['output'];
|
|
@@ -4686,6 +4724,7 @@ export type RequestsFilters = {
|
|
|
4686
4724
|
method?: InputMaybe<Array<RequestMethod>>;
|
|
4687
4725
|
os?: InputMaybe<Array<UserAgentOs>>;
|
|
4688
4726
|
pathname?: InputMaybe<Scalars['String']['input']>;
|
|
4727
|
+
requestId?: InputMaybe<Array<Scalars['WorkerDeploymentRequestID']['input']>>;
|
|
4689
4728
|
responseType?: InputMaybe<Array<ResponseType>>;
|
|
4690
4729
|
status?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
4691
4730
|
statusType?: InputMaybe<Array<ResponseStatusType>>;
|
|
@@ -4854,6 +4893,8 @@ export type RootMutation = {
|
|
|
4854
4893
|
environmentSecret: EnvironmentSecretMutation;
|
|
4855
4894
|
/** Mutations that create and delete EnvironmentVariables */
|
|
4856
4895
|
environmentVariable: EnvironmentVariableMutation;
|
|
4896
|
+
/** Mutations that modify App fingerprints */
|
|
4897
|
+
fingerprint: FingerprintMutation;
|
|
4857
4898
|
/** Mutations that utilize services facilitated by the GitHub App */
|
|
4858
4899
|
githubApp: GitHubAppMutation;
|
|
4859
4900
|
/** Mutations for GitHub App installations */
|
|
@@ -6651,6 +6692,7 @@ export type WorkerDeploymentRequestNode = {
|
|
|
6651
6692
|
os?: Maybe<UserAgentOs>;
|
|
6652
6693
|
pathname: Scalars['String']['output'];
|
|
6653
6694
|
region?: Maybe<Scalars['String']['output']>;
|
|
6695
|
+
requestId: Scalars['WorkerDeploymentRequestID']['output'];
|
|
6654
6696
|
requestTimestamp: Scalars['DateTime']['output'];
|
|
6655
6697
|
responseType: ResponseType;
|
|
6656
6698
|
scriptName: Scalars['String']['output'];
|
|
@@ -6967,6 +7009,7 @@ export type WorkflowRun = ActivityTimelineProjectActivity & {
|
|
|
6967
7009
|
pullRequestNumber?: Maybe<Scalars['Int']['output']>;
|
|
6968
7010
|
requestedGitRef?: Maybe<Scalars['String']['output']>;
|
|
6969
7011
|
status: WorkflowRunStatus;
|
|
7012
|
+
triggerEventType: WorkflowRunTriggerEventType;
|
|
6970
7013
|
updatedAt: Scalars['DateTime']['output'];
|
|
6971
7014
|
workflow: Workflow;
|
|
6972
7015
|
workflowRevision?: Maybe<WorkflowRevision>;
|
|
@@ -7013,6 +7056,10 @@ export declare enum WorkflowRunStatus {
|
|
|
7013
7056
|
PendingCancel = "PENDING_CANCEL",
|
|
7014
7057
|
Success = "SUCCESS"
|
|
7015
7058
|
}
|
|
7059
|
+
export declare enum WorkflowRunTriggerEventType {
|
|
7060
|
+
Github = "GITHUB",
|
|
7061
|
+
Manual = "MANUAL"
|
|
7062
|
+
}
|
|
7016
7063
|
export type WorkflowRunsConnection = {
|
|
7017
7064
|
__typename?: 'WorkflowRunsConnection';
|
|
7018
7065
|
edges: Array<WorkflowRunEdge>;
|
|
@@ -11378,6 +11425,22 @@ export type CreateBulkEnvironmentVariablesForAppMutation = {
|
|
|
11378
11425
|
}>;
|
|
11379
11426
|
};
|
|
11380
11427
|
};
|
|
11428
|
+
export type CreateFingeprintMutationVariables = Exact<{
|
|
11429
|
+
fingerprintData: CreateFingerprintInput;
|
|
11430
|
+
appId: Scalars['ID']['input'];
|
|
11431
|
+
}>;
|
|
11432
|
+
export type CreateFingeprintMutation = {
|
|
11433
|
+
__typename?: 'RootMutation';
|
|
11434
|
+
fingerprint: {
|
|
11435
|
+
__typename?: 'FingerprintMutation';
|
|
11436
|
+
createOrGetExistingFingerprint: {
|
|
11437
|
+
__typename?: 'Fingerprint';
|
|
11438
|
+
id: string;
|
|
11439
|
+
hash: string;
|
|
11440
|
+
debugInfoUrl?: string | null;
|
|
11441
|
+
};
|
|
11442
|
+
};
|
|
11443
|
+
};
|
|
11381
11444
|
export type CreateKeystoreGenerationUrlMutationVariables = Exact<{
|
|
11382
11445
|
[key: string]: never;
|
|
11383
11446
|
}>;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.Feature = 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.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
10
|
exports.UsageMetricType = exports.UploadSessionType = exports.TargetEntityMutationType = 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.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.GitHubAppEnvironment = exports.FingerprintSourceType = void 0;
|
|
11
|
-
exports.WorkflowRunStatus = exports.WorkflowProjectSourceType = exports.WorkflowJobType = exports.WorkflowJobStatus = exports.WorkerLoggerLevel = exports.WorkerDeploymentLogLevel = exports.WorkerDeploymentCrashKind = exports.WebhookType = exports.UserEntityTypeName = exports.UserAgentOs = exports.UserAgentBrowser = exports.UsageMetricsGranularity = void 0;
|
|
11
|
+
exports.WorkflowRunTriggerEventType = exports.WorkflowRunStatus = exports.WorkflowProjectSourceType = exports.WorkflowJobType = exports.WorkflowJobStatus = exports.WorkerLoggerLevel = exports.WorkerDeploymentLogLevel = exports.WorkerDeploymentCrashKind = exports.WebhookType = exports.UserEntityTypeName = exports.UserAgentOs = exports.UserAgentBrowser = exports.UsageMetricsGranularity = void 0;
|
|
12
12
|
var AccountAppsSortByField;
|
|
13
13
|
(function (AccountAppsSortByField) {
|
|
14
14
|
AccountAppsSortByField["LatestActivityTime"] = "LATEST_ACTIVITY_TIME";
|
|
@@ -369,6 +369,9 @@ var EntityTypeName;
|
|
|
369
369
|
EntityTypeName["IosAppCredentialsEntity"] = "IosAppCredentialsEntity";
|
|
370
370
|
EntityTypeName["UserInvitationEntity"] = "UserInvitationEntity";
|
|
371
371
|
EntityTypeName["UserPermissionEntity"] = "UserPermissionEntity";
|
|
372
|
+
EntityTypeName["WorkerCustomDomainEntity"] = "WorkerCustomDomainEntity";
|
|
373
|
+
EntityTypeName["WorkerDeploymentAliasEntity"] = "WorkerDeploymentAliasEntity";
|
|
374
|
+
EntityTypeName["WorkerEntity"] = "WorkerEntity";
|
|
372
375
|
EntityTypeName["WorkflowEntity"] = "WorkflowEntity";
|
|
373
376
|
EntityTypeName["WorkflowRevisionEntity"] = "WorkflowRevisionEntity";
|
|
374
377
|
})(EntityTypeName || (exports.EntityTypeName = EntityTypeName = {}));
|
|
@@ -870,3 +873,8 @@ var WorkflowRunStatus;
|
|
|
870
873
|
WorkflowRunStatus["PendingCancel"] = "PENDING_CANCEL";
|
|
871
874
|
WorkflowRunStatus["Success"] = "SUCCESS";
|
|
872
875
|
})(WorkflowRunStatus || (exports.WorkflowRunStatus = WorkflowRunStatus = {}));
|
|
876
|
+
var WorkflowRunTriggerEventType;
|
|
877
|
+
(function (WorkflowRunTriggerEventType) {
|
|
878
|
+
WorkflowRunTriggerEventType["Github"] = "GITHUB";
|
|
879
|
+
WorkflowRunTriggerEventType["Manual"] = "MANUAL";
|
|
880
|
+
})(WorkflowRunTriggerEventType || (exports.WorkflowRunTriggerEventType = WorkflowRunTriggerEventType = {}));
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FingerprintSource } from '@expo/eas-build-job';
|
|
2
|
+
import { ExpoGraphqlClient } from '../../commandUtils/context/contextUtils/createGraphqlClient';
|
|
3
|
+
import { FingerprintFragment } from '../generated';
|
|
4
|
+
export declare const FingerprintMutation: {
|
|
5
|
+
createFingerprintAsync(graphqlClient: ExpoGraphqlClient, appId: string, fingerprintData: {
|
|
6
|
+
hash: string;
|
|
7
|
+
source?: FingerprintSource;
|
|
8
|
+
}): Promise<FingerprintFragment>;
|
|
9
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FingerprintMutation = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_1 = require("graphql");
|
|
6
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
7
|
+
const client_1 = require("../client");
|
|
8
|
+
const Fingerprint_1 = require("../types/Fingerprint");
|
|
9
|
+
exports.FingerprintMutation = {
|
|
10
|
+
async createFingerprintAsync(graphqlClient, appId, fingerprintData) {
|
|
11
|
+
const data = await (0, client_1.withErrorHandlingAsync)(graphqlClient
|
|
12
|
+
.mutation((0, graphql_tag_1.default) `
|
|
13
|
+
mutation CreateFingeprintMutation(
|
|
14
|
+
$fingerprintData: CreateFingerprintInput!
|
|
15
|
+
$appId: ID!
|
|
16
|
+
) {
|
|
17
|
+
fingerprint {
|
|
18
|
+
createOrGetExistingFingerprint(fingerprintData: $fingerprintData, appId: $appId) {
|
|
19
|
+
id
|
|
20
|
+
...FingerprintFragment
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
${(0, graphql_1.print)(Fingerprint_1.FingerprintFragmentNode)}
|
|
25
|
+
`, { appId, fingerprintData })
|
|
26
|
+
.toPromise());
|
|
27
|
+
return data.fingerprint.createOrGetExistingFingerprint;
|
|
28
|
+
},
|
|
29
|
+
};
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
3
|
"description": "EAS command line tool",
|
|
4
|
-
"version": "14.4.
|
|
4
|
+
"version": "14.4.1",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@expo/results": "1.0.0",
|
|
29
29
|
"@expo/rudder-sdk-node": "1.1.1",
|
|
30
30
|
"@expo/spawn-async": "1.7.2",
|
|
31
|
-
"@expo/steps": "1.0.
|
|
31
|
+
"@expo/steps": "1.0.161",
|
|
32
32
|
"@expo/timeago.js": "1.0.0",
|
|
33
33
|
"@oclif/core": "^1.26.2",
|
|
34
34
|
"@oclif/plugin-autocomplete": "^2.3.10",
|
|
@@ -237,5 +237,5 @@
|
|
|
237
237
|
"node": "20.11.0",
|
|
238
238
|
"yarn": "1.22.21"
|
|
239
239
|
},
|
|
240
|
-
"gitHead": "
|
|
240
|
+
"gitHead": "e7b48949db63972808a8278d443dfa8e34b76457"
|
|
241
241
|
}
|