eas-cli 3.3.1 → 3.3.2
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 +56 -63
- package/build/analytics/AnalyticsManager.d.ts +2 -2
- package/build/build/android/prepareJob.js +2 -0
- package/build/build/build.d.ts +2 -2
- package/build/build/context.d.ts +1 -1
- package/build/build/graphql.d.ts +2 -1
- package/build/build/graphql.js +11 -1
- package/build/build/ios/graphql.js +1 -1
- package/build/build/ios/prepareJob.js +2 -0
- package/build/channel/utils.d.ts +1 -1
- package/build/commandUtils/EasCommand.d.ts +2 -2
- package/build/commandUtils/context/DynamicProjectConfigContextField.d.ts +1 -1
- package/build/commandUtils/pagination.d.ts +1 -1
- package/build/commands/update/index.js +1 -1
- package/build/commands/update/republish.d.ts +2 -2
- package/build/commands/update/view.js +2 -2
- package/build/credentials/android/api/graphql/mutations/AndroidAppBuildCredentialsMutation.d.ts +1 -1
- package/build/credentials/android/credentials.d.ts +3 -3
- package/build/credentials/context.d.ts +1 -1
- package/build/credentials/credentialsJson/types.d.ts +2 -2
- package/build/credentials/ios/api/graphql/mutations/AppleDistributionCertificateMutation.d.ts +1 -1
- package/build/credentials/ios/api/graphql/mutations/AppleProvisioningProfileMutation.d.ts +1 -1
- package/build/credentials/ios/api/graphql/mutations/AppleTeamMutation.d.ts +1 -1
- package/build/credentials/ios/api/graphql/queries/AppleDeviceQuery.d.ts +4 -4
- package/build/credentials/ios/api/graphql/queries/AppleProvisioningProfileQuery.d.ts +1 -1
- package/build/credentials/ios/appstore/Credentials.types.d.ts +2 -2
- package/build/credentials/ios/appstore/authenticate.d.ts +1 -1
- package/build/credentials/ios/appstore/authenticateTypes.d.ts +4 -4
- package/build/credentials/ios/appstore/bundleIdCapabilities.d.ts +2 -2
- package/build/credentials/ios/credentials.d.ts +1 -1
- package/build/credentials/ios/types.d.ts +3 -3
- package/build/credentials/manager/Actions.d.ts +1 -1
- package/build/credentials/utils/promptForCredentials.d.ts +2 -2
- package/build/devices/utils/formatDevice.d.ts +3 -3
- package/build/graphql/generated.d.ts +781 -744
- package/build/graphql/mutations/PublishMutation.d.ts +2 -2
- package/build/graphql/mutations/PublishMutation.js +4 -4
- package/build/graphql/queries/BranchQuery.d.ts +1 -1
- package/build/graphql/queries/ChannelQuery.d.ts +2 -2
- package/build/graphql/queries/EnvironmentSecretsQuery.d.ts +1 -1
- package/build/graphql/queries/SubmissionQuery.d.ts +1 -1
- package/build/graphql/queries/UserQuery.js +3 -0
- package/build/graphql/types/Update.js +1 -0
- package/build/metadata/apple/config/reader.d.ts +1 -1
- package/build/metadata/apple/data.d.ts +2 -2
- package/build/metadata/apple/task.d.ts +3 -3
- package/build/metadata/apple/tasks/age-rating.d.ts +1 -1
- package/build/metadata/apple/tasks/app-info.d.ts +1 -1
- package/build/metadata/apple/tasks/app-review-detail.d.ts +1 -1
- package/build/metadata/apple/tasks/app-version.d.ts +2 -2
- package/build/metadata/apple/tasks/index.d.ts +1 -1
- package/build/metadata/apple/types.d.ts +3 -3
- package/build/metadata/auth.d.ts +1 -1
- package/build/metadata/config/resolve.js +2 -1
- package/build/metadata/utils/asc.d.ts +1 -1
- package/build/metadata/utils/log.d.ts +1 -1
- package/build/metadata/utils/retry.d.ts +1 -1
- package/build/metadata/utils/telemetry.d.ts +1 -1
- package/build/project/publish.d.ts +8 -8
- package/build/prompts.d.ts +1 -1
- package/build/submit/ArchiveSource.d.ts +2 -2
- package/build/submit/android/ServiceAccountSource.d.ts +5 -5
- package/build/submit/ios/AppProduce.d.ts +1 -1
- package/build/submit/ios/AppSpecificPasswordSource.d.ts +1 -1
- package/build/submit/ios/AscApiKeySource.d.ts +4 -4
- package/build/update/utils.d.ts +9 -5
- package/build/update/utils.js +15 -1
- package/build/user/SessionManager.d.ts +2 -2
- package/build/user/User.d.ts +1 -1
- package/build/user/User.js +1 -1
- package/build/user/UserSettings.d.ts +1 -1
- package/build/utils/code-signing.d.ts +1 -1
- package/build/utils/code-signing.js +1 -1
- package/build/utils/formatFields.d.ts +2 -2
- package/build/utils/profiles.d.ts +2 -2
- package/build/utils/progress.d.ts +2 -2
- package/build/utils/queries.d.ts +3 -3
- package/oclif.manifest.json +1 -1
- package/package.json +34 -34
package/README.md
CHANGED
|
@@ -130,7 +130,7 @@ ALIASES
|
|
|
130
130
|
$ eas login
|
|
131
131
|
```
|
|
132
132
|
|
|
133
|
-
_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
133
|
+
_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/account/login.ts)_
|
|
134
134
|
|
|
135
135
|
## `eas account:logout`
|
|
136
136
|
|
|
@@ -147,7 +147,7 @@ ALIASES
|
|
|
147
147
|
$ eas logout
|
|
148
148
|
```
|
|
149
149
|
|
|
150
|
-
_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
150
|
+
_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/account/logout.ts)_
|
|
151
151
|
|
|
152
152
|
## `eas account:view`
|
|
153
153
|
|
|
@@ -164,7 +164,7 @@ ALIASES
|
|
|
164
164
|
$ eas whoami
|
|
165
165
|
```
|
|
166
166
|
|
|
167
|
-
_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
167
|
+
_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/account/view.ts)_
|
|
168
168
|
|
|
169
169
|
## `eas analytics [STATUS]`
|
|
170
170
|
|
|
@@ -178,7 +178,7 @@ DESCRIPTION
|
|
|
178
178
|
display or change analytics settings
|
|
179
179
|
```
|
|
180
180
|
|
|
181
|
-
_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
181
|
+
_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/analytics.ts)_
|
|
182
182
|
|
|
183
183
|
## `eas autocomplete [SHELL]`
|
|
184
184
|
|
|
@@ -207,7 +207,7 @@ EXAMPLES
|
|
|
207
207
|
$ eas autocomplete --refresh-cache
|
|
208
208
|
```
|
|
209
209
|
|
|
210
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.3.
|
|
210
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.3.10/src/commands/autocomplete/index.ts)_
|
|
211
211
|
|
|
212
212
|
## `eas branch:create [NAME]`
|
|
213
213
|
|
|
@@ -228,7 +228,7 @@ DESCRIPTION
|
|
|
228
228
|
create a branch
|
|
229
229
|
```
|
|
230
230
|
|
|
231
|
-
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
231
|
+
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/branch/create.ts)_
|
|
232
232
|
|
|
233
233
|
## `eas branch:delete [NAME]`
|
|
234
234
|
|
|
@@ -249,7 +249,7 @@ DESCRIPTION
|
|
|
249
249
|
delete a branch
|
|
250
250
|
```
|
|
251
251
|
|
|
252
|
-
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
252
|
+
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
253
253
|
|
|
254
254
|
## `eas branch:list`
|
|
255
255
|
|
|
@@ -269,7 +269,7 @@ DESCRIPTION
|
|
|
269
269
|
list all branches
|
|
270
270
|
```
|
|
271
271
|
|
|
272
|
-
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
272
|
+
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/branch/list.ts)_
|
|
273
273
|
|
|
274
274
|
## `eas branch:rename`
|
|
275
275
|
|
|
@@ -289,7 +289,7 @@ DESCRIPTION
|
|
|
289
289
|
rename a branch
|
|
290
290
|
```
|
|
291
291
|
|
|
292
|
-
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
292
|
+
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
293
293
|
|
|
294
294
|
## `eas branch:view [NAME]`
|
|
295
295
|
|
|
@@ -312,7 +312,7 @@ DESCRIPTION
|
|
|
312
312
|
view a branch
|
|
313
313
|
```
|
|
314
314
|
|
|
315
|
-
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
315
|
+
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/branch/view.ts)_
|
|
316
316
|
|
|
317
317
|
## `eas build`
|
|
318
318
|
|
|
@@ -342,7 +342,7 @@ DESCRIPTION
|
|
|
342
342
|
start a build
|
|
343
343
|
```
|
|
344
344
|
|
|
345
|
-
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
345
|
+
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/build/index.ts)_
|
|
346
346
|
|
|
347
347
|
## `eas build:cancel [BUILD_ID]`
|
|
348
348
|
|
|
@@ -359,7 +359,7 @@ DESCRIPTION
|
|
|
359
359
|
cancel a build
|
|
360
360
|
```
|
|
361
361
|
|
|
362
|
-
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
362
|
+
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
363
363
|
|
|
364
364
|
## `eas build:configure`
|
|
365
365
|
|
|
@@ -376,7 +376,7 @@ DESCRIPTION
|
|
|
376
376
|
configure the project to support EAS Build
|
|
377
377
|
```
|
|
378
378
|
|
|
379
|
-
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
379
|
+
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/build/configure.ts)_
|
|
380
380
|
|
|
381
381
|
## `eas build:inspect`
|
|
382
382
|
|
|
@@ -411,7 +411,7 @@ DESCRIPTION
|
|
|
411
411
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
412
412
|
```
|
|
413
413
|
|
|
414
|
-
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
414
|
+
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
415
415
|
|
|
416
416
|
## `eas build:list`
|
|
417
417
|
|
|
@@ -448,7 +448,7 @@ DESCRIPTION
|
|
|
448
448
|
list all builds for your project
|
|
449
449
|
```
|
|
450
450
|
|
|
451
|
-
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
451
|
+
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/build/list.ts)_
|
|
452
452
|
|
|
453
453
|
## `eas build:resign`
|
|
454
454
|
|
|
@@ -474,7 +474,7 @@ DESCRIPTION
|
|
|
474
474
|
re-sign a build archive
|
|
475
475
|
```
|
|
476
476
|
|
|
477
|
-
_See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
477
|
+
_See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/build/resign.ts)_
|
|
478
478
|
|
|
479
479
|
## `eas build:run`
|
|
480
480
|
|
|
@@ -498,7 +498,7 @@ DESCRIPTION
|
|
|
498
498
|
run simulator/emulator builds from eas-cli
|
|
499
499
|
```
|
|
500
500
|
|
|
501
|
-
_See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
501
|
+
_See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/build/run.ts)_
|
|
502
502
|
|
|
503
503
|
## `eas build:submit`
|
|
504
504
|
|
|
@@ -528,8 +528,6 @@ ALIASES
|
|
|
528
528
|
$ eas build:submit
|
|
529
529
|
```
|
|
530
530
|
|
|
531
|
-
_See code: [src/commands/build/submit.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/build/submit.ts)_
|
|
532
|
-
|
|
533
531
|
## `eas build:version:set`
|
|
534
532
|
|
|
535
533
|
Update version of an app.
|
|
@@ -547,7 +545,7 @@ DESCRIPTION
|
|
|
547
545
|
Update version of an app.
|
|
548
546
|
```
|
|
549
547
|
|
|
550
|
-
_See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
548
|
+
_See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
551
549
|
|
|
552
550
|
## `eas build:version:sync`
|
|
553
551
|
|
|
@@ -566,7 +564,7 @@ DESCRIPTION
|
|
|
566
564
|
Update a version in native code with a value stored on EAS servers
|
|
567
565
|
```
|
|
568
566
|
|
|
569
|
-
_See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
567
|
+
_See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
570
568
|
|
|
571
569
|
## `eas build:view [BUILD_ID]`
|
|
572
570
|
|
|
@@ -583,7 +581,7 @@ DESCRIPTION
|
|
|
583
581
|
view a build for your project
|
|
584
582
|
```
|
|
585
583
|
|
|
586
|
-
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
584
|
+
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/build/view.ts)_
|
|
587
585
|
|
|
588
586
|
## `eas channel:create [NAME]`
|
|
589
587
|
|
|
@@ -604,7 +602,7 @@ DESCRIPTION
|
|
|
604
602
|
create a channel
|
|
605
603
|
```
|
|
606
604
|
|
|
607
|
-
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
605
|
+
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/channel/create.ts)_
|
|
608
606
|
|
|
609
607
|
## `eas channel:edit [NAME]`
|
|
610
608
|
|
|
@@ -626,7 +624,7 @@ DESCRIPTION
|
|
|
626
624
|
point a channel at a new branch
|
|
627
625
|
```
|
|
628
626
|
|
|
629
|
-
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
627
|
+
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
630
628
|
|
|
631
629
|
## `eas channel:list`
|
|
632
630
|
|
|
@@ -646,7 +644,7 @@ DESCRIPTION
|
|
|
646
644
|
list all channels
|
|
647
645
|
```
|
|
648
646
|
|
|
649
|
-
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
647
|
+
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/channel/list.ts)_
|
|
650
648
|
|
|
651
649
|
## `eas channel:view [NAME]`
|
|
652
650
|
|
|
@@ -669,7 +667,7 @@ DESCRIPTION
|
|
|
669
667
|
view a channel
|
|
670
668
|
```
|
|
671
669
|
|
|
672
|
-
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
670
|
+
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/channel/view.ts)_
|
|
673
671
|
|
|
674
672
|
## `eas config`
|
|
675
673
|
|
|
@@ -688,7 +686,7 @@ DESCRIPTION
|
|
|
688
686
|
display project configuration (app.json + eas.json)
|
|
689
687
|
```
|
|
690
688
|
|
|
691
|
-
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
689
|
+
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/config.ts)_
|
|
692
690
|
|
|
693
691
|
## `eas credentials`
|
|
694
692
|
|
|
@@ -705,7 +703,7 @@ DESCRIPTION
|
|
|
705
703
|
manage credentials
|
|
706
704
|
```
|
|
707
705
|
|
|
708
|
-
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
706
|
+
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/credentials.ts)_
|
|
709
707
|
|
|
710
708
|
## `eas device:create`
|
|
711
709
|
|
|
@@ -719,7 +717,7 @@ DESCRIPTION
|
|
|
719
717
|
register new Apple Devices to use for internal distribution
|
|
720
718
|
```
|
|
721
719
|
|
|
722
|
-
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
720
|
+
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/device/create.ts)_
|
|
723
721
|
|
|
724
722
|
## `eas device:delete`
|
|
725
723
|
|
|
@@ -739,7 +737,7 @@ DESCRIPTION
|
|
|
739
737
|
remove a registered device from your account
|
|
740
738
|
```
|
|
741
739
|
|
|
742
|
-
_See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
740
|
+
_See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/device/delete.ts)_
|
|
743
741
|
|
|
744
742
|
## `eas device:list`
|
|
745
743
|
|
|
@@ -760,7 +758,7 @@ DESCRIPTION
|
|
|
760
758
|
list all registered devices for your account
|
|
761
759
|
```
|
|
762
760
|
|
|
763
|
-
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
761
|
+
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/device/list.ts)_
|
|
764
762
|
|
|
765
763
|
## `eas device:view [UDID]`
|
|
766
764
|
|
|
@@ -774,7 +772,7 @@ DESCRIPTION
|
|
|
774
772
|
view a device for your project
|
|
775
773
|
```
|
|
776
774
|
|
|
777
|
-
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
775
|
+
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/device/view.ts)_
|
|
778
776
|
|
|
779
777
|
## `eas diagnostics`
|
|
780
778
|
|
|
@@ -788,7 +786,7 @@ DESCRIPTION
|
|
|
788
786
|
display environment info
|
|
789
787
|
```
|
|
790
788
|
|
|
791
|
-
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
789
|
+
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
792
790
|
|
|
793
791
|
## `eas help [COMMAND]`
|
|
794
792
|
|
|
@@ -808,7 +806,7 @@ DESCRIPTION
|
|
|
808
806
|
display help for eas-cli
|
|
809
807
|
```
|
|
810
808
|
|
|
811
|
-
_See code: [@expo/plugin-help](https://github.com/expo/oclif-plugin-help/blob/v5.1.
|
|
809
|
+
_See code: [@expo/plugin-help](https://github.com/expo/oclif-plugin-help/blob/v5.1.22/src/commands/help.ts)_
|
|
812
810
|
|
|
813
811
|
## `eas init`
|
|
814
812
|
|
|
@@ -845,8 +843,6 @@ ALIASES
|
|
|
845
843
|
$ eas login
|
|
846
844
|
```
|
|
847
845
|
|
|
848
|
-
_See code: [src/commands/login.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/login.ts)_
|
|
849
|
-
|
|
850
846
|
## `eas logout`
|
|
851
847
|
|
|
852
848
|
log out
|
|
@@ -862,8 +858,6 @@ ALIASES
|
|
|
862
858
|
$ eas logout
|
|
863
859
|
```
|
|
864
860
|
|
|
865
|
-
_See code: [src/commands/logout.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/logout.ts)_
|
|
866
|
-
|
|
867
861
|
## `eas metadata:lint`
|
|
868
862
|
|
|
869
863
|
validate the local store configuration
|
|
@@ -880,7 +874,7 @@ DESCRIPTION
|
|
|
880
874
|
validate the local store configuration
|
|
881
875
|
```
|
|
882
876
|
|
|
883
|
-
_See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
877
|
+
_See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
884
878
|
|
|
885
879
|
## `eas metadata:pull`
|
|
886
880
|
|
|
@@ -897,7 +891,7 @@ DESCRIPTION
|
|
|
897
891
|
generate the local store configuration from the app stores
|
|
898
892
|
```
|
|
899
893
|
|
|
900
|
-
_See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
894
|
+
_See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
901
895
|
|
|
902
896
|
## `eas metadata:push`
|
|
903
897
|
|
|
@@ -914,7 +908,7 @@ DESCRIPTION
|
|
|
914
908
|
sync the local store configuration to the app stores
|
|
915
909
|
```
|
|
916
910
|
|
|
917
|
-
_See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
911
|
+
_See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
918
912
|
|
|
919
913
|
## `eas open`
|
|
920
914
|
|
|
@@ -928,7 +922,7 @@ DESCRIPTION
|
|
|
928
922
|
open the project page in a web browser
|
|
929
923
|
```
|
|
930
924
|
|
|
931
|
-
_See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
925
|
+
_See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/open.ts)_
|
|
932
926
|
|
|
933
927
|
## `eas project:info`
|
|
934
928
|
|
|
@@ -942,7 +936,7 @@ DESCRIPTION
|
|
|
942
936
|
information about the current project
|
|
943
937
|
```
|
|
944
938
|
|
|
945
|
-
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
939
|
+
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/project/info.ts)_
|
|
946
940
|
|
|
947
941
|
## `eas project:init`
|
|
948
942
|
|
|
@@ -964,7 +958,7 @@ ALIASES
|
|
|
964
958
|
$ eas init
|
|
965
959
|
```
|
|
966
960
|
|
|
967
|
-
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
961
|
+
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/project/init.ts)_
|
|
968
962
|
|
|
969
963
|
## `eas secret:create`
|
|
970
964
|
|
|
@@ -987,7 +981,7 @@ DESCRIPTION
|
|
|
987
981
|
create an environment secret on the current project or owner account
|
|
988
982
|
```
|
|
989
983
|
|
|
990
|
-
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
984
|
+
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/secret/create.ts)_
|
|
991
985
|
|
|
992
986
|
## `eas secret:delete`
|
|
993
987
|
|
|
@@ -1005,7 +999,7 @@ DESCRIPTION
|
|
|
1005
999
|
delete an environment secret by ID
|
|
1006
1000
|
```
|
|
1007
1001
|
|
|
1008
|
-
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
1002
|
+
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/secret/delete.ts)_
|
|
1009
1003
|
|
|
1010
1004
|
## `eas secret:list`
|
|
1011
1005
|
|
|
@@ -1019,7 +1013,7 @@ DESCRIPTION
|
|
|
1019
1013
|
list environment secrets available for your current app
|
|
1020
1014
|
```
|
|
1021
1015
|
|
|
1022
|
-
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
1016
|
+
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/secret/list.ts)_
|
|
1023
1017
|
|
|
1024
1018
|
## `eas secret:push`
|
|
1025
1019
|
|
|
@@ -1039,7 +1033,7 @@ DESCRIPTION
|
|
|
1039
1033
|
read environment secrets from env file and store on the server
|
|
1040
1034
|
```
|
|
1041
1035
|
|
|
1042
|
-
_See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
1036
|
+
_See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/secret/push.ts)_
|
|
1043
1037
|
|
|
1044
1038
|
## `eas submit`
|
|
1045
1039
|
|
|
@@ -1069,7 +1063,7 @@ ALIASES
|
|
|
1069
1063
|
$ eas build:submit
|
|
1070
1064
|
```
|
|
1071
1065
|
|
|
1072
|
-
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
1066
|
+
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/submit.ts)_
|
|
1073
1067
|
|
|
1074
1068
|
## `eas update`
|
|
1075
1069
|
|
|
@@ -1101,7 +1095,7 @@ DESCRIPTION
|
|
|
1101
1095
|
publish an update group
|
|
1102
1096
|
```
|
|
1103
1097
|
|
|
1104
|
-
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
1098
|
+
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/update/index.ts)_
|
|
1105
1099
|
|
|
1106
1100
|
## `eas update:configure`
|
|
1107
1101
|
|
|
@@ -1119,7 +1113,7 @@ DESCRIPTION
|
|
|
1119
1113
|
configure the project to support EAS Update
|
|
1120
1114
|
```
|
|
1121
1115
|
|
|
1122
|
-
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
1116
|
+
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1123
1117
|
|
|
1124
1118
|
## `eas update:delete GROUPID`
|
|
1125
1119
|
|
|
@@ -1140,7 +1134,7 @@ DESCRIPTION
|
|
|
1140
1134
|
delete all the updates in an update group
|
|
1141
1135
|
```
|
|
1142
1136
|
|
|
1143
|
-
_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
1137
|
+
_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1144
1138
|
|
|
1145
1139
|
## `eas update:list`
|
|
1146
1140
|
|
|
@@ -1162,7 +1156,7 @@ DESCRIPTION
|
|
|
1162
1156
|
view the recent updates
|
|
1163
1157
|
```
|
|
1164
1158
|
|
|
1165
|
-
_See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
1159
|
+
_See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/update/list.ts)_
|
|
1166
1160
|
|
|
1167
1161
|
## `eas update:republish`
|
|
1168
1162
|
|
|
@@ -1186,7 +1180,7 @@ DESCRIPTION
|
|
|
1186
1180
|
rollback to an existing update
|
|
1187
1181
|
```
|
|
1188
1182
|
|
|
1189
|
-
_See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
1183
|
+
_See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1190
1184
|
|
|
1191
1185
|
## `eas update:view GROUPID`
|
|
1192
1186
|
|
|
@@ -1206,7 +1200,7 @@ DESCRIPTION
|
|
|
1206
1200
|
update group details
|
|
1207
1201
|
```
|
|
1208
1202
|
|
|
1209
|
-
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
1203
|
+
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/update/view.ts)_
|
|
1210
1204
|
|
|
1211
1205
|
## `eas webhook:create`
|
|
1212
1206
|
|
|
@@ -1227,7 +1221,7 @@ DESCRIPTION
|
|
|
1227
1221
|
create a webhook
|
|
1228
1222
|
```
|
|
1229
1223
|
|
|
1230
|
-
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
1224
|
+
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1231
1225
|
|
|
1232
1226
|
## `eas webhook:delete [ID]`
|
|
1233
1227
|
|
|
@@ -1247,7 +1241,7 @@ DESCRIPTION
|
|
|
1247
1241
|
delete a webhook
|
|
1248
1242
|
```
|
|
1249
1243
|
|
|
1250
|
-
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
1244
|
+
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1251
1245
|
|
|
1252
1246
|
## `eas webhook:list`
|
|
1253
1247
|
|
|
@@ -1255,16 +1249,17 @@ list webhooks
|
|
|
1255
1249
|
|
|
1256
1250
|
```
|
|
1257
1251
|
USAGE
|
|
1258
|
-
$ eas webhook:list [--event BUILD|SUBMIT]
|
|
1252
|
+
$ eas webhook:list [--event BUILD|SUBMIT] [--json]
|
|
1259
1253
|
|
|
1260
1254
|
FLAGS
|
|
1261
1255
|
--event=(BUILD|SUBMIT) Event type that triggers the webhook
|
|
1256
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
1262
1257
|
|
|
1263
1258
|
DESCRIPTION
|
|
1264
1259
|
list webhooks
|
|
1265
1260
|
```
|
|
1266
1261
|
|
|
1267
|
-
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
1262
|
+
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1268
1263
|
|
|
1269
1264
|
## `eas webhook:update`
|
|
1270
1265
|
|
|
@@ -1286,7 +1281,7 @@ DESCRIPTION
|
|
|
1286
1281
|
update a webhook
|
|
1287
1282
|
```
|
|
1288
1283
|
|
|
1289
|
-
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
1284
|
+
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1290
1285
|
|
|
1291
1286
|
## `eas webhook:view ID`
|
|
1292
1287
|
|
|
@@ -1303,7 +1298,7 @@ DESCRIPTION
|
|
|
1303
1298
|
view a webhook
|
|
1304
1299
|
```
|
|
1305
1300
|
|
|
1306
|
-
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
1301
|
+
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v3.3.2/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
1307
1302
|
|
|
1308
1303
|
## `eas whoami`
|
|
1309
1304
|
|
|
@@ -1319,6 +1314,4 @@ DESCRIPTION
|
|
|
1319
1314
|
ALIASES
|
|
1320
1315
|
$ eas whoami
|
|
1321
1316
|
```
|
|
1322
|
-
|
|
1323
|
-
_See code: [src/commands/whoami.ts](https://github.com/expo/eas-cli/blob/v3.3.1/packages/eas-cli/src/commands/whoami.ts)_
|
|
1324
1317
|
<!-- commandsstop -->
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Actor } from '../user/User';
|
|
2
|
-
export
|
|
2
|
+
export type AnalyticsEvent = CommandEvent | BuildEvent | SubmissionEvent | MetadataEvent;
|
|
3
3
|
export declare enum CommandEvent {
|
|
4
4
|
ACTION = "action"
|
|
5
5
|
}
|
|
@@ -49,7 +49,7 @@ export declare enum MetadataEvent {
|
|
|
49
49
|
APPLE_METADATA_DOWNLOAD = "metadata cli download apple response",
|
|
50
50
|
APPLE_METADATA_UPLOAD = "metadata cli upload apple response"
|
|
51
51
|
}
|
|
52
|
-
export
|
|
52
|
+
export type AnalyticsEventProperties = Record<string, string | number | boolean>;
|
|
53
53
|
/**
|
|
54
54
|
* The interface for commands to use to log events to analytics.
|
|
55
55
|
*/
|
|
@@ -71,6 +71,8 @@ async function prepareJobAsync(ctx, jobData) {
|
|
|
71
71
|
experimental: {
|
|
72
72
|
prebuildCommand: ctx.buildProfile.prebuildCommand,
|
|
73
73
|
},
|
|
74
|
+
mode: eas_build_job_1.BuildMode.BUILD,
|
|
75
|
+
triggeredBy: eas_build_job_1.BuildTrigger.EAS_CLI,
|
|
74
76
|
};
|
|
75
77
|
return (0, eas_build_job_1.sanitizeJob)(job);
|
|
76
78
|
}
|
package/build/build/build.d.ts
CHANGED
|
@@ -19,9 +19,9 @@ interface Builder<TPlatform extends Platform, Credentials, TJob extends Job> {
|
|
|
19
19
|
prepareJobAsync(ctx: BuildContext<TPlatform>, jobData: JobData<Credentials>): Promise<Job>;
|
|
20
20
|
sendBuildRequestAsync(appId: string, job: TJob, metadata: Metadata, buildParams: BuildParamsInput): Promise<BuildResult>;
|
|
21
21
|
}
|
|
22
|
-
export
|
|
22
|
+
export type BuildRequestSender = () => Promise<BuildFragment | undefined>;
|
|
23
23
|
export declare function prepareBuildRequestForPlatformAsync<TPlatform extends Platform, Credentials, TJob extends Job>(builder: Builder<TPlatform, Credentials, TJob>): Promise<BuildRequestSender>;
|
|
24
|
-
export
|
|
24
|
+
export type MaybeBuildFragment = BuildFragment | null;
|
|
25
25
|
export declare function waitForBuildEndAsync(graphqlClient: ExpoGraphqlClient, { buildIds, accountName }: {
|
|
26
26
|
buildIds: string[];
|
|
27
27
|
accountName: string;
|
package/build/build/context.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ import { GradleBuildContext } from '../project/android/gradle';
|
|
|
10
10
|
import { XcodeBuildContext } from '../project/ios/scheme';
|
|
11
11
|
import { Actor } from '../user/User';
|
|
12
12
|
import { LocalBuildOptions } from './local';
|
|
13
|
-
export
|
|
13
|
+
export type CommonContext<T extends Platform> = Omit<BuildContext<T>, 'android' | 'ios'>;
|
|
14
14
|
export interface AndroidBuildContext {
|
|
15
15
|
applicationId: string;
|
|
16
16
|
gradleContext?: GradleBuildContext;
|
package/build/build/graphql.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ArchiveSource, Metadata, Workflow } from '@expo/eas-build-job';
|
|
2
|
-
import { BuildIosEnterpriseProvisioning, BuildMetadataInput, BuildWorkflow, ProjectArchiveSourceInput } from '../graphql/generated';
|
|
2
|
+
import { BuildIosEnterpriseProvisioning, BuildMetadataInput, BuildMode, BuildWorkflow, ProjectArchiveSourceInput } from '../graphql/generated';
|
|
3
3
|
export declare function transformProjectArchive(archiveSource: ArchiveSource): ProjectArchiveSourceInput;
|
|
4
4
|
export declare function transformMetadata(metadata: Metadata): BuildMetadataInput;
|
|
5
5
|
export declare function transformWorkflow(workflow: Workflow): BuildWorkflow;
|
|
6
6
|
export declare function transformIosEnterpriseProvisioning(enterpriseProvisioning: Metadata['iosEnterpriseProvisioning']): BuildIosEnterpriseProvisioning;
|
|
7
|
+
export declare function transformBuildMode(buildMode: Metadata['buildMode']): BuildMode;
|
package/build/build/graphql.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.transformIosEnterpriseProvisioning = exports.transformWorkflow = exports.transformMetadata = exports.transformProjectArchive = void 0;
|
|
3
|
+
exports.transformBuildMode = exports.transformIosEnterpriseProvisioning = exports.transformWorkflow = exports.transformMetadata = exports.transformProjectArchive = void 0;
|
|
4
4
|
const eas_build_job_1 = require("@expo/eas-build-job");
|
|
5
5
|
const generated_1 = require("../graphql/generated");
|
|
6
6
|
function transformProjectArchive(archiveSource) {
|
|
@@ -30,6 +30,7 @@ exports.transformProjectArchive = transformProjectArchive;
|
|
|
30
30
|
function transformMetadata(metadata) {
|
|
31
31
|
return {
|
|
32
32
|
...metadata,
|
|
33
|
+
buildMode: metadata.buildMode && transformBuildMode(metadata.buildMode),
|
|
33
34
|
credentialsSource: metadata.credentialsSource && transformCredentialsSource(metadata.credentialsSource),
|
|
34
35
|
distribution: metadata.distribution && transformDistribution(metadata.distribution),
|
|
35
36
|
workflow: metadata.workflow && transformWorkflow(metadata.workflow),
|
|
@@ -75,3 +76,12 @@ function transformIosEnterpriseProvisioning(enterpriseProvisioning) {
|
|
|
75
76
|
}
|
|
76
77
|
}
|
|
77
78
|
exports.transformIosEnterpriseProvisioning = transformIosEnterpriseProvisioning;
|
|
79
|
+
function transformBuildMode(buildMode) {
|
|
80
|
+
if (buildMode === 'build') {
|
|
81
|
+
return generated_1.BuildMode.Build;
|
|
82
|
+
}
|
|
83
|
+
else {
|
|
84
|
+
return generated_1.BuildMode.Resign;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
exports.transformBuildMode = transformBuildMode;
|
|
@@ -9,7 +9,7 @@ function transformJob(job) {
|
|
|
9
9
|
return {
|
|
10
10
|
type: (0, graphql_1.transformWorkflow)(job.type),
|
|
11
11
|
projectArchive: (0, graphql_1.transformProjectArchive)(job.projectArchive),
|
|
12
|
-
projectRootDirectory: job.projectRootDirectory,
|
|
12
|
+
projectRootDirectory: (0, nullthrows_1.default)(job.projectRootDirectory),
|
|
13
13
|
releaseChannel: job.releaseChannel,
|
|
14
14
|
updates: job.updates,
|
|
15
15
|
secrets: transformIosSecrets(job.secrets),
|
|
@@ -64,6 +64,8 @@ async function prepareJobAsync(ctx, jobData) {
|
|
|
64
64
|
experimental: {
|
|
65
65
|
prebuildCommand: ctx.buildProfile.prebuildCommand,
|
|
66
66
|
},
|
|
67
|
+
mode: eas_build_job_1.BuildMode.BUILD,
|
|
68
|
+
triggeredBy: eas_build_job_1.BuildTrigger.EAS_CLI,
|
|
67
69
|
};
|
|
68
70
|
return (0, eas_build_job_1.sanitizeJob)(job);
|
|
69
71
|
}
|
package/build/channel/utils.d.ts
CHANGED
|
@@ -8,12 +8,12 @@ import { OptionalProjectConfigContextField } from './context/OptionalProjectConf
|
|
|
8
8
|
import ProjectConfigContextField from './context/ProjectConfigContextField';
|
|
9
9
|
import ProjectDirContextField from './context/ProjectDirContextField';
|
|
10
10
|
import SessionManagementContextField from './context/SessionManagementContextField';
|
|
11
|
-
|
|
11
|
+
type ContextInput<T extends {
|
|
12
12
|
[name: string]: any;
|
|
13
13
|
} = object> = {
|
|
14
14
|
[P in keyof T]: ContextField<T[P]>;
|
|
15
15
|
};
|
|
16
|
-
|
|
16
|
+
type ContextOutput<T extends {
|
|
17
17
|
[name: string]: any;
|
|
18
18
|
} = object> = {
|
|
19
19
|
[P in keyof T]: T[P];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ExpoConfig } from '@expo/config-types';
|
|
2
2
|
import { ExpoConfigOptions } from '../../project/expoConfig';
|
|
3
3
|
import ContextField, { ContextOptions } from './ContextField';
|
|
4
|
-
export
|
|
4
|
+
export type DynamicConfigContextFn = (options?: ExpoConfigOptions) => Promise<{
|
|
5
5
|
projectId: string;
|
|
6
6
|
exp: ExpoConfig;
|
|
7
7
|
projectDir: string;
|