eas-cli 15.0.3 → 15.0.5
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 +77 -75
- package/build/build/build.js +2 -6
- package/build/build/utils/repository.d.ts +2 -0
- package/build/build/utils/repository.js +17 -2
- package/build/commandUtils/context/contextUtils/getProjectIdAsync.js +13 -8
- package/build/commands/fingerprint/compare.d.ts +1 -0
- package/build/commands/fingerprint/compare.js +21 -7
- package/build/project/uploadAccountScopedProjectSourceAsync.js +2 -6
- package/build/vcs/clients/git.d.ts +1 -0
- package/build/vcs/clients/git.js +39 -7
- package/build/vcs/clients/noVcs.js +1 -2
- package/build/vcs/local.d.ts +2 -1
- package/build/vcs/local.js +11 -3
- package/oclif.manifest.json +7 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -160,7 +160,7 @@ ALIASES
|
|
|
160
160
|
$ eas login
|
|
161
161
|
```
|
|
162
162
|
|
|
163
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
163
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/account/login.ts)_
|
|
164
164
|
|
|
165
165
|
## `eas account:logout`
|
|
166
166
|
|
|
@@ -177,7 +177,7 @@ ALIASES
|
|
|
177
177
|
$ eas logout
|
|
178
178
|
```
|
|
179
179
|
|
|
180
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
180
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/account/logout.ts)_
|
|
181
181
|
|
|
182
182
|
## `eas account:view`
|
|
183
183
|
|
|
@@ -194,7 +194,7 @@ ALIASES
|
|
|
194
194
|
$ eas whoami
|
|
195
195
|
```
|
|
196
196
|
|
|
197
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
197
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/account/view.ts)_
|
|
198
198
|
|
|
199
199
|
## `eas analytics [STATUS]`
|
|
200
200
|
|
|
@@ -208,7 +208,7 @@ DESCRIPTION
|
|
|
208
208
|
display or change analytics settings
|
|
209
209
|
```
|
|
210
210
|
|
|
211
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
211
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/analytics.ts)_
|
|
212
212
|
|
|
213
213
|
## `eas autocomplete [SHELL]`
|
|
214
214
|
|
|
@@ -260,7 +260,7 @@ DESCRIPTION
|
|
|
260
260
|
create a branch
|
|
261
261
|
```
|
|
262
262
|
|
|
263
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
263
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/branch/create.ts)_
|
|
264
264
|
|
|
265
265
|
## `eas branch:delete [NAME]`
|
|
266
266
|
|
|
@@ -281,7 +281,7 @@ DESCRIPTION
|
|
|
281
281
|
delete a branch
|
|
282
282
|
```
|
|
283
283
|
|
|
284
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
284
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
285
285
|
|
|
286
286
|
## `eas branch:list`
|
|
287
287
|
|
|
@@ -301,7 +301,7 @@ DESCRIPTION
|
|
|
301
301
|
list all branches
|
|
302
302
|
```
|
|
303
303
|
|
|
304
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
304
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/branch/list.ts)_
|
|
305
305
|
|
|
306
306
|
## `eas branch:rename`
|
|
307
307
|
|
|
@@ -321,7 +321,7 @@ DESCRIPTION
|
|
|
321
321
|
rename a branch
|
|
322
322
|
```
|
|
323
323
|
|
|
324
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
324
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
325
325
|
|
|
326
326
|
## `eas branch:view [NAME]`
|
|
327
327
|
|
|
@@ -344,7 +344,7 @@ DESCRIPTION
|
|
|
344
344
|
view a branch
|
|
345
345
|
```
|
|
346
346
|
|
|
347
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
347
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/branch/view.ts)_
|
|
348
348
|
|
|
349
349
|
## `eas build`
|
|
350
350
|
|
|
@@ -381,7 +381,7 @@ DESCRIPTION
|
|
|
381
381
|
start a build
|
|
382
382
|
```
|
|
383
383
|
|
|
384
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
384
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/build/index.ts)_
|
|
385
385
|
|
|
386
386
|
## `eas build:cancel [BUILD_ID]`
|
|
387
387
|
|
|
@@ -400,7 +400,7 @@ DESCRIPTION
|
|
|
400
400
|
cancel a build
|
|
401
401
|
```
|
|
402
402
|
|
|
403
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
403
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
404
404
|
|
|
405
405
|
## `eas build:configure`
|
|
406
406
|
|
|
@@ -417,7 +417,7 @@ DESCRIPTION
|
|
|
417
417
|
configure the project to support EAS Build
|
|
418
418
|
```
|
|
419
419
|
|
|
420
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
420
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/build/configure.ts)_
|
|
421
421
|
|
|
422
422
|
## `eas build:delete [BUILD_ID]`
|
|
423
423
|
|
|
@@ -436,7 +436,7 @@ DESCRIPTION
|
|
|
436
436
|
delete a build
|
|
437
437
|
```
|
|
438
438
|
|
|
439
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
439
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/build/delete.ts)_
|
|
440
440
|
|
|
441
441
|
## `eas build:dev`
|
|
442
442
|
|
|
@@ -456,7 +456,7 @@ DESCRIPTION
|
|
|
456
456
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
457
457
|
```
|
|
458
458
|
|
|
459
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
459
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/build/dev.ts)_
|
|
460
460
|
|
|
461
461
|
## `eas build:inspect`
|
|
462
462
|
|
|
@@ -491,7 +491,7 @@ DESCRIPTION
|
|
|
491
491
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
492
492
|
```
|
|
493
493
|
|
|
494
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
494
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
495
495
|
|
|
496
496
|
## `eas build:list`
|
|
497
497
|
|
|
@@ -543,7 +543,7 @@ DESCRIPTION
|
|
|
543
543
|
list all builds for your project
|
|
544
544
|
```
|
|
545
545
|
|
|
546
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
546
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/build/list.ts)_
|
|
547
547
|
|
|
548
548
|
## `eas build:resign`
|
|
549
549
|
|
|
@@ -572,7 +572,7 @@ DESCRIPTION
|
|
|
572
572
|
re-sign a build archive
|
|
573
573
|
```
|
|
574
574
|
|
|
575
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
575
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/build/resign.ts)_
|
|
576
576
|
|
|
577
577
|
## `eas build:run`
|
|
578
578
|
|
|
@@ -598,7 +598,7 @@ DESCRIPTION
|
|
|
598
598
|
run simulator/emulator builds from eas-cli
|
|
599
599
|
```
|
|
600
600
|
|
|
601
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
601
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/build/run.ts)_
|
|
602
602
|
|
|
603
603
|
## `eas build:submit`
|
|
604
604
|
|
|
@@ -648,7 +648,7 @@ DESCRIPTION
|
|
|
648
648
|
get the latest version from EAS servers
|
|
649
649
|
```
|
|
650
650
|
|
|
651
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
651
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
652
652
|
|
|
653
653
|
## `eas build:version:set`
|
|
654
654
|
|
|
@@ -667,7 +667,7 @@ DESCRIPTION
|
|
|
667
667
|
update version of an app
|
|
668
668
|
```
|
|
669
669
|
|
|
670
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
670
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
671
671
|
|
|
672
672
|
## `eas build:version:sync`
|
|
673
673
|
|
|
@@ -686,7 +686,7 @@ DESCRIPTION
|
|
|
686
686
|
update a version in native code with a value stored on EAS servers
|
|
687
687
|
```
|
|
688
688
|
|
|
689
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
689
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
690
690
|
|
|
691
691
|
## `eas build:view [BUILD_ID]`
|
|
692
692
|
|
|
@@ -703,7 +703,7 @@ DESCRIPTION
|
|
|
703
703
|
view a build for your project
|
|
704
704
|
```
|
|
705
705
|
|
|
706
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
706
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/build/view.ts)_
|
|
707
707
|
|
|
708
708
|
## `eas channel:create [NAME]`
|
|
709
709
|
|
|
@@ -724,7 +724,7 @@ DESCRIPTION
|
|
|
724
724
|
create a channel
|
|
725
725
|
```
|
|
726
726
|
|
|
727
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
727
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/channel/create.ts)_
|
|
728
728
|
|
|
729
729
|
## `eas channel:edit [NAME]`
|
|
730
730
|
|
|
@@ -746,7 +746,7 @@ DESCRIPTION
|
|
|
746
746
|
point a channel at a new branch
|
|
747
747
|
```
|
|
748
748
|
|
|
749
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
749
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
750
750
|
|
|
751
751
|
## `eas channel:list`
|
|
752
752
|
|
|
@@ -766,7 +766,7 @@ DESCRIPTION
|
|
|
766
766
|
list all channels
|
|
767
767
|
```
|
|
768
768
|
|
|
769
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
769
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/channel/list.ts)_
|
|
770
770
|
|
|
771
771
|
## `eas channel:pause [NAME]`
|
|
772
772
|
|
|
@@ -788,7 +788,7 @@ DESCRIPTION
|
|
|
788
788
|
pause a channel to stop it from sending updates
|
|
789
789
|
```
|
|
790
790
|
|
|
791
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
791
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
792
792
|
|
|
793
793
|
## `eas channel:resume [NAME]`
|
|
794
794
|
|
|
@@ -810,7 +810,7 @@ DESCRIPTION
|
|
|
810
810
|
resume a channel to start sending updates
|
|
811
811
|
```
|
|
812
812
|
|
|
813
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
813
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
814
814
|
|
|
815
815
|
## `eas channel:rollout [CHANNEL]`
|
|
816
816
|
|
|
@@ -843,7 +843,7 @@ DESCRIPTION
|
|
|
843
843
|
Roll a new branch out on a channel incrementally.
|
|
844
844
|
```
|
|
845
845
|
|
|
846
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
846
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
847
847
|
|
|
848
848
|
## `eas channel:view [NAME]`
|
|
849
849
|
|
|
@@ -866,7 +866,7 @@ DESCRIPTION
|
|
|
866
866
|
view a channel
|
|
867
867
|
```
|
|
868
868
|
|
|
869
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
869
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/channel/view.ts)_
|
|
870
870
|
|
|
871
871
|
## `eas config`
|
|
872
872
|
|
|
@@ -887,7 +887,7 @@ DESCRIPTION
|
|
|
887
887
|
display project configuration (app.json + eas.json)
|
|
888
888
|
```
|
|
889
889
|
|
|
890
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
890
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/config.ts)_
|
|
891
891
|
|
|
892
892
|
## `eas credentials`
|
|
893
893
|
|
|
@@ -904,7 +904,7 @@ DESCRIPTION
|
|
|
904
904
|
manage credentials
|
|
905
905
|
```
|
|
906
906
|
|
|
907
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
907
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
908
908
|
|
|
909
909
|
## `eas credentials:configure-build`
|
|
910
910
|
|
|
@@ -922,7 +922,7 @@ DESCRIPTION
|
|
|
922
922
|
Set up credentials for building your project.
|
|
923
923
|
```
|
|
924
924
|
|
|
925
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
925
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
926
926
|
|
|
927
927
|
## `eas deploy [2m[options][22m`
|
|
928
928
|
|
|
@@ -950,7 +950,7 @@ ALIASES
|
|
|
950
950
|
$ eas worker:deploy
|
|
951
951
|
```
|
|
952
952
|
|
|
953
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
953
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
954
954
|
|
|
955
955
|
## `eas deploy:alias`
|
|
956
956
|
|
|
@@ -975,7 +975,7 @@ ALIASES
|
|
|
975
975
|
$ eas deploy:promote
|
|
976
976
|
```
|
|
977
977
|
|
|
978
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
978
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/deploy/alias.ts)_
|
|
979
979
|
|
|
980
980
|
## `eas deploy:promote`
|
|
981
981
|
|
|
@@ -1012,7 +1012,7 @@ DESCRIPTION
|
|
|
1012
1012
|
register new Apple Devices to use for internal distribution
|
|
1013
1013
|
```
|
|
1014
1014
|
|
|
1015
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1015
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/device/create.ts)_
|
|
1016
1016
|
|
|
1017
1017
|
## `eas device:delete`
|
|
1018
1018
|
|
|
@@ -1032,7 +1032,7 @@ DESCRIPTION
|
|
|
1032
1032
|
remove a registered device from your account
|
|
1033
1033
|
```
|
|
1034
1034
|
|
|
1035
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1035
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1036
1036
|
|
|
1037
1037
|
## `eas device:list`
|
|
1038
1038
|
|
|
@@ -1053,7 +1053,7 @@ DESCRIPTION
|
|
|
1053
1053
|
list all registered devices for your account
|
|
1054
1054
|
```
|
|
1055
1055
|
|
|
1056
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1056
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/device/list.ts)_
|
|
1057
1057
|
|
|
1058
1058
|
## `eas device:rename`
|
|
1059
1059
|
|
|
@@ -1074,7 +1074,7 @@ DESCRIPTION
|
|
|
1074
1074
|
rename a registered device
|
|
1075
1075
|
```
|
|
1076
1076
|
|
|
1077
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1077
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1078
1078
|
|
|
1079
1079
|
## `eas device:view [UDID]`
|
|
1080
1080
|
|
|
@@ -1088,7 +1088,7 @@ DESCRIPTION
|
|
|
1088
1088
|
view a device for your project
|
|
1089
1089
|
```
|
|
1090
1090
|
|
|
1091
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1091
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/device/view.ts)_
|
|
1092
1092
|
|
|
1093
1093
|
## `eas diagnostics`
|
|
1094
1094
|
|
|
@@ -1102,7 +1102,7 @@ DESCRIPTION
|
|
|
1102
1102
|
display environment info
|
|
1103
1103
|
```
|
|
1104
1104
|
|
|
1105
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1105
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1106
1106
|
|
|
1107
1107
|
## `eas env:create [ENVIRONMENT]`
|
|
1108
1108
|
|
|
@@ -1131,7 +1131,7 @@ DESCRIPTION
|
|
|
1131
1131
|
create an environment variable for the current project or account
|
|
1132
1132
|
```
|
|
1133
1133
|
|
|
1134
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1134
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/env/create.ts)_
|
|
1135
1135
|
|
|
1136
1136
|
## `eas env:delete [ENVIRONMENT]`
|
|
1137
1137
|
|
|
@@ -1155,7 +1155,7 @@ DESCRIPTION
|
|
|
1155
1155
|
delete an environment variable for the current project or account
|
|
1156
1156
|
```
|
|
1157
1157
|
|
|
1158
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1158
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1159
1159
|
|
|
1160
1160
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1161
1161
|
|
|
@@ -1176,7 +1176,7 @@ DESCRIPTION
|
|
|
1176
1176
|
execute a command with environment variables from the selected environment
|
|
1177
1177
|
```
|
|
1178
1178
|
|
|
1179
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1179
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1180
1180
|
|
|
1181
1181
|
## `eas env:get [ENVIRONMENT]`
|
|
1182
1182
|
|
|
@@ -1201,7 +1201,7 @@ DESCRIPTION
|
|
|
1201
1201
|
view an environment variable for the current project or account
|
|
1202
1202
|
```
|
|
1203
1203
|
|
|
1204
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1204
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/env/get.ts)_
|
|
1205
1205
|
|
|
1206
1206
|
## `eas env:list [ENVIRONMENT]`
|
|
1207
1207
|
|
|
@@ -1226,7 +1226,7 @@ DESCRIPTION
|
|
|
1226
1226
|
list environment variables for the current project or account
|
|
1227
1227
|
```
|
|
1228
1228
|
|
|
1229
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1229
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/env/list.ts)_
|
|
1230
1230
|
|
|
1231
1231
|
## `eas env:pull [ENVIRONMENT]`
|
|
1232
1232
|
|
|
@@ -1249,7 +1249,7 @@ DESCRIPTION
|
|
|
1249
1249
|
pull environment variables for the selected environment to .env file
|
|
1250
1250
|
```
|
|
1251
1251
|
|
|
1252
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1252
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1253
1253
|
|
|
1254
1254
|
## `eas env:push [ENVIRONMENT]`
|
|
1255
1255
|
|
|
@@ -1270,7 +1270,7 @@ DESCRIPTION
|
|
|
1270
1270
|
push environment variables from .env file to the selected environment
|
|
1271
1271
|
```
|
|
1272
1272
|
|
|
1273
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1273
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/env/push.ts)_
|
|
1274
1274
|
|
|
1275
1275
|
## `eas env:update [ENVIRONMENT]`
|
|
1276
1276
|
|
|
@@ -1301,7 +1301,7 @@ DESCRIPTION
|
|
|
1301
1301
|
update an environment variable on the current project or account
|
|
1302
1302
|
```
|
|
1303
1303
|
|
|
1304
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1304
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/env/update.ts)_
|
|
1305
1305
|
|
|
1306
1306
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1307
1307
|
|
|
@@ -1309,7 +1309,8 @@ compare fingerprints of the current project, builds and updates
|
|
|
1309
1309
|
|
|
1310
1310
|
```
|
|
1311
1311
|
USAGE
|
|
1312
|
-
$ eas fingerprint:compare [HASH1] [HASH2] [--build-id <value>] [--update-id <value>] [--
|
|
1312
|
+
$ eas fingerprint:compare [HASH1] [HASH2] [--build-id <value>] [--update-id <value>] [--open] [--json
|
|
1313
|
+
--non-interactive]
|
|
1313
1314
|
|
|
1314
1315
|
ARGUMENTS
|
|
1315
1316
|
HASH1 If provided alone, HASH1 is compared against the current project's fingerprint.
|
|
@@ -1319,6 +1320,7 @@ FLAGS
|
|
|
1319
1320
|
--build-id=<value>... Compare the fingerprint with the build with the specified ID
|
|
1320
1321
|
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
1321
1322
|
--non-interactive Run the command in non-interactive mode.
|
|
1323
|
+
--open Open the fingerprint comparison in the browser
|
|
1322
1324
|
--update-id=<value>... Compare the fingerprint with the update with the specified ID
|
|
1323
1325
|
|
|
1324
1326
|
DESCRIPTION
|
|
@@ -1340,7 +1342,7 @@ EXAMPLES
|
|
|
1340
1342
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1341
1343
|
```
|
|
1342
1344
|
|
|
1343
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1345
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1344
1346
|
|
|
1345
1347
|
## `eas help [COMMAND]`
|
|
1346
1348
|
|
|
@@ -1448,7 +1450,7 @@ DESCRIPTION
|
|
|
1448
1450
|
validate the local store configuration
|
|
1449
1451
|
```
|
|
1450
1452
|
|
|
1451
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1453
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1452
1454
|
|
|
1453
1455
|
## `eas metadata:pull`
|
|
1454
1456
|
|
|
@@ -1465,7 +1467,7 @@ DESCRIPTION
|
|
|
1465
1467
|
generate the local store configuration from the app stores
|
|
1466
1468
|
```
|
|
1467
1469
|
|
|
1468
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1470
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1469
1471
|
|
|
1470
1472
|
## `eas metadata:push`
|
|
1471
1473
|
|
|
@@ -1482,7 +1484,7 @@ DESCRIPTION
|
|
|
1482
1484
|
sync the local store configuration to the app stores
|
|
1483
1485
|
```
|
|
1484
1486
|
|
|
1485
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1487
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1486
1488
|
|
|
1487
1489
|
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1488
1490
|
|
|
@@ -1512,7 +1514,7 @@ DESCRIPTION
|
|
|
1512
1514
|
open the project page in a web browser
|
|
1513
1515
|
```
|
|
1514
1516
|
|
|
1515
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1517
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/open.ts)_
|
|
1516
1518
|
|
|
1517
1519
|
## `eas project:info`
|
|
1518
1520
|
|
|
@@ -1526,7 +1528,7 @@ DESCRIPTION
|
|
|
1526
1528
|
information about the current project
|
|
1527
1529
|
```
|
|
1528
1530
|
|
|
1529
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1531
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/project/info.ts)_
|
|
1530
1532
|
|
|
1531
1533
|
## `eas project:init`
|
|
1532
1534
|
|
|
@@ -1549,7 +1551,7 @@ ALIASES
|
|
|
1549
1551
|
$ eas init
|
|
1550
1552
|
```
|
|
1551
1553
|
|
|
1552
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1554
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/project/init.ts)_
|
|
1553
1555
|
|
|
1554
1556
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1555
1557
|
|
|
@@ -1567,7 +1569,7 @@ ALIASES
|
|
|
1567
1569
|
$ eas onboarding
|
|
1568
1570
|
```
|
|
1569
1571
|
|
|
1570
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1572
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1571
1573
|
|
|
1572
1574
|
## `eas submit`
|
|
1573
1575
|
|
|
@@ -1598,7 +1600,7 @@ ALIASES
|
|
|
1598
1600
|
$ eas build:submit
|
|
1599
1601
|
```
|
|
1600
1602
|
|
|
1601
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1603
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/submit.ts)_
|
|
1602
1604
|
|
|
1603
1605
|
## `eas update`
|
|
1604
1606
|
|
|
@@ -1640,7 +1642,7 @@ DESCRIPTION
|
|
|
1640
1642
|
publish an update group
|
|
1641
1643
|
```
|
|
1642
1644
|
|
|
1643
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1645
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/update/index.ts)_
|
|
1644
1646
|
|
|
1645
1647
|
## `eas update:configure`
|
|
1646
1648
|
|
|
@@ -1660,7 +1662,7 @@ DESCRIPTION
|
|
|
1660
1662
|
configure the project to support EAS Update
|
|
1661
1663
|
```
|
|
1662
1664
|
|
|
1663
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1665
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1664
1666
|
|
|
1665
1667
|
## `eas update:delete GROUPID`
|
|
1666
1668
|
|
|
@@ -1681,7 +1683,7 @@ DESCRIPTION
|
|
|
1681
1683
|
delete all the updates in an update group
|
|
1682
1684
|
```
|
|
1683
1685
|
|
|
1684
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1686
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1685
1687
|
|
|
1686
1688
|
## `eas update:edit [GROUPID]`
|
|
1687
1689
|
|
|
@@ -1705,7 +1707,7 @@ DESCRIPTION
|
|
|
1705
1707
|
edit all the updates in an update group
|
|
1706
1708
|
```
|
|
1707
1709
|
|
|
1708
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1710
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1709
1711
|
|
|
1710
1712
|
## `eas update:list`
|
|
1711
1713
|
|
|
@@ -1727,7 +1729,7 @@ DESCRIPTION
|
|
|
1727
1729
|
view the recent updates
|
|
1728
1730
|
```
|
|
1729
1731
|
|
|
1730
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1732
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/update/list.ts)_
|
|
1731
1733
|
|
|
1732
1734
|
## `eas update:republish`
|
|
1733
1735
|
|
|
@@ -1759,7 +1761,7 @@ DESCRIPTION
|
|
|
1759
1761
|
roll back to an existing update
|
|
1760
1762
|
```
|
|
1761
1763
|
|
|
1762
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1764
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1763
1765
|
|
|
1764
1766
|
## `eas update:roll-back-to-embedded`
|
|
1765
1767
|
|
|
@@ -1787,7 +1789,7 @@ DESCRIPTION
|
|
|
1787
1789
|
roll back to the embedded update
|
|
1788
1790
|
```
|
|
1789
1791
|
|
|
1790
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1792
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1791
1793
|
|
|
1792
1794
|
## `eas update:rollback`
|
|
1793
1795
|
|
|
@@ -1807,7 +1809,7 @@ DESCRIPTION
|
|
|
1807
1809
|
roll back to an embedded update or an existing update
|
|
1808
1810
|
```
|
|
1809
1811
|
|
|
1810
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1812
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1811
1813
|
|
|
1812
1814
|
## `eas update:view GROUPID`
|
|
1813
1815
|
|
|
@@ -1827,7 +1829,7 @@ DESCRIPTION
|
|
|
1827
1829
|
update group details
|
|
1828
1830
|
```
|
|
1829
1831
|
|
|
1830
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1832
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/update/view.ts)_
|
|
1831
1833
|
|
|
1832
1834
|
## `eas webhook:create`
|
|
1833
1835
|
|
|
@@ -1848,7 +1850,7 @@ DESCRIPTION
|
|
|
1848
1850
|
create a webhook
|
|
1849
1851
|
```
|
|
1850
1852
|
|
|
1851
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1853
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1852
1854
|
|
|
1853
1855
|
## `eas webhook:delete [ID]`
|
|
1854
1856
|
|
|
@@ -1868,7 +1870,7 @@ DESCRIPTION
|
|
|
1868
1870
|
delete a webhook
|
|
1869
1871
|
```
|
|
1870
1872
|
|
|
1871
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1873
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1872
1874
|
|
|
1873
1875
|
## `eas webhook:list`
|
|
1874
1876
|
|
|
@@ -1886,7 +1888,7 @@ DESCRIPTION
|
|
|
1886
1888
|
list webhooks
|
|
1887
1889
|
```
|
|
1888
1890
|
|
|
1889
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1891
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1890
1892
|
|
|
1891
1893
|
## `eas webhook:update`
|
|
1892
1894
|
|
|
@@ -1908,7 +1910,7 @@ DESCRIPTION
|
|
|
1908
1910
|
update a webhook
|
|
1909
1911
|
```
|
|
1910
1912
|
|
|
1911
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1913
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1912
1914
|
|
|
1913
1915
|
## `eas webhook:view ID`
|
|
1914
1916
|
|
|
@@ -1925,7 +1927,7 @@ DESCRIPTION
|
|
|
1925
1927
|
view a webhook
|
|
1926
1928
|
```
|
|
1927
1929
|
|
|
1928
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
1930
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
1929
1931
|
|
|
1930
1932
|
## `eas whoami`
|
|
1931
1933
|
|
|
@@ -2009,7 +2011,7 @@ DESCRIPTION
|
|
|
2009
2011
|
create a new workflow configuration YAML file
|
|
2010
2012
|
```
|
|
2011
2013
|
|
|
2012
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
2014
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2013
2015
|
|
|
2014
2016
|
## `eas workflow:run [FILE]`
|
|
2015
2017
|
|
|
@@ -2029,7 +2031,7 @@ DESCRIPTION
|
|
|
2029
2031
|
Run an EAS workflow
|
|
2030
2032
|
```
|
|
2031
2033
|
|
|
2032
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
2034
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2033
2035
|
|
|
2034
2036
|
## `eas workflow:validate PATH`
|
|
2035
2037
|
|
|
@@ -2049,5 +2051,5 @@ DESCRIPTION
|
|
|
2049
2051
|
validate a workflow configuration yaml file
|
|
2050
2052
|
```
|
|
2051
2053
|
|
|
2052
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v15.0.
|
|
2054
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v15.0.5/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2053
2055
|
<!-- commandsstop -->
|
package/build/build/build.js
CHANGED
|
@@ -165,12 +165,8 @@ async function uploadProjectAsync(ctx) {
|
|
|
165
165
|
log_1.default.newLine();
|
|
166
166
|
log_1.default.log(`Compressing project files and uploading to EAS Build. ${(0, log_1.learnMore)('https://expo.fyi/eas-build-archive')}`);
|
|
167
167
|
const projectTarball = await (0, repository_1.makeProjectTarballAsync)(ctx.vcsClient);
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
}
|
|
171
|
-
if (projectTarball.size > 2 * 1024 * 1024 * 1024) {
|
|
172
|
-
throw new Error('Project archive is too big. Maximum allowed size is 2GB.');
|
|
173
|
-
}
|
|
168
|
+
(0, repository_1.maybeWarnAboutProjectTarballSize)(projectTarball.size);
|
|
169
|
+
(0, repository_1.assertProjectTarballSizeDoesNotExceedLimit)(projectTarball.size);
|
|
174
170
|
projectTarballPath = projectTarball.path;
|
|
175
171
|
const [bucketKey, { metadataLocation }] = await Promise.all([
|
|
176
172
|
(0, uploads_1.uploadFileAtPathToGCSAsync)(ctx.graphqlClient, generated_1.UploadSessionType.EasBuildGcsProjectSources, projectTarball.path, (0, progress_1.createProgressTracker)({
|
|
@@ -11,6 +11,8 @@ export type LocalFile = {
|
|
|
11
11
|
};
|
|
12
12
|
export declare function makeProjectMetadataFileAsync(archivePath: string): Promise<LocalFile>;
|
|
13
13
|
export declare function makeProjectTarballAsync(vcsClient: Client): Promise<LocalFile>;
|
|
14
|
+
export declare function maybeWarnAboutProjectTarballSize(size: number): void;
|
|
15
|
+
export declare function assertProjectTarballSizeDoesNotExceedLimit(size: number): void;
|
|
14
16
|
export declare function reviewAndCommitChangesAsync(vcsClient: Client, initialCommitMessage: string, { nonInteractive, askedFirstTime }: {
|
|
15
17
|
nonInteractive: boolean;
|
|
16
18
|
askedFirstTime?: boolean;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.reviewAndCommitChangesAsync = exports.makeProjectTarballAsync = exports.makeProjectMetadataFileAsync = exports.commitPromptAsync = exports.ensureRepoIsCleanAsync = exports.maybeBailOnRepoStatusAsync = void 0;
|
|
3
|
+
exports.reviewAndCommitChangesAsync = exports.assertProjectTarballSizeDoesNotExceedLimit = exports.maybeWarnAboutProjectTarballSize = exports.makeProjectTarballAsync = exports.makeProjectMetadataFileAsync = exports.commitPromptAsync = exports.ensureRepoIsCleanAsync = exports.maybeBailOnRepoStatusAsync = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const chalk_1 = tslib_1.__importDefault(require("chalk"));
|
|
6
6
|
const fs_extra_1 = tslib_1.__importDefault(require("fs-extra"));
|
|
7
7
|
const path_1 = tslib_1.__importDefault(require("path"));
|
|
8
8
|
const tar_1 = tslib_1.__importDefault(require("tar"));
|
|
9
9
|
const uuid_1 = require("uuid");
|
|
10
|
-
const log_1 = tslib_1.
|
|
10
|
+
const log_1 = tslib_1.__importStar(require("../../log"));
|
|
11
11
|
const ora_1 = require("../../ora");
|
|
12
12
|
const prompts_1 = require("../../prompts");
|
|
13
13
|
const files_1 = require("../../utils/files");
|
|
@@ -129,6 +129,21 @@ async function makeProjectTarballAsync(vcsClient) {
|
|
|
129
129
|
return { size, path: tarPath };
|
|
130
130
|
}
|
|
131
131
|
exports.makeProjectTarballAsync = makeProjectTarballAsync;
|
|
132
|
+
function maybeWarnAboutProjectTarballSize(size) {
|
|
133
|
+
if (size <= 150 /* MiB */ * 1024 /* KiB */ * 1024 /* B */) {
|
|
134
|
+
return;
|
|
135
|
+
}
|
|
136
|
+
log_1.default.warn(`Your project archive is ${(0, files_1.formatBytes)(size)}. You can reduce its size and the time it takes to upload by excluding files that are unnecessary for the build process in ${chalk_1.default.bold('.easignore')} file. ${(0, log_1.learnMore)('https://expo.fyi/eas-build-archive')}`);
|
|
137
|
+
}
|
|
138
|
+
exports.maybeWarnAboutProjectTarballSize = maybeWarnAboutProjectTarballSize;
|
|
139
|
+
const MAX_ALLOWED_PROJECT_TARBALL_SIZE = 2 /* GiB */ * 1024 /* MiB */ * 1024 /* KiB */ * 1024; /* B */
|
|
140
|
+
function assertProjectTarballSizeDoesNotExceedLimit(size) {
|
|
141
|
+
if (size <= MAX_ALLOWED_PROJECT_TARBALL_SIZE) {
|
|
142
|
+
return;
|
|
143
|
+
}
|
|
144
|
+
throw new Error(`Project archive is too big. Maximum allowed size is ${(0, files_1.formatBytes)(MAX_ALLOWED_PROJECT_TARBALL_SIZE)}.`);
|
|
145
|
+
}
|
|
146
|
+
exports.assertProjectTarballSizeDoesNotExceedLimit = assertProjectTarballSizeDoesNotExceedLimit;
|
|
132
147
|
var ShouldCommitChanges;
|
|
133
148
|
(function (ShouldCommitChanges) {
|
|
134
149
|
ShouldCommitChanges[ShouldCommitChanges["Yes"] = 0] = "Yes";
|
|
@@ -4,6 +4,7 @@ exports.validateOrSetProjectIdAsync = exports.getProjectIdAsync = exports.savePr
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const config_1 = require("@expo/config");
|
|
6
6
|
const chalk_1 = tslib_1.__importDefault(require("chalk"));
|
|
7
|
+
const semver_1 = tslib_1.__importDefault(require("semver"));
|
|
7
8
|
const createGraphqlClient_1 = require("./createGraphqlClient");
|
|
8
9
|
const findProjectDirAndVerifyProjectSetupAsync_1 = require("./findProjectDirAndVerifyProjectSetupAsync");
|
|
9
10
|
const AppQuery_1 = require("../../../graphql/queries/AppQuery");
|
|
@@ -78,14 +79,18 @@ async function validateOrSetProjectIdAsync({ exp, graphqlClient, actor, options,
|
|
|
78
79
|
if (exp.owner && exp.owner !== appForProjectId.ownerAccount.name) {
|
|
79
80
|
throw new Error(`Project config: Owner of project identified by "extra.eas.projectId" (${appForProjectId.ownerAccount.name}) does not match owner specified in the "owner" field (${exp.owner}). ${(0, log_1.learnMore)('https://expo.fyi/eas-project-id')}`);
|
|
80
81
|
}
|
|
81
|
-
const
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
82
|
+
const sdkVersion = exp.sdkVersion;
|
|
83
|
+
// SDK 53 and above no longer require owner field in app config
|
|
84
|
+
if (sdkVersion && semver_1.default.satisfies(sdkVersion, '< 53.0.0')) {
|
|
85
|
+
const actorUsername = (0, User_1.getActorUsername)(actor);
|
|
86
|
+
if (!exp.owner && appForProjectId.ownerAccount.name !== actorUsername) {
|
|
87
|
+
if (actorUsername) {
|
|
88
|
+
throw new Error(`Project config: Owner of project identified by "extra.eas.projectId" (${appForProjectId.ownerAccount.name}) does not match the logged in user (${actorUsername}) and the "owner" field is not specified. To ensure all libraries work correctly, "owner": "${appForProjectId.ownerAccount.name}" should be added to the project config, which can be done automatically by re-running "eas init". ${(0, log_1.learnMore)('https://expo.fyi/eas-project-id')}`);
|
|
89
|
+
}
|
|
90
|
+
else {
|
|
91
|
+
// robot caller
|
|
92
|
+
throw new Error(`Project config: Owner of project identified by "extra.eas.projectId" (${appForProjectId.ownerAccount.name}) must be specified in "owner" field when using a robot access token. To ensure all libraries work correctly, "owner": "${appForProjectId.ownerAccount.name}" should be added to the project config, which can be done automatically by re-running "eas init". ${(0, log_1.learnMore)('https://expo.fyi/eas-project-id')}`);
|
|
93
|
+
}
|
|
89
94
|
}
|
|
90
95
|
}
|
|
91
96
|
if (exp.slug && exp.slug !== appForProjectId.slug) {
|
|
@@ -16,6 +16,7 @@ export default class FingerprintCompare extends EasCommand {
|
|
|
16
16
|
'non-interactive': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
17
17
|
'build-id': import("@oclif/core/lib/interfaces").OptionFlag<string[] | undefined>;
|
|
18
18
|
'update-id': import("@oclif/core/lib/interfaces").OptionFlag<string[] | undefined>;
|
|
19
|
+
open: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
19
20
|
};
|
|
20
21
|
static contextDefinition: {
|
|
21
22
|
vcsClient: import("../../commandUtils/context/VcsClientContextField").default;
|
|
@@ -4,6 +4,7 @@ exports.selectBuildToCompareAsync = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const eas_build_job_1 = require("@expo/eas-build-job");
|
|
6
6
|
const core_1 = require("@oclif/core");
|
|
7
|
+
const better_opn_1 = tslib_1.__importDefault(require("better-opn"));
|
|
7
8
|
const chalk_1 = tslib_1.__importDefault(require("chalk"));
|
|
8
9
|
const api_1 = require("../../api");
|
|
9
10
|
const queries_1 = require("../../branch/queries");
|
|
@@ -16,7 +17,7 @@ const AppQuery_1 = require("../../graphql/queries/AppQuery");
|
|
|
16
17
|
const BuildQuery_1 = require("../../graphql/queries/BuildQuery");
|
|
17
18
|
const FingerprintQuery_1 = require("../../graphql/queries/FingerprintQuery");
|
|
18
19
|
const UpdateQuery_1 = require("../../graphql/queries/UpdateQuery");
|
|
19
|
-
const log_1 = tslib_1.
|
|
20
|
+
const log_1 = tslib_1.__importStar(require("../../log"));
|
|
20
21
|
const ora_1 = require("../../ora");
|
|
21
22
|
const maybeUploadFingerprintAsync_1 = require("../../project/maybeUploadFingerprintAsync");
|
|
22
23
|
const projectUtils_1 = require("../../project/projectUtils");
|
|
@@ -69,6 +70,9 @@ class FingerprintCompare extends EasCommand_1.default {
|
|
|
69
70
|
description: 'Compare the fingerprint with the update with the specified ID',
|
|
70
71
|
multiple: true,
|
|
71
72
|
}),
|
|
73
|
+
open: core_1.Flags.boolean({
|
|
74
|
+
description: 'Open the fingerprint comparison in the browser',
|
|
75
|
+
}),
|
|
72
76
|
...flags_1.EasNonInteractiveAndJsonFlags,
|
|
73
77
|
};
|
|
74
78
|
static contextDefinition = {
|
|
@@ -80,7 +84,7 @@ class FingerprintCompare extends EasCommand_1.default {
|
|
|
80
84
|
async runAsync() {
|
|
81
85
|
const { args, flags } = await this.parse(FingerprintCompare);
|
|
82
86
|
const { hash1, hash2 } = args;
|
|
83
|
-
const { json, 'non-interactive': nonInteractive, 'build-id': buildIds, 'update-id': updateIds, } = flags;
|
|
87
|
+
const { json, 'non-interactive': nonInteractive, 'build-id': buildIds, 'update-id': updateIds, open, } = flags;
|
|
84
88
|
const [buildId1, buildId2] = buildIds ?? [];
|
|
85
89
|
const [updateId1, updateId2] = updateIds ?? [];
|
|
86
90
|
const { projectId, privateProjectConfig: { projectDir }, loggedIn: { graphqlClient }, vcsClient, } = await this.getContextAsync(FingerprintCompare, {
|
|
@@ -167,6 +171,19 @@ class FingerprintCompare extends EasCommand_1.default {
|
|
|
167
171
|
for (const diff of contentDiffs) {
|
|
168
172
|
printContentDiff(diff);
|
|
169
173
|
}
|
|
174
|
+
if (nonInteractive) {
|
|
175
|
+
return;
|
|
176
|
+
}
|
|
177
|
+
const project = await AppQuery_1.AppQuery.byIdAsync(graphqlClient, projectId);
|
|
178
|
+
const fingerprintCompareUrl = new URL(`/accounts/${project.ownerAccount.name}/projects/${project.name}/fingerprints/compare`, (0, api_1.getExpoWebsiteBaseUrl)());
|
|
179
|
+
fingerprintCompareUrl.searchParams.set('a', firstFingerprintInfo.fingerprint.hash);
|
|
180
|
+
fingerprintCompareUrl.searchParams.set('b', secondFingerprintInfo.fingerprint.hash);
|
|
181
|
+
if (!open) {
|
|
182
|
+
log_1.default.newLine();
|
|
183
|
+
log_1.default.withInfo(`💡 Use the --open flag to view the comparison in the browser. ${(0, log_1.learnMore)(fingerprintCompareUrl.toString())}`);
|
|
184
|
+
return;
|
|
185
|
+
}
|
|
186
|
+
await (0, better_opn_1.default)(fingerprintCompareUrl.toString());
|
|
170
187
|
}
|
|
171
188
|
}
|
|
172
189
|
exports.default = FingerprintCompare;
|
|
@@ -336,12 +353,9 @@ async function getFingerprintInfoFromUpdateGroupIdOrUpdateIdAsync(graphqlClient,
|
|
|
336
353
|
return await getFingerprintFromUpdateFragmentAsync(update);
|
|
337
354
|
}
|
|
338
355
|
if (nonInteractive) {
|
|
339
|
-
const
|
|
340
|
-
(await (0, projectUtils_1.getOwnerAccountForProjectIdAsync)(graphqlClient, projectId)).name,
|
|
341
|
-
AppQuery_1.AppQuery.byIdAsync(graphqlClient, projectId),
|
|
342
|
-
]);
|
|
356
|
+
const project = await AppQuery_1.AppQuery.byIdAsync(graphqlClient, projectId);
|
|
343
357
|
const updateUrl = (0, api_1.getExpoWebsiteBaseUrl)() +
|
|
344
|
-
`/accounts/${
|
|
358
|
+
`/accounts/${project.ownerAccount.name}/projects/${project.name}/updates/${maybeUpdateGroupId}`;
|
|
345
359
|
throw new Error(`Please pass in your update ID from ${updateUrl} or use interactive mode to select the update ID.`);
|
|
346
360
|
}
|
|
347
361
|
const update = await (0, prompts_1.selectAsync)('Select a platform to compute the fingerprint from', updateGroup.map(update => ({
|
|
@@ -21,12 +21,8 @@ async function uploadAccountScopedProjectSourceAsync({ graphqlClient, vcsClient,
|
|
|
21
21
|
log_1.default.log(`Compressing project files and uploading to EAS. ${(0, log_1.learnMore)('https://expo.fyi/eas-build-archive')}`);
|
|
22
22
|
const projectTarball = await (0, repository_1.makeProjectTarballAsync)(vcsClient);
|
|
23
23
|
projectTarballPath = projectTarball.path;
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}
|
|
27
|
-
if (projectTarball.size > 2 * 1024 * 1024 * 1024) {
|
|
28
|
-
throw new Error('Project archive is too big. Maximum allowed size is 2GB.');
|
|
29
|
-
}
|
|
24
|
+
(0, repository_1.maybeWarnAboutProjectTarballSize)(projectTarball.size);
|
|
25
|
+
(0, repository_1.assertProjectTarballSizeDoesNotExceedLimit)(projectTarball.size);
|
|
30
26
|
const projectArchiveBucketKey = await (0, uploads_1.uploadAccountScopedFileAtPathToGCSAsync)(graphqlClient, {
|
|
31
27
|
accountId,
|
|
32
28
|
type: generated_1.AccountUploadSessionType.WorkflowsProjectSources,
|
|
@@ -23,6 +23,7 @@ export default class GitClient extends Client {
|
|
|
23
23
|
getLastCommitMessageAsync(): Promise<string | null>;
|
|
24
24
|
showDiffAsync(): Promise<void>;
|
|
25
25
|
isFileUntrackedAsync(path: string): Promise<boolean>;
|
|
26
|
+
/** NOTE: This method does not support checking whether `.git` is ignored by `.easignore` rules. */
|
|
26
27
|
isFileIgnoredAsync(filePath: string): Promise<boolean>;
|
|
27
28
|
canGetLastCommitMessage(): boolean;
|
|
28
29
|
}
|
package/build/vcs/clients/git.js
CHANGED
|
@@ -149,16 +149,29 @@ class GitClient extends vcs_1.Client {
|
|
|
149
149
|
.split('\0')
|
|
150
150
|
// ls-files' output is terminated by a null character
|
|
151
151
|
.filter(file => file !== '');
|
|
152
|
-
await Promise.all(cachedFilesWeShouldHaveIgnored.map(file =>
|
|
152
|
+
await Promise.all(cachedFilesWeShouldHaveIgnored.map(file =>
|
|
153
|
+
// `ls-files` does not go over files within submodules. If submodule is
|
|
154
|
+
// ignored, it is listed as a single path, so we need to `rm -rf` it.
|
|
155
|
+
fs_extra_1.default.rm(path_1.default.join(destinationPath, file), { recursive: true, force: true })));
|
|
156
|
+
// Special-case `.git` which `git ls-files` will never consider ignored.
|
|
157
|
+
const ignore = await local_1.Ignore.createAsync(rootPath);
|
|
158
|
+
if (ignore.ignores('.git')) {
|
|
159
|
+
await fs_extra_1.default.rm(path_1.default.join(destinationPath, '.git'), { recursive: true, force: true });
|
|
160
|
+
}
|
|
153
161
|
}
|
|
154
162
|
}
|
|
155
163
|
finally {
|
|
156
164
|
await setGitCaseSensitivityAsync(isCaseSensitive, rootPath);
|
|
157
165
|
}
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
166
|
+
if (!this.requireCommit) {
|
|
167
|
+
// After we create the shallow Git copy, we copy the files
|
|
168
|
+
// again. This way we include the changed and untracked files
|
|
169
|
+
// (`git clone` only copies the committed changes).
|
|
170
|
+
//
|
|
171
|
+
// We only do this if `requireCommit` is false because `requireCommit: true`
|
|
172
|
+
// setups expect no changes in files (e.g. locked files should remain locked).
|
|
173
|
+
await (0, local_1.makeShallowCopyAsync)(rootPath, destinationPath);
|
|
174
|
+
}
|
|
162
175
|
}
|
|
163
176
|
async getCommitHashAsync() {
|
|
164
177
|
try {
|
|
@@ -209,14 +222,33 @@ class GitClient extends vcs_1.Client {
|
|
|
209
222
|
return (withUntrackedFiles.includes(pathWithoutLeadingDot) &&
|
|
210
223
|
!trackedFiles.includes(pathWithoutLeadingDot));
|
|
211
224
|
}
|
|
225
|
+
/** NOTE: This method does not support checking whether `.git` is ignored by `.easignore` rules. */
|
|
212
226
|
async isFileIgnoredAsync(filePath) {
|
|
213
227
|
const rootPath = await this.getRootPathAsync();
|
|
228
|
+
let isTracked;
|
|
229
|
+
try {
|
|
230
|
+
await (0, spawn_async_1.default)('git', ['ls-files', '--error-unmatch', filePath], {
|
|
231
|
+
cwd: this.maybeCwdOverride,
|
|
232
|
+
});
|
|
233
|
+
isTracked = true;
|
|
234
|
+
}
|
|
235
|
+
catch {
|
|
236
|
+
isTracked = false;
|
|
237
|
+
}
|
|
214
238
|
const easIgnorePath = path_1.default.join(rootPath, local_1.EASIGNORE_FILENAME);
|
|
215
239
|
if (await fs_extra_1.default.exists(easIgnorePath)) {
|
|
216
|
-
const ignore =
|
|
240
|
+
const ignore = await local_1.Ignore.createAsync(rootPath);
|
|
217
241
|
const wouldNotBeCopiedToClone = ignore.ignores(filePath);
|
|
218
242
|
const wouldBeDeletedFromClone = (await (0, spawn_async_1.default)('git', ['ls-files', '--exclude-from', easIgnorePath, '--ignored', '--cached', filePath], { cwd: rootPath })).stdout.trim() !== '';
|
|
219
|
-
|
|
243
|
+
// File is considered ignored if:
|
|
244
|
+
// - makeShallowCopyAsync() will not copy it to the clone
|
|
245
|
+
// AND
|
|
246
|
+
// - it will not be copied to the clone because it's not tracked
|
|
247
|
+
// - or it will get copied to the clone, but then will be deleted by .easignore rules
|
|
248
|
+
return wouldNotBeCopiedToClone && (!isTracked || wouldBeDeletedFromClone);
|
|
249
|
+
}
|
|
250
|
+
if (isTracked) {
|
|
251
|
+
return false; // Tracked files aren't ignored even if they match ignore patterns
|
|
220
252
|
}
|
|
221
253
|
try {
|
|
222
254
|
await (0, spawn_async_1.default)('git', ['check-ignore', '-q', filePath], { cwd: rootPath });
|
|
@@ -11,8 +11,7 @@ class NoVcsClient extends vcs_1.Client {
|
|
|
11
11
|
await (0, local_1.makeShallowCopyAsync)(srcPath, destinationPath);
|
|
12
12
|
}
|
|
13
13
|
async isFileIgnoredAsync(filePath) {
|
|
14
|
-
const ignore =
|
|
15
|
-
await ignore.initIgnoreAsync();
|
|
14
|
+
const ignore = await local_1.Ignore.createAsync((0, local_1.getRootPath)());
|
|
16
15
|
return ignore.ignores(filePath);
|
|
17
16
|
}
|
|
18
17
|
canGetLastCommitMessage() {
|
package/build/vcs/local.d.ts
CHANGED
|
@@ -13,7 +13,8 @@ export declare function getRootPath(): string;
|
|
|
13
13
|
export declare class Ignore {
|
|
14
14
|
private readonly rootDir;
|
|
15
15
|
private ignoreMapping;
|
|
16
|
-
constructor(
|
|
16
|
+
private constructor();
|
|
17
|
+
static createAsync(rootDir: string): Promise<Ignore>;
|
|
17
18
|
initIgnoreAsync(): Promise<void>;
|
|
18
19
|
ignores(relativePath: string): boolean;
|
|
19
20
|
}
|
package/build/vcs/local.js
CHANGED
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.makeShallowCopyAsync = exports.Ignore = exports.getRootPath = exports.EASIGNORE_FILENAME = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const fast_glob_1 = tslib_1.__importDefault(require("fast-glob"));
|
|
6
|
+
const promises_1 = tslib_1.__importDefault(require("fs/promises"));
|
|
6
7
|
const fs_extra_1 = tslib_1.__importDefault(require("fs-extra"));
|
|
7
8
|
const ignore_1 = tslib_1.__importDefault(require("ignore"));
|
|
8
9
|
const path_1 = tslib_1.__importDefault(require("path"));
|
|
@@ -36,6 +37,11 @@ class Ignore {
|
|
|
36
37
|
constructor(rootDir) {
|
|
37
38
|
this.rootDir = rootDir;
|
|
38
39
|
}
|
|
40
|
+
static async createAsync(rootDir) {
|
|
41
|
+
const ignore = new Ignore(rootDir);
|
|
42
|
+
await ignore.initIgnoreAsync();
|
|
43
|
+
return ignore;
|
|
44
|
+
}
|
|
39
45
|
async initIgnoreAsync() {
|
|
40
46
|
const easIgnorePath = path_1.default.join(this.rootDir, exports.EASIGNORE_FILENAME);
|
|
41
47
|
if (await fs_extra_1.default.pathExists(easIgnorePath)) {
|
|
@@ -71,9 +77,11 @@ class Ignore {
|
|
|
71
77
|
}
|
|
72
78
|
exports.Ignore = Ignore;
|
|
73
79
|
async function makeShallowCopyAsync(src, dst) {
|
|
74
|
-
const ignore =
|
|
75
|
-
await
|
|
76
|
-
|
|
80
|
+
const ignore = await Ignore.createAsync(src);
|
|
81
|
+
await promises_1.default.cp(src, dst, {
|
|
82
|
+
recursive: true,
|
|
83
|
+
// Preserve symlinks without re-resolving them to their original targets
|
|
84
|
+
verbatimSymlinks: true,
|
|
77
85
|
filter: (srcFilePath) => {
|
|
78
86
|
if (srcFilePath === src) {
|
|
79
87
|
return true;
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "15.0.
|
|
2
|
+
"version": "15.0.5",
|
|
3
3
|
"commands": {
|
|
4
4
|
"analytics": {
|
|
5
5
|
"id": "analytics",
|
|
@@ -2804,6 +2804,12 @@
|
|
|
2804
2804
|
"updateId"
|
|
2805
2805
|
]
|
|
2806
2806
|
},
|
|
2807
|
+
"open": {
|
|
2808
|
+
"name": "open",
|
|
2809
|
+
"type": "boolean",
|
|
2810
|
+
"description": "Open the fingerprint comparison in the browser",
|
|
2811
|
+
"allowNo": false
|
|
2812
|
+
},
|
|
2807
2813
|
"json": {
|
|
2808
2814
|
"name": "json",
|
|
2809
2815
|
"type": "boolean",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
3
|
"description": "EAS command line tool",
|
|
4
|
-
"version": "15.0.
|
|
4
|
+
"version": "15.0.5",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -237,5 +237,5 @@
|
|
|
237
237
|
"node": "20.11.0",
|
|
238
238
|
"yarn": "1.22.21"
|
|
239
239
|
},
|
|
240
|
-
"gitHead": "
|
|
240
|
+
"gitHead": "a65e6913257bfa8c27b76b9537e51dc23014780c"
|
|
241
241
|
}
|