eas-cli 14.3.0 → 14.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -153,7 +153,7 @@ ALIASES
|
|
|
153
153
|
$ eas login
|
|
154
154
|
```
|
|
155
155
|
|
|
156
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
156
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/account/login.ts)_
|
|
157
157
|
|
|
158
158
|
## `eas account:logout`
|
|
159
159
|
|
|
@@ -170,7 +170,7 @@ ALIASES
|
|
|
170
170
|
$ eas logout
|
|
171
171
|
```
|
|
172
172
|
|
|
173
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
173
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/account/logout.ts)_
|
|
174
174
|
|
|
175
175
|
## `eas account:view`
|
|
176
176
|
|
|
@@ -187,7 +187,7 @@ ALIASES
|
|
|
187
187
|
$ eas whoami
|
|
188
188
|
```
|
|
189
189
|
|
|
190
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
190
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/account/view.ts)_
|
|
191
191
|
|
|
192
192
|
## `eas analytics [STATUS]`
|
|
193
193
|
|
|
@@ -201,7 +201,7 @@ DESCRIPTION
|
|
|
201
201
|
display or change analytics settings
|
|
202
202
|
```
|
|
203
203
|
|
|
204
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
204
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/analytics.ts)_
|
|
205
205
|
|
|
206
206
|
## `eas autocomplete [SHELL]`
|
|
207
207
|
|
|
@@ -253,7 +253,7 @@ DESCRIPTION
|
|
|
253
253
|
create a branch
|
|
254
254
|
```
|
|
255
255
|
|
|
256
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
256
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/branch/create.ts)_
|
|
257
257
|
|
|
258
258
|
## `eas branch:delete [NAME]`
|
|
259
259
|
|
|
@@ -274,7 +274,7 @@ DESCRIPTION
|
|
|
274
274
|
delete a branch
|
|
275
275
|
```
|
|
276
276
|
|
|
277
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
277
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
278
278
|
|
|
279
279
|
## `eas branch:list`
|
|
280
280
|
|
|
@@ -294,7 +294,7 @@ DESCRIPTION
|
|
|
294
294
|
list all branches
|
|
295
295
|
```
|
|
296
296
|
|
|
297
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
297
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/branch/list.ts)_
|
|
298
298
|
|
|
299
299
|
## `eas branch:rename`
|
|
300
300
|
|
|
@@ -314,7 +314,7 @@ DESCRIPTION
|
|
|
314
314
|
rename a branch
|
|
315
315
|
```
|
|
316
316
|
|
|
317
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
317
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
318
318
|
|
|
319
319
|
## `eas branch:view [NAME]`
|
|
320
320
|
|
|
@@ -337,7 +337,7 @@ DESCRIPTION
|
|
|
337
337
|
view a branch
|
|
338
338
|
```
|
|
339
339
|
|
|
340
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
340
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/branch/view.ts)_
|
|
341
341
|
|
|
342
342
|
## `eas build`
|
|
343
343
|
|
|
@@ -374,7 +374,7 @@ DESCRIPTION
|
|
|
374
374
|
start a build
|
|
375
375
|
```
|
|
376
376
|
|
|
377
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
377
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/build/index.ts)_
|
|
378
378
|
|
|
379
379
|
## `eas build:cancel [BUILD_ID]`
|
|
380
380
|
|
|
@@ -393,7 +393,7 @@ DESCRIPTION
|
|
|
393
393
|
cancel a build
|
|
394
394
|
```
|
|
395
395
|
|
|
396
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
396
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
397
397
|
|
|
398
398
|
## `eas build:configure`
|
|
399
399
|
|
|
@@ -410,7 +410,7 @@ DESCRIPTION
|
|
|
410
410
|
configure the project to support EAS Build
|
|
411
411
|
```
|
|
412
412
|
|
|
413
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
413
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/build/configure.ts)_
|
|
414
414
|
|
|
415
415
|
## `eas build:delete [BUILD_ID]`
|
|
416
416
|
|
|
@@ -429,7 +429,7 @@ DESCRIPTION
|
|
|
429
429
|
delete a build
|
|
430
430
|
```
|
|
431
431
|
|
|
432
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
432
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/build/delete.ts)_
|
|
433
433
|
|
|
434
434
|
## `eas build:inspect`
|
|
435
435
|
|
|
@@ -464,7 +464,7 @@ DESCRIPTION
|
|
|
464
464
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
465
465
|
```
|
|
466
466
|
|
|
467
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
467
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
468
468
|
|
|
469
469
|
## `eas build:list`
|
|
470
470
|
|
|
@@ -514,7 +514,7 @@ DESCRIPTION
|
|
|
514
514
|
list all builds for your project
|
|
515
515
|
```
|
|
516
516
|
|
|
517
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
517
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/build/list.ts)_
|
|
518
518
|
|
|
519
519
|
## `eas build:resign`
|
|
520
520
|
|
|
@@ -543,7 +543,7 @@ DESCRIPTION
|
|
|
543
543
|
re-sign a build archive
|
|
544
544
|
```
|
|
545
545
|
|
|
546
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
546
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/build/resign.ts)_
|
|
547
547
|
|
|
548
548
|
## `eas build:run`
|
|
549
549
|
|
|
@@ -569,7 +569,7 @@ DESCRIPTION
|
|
|
569
569
|
run simulator/emulator builds from eas-cli
|
|
570
570
|
```
|
|
571
571
|
|
|
572
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
572
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/build/run.ts)_
|
|
573
573
|
|
|
574
574
|
## `eas build:submit`
|
|
575
575
|
|
|
@@ -619,7 +619,7 @@ DESCRIPTION
|
|
|
619
619
|
get the latest version from EAS servers
|
|
620
620
|
```
|
|
621
621
|
|
|
622
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
622
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
623
623
|
|
|
624
624
|
## `eas build:version:set`
|
|
625
625
|
|
|
@@ -638,7 +638,7 @@ DESCRIPTION
|
|
|
638
638
|
update version of an app
|
|
639
639
|
```
|
|
640
640
|
|
|
641
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
641
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
642
642
|
|
|
643
643
|
## `eas build:version:sync`
|
|
644
644
|
|
|
@@ -657,7 +657,7 @@ DESCRIPTION
|
|
|
657
657
|
update a version in native code with a value stored on EAS servers
|
|
658
658
|
```
|
|
659
659
|
|
|
660
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
660
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
661
661
|
|
|
662
662
|
## `eas build:view [BUILD_ID]`
|
|
663
663
|
|
|
@@ -674,7 +674,7 @@ DESCRIPTION
|
|
|
674
674
|
view a build for your project
|
|
675
675
|
```
|
|
676
676
|
|
|
677
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
677
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/build/view.ts)_
|
|
678
678
|
|
|
679
679
|
## `eas channel:create [NAME]`
|
|
680
680
|
|
|
@@ -695,7 +695,7 @@ DESCRIPTION
|
|
|
695
695
|
create a channel
|
|
696
696
|
```
|
|
697
697
|
|
|
698
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
698
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/channel/create.ts)_
|
|
699
699
|
|
|
700
700
|
## `eas channel:edit [NAME]`
|
|
701
701
|
|
|
@@ -717,7 +717,7 @@ DESCRIPTION
|
|
|
717
717
|
point a channel at a new branch
|
|
718
718
|
```
|
|
719
719
|
|
|
720
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
720
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
721
721
|
|
|
722
722
|
## `eas channel:list`
|
|
723
723
|
|
|
@@ -737,7 +737,7 @@ DESCRIPTION
|
|
|
737
737
|
list all channels
|
|
738
738
|
```
|
|
739
739
|
|
|
740
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
740
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/channel/list.ts)_
|
|
741
741
|
|
|
742
742
|
## `eas channel:pause [NAME]`
|
|
743
743
|
|
|
@@ -759,7 +759,7 @@ DESCRIPTION
|
|
|
759
759
|
pause a channel to stop it from sending updates
|
|
760
760
|
```
|
|
761
761
|
|
|
762
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
762
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
763
763
|
|
|
764
764
|
## `eas channel:resume [NAME]`
|
|
765
765
|
|
|
@@ -781,7 +781,7 @@ DESCRIPTION
|
|
|
781
781
|
resume a channel to start sending updates
|
|
782
782
|
```
|
|
783
783
|
|
|
784
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
784
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
785
785
|
|
|
786
786
|
## `eas channel:rollout [CHANNEL]`
|
|
787
787
|
|
|
@@ -814,7 +814,7 @@ DESCRIPTION
|
|
|
814
814
|
Roll a new branch out on a channel incrementally.
|
|
815
815
|
```
|
|
816
816
|
|
|
817
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
817
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
818
818
|
|
|
819
819
|
## `eas channel:view [NAME]`
|
|
820
820
|
|
|
@@ -837,7 +837,7 @@ DESCRIPTION
|
|
|
837
837
|
view a channel
|
|
838
838
|
```
|
|
839
839
|
|
|
840
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
840
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/channel/view.ts)_
|
|
841
841
|
|
|
842
842
|
## `eas config`
|
|
843
843
|
|
|
@@ -858,7 +858,7 @@ DESCRIPTION
|
|
|
858
858
|
display project configuration (app.json + eas.json)
|
|
859
859
|
```
|
|
860
860
|
|
|
861
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
861
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/config.ts)_
|
|
862
862
|
|
|
863
863
|
## `eas credentials`
|
|
864
864
|
|
|
@@ -875,7 +875,7 @@ DESCRIPTION
|
|
|
875
875
|
manage credentials
|
|
876
876
|
```
|
|
877
877
|
|
|
878
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
878
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
879
879
|
|
|
880
880
|
## `eas credentials:configure-build`
|
|
881
881
|
|
|
@@ -893,7 +893,7 @@ DESCRIPTION
|
|
|
893
893
|
Set up credentials for building your project.
|
|
894
894
|
```
|
|
895
895
|
|
|
896
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
896
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
897
897
|
|
|
898
898
|
## `eas device:create`
|
|
899
899
|
|
|
@@ -907,7 +907,7 @@ DESCRIPTION
|
|
|
907
907
|
register new Apple Devices to use for internal distribution
|
|
908
908
|
```
|
|
909
909
|
|
|
910
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
910
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/device/create.ts)_
|
|
911
911
|
|
|
912
912
|
## `eas device:delete`
|
|
913
913
|
|
|
@@ -927,7 +927,7 @@ DESCRIPTION
|
|
|
927
927
|
remove a registered device from your account
|
|
928
928
|
```
|
|
929
929
|
|
|
930
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
930
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/device/delete.ts)_
|
|
931
931
|
|
|
932
932
|
## `eas device:list`
|
|
933
933
|
|
|
@@ -948,7 +948,7 @@ DESCRIPTION
|
|
|
948
948
|
list all registered devices for your account
|
|
949
949
|
```
|
|
950
950
|
|
|
951
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
951
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/device/list.ts)_
|
|
952
952
|
|
|
953
953
|
## `eas device:rename`
|
|
954
954
|
|
|
@@ -969,7 +969,7 @@ DESCRIPTION
|
|
|
969
969
|
rename a registered device
|
|
970
970
|
```
|
|
971
971
|
|
|
972
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
972
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/device/rename.ts)_
|
|
973
973
|
|
|
974
974
|
## `eas device:view [UDID]`
|
|
975
975
|
|
|
@@ -983,7 +983,7 @@ DESCRIPTION
|
|
|
983
983
|
view a device for your project
|
|
984
984
|
```
|
|
985
985
|
|
|
986
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
986
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/device/view.ts)_
|
|
987
987
|
|
|
988
988
|
## `eas diagnostics`
|
|
989
989
|
|
|
@@ -997,7 +997,7 @@ DESCRIPTION
|
|
|
997
997
|
display environment info
|
|
998
998
|
```
|
|
999
999
|
|
|
1000
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1000
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1001
1001
|
|
|
1002
1002
|
## `eas env:create [ENVIRONMENT]`
|
|
1003
1003
|
|
|
@@ -1026,7 +1026,7 @@ DESCRIPTION
|
|
|
1026
1026
|
create an environment variable for the current project or account
|
|
1027
1027
|
```
|
|
1028
1028
|
|
|
1029
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1029
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/env/create.ts)_
|
|
1030
1030
|
|
|
1031
1031
|
## `eas env:delete [ENVIRONMENT]`
|
|
1032
1032
|
|
|
@@ -1050,7 +1050,7 @@ DESCRIPTION
|
|
|
1050
1050
|
delete an environment variable for the current project or account
|
|
1051
1051
|
```
|
|
1052
1052
|
|
|
1053
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1053
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1054
1054
|
|
|
1055
1055
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1056
1056
|
|
|
@@ -1071,7 +1071,7 @@ DESCRIPTION
|
|
|
1071
1071
|
execute a command with environment variables from the selected environment
|
|
1072
1072
|
```
|
|
1073
1073
|
|
|
1074
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1074
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1075
1075
|
|
|
1076
1076
|
## `eas env:get [ENVIRONMENT]`
|
|
1077
1077
|
|
|
@@ -1096,7 +1096,7 @@ DESCRIPTION
|
|
|
1096
1096
|
view an environment variable for the current project or account
|
|
1097
1097
|
```
|
|
1098
1098
|
|
|
1099
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1099
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/env/get.ts)_
|
|
1100
1100
|
|
|
1101
1101
|
## `eas env:list [ENVIRONMENT]`
|
|
1102
1102
|
|
|
@@ -1121,7 +1121,7 @@ DESCRIPTION
|
|
|
1121
1121
|
list environment variables for the current project or account
|
|
1122
1122
|
```
|
|
1123
1123
|
|
|
1124
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1124
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/env/list.ts)_
|
|
1125
1125
|
|
|
1126
1126
|
## `eas env:pull [ENVIRONMENT]`
|
|
1127
1127
|
|
|
@@ -1144,7 +1144,7 @@ DESCRIPTION
|
|
|
1144
1144
|
pull environment variables for the selected environment to .env file
|
|
1145
1145
|
```
|
|
1146
1146
|
|
|
1147
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1147
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1148
1148
|
|
|
1149
1149
|
## `eas env:push [ENVIRONMENT]`
|
|
1150
1150
|
|
|
@@ -1165,7 +1165,7 @@ DESCRIPTION
|
|
|
1165
1165
|
push environment variables from .env file to the selected environment
|
|
1166
1166
|
```
|
|
1167
1167
|
|
|
1168
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1168
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/env/push.ts)_
|
|
1169
1169
|
|
|
1170
1170
|
## `eas env:update [ENVIRONMENT]`
|
|
1171
1171
|
|
|
@@ -1196,7 +1196,7 @@ DESCRIPTION
|
|
|
1196
1196
|
update an environment variable on the current project or account
|
|
1197
1197
|
```
|
|
1198
1198
|
|
|
1199
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1199
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/env/update.ts)_
|
|
1200
1200
|
|
|
1201
1201
|
## `eas help [COMMAND]`
|
|
1202
1202
|
|
|
@@ -1304,7 +1304,7 @@ DESCRIPTION
|
|
|
1304
1304
|
validate the local store configuration
|
|
1305
1305
|
```
|
|
1306
1306
|
|
|
1307
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1307
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1308
1308
|
|
|
1309
1309
|
## `eas metadata:pull`
|
|
1310
1310
|
|
|
@@ -1321,7 +1321,7 @@ DESCRIPTION
|
|
|
1321
1321
|
generate the local store configuration from the app stores
|
|
1322
1322
|
```
|
|
1323
1323
|
|
|
1324
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1324
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1325
1325
|
|
|
1326
1326
|
## `eas metadata:push`
|
|
1327
1327
|
|
|
@@ -1338,7 +1338,7 @@ DESCRIPTION
|
|
|
1338
1338
|
sync the local store configuration to the app stores
|
|
1339
1339
|
```
|
|
1340
1340
|
|
|
1341
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1341
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1342
1342
|
|
|
1343
1343
|
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1344
1344
|
|
|
@@ -1368,7 +1368,7 @@ DESCRIPTION
|
|
|
1368
1368
|
open the project page in a web browser
|
|
1369
1369
|
```
|
|
1370
1370
|
|
|
1371
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1371
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/open.ts)_
|
|
1372
1372
|
|
|
1373
1373
|
## `eas project:info`
|
|
1374
1374
|
|
|
@@ -1382,7 +1382,7 @@ DESCRIPTION
|
|
|
1382
1382
|
information about the current project
|
|
1383
1383
|
```
|
|
1384
1384
|
|
|
1385
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1385
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/project/info.ts)_
|
|
1386
1386
|
|
|
1387
1387
|
## `eas project:init`
|
|
1388
1388
|
|
|
@@ -1405,7 +1405,7 @@ ALIASES
|
|
|
1405
1405
|
$ eas init
|
|
1406
1406
|
```
|
|
1407
1407
|
|
|
1408
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1408
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/project/init.ts)_
|
|
1409
1409
|
|
|
1410
1410
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1411
1411
|
|
|
@@ -1423,7 +1423,7 @@ ALIASES
|
|
|
1423
1423
|
$ eas onboarding
|
|
1424
1424
|
```
|
|
1425
1425
|
|
|
1426
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1426
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1427
1427
|
|
|
1428
1428
|
## `eas submit`
|
|
1429
1429
|
|
|
@@ -1454,7 +1454,7 @@ ALIASES
|
|
|
1454
1454
|
$ eas build:submit
|
|
1455
1455
|
```
|
|
1456
1456
|
|
|
1457
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1457
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/submit.ts)_
|
|
1458
1458
|
|
|
1459
1459
|
## `eas update`
|
|
1460
1460
|
|
|
@@ -1496,7 +1496,7 @@ DESCRIPTION
|
|
|
1496
1496
|
publish an update group
|
|
1497
1497
|
```
|
|
1498
1498
|
|
|
1499
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1499
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/update/index.ts)_
|
|
1500
1500
|
|
|
1501
1501
|
## `eas update:configure`
|
|
1502
1502
|
|
|
@@ -1516,7 +1516,7 @@ DESCRIPTION
|
|
|
1516
1516
|
configure the project to support EAS Update
|
|
1517
1517
|
```
|
|
1518
1518
|
|
|
1519
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1519
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1520
1520
|
|
|
1521
1521
|
## `eas update:delete GROUPID`
|
|
1522
1522
|
|
|
@@ -1537,7 +1537,7 @@ DESCRIPTION
|
|
|
1537
1537
|
delete all the updates in an update group
|
|
1538
1538
|
```
|
|
1539
1539
|
|
|
1540
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1540
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1541
1541
|
|
|
1542
1542
|
## `eas update:edit [GROUPID]`
|
|
1543
1543
|
|
|
@@ -1561,7 +1561,7 @@ DESCRIPTION
|
|
|
1561
1561
|
edit all the updates in an update group
|
|
1562
1562
|
```
|
|
1563
1563
|
|
|
1564
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1564
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1565
1565
|
|
|
1566
1566
|
## `eas update:list`
|
|
1567
1567
|
|
|
@@ -1583,7 +1583,7 @@ DESCRIPTION
|
|
|
1583
1583
|
view the recent updates
|
|
1584
1584
|
```
|
|
1585
1585
|
|
|
1586
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1586
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/update/list.ts)_
|
|
1587
1587
|
|
|
1588
1588
|
## `eas update:republish`
|
|
1589
1589
|
|
|
@@ -1615,7 +1615,7 @@ DESCRIPTION
|
|
|
1615
1615
|
roll back to an existing update
|
|
1616
1616
|
```
|
|
1617
1617
|
|
|
1618
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1618
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1619
1619
|
|
|
1620
1620
|
## `eas update:roll-back-to-embedded`
|
|
1621
1621
|
|
|
@@ -1643,7 +1643,7 @@ DESCRIPTION
|
|
|
1643
1643
|
roll back to the embedded update
|
|
1644
1644
|
```
|
|
1645
1645
|
|
|
1646
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1646
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1647
1647
|
|
|
1648
1648
|
## `eas update:rollback`
|
|
1649
1649
|
|
|
@@ -1663,7 +1663,7 @@ DESCRIPTION
|
|
|
1663
1663
|
roll back to an embedded update or an existing update
|
|
1664
1664
|
```
|
|
1665
1665
|
|
|
1666
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1666
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1667
1667
|
|
|
1668
1668
|
## `eas update:view GROUPID`
|
|
1669
1669
|
|
|
@@ -1683,7 +1683,7 @@ DESCRIPTION
|
|
|
1683
1683
|
update group details
|
|
1684
1684
|
```
|
|
1685
1685
|
|
|
1686
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1686
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/update/view.ts)_
|
|
1687
1687
|
|
|
1688
1688
|
## `eas webhook:create`
|
|
1689
1689
|
|
|
@@ -1704,7 +1704,7 @@ DESCRIPTION
|
|
|
1704
1704
|
create a webhook
|
|
1705
1705
|
```
|
|
1706
1706
|
|
|
1707
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1707
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1708
1708
|
|
|
1709
1709
|
## `eas webhook:delete [ID]`
|
|
1710
1710
|
|
|
@@ -1724,7 +1724,7 @@ DESCRIPTION
|
|
|
1724
1724
|
delete a webhook
|
|
1725
1725
|
```
|
|
1726
1726
|
|
|
1727
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1727
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1728
1728
|
|
|
1729
1729
|
## `eas webhook:list`
|
|
1730
1730
|
|
|
@@ -1742,7 +1742,7 @@ DESCRIPTION
|
|
|
1742
1742
|
list webhooks
|
|
1743
1743
|
```
|
|
1744
1744
|
|
|
1745
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1745
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1746
1746
|
|
|
1747
1747
|
## `eas webhook:update`
|
|
1748
1748
|
|
|
@@ -1764,7 +1764,7 @@ DESCRIPTION
|
|
|
1764
1764
|
update a webhook
|
|
1765
1765
|
```
|
|
1766
1766
|
|
|
1767
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1767
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1768
1768
|
|
|
1769
1769
|
## `eas webhook:view ID`
|
|
1770
1770
|
|
|
@@ -1781,7 +1781,7 @@ DESCRIPTION
|
|
|
1781
1781
|
view a webhook
|
|
1782
1782
|
```
|
|
1783
1783
|
|
|
1784
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1784
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
1785
1785
|
|
|
1786
1786
|
## `eas whoami`
|
|
1787
1787
|
|
|
@@ -1816,7 +1816,7 @@ DESCRIPTION
|
|
|
1816
1816
|
create a new workflow configuration YAML file
|
|
1817
1817
|
```
|
|
1818
1818
|
|
|
1819
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1819
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
1820
1820
|
|
|
1821
1821
|
## `eas workflow:run [FILE]`
|
|
1822
1822
|
|
|
@@ -1836,7 +1836,7 @@ DESCRIPTION
|
|
|
1836
1836
|
Run an EAS workflow
|
|
1837
1837
|
```
|
|
1838
1838
|
|
|
1839
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1839
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
1840
1840
|
|
|
1841
1841
|
## `eas workflow:validate PATH`
|
|
1842
1842
|
|
|
@@ -1856,5 +1856,5 @@ DESCRIPTION
|
|
|
1856
1856
|
validate a workflow configuration yaml file
|
|
1857
1857
|
```
|
|
1858
1858
|
|
|
1859
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v14.3.
|
|
1859
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v14.3.1/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
1860
1860
|
<!-- commandsstop -->
|
|
@@ -96,6 +96,7 @@ async function ensureAndroidCredentialsAsync(ctx) {
|
|
|
96
96
|
}
|
|
97
97
|
const androidApplicationIdentifier = await (0, applicationId_1.getApplicationIdAsync)(ctx.projectDir, ctx.exp, ctx.vcsClient, ctx.android.gradleContext);
|
|
98
98
|
const provider = new AndroidCredentialsProvider_1.default(ctx.credentialsCtx, {
|
|
99
|
+
name: ctx.buildProfile.keystoreName,
|
|
99
100
|
app: {
|
|
100
101
|
account: (0, nullthrows_1.default)(ctx.user.accounts.find(a => a.name === ctx.accountName), `You do not have access to account: ${ctx.accountName}`),
|
|
101
102
|
projectName: ctx.projectName,
|
|
@@ -23,7 +23,7 @@ class AndroidCredentialsProvider {
|
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
async getRemoteAsync() {
|
|
26
|
-
const setupBuildCredentialsAction = new SetUpBuildCredentials_1.SetUpBuildCredentials(
|
|
26
|
+
const setupBuildCredentialsAction = new SetUpBuildCredentials_1.SetUpBuildCredentials(this.options);
|
|
27
27
|
const buildCredentials = await setupBuildCredentialsAction.runAsync(this.ctx);
|
|
28
28
|
return this.toAndroidCredentials(buildCredentials);
|
|
29
29
|
}
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
3
|
"description": "EAS command line tool",
|
|
4
|
-
"version": "14.3.
|
|
4
|
+
"version": "14.3.1",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
"@expo/config": "10.0.6",
|
|
14
14
|
"@expo/config-plugins": "9.0.12",
|
|
15
15
|
"@expo/eas-build-job": "1.0.156",
|
|
16
|
-
"@expo/eas-json": "14.3.
|
|
16
|
+
"@expo/eas-json": "14.3.1",
|
|
17
17
|
"@expo/env": "^0.4.0",
|
|
18
18
|
"@expo/json-file": "8.3.3",
|
|
19
19
|
"@expo/logger": "1.0.117",
|
|
20
20
|
"@expo/multipart-body-parser": "2.0.0",
|
|
21
21
|
"@expo/osascript": "2.1.4",
|
|
22
|
-
"@expo/package-manager": "1.
|
|
22
|
+
"@expo/package-manager": "1.7.0",
|
|
23
23
|
"@expo/pkcs12": "0.1.3",
|
|
24
24
|
"@expo/plist": "0.2.0",
|
|
25
25
|
"@expo/plugin-help": "5.1.23",
|
|
@@ -237,5 +237,5 @@
|
|
|
237
237
|
"node": "20.11.0",
|
|
238
238
|
"yarn": "1.22.21"
|
|
239
239
|
},
|
|
240
|
-
"gitHead": "
|
|
240
|
+
"gitHead": "38ae8b68f1b6d599cfcb2f49c21475ccbd30253e"
|
|
241
241
|
}
|