eas-cli 13.2.0 → 13.2.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 +63 -63
- package/build/commandUtils/flags.d.ts +2 -2
- package/build/commandUtils/flags.js +3 -3
- package/build/commands/update/configure.d.ts +1 -1
- package/build/commands/update/configure.js +2 -2
- package/build/commands/update/index.d.ts +1 -1
- package/build/commands/update/index.js +6 -6
- package/build/vcs/clients/noVcs.js +1 -1
- package/oclif.manifest.json +5 -5
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -146,7 +146,7 @@ ALIASES
|
|
|
146
146
|
$ eas login
|
|
147
147
|
```
|
|
148
148
|
|
|
149
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
149
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/account/login.ts)_
|
|
150
150
|
|
|
151
151
|
## `eas account:logout`
|
|
152
152
|
|
|
@@ -163,7 +163,7 @@ ALIASES
|
|
|
163
163
|
$ eas logout
|
|
164
164
|
```
|
|
165
165
|
|
|
166
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
166
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/account/logout.ts)_
|
|
167
167
|
|
|
168
168
|
## `eas account:view`
|
|
169
169
|
|
|
@@ -180,7 +180,7 @@ ALIASES
|
|
|
180
180
|
$ eas whoami
|
|
181
181
|
```
|
|
182
182
|
|
|
183
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
183
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/account/view.ts)_
|
|
184
184
|
|
|
185
185
|
## `eas analytics [STATUS]`
|
|
186
186
|
|
|
@@ -194,7 +194,7 @@ DESCRIPTION
|
|
|
194
194
|
display or change analytics settings
|
|
195
195
|
```
|
|
196
196
|
|
|
197
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
197
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/analytics.ts)_
|
|
198
198
|
|
|
199
199
|
## `eas autocomplete [SHELL]`
|
|
200
200
|
|
|
@@ -246,7 +246,7 @@ DESCRIPTION
|
|
|
246
246
|
create a branch
|
|
247
247
|
```
|
|
248
248
|
|
|
249
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
249
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/branch/create.ts)_
|
|
250
250
|
|
|
251
251
|
## `eas branch:delete [NAME]`
|
|
252
252
|
|
|
@@ -267,7 +267,7 @@ DESCRIPTION
|
|
|
267
267
|
delete a branch
|
|
268
268
|
```
|
|
269
269
|
|
|
270
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
270
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
271
271
|
|
|
272
272
|
## `eas branch:list`
|
|
273
273
|
|
|
@@ -287,7 +287,7 @@ DESCRIPTION
|
|
|
287
287
|
list all branches
|
|
288
288
|
```
|
|
289
289
|
|
|
290
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
290
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/branch/list.ts)_
|
|
291
291
|
|
|
292
292
|
## `eas branch:rename`
|
|
293
293
|
|
|
@@ -307,7 +307,7 @@ DESCRIPTION
|
|
|
307
307
|
rename a branch
|
|
308
308
|
```
|
|
309
309
|
|
|
310
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
310
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
311
311
|
|
|
312
312
|
## `eas branch:view [NAME]`
|
|
313
313
|
|
|
@@ -330,7 +330,7 @@ DESCRIPTION
|
|
|
330
330
|
view a branch
|
|
331
331
|
```
|
|
332
332
|
|
|
333
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
333
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/branch/view.ts)_
|
|
334
334
|
|
|
335
335
|
## `eas build`
|
|
336
336
|
|
|
@@ -367,7 +367,7 @@ DESCRIPTION
|
|
|
367
367
|
start a build
|
|
368
368
|
```
|
|
369
369
|
|
|
370
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
370
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/build/index.ts)_
|
|
371
371
|
|
|
372
372
|
## `eas build:cancel [BUILD_ID]`
|
|
373
373
|
|
|
@@ -386,7 +386,7 @@ DESCRIPTION
|
|
|
386
386
|
cancel a build
|
|
387
387
|
```
|
|
388
388
|
|
|
389
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
389
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
390
390
|
|
|
391
391
|
## `eas build:configure`
|
|
392
392
|
|
|
@@ -403,7 +403,7 @@ DESCRIPTION
|
|
|
403
403
|
configure the project to support EAS Build
|
|
404
404
|
```
|
|
405
405
|
|
|
406
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
406
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/build/configure.ts)_
|
|
407
407
|
|
|
408
408
|
## `eas build:delete [BUILD_ID]`
|
|
409
409
|
|
|
@@ -422,7 +422,7 @@ DESCRIPTION
|
|
|
422
422
|
delete a build
|
|
423
423
|
```
|
|
424
424
|
|
|
425
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
425
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/build/delete.ts)_
|
|
426
426
|
|
|
427
427
|
## `eas build:inspect`
|
|
428
428
|
|
|
@@ -457,7 +457,7 @@ DESCRIPTION
|
|
|
457
457
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
458
458
|
```
|
|
459
459
|
|
|
460
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
460
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
461
461
|
|
|
462
462
|
## `eas build:list`
|
|
463
463
|
|
|
@@ -507,7 +507,7 @@ DESCRIPTION
|
|
|
507
507
|
list all builds for your project
|
|
508
508
|
```
|
|
509
509
|
|
|
510
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
510
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/build/list.ts)_
|
|
511
511
|
|
|
512
512
|
## `eas build:resign`
|
|
513
513
|
|
|
@@ -536,7 +536,7 @@ DESCRIPTION
|
|
|
536
536
|
re-sign a build archive
|
|
537
537
|
```
|
|
538
538
|
|
|
539
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
539
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/build/resign.ts)_
|
|
540
540
|
|
|
541
541
|
## `eas build:run`
|
|
542
542
|
|
|
@@ -562,7 +562,7 @@ DESCRIPTION
|
|
|
562
562
|
run simulator/emulator builds from eas-cli
|
|
563
563
|
```
|
|
564
564
|
|
|
565
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
565
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/build/run.ts)_
|
|
566
566
|
|
|
567
567
|
## `eas build:submit`
|
|
568
568
|
|
|
@@ -612,7 +612,7 @@ DESCRIPTION
|
|
|
612
612
|
get the latest version from EAS servers
|
|
613
613
|
```
|
|
614
614
|
|
|
615
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
615
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
616
616
|
|
|
617
617
|
## `eas build:version:set`
|
|
618
618
|
|
|
@@ -631,7 +631,7 @@ DESCRIPTION
|
|
|
631
631
|
update version of an app
|
|
632
632
|
```
|
|
633
633
|
|
|
634
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
634
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
635
635
|
|
|
636
636
|
## `eas build:version:sync`
|
|
637
637
|
|
|
@@ -650,7 +650,7 @@ DESCRIPTION
|
|
|
650
650
|
update a version in native code with a value stored on EAS servers
|
|
651
651
|
```
|
|
652
652
|
|
|
653
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
653
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
654
654
|
|
|
655
655
|
## `eas build:view [BUILD_ID]`
|
|
656
656
|
|
|
@@ -667,7 +667,7 @@ DESCRIPTION
|
|
|
667
667
|
view a build for your project
|
|
668
668
|
```
|
|
669
669
|
|
|
670
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
670
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/build/view.ts)_
|
|
671
671
|
|
|
672
672
|
## `eas channel:create [NAME]`
|
|
673
673
|
|
|
@@ -688,7 +688,7 @@ DESCRIPTION
|
|
|
688
688
|
create a channel
|
|
689
689
|
```
|
|
690
690
|
|
|
691
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
691
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/channel/create.ts)_
|
|
692
692
|
|
|
693
693
|
## `eas channel:edit [NAME]`
|
|
694
694
|
|
|
@@ -710,7 +710,7 @@ DESCRIPTION
|
|
|
710
710
|
point a channel at a new branch
|
|
711
711
|
```
|
|
712
712
|
|
|
713
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
713
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
714
714
|
|
|
715
715
|
## `eas channel:list`
|
|
716
716
|
|
|
@@ -730,7 +730,7 @@ DESCRIPTION
|
|
|
730
730
|
list all channels
|
|
731
731
|
```
|
|
732
732
|
|
|
733
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
733
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/channel/list.ts)_
|
|
734
734
|
|
|
735
735
|
## `eas channel:pause [NAME]`
|
|
736
736
|
|
|
@@ -752,7 +752,7 @@ DESCRIPTION
|
|
|
752
752
|
pause a channel to stop it from sending updates
|
|
753
753
|
```
|
|
754
754
|
|
|
755
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
755
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
756
756
|
|
|
757
757
|
## `eas channel:resume [NAME]`
|
|
758
758
|
|
|
@@ -774,7 +774,7 @@ DESCRIPTION
|
|
|
774
774
|
resume a channel to start sending updates
|
|
775
775
|
```
|
|
776
776
|
|
|
777
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
777
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
778
778
|
|
|
779
779
|
## `eas channel:rollout [CHANNEL]`
|
|
780
780
|
|
|
@@ -807,7 +807,7 @@ DESCRIPTION
|
|
|
807
807
|
Roll a new branch out on a channel incrementally.
|
|
808
808
|
```
|
|
809
809
|
|
|
810
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
810
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
811
811
|
|
|
812
812
|
## `eas channel:view [NAME]`
|
|
813
813
|
|
|
@@ -830,7 +830,7 @@ DESCRIPTION
|
|
|
830
830
|
view a channel
|
|
831
831
|
```
|
|
832
832
|
|
|
833
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
833
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/channel/view.ts)_
|
|
834
834
|
|
|
835
835
|
## `eas config`
|
|
836
836
|
|
|
@@ -851,7 +851,7 @@ DESCRIPTION
|
|
|
851
851
|
display project configuration (app.json + eas.json)
|
|
852
852
|
```
|
|
853
853
|
|
|
854
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
854
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/config.ts)_
|
|
855
855
|
|
|
856
856
|
## `eas credentials`
|
|
857
857
|
|
|
@@ -868,7 +868,7 @@ DESCRIPTION
|
|
|
868
868
|
manage credentials
|
|
869
869
|
```
|
|
870
870
|
|
|
871
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
871
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
872
872
|
|
|
873
873
|
## `eas credentials:configure-build`
|
|
874
874
|
|
|
@@ -886,7 +886,7 @@ DESCRIPTION
|
|
|
886
886
|
Set up credentials for building your project.
|
|
887
887
|
```
|
|
888
888
|
|
|
889
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
889
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
890
890
|
|
|
891
891
|
## `eas device:create`
|
|
892
892
|
|
|
@@ -900,7 +900,7 @@ DESCRIPTION
|
|
|
900
900
|
register new Apple Devices to use for internal distribution
|
|
901
901
|
```
|
|
902
902
|
|
|
903
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
903
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/device/create.ts)_
|
|
904
904
|
|
|
905
905
|
## `eas device:delete`
|
|
906
906
|
|
|
@@ -920,7 +920,7 @@ DESCRIPTION
|
|
|
920
920
|
remove a registered device from your account
|
|
921
921
|
```
|
|
922
922
|
|
|
923
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
923
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/device/delete.ts)_
|
|
924
924
|
|
|
925
925
|
## `eas device:list`
|
|
926
926
|
|
|
@@ -941,7 +941,7 @@ DESCRIPTION
|
|
|
941
941
|
list all registered devices for your account
|
|
942
942
|
```
|
|
943
943
|
|
|
944
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
944
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/device/list.ts)_
|
|
945
945
|
|
|
946
946
|
## `eas device:rename`
|
|
947
947
|
|
|
@@ -962,7 +962,7 @@ DESCRIPTION
|
|
|
962
962
|
rename a registered device
|
|
963
963
|
```
|
|
964
964
|
|
|
965
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
965
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/device/rename.ts)_
|
|
966
966
|
|
|
967
967
|
## `eas device:view [UDID]`
|
|
968
968
|
|
|
@@ -976,7 +976,7 @@ DESCRIPTION
|
|
|
976
976
|
view a device for your project
|
|
977
977
|
```
|
|
978
978
|
|
|
979
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
979
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/device/view.ts)_
|
|
980
980
|
|
|
981
981
|
## `eas diagnostics`
|
|
982
982
|
|
|
@@ -990,7 +990,7 @@ DESCRIPTION
|
|
|
990
990
|
display environment info
|
|
991
991
|
```
|
|
992
992
|
|
|
993
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
993
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
994
994
|
|
|
995
995
|
## `eas help [COMMAND]`
|
|
996
996
|
|
|
@@ -1098,7 +1098,7 @@ DESCRIPTION
|
|
|
1098
1098
|
validate the local store configuration
|
|
1099
1099
|
```
|
|
1100
1100
|
|
|
1101
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1101
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1102
1102
|
|
|
1103
1103
|
## `eas metadata:pull`
|
|
1104
1104
|
|
|
@@ -1115,7 +1115,7 @@ DESCRIPTION
|
|
|
1115
1115
|
generate the local store configuration from the app stores
|
|
1116
1116
|
```
|
|
1117
1117
|
|
|
1118
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1118
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1119
1119
|
|
|
1120
1120
|
## `eas metadata:push`
|
|
1121
1121
|
|
|
@@ -1132,7 +1132,7 @@ DESCRIPTION
|
|
|
1132
1132
|
sync the local store configuration to the app stores
|
|
1133
1133
|
```
|
|
1134
1134
|
|
|
1135
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1135
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1136
1136
|
|
|
1137
1137
|
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1138
1138
|
|
|
@@ -1162,7 +1162,7 @@ DESCRIPTION
|
|
|
1162
1162
|
open the project page in a web browser
|
|
1163
1163
|
```
|
|
1164
1164
|
|
|
1165
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1165
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/open.ts)_
|
|
1166
1166
|
|
|
1167
1167
|
## `eas project:info`
|
|
1168
1168
|
|
|
@@ -1176,7 +1176,7 @@ DESCRIPTION
|
|
|
1176
1176
|
information about the current project
|
|
1177
1177
|
```
|
|
1178
1178
|
|
|
1179
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1179
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/project/info.ts)_
|
|
1180
1180
|
|
|
1181
1181
|
## `eas project:init`
|
|
1182
1182
|
|
|
@@ -1199,7 +1199,7 @@ ALIASES
|
|
|
1199
1199
|
$ eas init
|
|
1200
1200
|
```
|
|
1201
1201
|
|
|
1202
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1202
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/project/init.ts)_
|
|
1203
1203
|
|
|
1204
1204
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1205
1205
|
|
|
@@ -1217,7 +1217,7 @@ ALIASES
|
|
|
1217
1217
|
$ eas onboarding
|
|
1218
1218
|
```
|
|
1219
1219
|
|
|
1220
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1220
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1221
1221
|
|
|
1222
1222
|
## `eas secret:create`
|
|
1223
1223
|
|
|
@@ -1240,7 +1240,7 @@ DESCRIPTION
|
|
|
1240
1240
|
create an environment secret on the current project or owner account
|
|
1241
1241
|
```
|
|
1242
1242
|
|
|
1243
|
-
_See code: [packages/eas-cli/src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1243
|
+
_See code: [packages/eas-cli/src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/secret/create.ts)_
|
|
1244
1244
|
|
|
1245
1245
|
## `eas secret:delete`
|
|
1246
1246
|
|
|
@@ -1258,7 +1258,7 @@ DESCRIPTION
|
|
|
1258
1258
|
delete an environment secret by ID
|
|
1259
1259
|
```
|
|
1260
1260
|
|
|
1261
|
-
_See code: [packages/eas-cli/src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1261
|
+
_See code: [packages/eas-cli/src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/secret/delete.ts)_
|
|
1262
1262
|
|
|
1263
1263
|
## `eas secret:list`
|
|
1264
1264
|
|
|
@@ -1272,7 +1272,7 @@ DESCRIPTION
|
|
|
1272
1272
|
list environment secrets available for your current app
|
|
1273
1273
|
```
|
|
1274
1274
|
|
|
1275
|
-
_See code: [packages/eas-cli/src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1275
|
+
_See code: [packages/eas-cli/src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/secret/list.ts)_
|
|
1276
1276
|
|
|
1277
1277
|
## `eas secret:push`
|
|
1278
1278
|
|
|
@@ -1292,7 +1292,7 @@ DESCRIPTION
|
|
|
1292
1292
|
read environment secrets from env file and store on the server
|
|
1293
1293
|
```
|
|
1294
1294
|
|
|
1295
|
-
_See code: [packages/eas-cli/src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1295
|
+
_See code: [packages/eas-cli/src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/secret/push.ts)_
|
|
1296
1296
|
|
|
1297
1297
|
## `eas submit`
|
|
1298
1298
|
|
|
@@ -1323,7 +1323,7 @@ ALIASES
|
|
|
1323
1323
|
$ eas build:submit
|
|
1324
1324
|
```
|
|
1325
1325
|
|
|
1326
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1326
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/submit.ts)_
|
|
1327
1327
|
|
|
1328
1328
|
## `eas update`
|
|
1329
1329
|
|
|
@@ -1361,7 +1361,7 @@ DESCRIPTION
|
|
|
1361
1361
|
publish an update group
|
|
1362
1362
|
```
|
|
1363
1363
|
|
|
1364
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1364
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/update/index.ts)_
|
|
1365
1365
|
|
|
1366
1366
|
## `eas update:configure`
|
|
1367
1367
|
|
|
@@ -1379,7 +1379,7 @@ DESCRIPTION
|
|
|
1379
1379
|
configure the project to support EAS Update
|
|
1380
1380
|
```
|
|
1381
1381
|
|
|
1382
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1382
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1383
1383
|
|
|
1384
1384
|
## `eas update:delete GROUPID`
|
|
1385
1385
|
|
|
@@ -1400,7 +1400,7 @@ DESCRIPTION
|
|
|
1400
1400
|
delete all the updates in an update group
|
|
1401
1401
|
```
|
|
1402
1402
|
|
|
1403
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1403
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1404
1404
|
|
|
1405
1405
|
## `eas update:edit [GROUPID]`
|
|
1406
1406
|
|
|
@@ -1424,7 +1424,7 @@ DESCRIPTION
|
|
|
1424
1424
|
edit all the updates in an update group
|
|
1425
1425
|
```
|
|
1426
1426
|
|
|
1427
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1427
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1428
1428
|
|
|
1429
1429
|
## `eas update:list`
|
|
1430
1430
|
|
|
@@ -1446,7 +1446,7 @@ DESCRIPTION
|
|
|
1446
1446
|
view the recent updates
|
|
1447
1447
|
```
|
|
1448
1448
|
|
|
1449
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1449
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/update/list.ts)_
|
|
1450
1450
|
|
|
1451
1451
|
## `eas update:republish`
|
|
1452
1452
|
|
|
@@ -1478,7 +1478,7 @@ DESCRIPTION
|
|
|
1478
1478
|
roll back to an existing update
|
|
1479
1479
|
```
|
|
1480
1480
|
|
|
1481
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1481
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1482
1482
|
|
|
1483
1483
|
## `eas update:roll-back-to-embedded`
|
|
1484
1484
|
|
|
@@ -1506,7 +1506,7 @@ DESCRIPTION
|
|
|
1506
1506
|
roll back to the embedded update
|
|
1507
1507
|
```
|
|
1508
1508
|
|
|
1509
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1509
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1510
1510
|
|
|
1511
1511
|
## `eas update:rollback`
|
|
1512
1512
|
|
|
@@ -1526,7 +1526,7 @@ DESCRIPTION
|
|
|
1526
1526
|
roll back to an embedded update or an existing update
|
|
1527
1527
|
```
|
|
1528
1528
|
|
|
1529
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1529
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1530
1530
|
|
|
1531
1531
|
## `eas update:view GROUPID`
|
|
1532
1532
|
|
|
@@ -1546,7 +1546,7 @@ DESCRIPTION
|
|
|
1546
1546
|
update group details
|
|
1547
1547
|
```
|
|
1548
1548
|
|
|
1549
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1549
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/update/view.ts)_
|
|
1550
1550
|
|
|
1551
1551
|
## `eas webhook:create`
|
|
1552
1552
|
|
|
@@ -1567,7 +1567,7 @@ DESCRIPTION
|
|
|
1567
1567
|
create a webhook
|
|
1568
1568
|
```
|
|
1569
1569
|
|
|
1570
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1570
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1571
1571
|
|
|
1572
1572
|
## `eas webhook:delete [ID]`
|
|
1573
1573
|
|
|
@@ -1587,7 +1587,7 @@ DESCRIPTION
|
|
|
1587
1587
|
delete a webhook
|
|
1588
1588
|
```
|
|
1589
1589
|
|
|
1590
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1590
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1591
1591
|
|
|
1592
1592
|
## `eas webhook:list`
|
|
1593
1593
|
|
|
@@ -1605,7 +1605,7 @@ DESCRIPTION
|
|
|
1605
1605
|
list webhooks
|
|
1606
1606
|
```
|
|
1607
1607
|
|
|
1608
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1608
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1609
1609
|
|
|
1610
1610
|
## `eas webhook:update`
|
|
1611
1611
|
|
|
@@ -1627,7 +1627,7 @@ DESCRIPTION
|
|
|
1627
1627
|
update a webhook
|
|
1628
1628
|
```
|
|
1629
1629
|
|
|
1630
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1630
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1631
1631
|
|
|
1632
1632
|
## `eas webhook:view ID`
|
|
1633
1633
|
|
|
@@ -1644,7 +1644,7 @@ DESCRIPTION
|
|
|
1644
1644
|
view a webhook
|
|
1645
1645
|
```
|
|
1646
1646
|
|
|
1647
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v13.2.
|
|
1647
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v13.2.2/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
1648
1648
|
|
|
1649
1649
|
## `eas whoami`
|
|
1650
1650
|
|
|
@@ -30,7 +30,7 @@ export declare const EASNonInteractiveFlag: {
|
|
|
30
30
|
export declare const EasJsonOnlyFlag: {
|
|
31
31
|
json: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
32
32
|
};
|
|
33
|
-
export declare const
|
|
34
|
-
|
|
33
|
+
export declare const EasUpdateEnvironmentFlag: {
|
|
34
|
+
environment: import("@oclif/core/lib/interfaces").OptionFlag<EnvironmentVariableEnvironment | null>;
|
|
35
35
|
};
|
|
36
36
|
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.EasUpdateEnvironmentFlag = exports.EasJsonOnlyFlag = exports.EASNonInteractiveFlag = exports.EASVariableScopeFlag = exports.EASVariableVisibilityFlag = exports.EASVariableFormatFlag = exports.EASMultiEnvironmentFlag = exports.EASEnvironmentFlag = exports.EasEnvironmentFlagParameters = exports.EasNonInteractiveAndJsonFlags = void 0;
|
|
4
4
|
const core_1 = require("@oclif/core");
|
|
5
5
|
const generated_1 = require("../graphql/generated");
|
|
6
6
|
// NOTE: not exactly true, but, provided mapToLowercase and upperCaseAsync
|
|
@@ -69,8 +69,8 @@ exports.EasJsonOnlyFlag = {
|
|
|
69
69
|
description: 'Enable JSON output, non-JSON messages will be printed to stderr.',
|
|
70
70
|
}),
|
|
71
71
|
};
|
|
72
|
-
exports.
|
|
73
|
-
|
|
72
|
+
exports.EasUpdateEnvironmentFlag = {
|
|
73
|
+
environment: core_1.Flags.enum({
|
|
74
74
|
description: 'Environment to use the server-side defined EAS environment variables for during command execution.',
|
|
75
75
|
options: mapToLowercase(Object.values(generated_1.EnvironmentVariableEnvironment)),
|
|
76
76
|
parse: upperCaseAsync,
|
|
@@ -4,7 +4,7 @@ export default class UpdateConfigure extends EasCommand {
|
|
|
4
4
|
static description: string;
|
|
5
5
|
static flags: {
|
|
6
6
|
'non-interactive': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
7
|
-
|
|
7
|
+
environment: import("@oclif/core/lib/interfaces").OptionFlag<import("../../graphql/generated").EnvironmentVariableEnvironment | null>;
|
|
8
8
|
platform: import("@oclif/core/lib/interfaces").OptionFlag<RequestedPlatform>;
|
|
9
9
|
};
|
|
10
10
|
static contextDefinition: {
|
|
@@ -15,7 +15,7 @@ class UpdateConfigure extends EasCommand_1.default {
|
|
|
15
15
|
const { flags } = await this.parse(_a);
|
|
16
16
|
const { privateProjectConfig: { projectId, exp, projectDir }, vcsClient, } = await this.getContextAsync(_a, {
|
|
17
17
|
nonInteractive: flags['non-interactive'],
|
|
18
|
-
withServerSideEnvironment: flags['
|
|
18
|
+
withServerSideEnvironment: flags['environment'],
|
|
19
19
|
});
|
|
20
20
|
log_1.default.log('💡 The following process will configure your project to use EAS Update. These changes only apply to your local project files and you can safely revert them at any time.');
|
|
21
21
|
await vcsClient.ensureRepoExistsAsync();
|
|
@@ -49,7 +49,7 @@ UpdateConfigure.flags = {
|
|
|
49
49
|
options: Object.values(platform_1.RequestedPlatform),
|
|
50
50
|
default: platform_1.RequestedPlatform.All,
|
|
51
51
|
}),
|
|
52
|
-
...flags_1.
|
|
52
|
+
...flags_1.EasUpdateEnvironmentFlag,
|
|
53
53
|
...flags_1.EASNonInteractiveFlag,
|
|
54
54
|
};
|
|
55
55
|
UpdateConfigure.contextDefinition = {
|
|
@@ -6,7 +6,7 @@ export default class UpdatePublish extends EasCommand {
|
|
|
6
6
|
static flags: {
|
|
7
7
|
json: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
8
8
|
'non-interactive': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
9
|
-
|
|
9
|
+
environment: import("@oclif/core/lib/interfaces").OptionFlag<EnvironmentVariableEnvironment | null>;
|
|
10
10
|
branch: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined>;
|
|
11
11
|
channel: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined>;
|
|
12
12
|
message: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined>;
|
|
@@ -35,10 +35,10 @@ class UpdatePublish extends EasCommand_1.default {
|
|
|
35
35
|
async runAsync() {
|
|
36
36
|
const { flags: rawFlags } = await this.parse(_a);
|
|
37
37
|
const paginatedQueryOptions = (0, pagination_1.getPaginatedQueryOptions)(rawFlags);
|
|
38
|
-
const { auto: autoFlag, platform: requestedPlatform, channelName: channelNameArg, updateMessage: updateMessageArg, inputDir, skipBundler, clearCache, privateKeyPath, json: jsonFlag, nonInteractive, branchName: branchNameArg, emitMetadata, rolloutPercentage,
|
|
38
|
+
const { auto: autoFlag, platform: requestedPlatform, channelName: channelNameArg, updateMessage: updateMessageArg, inputDir, skipBundler, clearCache, privateKeyPath, json: jsonFlag, nonInteractive, branchName: branchNameArg, emitMetadata, rolloutPercentage, environment, } = this.sanitizeFlags(rawFlags);
|
|
39
39
|
const { getDynamicPublicProjectConfigAsync, getDynamicPrivateProjectConfigAsync, loggedIn: { graphqlClient }, vcsClient, getServerSideEnvironmentVariablesAsync, } = await this.getContextAsync(_a, {
|
|
40
40
|
nonInteractive,
|
|
41
|
-
withServerSideEnvironment:
|
|
41
|
+
withServerSideEnvironment: environment,
|
|
42
42
|
});
|
|
43
43
|
if (jsonFlag) {
|
|
44
44
|
(0, json_1.enableJsonOutput)();
|
|
@@ -85,7 +85,7 @@ class UpdatePublish extends EasCommand_1.default {
|
|
|
85
85
|
platformFlag: requestedPlatform,
|
|
86
86
|
clearCache,
|
|
87
87
|
extraEnv: {
|
|
88
|
-
...(
|
|
88
|
+
...(environment
|
|
89
89
|
? { ...(await getServerSideEnvironmentVariablesAsync()), EXPO_NO_DOTENV: '1' }
|
|
90
90
|
: {}),
|
|
91
91
|
},
|
|
@@ -387,14 +387,14 @@ class UpdatePublish extends EasCommand_1.default {
|
|
|
387
387
|
updateMessage,
|
|
388
388
|
inputDir: flags['input-dir'],
|
|
389
389
|
skipBundler,
|
|
390
|
-
clearCache: flags['clear-cache'] ? true : !!flags['
|
|
390
|
+
clearCache: flags['clear-cache'] ? true : !!flags['environment'],
|
|
391
391
|
platform: flags.platform,
|
|
392
392
|
privateKeyPath: flags['private-key-path'],
|
|
393
393
|
rolloutPercentage: flags['rollout-percentage'],
|
|
394
394
|
nonInteractive,
|
|
395
395
|
emitMetadata,
|
|
396
396
|
json: flags.json ?? false,
|
|
397
|
-
|
|
397
|
+
environment: flags['environment'],
|
|
398
398
|
};
|
|
399
399
|
}
|
|
400
400
|
}
|
|
@@ -451,7 +451,7 @@ UpdatePublish.flags = {
|
|
|
451
451
|
description: `File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named "private-key.pem" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/`,
|
|
452
452
|
required: false,
|
|
453
453
|
}),
|
|
454
|
-
...flags_1.
|
|
454
|
+
...flags_1.EasUpdateEnvironmentFlag,
|
|
455
455
|
...flags_1.EasNonInteractiveAndJsonFlags,
|
|
456
456
|
};
|
|
457
457
|
UpdatePublish.contextDefinition = {
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "13.2.
|
|
2
|
+
"version": "13.2.2",
|
|
3
3
|
"commands": {
|
|
4
4
|
"analytics": {
|
|
5
5
|
"id": "analytics",
|
|
@@ -2942,8 +2942,8 @@
|
|
|
2942
2942
|
],
|
|
2943
2943
|
"default": "all"
|
|
2944
2944
|
},
|
|
2945
|
-
"
|
|
2946
|
-
"name": "
|
|
2945
|
+
"environment": {
|
|
2946
|
+
"name": "environment",
|
|
2947
2947
|
"type": "option",
|
|
2948
2948
|
"description": "Environment to use the server-side defined EAS environment variables for during command execution.",
|
|
2949
2949
|
"hidden": true,
|
|
@@ -3147,8 +3147,8 @@
|
|
|
3147
3147
|
"required": false,
|
|
3148
3148
|
"multiple": false
|
|
3149
3149
|
},
|
|
3150
|
-
"
|
|
3151
|
-
"name": "
|
|
3150
|
+
"environment": {
|
|
3151
|
+
"name": "environment",
|
|
3152
3152
|
"type": "option",
|
|
3153
3153
|
"description": "Environment to use the server-side defined EAS environment variables for during command execution.",
|
|
3154
3154
|
"hidden": true,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
3
|
"description": "EAS command line tool",
|
|
4
|
-
"version": "13.2.
|
|
4
|
+
"version": "13.2.2",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"@expo/code-signing-certificates": "0.0.5",
|
|
13
13
|
"@expo/config": "9.0.4",
|
|
14
14
|
"@expo/config-plugins": "8.0.10",
|
|
15
|
-
"@expo/eas-build-job": "1.0.
|
|
16
|
-
"@expo/eas-json": "13.
|
|
15
|
+
"@expo/eas-build-job": "1.0.149",
|
|
16
|
+
"@expo/eas-json": "13.2.2",
|
|
17
17
|
"@expo/env": "^0.3.0",
|
|
18
18
|
"@expo/json-file": "8.3.3",
|
|
19
19
|
"@expo/logger": "1.0.117",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@expo/results": "1.0.0",
|
|
29
29
|
"@expo/rudder-sdk-node": "1.1.1",
|
|
30
30
|
"@expo/spawn-async": "1.7.2",
|
|
31
|
-
"@expo/steps": "1.0.
|
|
31
|
+
"@expo/steps": "1.0.149",
|
|
32
32
|
"@expo/timeago.js": "1.0.0",
|
|
33
33
|
"@oclif/core": "^1.26.2",
|
|
34
34
|
"@oclif/plugin-autocomplete": "^2.3.10",
|
|
@@ -228,5 +228,5 @@
|
|
|
228
228
|
"node": "20.11.0",
|
|
229
229
|
"yarn": "1.22.21"
|
|
230
230
|
},
|
|
231
|
-
"gitHead": "
|
|
231
|
+
"gitHead": "734a07134580db9f832f2453a8ca4a96a5290ac3"
|
|
232
232
|
}
|