eas-cli 3.3.0 → 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 +54 -104
- 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/republish.d.ts +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 +745 -767
- package/build/graphql/mutations/PublishMutation.d.ts +2 -2
- package/build/graphql/mutations/PublishMutation.js +3 -0
- 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/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 +6 -6
- 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
|
@@ -97,8 +97,6 @@ eas --help COMMAND
|
|
|
97
97
|
* [`eas open`](#eas-open)
|
|
98
98
|
* [`eas project:info`](#eas-projectinfo)
|
|
99
99
|
* [`eas project:init`](#eas-projectinit)
|
|
100
|
-
* [`eas run`](#eas-run)
|
|
101
|
-
* [`eas run:run`](#eas-runrun)
|
|
102
100
|
* [`eas secret:create`](#eas-secretcreate)
|
|
103
101
|
* [`eas secret:delete`](#eas-secretdelete)
|
|
104
102
|
* [`eas secret:list`](#eas-secretlist)
|
|
@@ -132,7 +130,7 @@ ALIASES
|
|
|
132
130
|
$ eas login
|
|
133
131
|
```
|
|
134
132
|
|
|
135
|
-
_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)_
|
|
136
134
|
|
|
137
135
|
## `eas account:logout`
|
|
138
136
|
|
|
@@ -149,7 +147,7 @@ ALIASES
|
|
|
149
147
|
$ eas logout
|
|
150
148
|
```
|
|
151
149
|
|
|
152
|
-
_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)_
|
|
153
151
|
|
|
154
152
|
## `eas account:view`
|
|
155
153
|
|
|
@@ -166,7 +164,7 @@ ALIASES
|
|
|
166
164
|
$ eas whoami
|
|
167
165
|
```
|
|
168
166
|
|
|
169
|
-
_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)_
|
|
170
168
|
|
|
171
169
|
## `eas analytics [STATUS]`
|
|
172
170
|
|
|
@@ -180,7 +178,7 @@ DESCRIPTION
|
|
|
180
178
|
display or change analytics settings
|
|
181
179
|
```
|
|
182
180
|
|
|
183
|
-
_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)_
|
|
184
182
|
|
|
185
183
|
## `eas autocomplete [SHELL]`
|
|
186
184
|
|
|
@@ -209,7 +207,7 @@ EXAMPLES
|
|
|
209
207
|
$ eas autocomplete --refresh-cache
|
|
210
208
|
```
|
|
211
209
|
|
|
212
|
-
_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)_
|
|
213
211
|
|
|
214
212
|
## `eas branch:create [NAME]`
|
|
215
213
|
|
|
@@ -230,7 +228,7 @@ DESCRIPTION
|
|
|
230
228
|
create a branch
|
|
231
229
|
```
|
|
232
230
|
|
|
233
|
-
_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)_
|
|
234
232
|
|
|
235
233
|
## `eas branch:delete [NAME]`
|
|
236
234
|
|
|
@@ -251,7 +249,7 @@ DESCRIPTION
|
|
|
251
249
|
delete a branch
|
|
252
250
|
```
|
|
253
251
|
|
|
254
|
-
_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)_
|
|
255
253
|
|
|
256
254
|
## `eas branch:list`
|
|
257
255
|
|
|
@@ -271,7 +269,7 @@ DESCRIPTION
|
|
|
271
269
|
list all branches
|
|
272
270
|
```
|
|
273
271
|
|
|
274
|
-
_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)_
|
|
275
273
|
|
|
276
274
|
## `eas branch:rename`
|
|
277
275
|
|
|
@@ -291,7 +289,7 @@ DESCRIPTION
|
|
|
291
289
|
rename a branch
|
|
292
290
|
```
|
|
293
291
|
|
|
294
|
-
_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)_
|
|
295
293
|
|
|
296
294
|
## `eas branch:view [NAME]`
|
|
297
295
|
|
|
@@ -314,7 +312,7 @@ DESCRIPTION
|
|
|
314
312
|
view a branch
|
|
315
313
|
```
|
|
316
314
|
|
|
317
|
-
_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)_
|
|
318
316
|
|
|
319
317
|
## `eas build`
|
|
320
318
|
|
|
@@ -344,7 +342,7 @@ DESCRIPTION
|
|
|
344
342
|
start a build
|
|
345
343
|
```
|
|
346
344
|
|
|
347
|
-
_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)_
|
|
348
346
|
|
|
349
347
|
## `eas build:cancel [BUILD_ID]`
|
|
350
348
|
|
|
@@ -361,7 +359,7 @@ DESCRIPTION
|
|
|
361
359
|
cancel a build
|
|
362
360
|
```
|
|
363
361
|
|
|
364
|
-
_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)_
|
|
365
363
|
|
|
366
364
|
## `eas build:configure`
|
|
367
365
|
|
|
@@ -378,7 +376,7 @@ DESCRIPTION
|
|
|
378
376
|
configure the project to support EAS Build
|
|
379
377
|
```
|
|
380
378
|
|
|
381
|
-
_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)_
|
|
382
380
|
|
|
383
381
|
## `eas build:inspect`
|
|
384
382
|
|
|
@@ -413,7 +411,7 @@ DESCRIPTION
|
|
|
413
411
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
414
412
|
```
|
|
415
413
|
|
|
416
|
-
_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)_
|
|
417
415
|
|
|
418
416
|
## `eas build:list`
|
|
419
417
|
|
|
@@ -450,7 +448,7 @@ DESCRIPTION
|
|
|
450
448
|
list all builds for your project
|
|
451
449
|
```
|
|
452
450
|
|
|
453
|
-
_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)_
|
|
454
452
|
|
|
455
453
|
## `eas build:resign`
|
|
456
454
|
|
|
@@ -476,7 +474,7 @@ DESCRIPTION
|
|
|
476
474
|
re-sign a build archive
|
|
477
475
|
```
|
|
478
476
|
|
|
479
|
-
_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)_
|
|
480
478
|
|
|
481
479
|
## `eas build:run`
|
|
482
480
|
|
|
@@ -500,7 +498,7 @@ DESCRIPTION
|
|
|
500
498
|
run simulator/emulator builds from eas-cli
|
|
501
499
|
```
|
|
502
500
|
|
|
503
|
-
_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)_
|
|
504
502
|
|
|
505
503
|
## `eas build:submit`
|
|
506
504
|
|
|
@@ -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
|
|
|
@@ -876,7 +874,7 @@ DESCRIPTION
|
|
|
876
874
|
validate the local store configuration
|
|
877
875
|
```
|
|
878
876
|
|
|
879
|
-
_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)_
|
|
880
878
|
|
|
881
879
|
## `eas metadata:pull`
|
|
882
880
|
|
|
@@ -893,7 +891,7 @@ DESCRIPTION
|
|
|
893
891
|
generate the local store configuration from the app stores
|
|
894
892
|
```
|
|
895
893
|
|
|
896
|
-
_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)_
|
|
897
895
|
|
|
898
896
|
## `eas metadata:push`
|
|
899
897
|
|
|
@@ -910,7 +908,7 @@ DESCRIPTION
|
|
|
910
908
|
sync the local store configuration to the app stores
|
|
911
909
|
```
|
|
912
910
|
|
|
913
|
-
_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)_
|
|
914
912
|
|
|
915
913
|
## `eas open`
|
|
916
914
|
|
|
@@ -924,7 +922,7 @@ DESCRIPTION
|
|
|
924
922
|
open the project page in a web browser
|
|
925
923
|
```
|
|
926
924
|
|
|
927
|
-
_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)_
|
|
928
926
|
|
|
929
927
|
## `eas project:info`
|
|
930
928
|
|
|
@@ -938,7 +936,7 @@ DESCRIPTION
|
|
|
938
936
|
information about the current project
|
|
939
937
|
```
|
|
940
938
|
|
|
941
|
-
_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)_
|
|
942
940
|
|
|
943
941
|
## `eas project:init`
|
|
944
942
|
|
|
@@ -960,55 +958,7 @@ ALIASES
|
|
|
960
958
|
$ eas init
|
|
961
959
|
```
|
|
962
960
|
|
|
963
|
-
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v3.3.
|
|
964
|
-
|
|
965
|
-
## `eas run`
|
|
966
|
-
|
|
967
|
-
run simulator build
|
|
968
|
-
|
|
969
|
-
```
|
|
970
|
-
USAGE
|
|
971
|
-
$ eas run [--latest | --id <value> | --path <value> | --url <value>] [-p android|ios|all] [--offset
|
|
972
|
-
<value>] [--limit <value>]
|
|
973
|
-
|
|
974
|
-
FLAGS
|
|
975
|
-
-p, --platform=(android|ios|all)
|
|
976
|
-
--id=<value> ID of the simulator build to run
|
|
977
|
-
--latest Run the latest simulator build for specified platform
|
|
978
|
-
--limit=<value> The number of items to fetch each query. Defaults to 50 and is capped at 100.
|
|
979
|
-
--offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
|
|
980
|
-
--path=<value> Path to the simulator build file file
|
|
981
|
-
--url=<value> Simulator build archive url
|
|
982
|
-
|
|
983
|
-
DESCRIPTION
|
|
984
|
-
run simulator build
|
|
985
|
-
```
|
|
986
|
-
|
|
987
|
-
_See code: [src/commands/run/index.ts](https://github.com/expo/eas-cli/blob/v3.3.0/packages/eas-cli/src/commands/run/index.ts)_
|
|
988
|
-
|
|
989
|
-
## `eas run:run`
|
|
990
|
-
|
|
991
|
-
run simulator build
|
|
992
|
-
|
|
993
|
-
```
|
|
994
|
-
USAGE
|
|
995
|
-
$ eas run:run [--latest | --id <value> | --path <value> | --url <value>] [-p android|ios|all] [--offset
|
|
996
|
-
<value>] [--limit <value>]
|
|
997
|
-
|
|
998
|
-
FLAGS
|
|
999
|
-
-p, --platform=(android|ios|all)
|
|
1000
|
-
--id=<value> ID of the simulator build to run
|
|
1001
|
-
--latest Run the latest simulator build for specified platform
|
|
1002
|
-
--limit=<value> The number of items to fetch each query. Defaults to 50 and is capped at 100.
|
|
1003
|
-
--offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
|
|
1004
|
-
--path=<value> Path to the simulator build file file
|
|
1005
|
-
--url=<value> Simulator build archive url
|
|
1006
|
-
|
|
1007
|
-
DESCRIPTION
|
|
1008
|
-
run simulator build
|
|
1009
|
-
```
|
|
1010
|
-
|
|
1011
|
-
_See code: [src/commands/run/run.ts](https://github.com/expo/eas-cli/blob/v3.3.0/packages/eas-cli/src/commands/run/run.ts)_
|
|
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)_
|
|
1012
962
|
|
|
1013
963
|
## `eas secret:create`
|
|
1014
964
|
|
|
@@ -1031,7 +981,7 @@ DESCRIPTION
|
|
|
1031
981
|
create an environment secret on the current project or owner account
|
|
1032
982
|
```
|
|
1033
983
|
|
|
1034
|
-
_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)_
|
|
1035
985
|
|
|
1036
986
|
## `eas secret:delete`
|
|
1037
987
|
|
|
@@ -1049,7 +999,7 @@ DESCRIPTION
|
|
|
1049
999
|
delete an environment secret by ID
|
|
1050
1000
|
```
|
|
1051
1001
|
|
|
1052
|
-
_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)_
|
|
1053
1003
|
|
|
1054
1004
|
## `eas secret:list`
|
|
1055
1005
|
|
|
@@ -1063,7 +1013,7 @@ DESCRIPTION
|
|
|
1063
1013
|
list environment secrets available for your current app
|
|
1064
1014
|
```
|
|
1065
1015
|
|
|
1066
|
-
_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)_
|
|
1067
1017
|
|
|
1068
1018
|
## `eas secret:push`
|
|
1069
1019
|
|
|
@@ -1083,7 +1033,7 @@ DESCRIPTION
|
|
|
1083
1033
|
read environment secrets from env file and store on the server
|
|
1084
1034
|
```
|
|
1085
1035
|
|
|
1086
|
-
_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)_
|
|
1087
1037
|
|
|
1088
1038
|
## `eas submit`
|
|
1089
1039
|
|
|
@@ -1113,7 +1063,7 @@ ALIASES
|
|
|
1113
1063
|
$ eas build:submit
|
|
1114
1064
|
```
|
|
1115
1065
|
|
|
1116
|
-
_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)_
|
|
1117
1067
|
|
|
1118
1068
|
## `eas update`
|
|
1119
1069
|
|
|
@@ -1145,7 +1095,7 @@ DESCRIPTION
|
|
|
1145
1095
|
publish an update group
|
|
1146
1096
|
```
|
|
1147
1097
|
|
|
1148
|
-
_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)_
|
|
1149
1099
|
|
|
1150
1100
|
## `eas update:configure`
|
|
1151
1101
|
|
|
@@ -1163,7 +1113,7 @@ DESCRIPTION
|
|
|
1163
1113
|
configure the project to support EAS Update
|
|
1164
1114
|
```
|
|
1165
1115
|
|
|
1166
|
-
_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)_
|
|
1167
1117
|
|
|
1168
1118
|
## `eas update:delete GROUPID`
|
|
1169
1119
|
|
|
@@ -1184,7 +1134,7 @@ DESCRIPTION
|
|
|
1184
1134
|
delete all the updates in an update group
|
|
1185
1135
|
```
|
|
1186
1136
|
|
|
1187
|
-
_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)_
|
|
1188
1138
|
|
|
1189
1139
|
## `eas update:list`
|
|
1190
1140
|
|
|
@@ -1206,7 +1156,7 @@ DESCRIPTION
|
|
|
1206
1156
|
view the recent updates
|
|
1207
1157
|
```
|
|
1208
1158
|
|
|
1209
|
-
_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)_
|
|
1210
1160
|
|
|
1211
1161
|
## `eas update:republish`
|
|
1212
1162
|
|
|
@@ -1230,7 +1180,7 @@ DESCRIPTION
|
|
|
1230
1180
|
rollback to an existing update
|
|
1231
1181
|
```
|
|
1232
1182
|
|
|
1233
|
-
_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)_
|
|
1234
1184
|
|
|
1235
1185
|
## `eas update:view GROUPID`
|
|
1236
1186
|
|
|
@@ -1250,7 +1200,7 @@ DESCRIPTION
|
|
|
1250
1200
|
update group details
|
|
1251
1201
|
```
|
|
1252
1202
|
|
|
1253
|
-
_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)_
|
|
1254
1204
|
|
|
1255
1205
|
## `eas webhook:create`
|
|
1256
1206
|
|
|
@@ -1271,7 +1221,7 @@ DESCRIPTION
|
|
|
1271
1221
|
create a webhook
|
|
1272
1222
|
```
|
|
1273
1223
|
|
|
1274
|
-
_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)_
|
|
1275
1225
|
|
|
1276
1226
|
## `eas webhook:delete [ID]`
|
|
1277
1227
|
|
|
@@ -1291,7 +1241,7 @@ DESCRIPTION
|
|
|
1291
1241
|
delete a webhook
|
|
1292
1242
|
```
|
|
1293
1243
|
|
|
1294
|
-
_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)_
|
|
1295
1245
|
|
|
1296
1246
|
## `eas webhook:list`
|
|
1297
1247
|
|
|
@@ -1309,7 +1259,7 @@ DESCRIPTION
|
|
|
1309
1259
|
list webhooks
|
|
1310
1260
|
```
|
|
1311
1261
|
|
|
1312
|
-
_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)_
|
|
1313
1263
|
|
|
1314
1264
|
## `eas webhook:update`
|
|
1315
1265
|
|
|
@@ -1331,7 +1281,7 @@ DESCRIPTION
|
|
|
1331
1281
|
update a webhook
|
|
1332
1282
|
```
|
|
1333
1283
|
|
|
1334
|
-
_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)_
|
|
1335
1285
|
|
|
1336
1286
|
## `eas webhook:view ID`
|
|
1337
1287
|
|
|
@@ -1348,7 +1298,7 @@ DESCRIPTION
|
|
|
1348
1298
|
view a webhook
|
|
1349
1299
|
```
|
|
1350
1300
|
|
|
1351
|
-
_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)_
|
|
1352
1302
|
|
|
1353
1303
|
## `eas whoami`
|
|
1354
1304
|
|
|
@@ -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