eas-cli 16.13.1 → 16.13.3
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 +78 -78
- package/build/build/build.js +1 -1
- package/build/run/ios/systemRequirements.js +1 -1
- package/build/update/configure.js +6 -1
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -164,7 +164,7 @@ ALIASES
|
|
|
164
164
|
$ eas login
|
|
165
165
|
```
|
|
166
166
|
|
|
167
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
167
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/account/login.ts)_
|
|
168
168
|
|
|
169
169
|
## `eas account:logout`
|
|
170
170
|
|
|
@@ -181,7 +181,7 @@ ALIASES
|
|
|
181
181
|
$ eas logout
|
|
182
182
|
```
|
|
183
183
|
|
|
184
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
184
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/account/logout.ts)_
|
|
185
185
|
|
|
186
186
|
## `eas account:view`
|
|
187
187
|
|
|
@@ -198,7 +198,7 @@ ALIASES
|
|
|
198
198
|
$ eas whoami
|
|
199
199
|
```
|
|
200
200
|
|
|
201
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
201
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/account/view.ts)_
|
|
202
202
|
|
|
203
203
|
## `eas analytics [STATUS]`
|
|
204
204
|
|
|
@@ -212,7 +212,7 @@ DESCRIPTION
|
|
|
212
212
|
display or change analytics settings
|
|
213
213
|
```
|
|
214
214
|
|
|
215
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
215
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/analytics.ts)_
|
|
216
216
|
|
|
217
217
|
## `eas autocomplete [SHELL]`
|
|
218
218
|
|
|
@@ -264,7 +264,7 @@ DESCRIPTION
|
|
|
264
264
|
create a branch
|
|
265
265
|
```
|
|
266
266
|
|
|
267
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
267
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/branch/create.ts)_
|
|
268
268
|
|
|
269
269
|
## `eas branch:delete [NAME]`
|
|
270
270
|
|
|
@@ -285,7 +285,7 @@ DESCRIPTION
|
|
|
285
285
|
delete a branch
|
|
286
286
|
```
|
|
287
287
|
|
|
288
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
288
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
289
289
|
|
|
290
290
|
## `eas branch:list`
|
|
291
291
|
|
|
@@ -305,7 +305,7 @@ DESCRIPTION
|
|
|
305
305
|
list all branches
|
|
306
306
|
```
|
|
307
307
|
|
|
308
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
308
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/branch/list.ts)_
|
|
309
309
|
|
|
310
310
|
## `eas branch:rename`
|
|
311
311
|
|
|
@@ -325,7 +325,7 @@ DESCRIPTION
|
|
|
325
325
|
rename a branch
|
|
326
326
|
```
|
|
327
327
|
|
|
328
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
328
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
329
329
|
|
|
330
330
|
## `eas branch:view [NAME]`
|
|
331
331
|
|
|
@@ -348,7 +348,7 @@ DESCRIPTION
|
|
|
348
348
|
view a branch
|
|
349
349
|
```
|
|
350
350
|
|
|
351
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
351
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/branch/view.ts)_
|
|
352
352
|
|
|
353
353
|
## `eas build`
|
|
354
354
|
|
|
@@ -389,7 +389,7 @@ DESCRIPTION
|
|
|
389
389
|
start a build
|
|
390
390
|
```
|
|
391
391
|
|
|
392
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
392
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/build/index.ts)_
|
|
393
393
|
|
|
394
394
|
## `eas build:cancel [BUILD_ID]`
|
|
395
395
|
|
|
@@ -408,7 +408,7 @@ DESCRIPTION
|
|
|
408
408
|
cancel a build
|
|
409
409
|
```
|
|
410
410
|
|
|
411
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
411
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
412
412
|
|
|
413
413
|
## `eas build:configure`
|
|
414
414
|
|
|
@@ -425,7 +425,7 @@ DESCRIPTION
|
|
|
425
425
|
configure the project to support EAS Build
|
|
426
426
|
```
|
|
427
427
|
|
|
428
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
428
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/build/configure.ts)_
|
|
429
429
|
|
|
430
430
|
## `eas build:delete [BUILD_ID]`
|
|
431
431
|
|
|
@@ -444,7 +444,7 @@ DESCRIPTION
|
|
|
444
444
|
delete a build
|
|
445
445
|
```
|
|
446
446
|
|
|
447
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
447
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/build/delete.ts)_
|
|
448
448
|
|
|
449
449
|
## `eas build:dev`
|
|
450
450
|
|
|
@@ -464,7 +464,7 @@ DESCRIPTION
|
|
|
464
464
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
465
465
|
```
|
|
466
466
|
|
|
467
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
467
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/build/dev.ts)_
|
|
468
468
|
|
|
469
469
|
## `eas build:download`
|
|
470
470
|
|
|
@@ -485,7 +485,7 @@ DESCRIPTION
|
|
|
485
485
|
download simulator/emulator builds for a given fingerprint hash
|
|
486
486
|
```
|
|
487
487
|
|
|
488
|
-
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
488
|
+
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/build/download.ts)_
|
|
489
489
|
|
|
490
490
|
## `eas build:inspect`
|
|
491
491
|
|
|
@@ -520,7 +520,7 @@ DESCRIPTION
|
|
|
520
520
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
521
521
|
```
|
|
522
522
|
|
|
523
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
523
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
524
524
|
|
|
525
525
|
## `eas build:list`
|
|
526
526
|
|
|
@@ -572,7 +572,7 @@ DESCRIPTION
|
|
|
572
572
|
list all builds for your project
|
|
573
573
|
```
|
|
574
574
|
|
|
575
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
575
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/build/list.ts)_
|
|
576
576
|
|
|
577
577
|
## `eas build:resign`
|
|
578
578
|
|
|
@@ -601,7 +601,7 @@ DESCRIPTION
|
|
|
601
601
|
re-sign a build archive
|
|
602
602
|
```
|
|
603
603
|
|
|
604
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
604
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/build/resign.ts)_
|
|
605
605
|
|
|
606
606
|
## `eas build:run`
|
|
607
607
|
|
|
@@ -627,7 +627,7 @@ DESCRIPTION
|
|
|
627
627
|
run simulator/emulator builds from eas-cli
|
|
628
628
|
```
|
|
629
629
|
|
|
630
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
630
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/build/run.ts)_
|
|
631
631
|
|
|
632
632
|
## `eas build:submit`
|
|
633
633
|
|
|
@@ -681,7 +681,7 @@ DESCRIPTION
|
|
|
681
681
|
get the latest version from EAS servers
|
|
682
682
|
```
|
|
683
683
|
|
|
684
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
684
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
685
685
|
|
|
686
686
|
## `eas build:version:set`
|
|
687
687
|
|
|
@@ -700,7 +700,7 @@ DESCRIPTION
|
|
|
700
700
|
update version of an app
|
|
701
701
|
```
|
|
702
702
|
|
|
703
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
703
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
704
704
|
|
|
705
705
|
## `eas build:version:sync`
|
|
706
706
|
|
|
@@ -719,7 +719,7 @@ DESCRIPTION
|
|
|
719
719
|
update a version in native code with a value stored on EAS servers
|
|
720
720
|
```
|
|
721
721
|
|
|
722
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
722
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
723
723
|
|
|
724
724
|
## `eas build:view [BUILD_ID]`
|
|
725
725
|
|
|
@@ -736,7 +736,7 @@ DESCRIPTION
|
|
|
736
736
|
view a build for your project
|
|
737
737
|
```
|
|
738
738
|
|
|
739
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
739
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/build/view.ts)_
|
|
740
740
|
|
|
741
741
|
## `eas channel:create [NAME]`
|
|
742
742
|
|
|
@@ -757,7 +757,7 @@ DESCRIPTION
|
|
|
757
757
|
create a channel
|
|
758
758
|
```
|
|
759
759
|
|
|
760
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
760
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/channel/create.ts)_
|
|
761
761
|
|
|
762
762
|
## `eas channel:edit [NAME]`
|
|
763
763
|
|
|
@@ -779,7 +779,7 @@ DESCRIPTION
|
|
|
779
779
|
point a channel at a new branch
|
|
780
780
|
```
|
|
781
781
|
|
|
782
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
782
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
783
783
|
|
|
784
784
|
## `eas channel:list`
|
|
785
785
|
|
|
@@ -799,7 +799,7 @@ DESCRIPTION
|
|
|
799
799
|
list all channels
|
|
800
800
|
```
|
|
801
801
|
|
|
802
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
802
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/channel/list.ts)_
|
|
803
803
|
|
|
804
804
|
## `eas channel:pause [NAME]`
|
|
805
805
|
|
|
@@ -821,7 +821,7 @@ DESCRIPTION
|
|
|
821
821
|
pause a channel to stop it from sending updates
|
|
822
822
|
```
|
|
823
823
|
|
|
824
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
824
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
825
825
|
|
|
826
826
|
## `eas channel:resume [NAME]`
|
|
827
827
|
|
|
@@ -843,7 +843,7 @@ DESCRIPTION
|
|
|
843
843
|
resume a channel to start sending updates
|
|
844
844
|
```
|
|
845
845
|
|
|
846
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
846
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
847
847
|
|
|
848
848
|
## `eas channel:rollout [CHANNEL]`
|
|
849
849
|
|
|
@@ -876,7 +876,7 @@ DESCRIPTION
|
|
|
876
876
|
Roll a new branch out on a channel incrementally.
|
|
877
877
|
```
|
|
878
878
|
|
|
879
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
879
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
880
880
|
|
|
881
881
|
## `eas channel:view [NAME]`
|
|
882
882
|
|
|
@@ -899,7 +899,7 @@ DESCRIPTION
|
|
|
899
899
|
view a channel
|
|
900
900
|
```
|
|
901
901
|
|
|
902
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
902
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/channel/view.ts)_
|
|
903
903
|
|
|
904
904
|
## `eas config`
|
|
905
905
|
|
|
@@ -920,7 +920,7 @@ DESCRIPTION
|
|
|
920
920
|
display project configuration (app.json + eas.json)
|
|
921
921
|
```
|
|
922
922
|
|
|
923
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
923
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/config.ts)_
|
|
924
924
|
|
|
925
925
|
## `eas credentials`
|
|
926
926
|
|
|
@@ -937,7 +937,7 @@ DESCRIPTION
|
|
|
937
937
|
manage credentials
|
|
938
938
|
```
|
|
939
939
|
|
|
940
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
940
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
941
941
|
|
|
942
942
|
## `eas credentials:configure-build`
|
|
943
943
|
|
|
@@ -955,7 +955,7 @@ DESCRIPTION
|
|
|
955
955
|
Set up credentials for building your project.
|
|
956
956
|
```
|
|
957
957
|
|
|
958
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
958
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
959
959
|
|
|
960
960
|
## `eas deploy [2m[options][22m`
|
|
961
961
|
|
|
@@ -983,7 +983,7 @@ ALIASES
|
|
|
983
983
|
$ eas worker:deploy
|
|
984
984
|
```
|
|
985
985
|
|
|
986
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
986
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
987
987
|
|
|
988
988
|
## `eas deploy:alias`
|
|
989
989
|
|
|
@@ -1008,7 +1008,7 @@ ALIASES
|
|
|
1008
1008
|
$ eas deploy:promote
|
|
1009
1009
|
```
|
|
1010
1010
|
|
|
1011
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1011
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/deploy/alias.ts)_
|
|
1012
1012
|
|
|
1013
1013
|
## `eas deploy:promote`
|
|
1014
1014
|
|
|
@@ -1045,7 +1045,7 @@ DESCRIPTION
|
|
|
1045
1045
|
register new Apple Devices to use for internal distribution
|
|
1046
1046
|
```
|
|
1047
1047
|
|
|
1048
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1048
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/device/create.ts)_
|
|
1049
1049
|
|
|
1050
1050
|
## `eas device:delete`
|
|
1051
1051
|
|
|
@@ -1065,7 +1065,7 @@ DESCRIPTION
|
|
|
1065
1065
|
remove a registered device from your account
|
|
1066
1066
|
```
|
|
1067
1067
|
|
|
1068
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1068
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1069
1069
|
|
|
1070
1070
|
## `eas device:list`
|
|
1071
1071
|
|
|
@@ -1086,7 +1086,7 @@ DESCRIPTION
|
|
|
1086
1086
|
list all registered devices for your account
|
|
1087
1087
|
```
|
|
1088
1088
|
|
|
1089
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1089
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/device/list.ts)_
|
|
1090
1090
|
|
|
1091
1091
|
## `eas device:rename`
|
|
1092
1092
|
|
|
@@ -1107,7 +1107,7 @@ DESCRIPTION
|
|
|
1107
1107
|
rename a registered device
|
|
1108
1108
|
```
|
|
1109
1109
|
|
|
1110
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1110
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1111
1111
|
|
|
1112
1112
|
## `eas device:view [UDID]`
|
|
1113
1113
|
|
|
@@ -1121,7 +1121,7 @@ DESCRIPTION
|
|
|
1121
1121
|
view a device for your project
|
|
1122
1122
|
```
|
|
1123
1123
|
|
|
1124
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1124
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/device/view.ts)_
|
|
1125
1125
|
|
|
1126
1126
|
## `eas diagnostics`
|
|
1127
1127
|
|
|
@@ -1135,7 +1135,7 @@ DESCRIPTION
|
|
|
1135
1135
|
display environment info
|
|
1136
1136
|
```
|
|
1137
1137
|
|
|
1138
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1138
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1139
1139
|
|
|
1140
1140
|
## `eas env:create [ENVIRONMENT]`
|
|
1141
1141
|
|
|
@@ -1164,7 +1164,7 @@ DESCRIPTION
|
|
|
1164
1164
|
create an environment variable for the current project or account
|
|
1165
1165
|
```
|
|
1166
1166
|
|
|
1167
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1167
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/env/create.ts)_
|
|
1168
1168
|
|
|
1169
1169
|
## `eas env:delete [ENVIRONMENT]`
|
|
1170
1170
|
|
|
@@ -1188,7 +1188,7 @@ DESCRIPTION
|
|
|
1188
1188
|
delete an environment variable for the current project or account
|
|
1189
1189
|
```
|
|
1190
1190
|
|
|
1191
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1191
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1192
1192
|
|
|
1193
1193
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1194
1194
|
|
|
@@ -1209,7 +1209,7 @@ DESCRIPTION
|
|
|
1209
1209
|
execute a command with environment variables from the selected environment
|
|
1210
1210
|
```
|
|
1211
1211
|
|
|
1212
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1212
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1213
1213
|
|
|
1214
1214
|
## `eas env:get [ENVIRONMENT]`
|
|
1215
1215
|
|
|
@@ -1234,7 +1234,7 @@ DESCRIPTION
|
|
|
1234
1234
|
view an environment variable for the current project or account
|
|
1235
1235
|
```
|
|
1236
1236
|
|
|
1237
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1237
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/env/get.ts)_
|
|
1238
1238
|
|
|
1239
1239
|
## `eas env:list [ENVIRONMENT]`
|
|
1240
1240
|
|
|
@@ -1259,7 +1259,7 @@ DESCRIPTION
|
|
|
1259
1259
|
list environment variables for the current project or account
|
|
1260
1260
|
```
|
|
1261
1261
|
|
|
1262
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1262
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/env/list.ts)_
|
|
1263
1263
|
|
|
1264
1264
|
## `eas env:pull [ENVIRONMENT]`
|
|
1265
1265
|
|
|
@@ -1282,7 +1282,7 @@ DESCRIPTION
|
|
|
1282
1282
|
pull environment variables for the selected environment to .env file
|
|
1283
1283
|
```
|
|
1284
1284
|
|
|
1285
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1285
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1286
1286
|
|
|
1287
1287
|
## `eas env:push [ENVIRONMENT]`
|
|
1288
1288
|
|
|
@@ -1303,7 +1303,7 @@ DESCRIPTION
|
|
|
1303
1303
|
push environment variables from .env file to the selected environment
|
|
1304
1304
|
```
|
|
1305
1305
|
|
|
1306
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1306
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/env/push.ts)_
|
|
1307
1307
|
|
|
1308
1308
|
## `eas env:update [ENVIRONMENT]`
|
|
1309
1309
|
|
|
@@ -1334,7 +1334,7 @@ DESCRIPTION
|
|
|
1334
1334
|
update an environment variable on the current project or account
|
|
1335
1335
|
```
|
|
1336
1336
|
|
|
1337
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1337
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/env/update.ts)_
|
|
1338
1338
|
|
|
1339
1339
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1340
1340
|
|
|
@@ -1379,7 +1379,7 @@ EXAMPLES
|
|
|
1379
1379
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1380
1380
|
```
|
|
1381
1381
|
|
|
1382
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1382
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1383
1383
|
|
|
1384
1384
|
## `eas fingerprint:generate`
|
|
1385
1385
|
|
|
@@ -1410,7 +1410,7 @@ EXAMPLES
|
|
|
1410
1410
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1411
1411
|
```
|
|
1412
1412
|
|
|
1413
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1413
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1414
1414
|
|
|
1415
1415
|
## `eas help [COMMAND]`
|
|
1416
1416
|
|
|
@@ -1518,7 +1518,7 @@ DESCRIPTION
|
|
|
1518
1518
|
validate the local store configuration
|
|
1519
1519
|
```
|
|
1520
1520
|
|
|
1521
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1521
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1522
1522
|
|
|
1523
1523
|
## `eas metadata:pull`
|
|
1524
1524
|
|
|
@@ -1535,7 +1535,7 @@ DESCRIPTION
|
|
|
1535
1535
|
generate the local store configuration from the app stores
|
|
1536
1536
|
```
|
|
1537
1537
|
|
|
1538
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1538
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1539
1539
|
|
|
1540
1540
|
## `eas metadata:push`
|
|
1541
1541
|
|
|
@@ -1552,7 +1552,7 @@ DESCRIPTION
|
|
|
1552
1552
|
sync the local store configuration to the app stores
|
|
1553
1553
|
```
|
|
1554
1554
|
|
|
1555
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1555
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1556
1556
|
|
|
1557
1557
|
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1558
1558
|
|
|
@@ -1582,7 +1582,7 @@ DESCRIPTION
|
|
|
1582
1582
|
open the project page in a web browser
|
|
1583
1583
|
```
|
|
1584
1584
|
|
|
1585
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1585
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/open.ts)_
|
|
1586
1586
|
|
|
1587
1587
|
## `eas project:info`
|
|
1588
1588
|
|
|
@@ -1596,7 +1596,7 @@ DESCRIPTION
|
|
|
1596
1596
|
information about the current project
|
|
1597
1597
|
```
|
|
1598
1598
|
|
|
1599
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1599
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/project/info.ts)_
|
|
1600
1600
|
|
|
1601
1601
|
## `eas project:init`
|
|
1602
1602
|
|
|
@@ -1619,7 +1619,7 @@ ALIASES
|
|
|
1619
1619
|
$ eas init
|
|
1620
1620
|
```
|
|
1621
1621
|
|
|
1622
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1622
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/project/init.ts)_
|
|
1623
1623
|
|
|
1624
1624
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1625
1625
|
|
|
@@ -1637,7 +1637,7 @@ ALIASES
|
|
|
1637
1637
|
$ eas onboarding
|
|
1638
1638
|
```
|
|
1639
1639
|
|
|
1640
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1640
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1641
1641
|
|
|
1642
1642
|
## `eas submit`
|
|
1643
1643
|
|
|
@@ -1672,7 +1672,7 @@ ALIASES
|
|
|
1672
1672
|
$ eas build:submit
|
|
1673
1673
|
```
|
|
1674
1674
|
|
|
1675
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1675
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/submit.ts)_
|
|
1676
1676
|
|
|
1677
1677
|
## `eas update`
|
|
1678
1678
|
|
|
@@ -1714,7 +1714,7 @@ DESCRIPTION
|
|
|
1714
1714
|
publish an update group
|
|
1715
1715
|
```
|
|
1716
1716
|
|
|
1717
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1717
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/update/index.ts)_
|
|
1718
1718
|
|
|
1719
1719
|
## `eas update:configure`
|
|
1720
1720
|
|
|
@@ -1734,7 +1734,7 @@ DESCRIPTION
|
|
|
1734
1734
|
configure the project to support EAS Update
|
|
1735
1735
|
```
|
|
1736
1736
|
|
|
1737
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1737
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1738
1738
|
|
|
1739
1739
|
## `eas update:delete GROUPID`
|
|
1740
1740
|
|
|
@@ -1755,7 +1755,7 @@ DESCRIPTION
|
|
|
1755
1755
|
delete all the updates in an update group
|
|
1756
1756
|
```
|
|
1757
1757
|
|
|
1758
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1758
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1759
1759
|
|
|
1760
1760
|
## `eas update:edit [GROUPID]`
|
|
1761
1761
|
|
|
@@ -1779,7 +1779,7 @@ DESCRIPTION
|
|
|
1779
1779
|
edit all the updates in an update group
|
|
1780
1780
|
```
|
|
1781
1781
|
|
|
1782
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1782
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1783
1783
|
|
|
1784
1784
|
## `eas update:list`
|
|
1785
1785
|
|
|
@@ -1801,7 +1801,7 @@ DESCRIPTION
|
|
|
1801
1801
|
view the recent updates
|
|
1802
1802
|
```
|
|
1803
1803
|
|
|
1804
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1804
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/update/list.ts)_
|
|
1805
1805
|
|
|
1806
1806
|
## `eas update:republish`
|
|
1807
1807
|
|
|
@@ -1837,7 +1837,7 @@ DESCRIPTION
|
|
|
1837
1837
|
roll back to an existing update
|
|
1838
1838
|
```
|
|
1839
1839
|
|
|
1840
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1840
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1841
1841
|
|
|
1842
1842
|
## `eas update:roll-back-to-embedded`
|
|
1843
1843
|
|
|
@@ -1865,7 +1865,7 @@ DESCRIPTION
|
|
|
1865
1865
|
roll back to the embedded update
|
|
1866
1866
|
```
|
|
1867
1867
|
|
|
1868
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1868
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1869
1869
|
|
|
1870
1870
|
## `eas update:rollback`
|
|
1871
1871
|
|
|
@@ -1885,7 +1885,7 @@ DESCRIPTION
|
|
|
1885
1885
|
roll back to an embedded update or an existing update
|
|
1886
1886
|
```
|
|
1887
1887
|
|
|
1888
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1888
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1889
1889
|
|
|
1890
1890
|
## `eas update:view GROUPID`
|
|
1891
1891
|
|
|
@@ -1905,7 +1905,7 @@ DESCRIPTION
|
|
|
1905
1905
|
update group details
|
|
1906
1906
|
```
|
|
1907
1907
|
|
|
1908
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1908
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/update/view.ts)_
|
|
1909
1909
|
|
|
1910
1910
|
## `eas webhook:create`
|
|
1911
1911
|
|
|
@@ -1926,7 +1926,7 @@ DESCRIPTION
|
|
|
1926
1926
|
create a webhook
|
|
1927
1927
|
```
|
|
1928
1928
|
|
|
1929
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1929
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1930
1930
|
|
|
1931
1931
|
## `eas webhook:delete [ID]`
|
|
1932
1932
|
|
|
@@ -1946,7 +1946,7 @@ DESCRIPTION
|
|
|
1946
1946
|
delete a webhook
|
|
1947
1947
|
```
|
|
1948
1948
|
|
|
1949
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1949
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1950
1950
|
|
|
1951
1951
|
## `eas webhook:list`
|
|
1952
1952
|
|
|
@@ -1964,7 +1964,7 @@ DESCRIPTION
|
|
|
1964
1964
|
list webhooks
|
|
1965
1965
|
```
|
|
1966
1966
|
|
|
1967
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1967
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1968
1968
|
|
|
1969
1969
|
## `eas webhook:update`
|
|
1970
1970
|
|
|
@@ -1986,7 +1986,7 @@ DESCRIPTION
|
|
|
1986
1986
|
update a webhook
|
|
1987
1987
|
```
|
|
1988
1988
|
|
|
1989
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1989
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1990
1990
|
|
|
1991
1991
|
## `eas webhook:view ID`
|
|
1992
1992
|
|
|
@@ -2003,7 +2003,7 @@ DESCRIPTION
|
|
|
2003
2003
|
view a webhook
|
|
2004
2004
|
```
|
|
2005
2005
|
|
|
2006
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
2006
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
2007
2007
|
|
|
2008
2008
|
## `eas whoami`
|
|
2009
2009
|
|
|
@@ -2085,7 +2085,7 @@ DESCRIPTION
|
|
|
2085
2085
|
to cancel.
|
|
2086
2086
|
```
|
|
2087
2087
|
|
|
2088
|
-
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
2088
|
+
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/workflow/cancel.ts)_
|
|
2089
2089
|
|
|
2090
2090
|
## `eas workflow:create [NAME]`
|
|
2091
2091
|
|
|
@@ -2105,7 +2105,7 @@ DESCRIPTION
|
|
|
2105
2105
|
create a new workflow configuration YAML file
|
|
2106
2106
|
```
|
|
2107
2107
|
|
|
2108
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
2108
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2109
2109
|
|
|
2110
2110
|
## `eas workflow:run [FILE]`
|
|
2111
2111
|
|
|
@@ -2132,7 +2132,7 @@ FLAG DESCRIPTIONS
|
|
|
2132
2132
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2133
2133
|
```
|
|
2134
2134
|
|
|
2135
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
2135
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2136
2136
|
|
|
2137
2137
|
## `eas workflow:runs`
|
|
2138
2138
|
|
|
@@ -2157,7 +2157,7 @@ DESCRIPTION
|
|
|
2157
2157
|
list recent workflow runs for this project, with their IDs, statuses, and timestamps
|
|
2158
2158
|
```
|
|
2159
2159
|
|
|
2160
|
-
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
2160
|
+
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/workflow/runs.ts)_
|
|
2161
2161
|
|
|
2162
2162
|
## `eas workflow:validate PATH`
|
|
2163
2163
|
|
|
@@ -2177,5 +2177,5 @@ DESCRIPTION
|
|
|
2177
2177
|
validate a workflow configuration yaml file
|
|
2178
2178
|
```
|
|
2179
2179
|
|
|
2180
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
2180
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.13.3/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2181
2181
|
<!-- commandsstop -->
|
package/build/build/build.js
CHANGED
|
@@ -311,7 +311,7 @@ async function handleSingleBuildProgressAsync({ build, accountName, }, { spinner
|
|
|
311
311
|
if (build.priority !== generated_1.BuildPriority.High) {
|
|
312
312
|
log_1.default.newLine();
|
|
313
313
|
log_1.default.log('Start builds sooner in the priority queue.');
|
|
314
|
-
log_1.default.log(`Sign up for
|
|
314
|
+
log_1.default.log(`Sign up for a paid plan at ${(0, log_1.link)(formatAccountBillingUrl(accountName))}`);
|
|
315
315
|
}
|
|
316
316
|
log_1.default.newLine();
|
|
317
317
|
log_1.default.log(`Waiting in ${priorityToQueueDisplayName[build.priority]}`);
|
|
@@ -58,7 +58,7 @@ async function ensureXcrunInstalledAsync() {
|
|
|
58
58
|
async function assertSimulatorAppInstalledAsync() {
|
|
59
59
|
const simulatorAppId = await (0, simulator_1.getSimulatorAppIdAsync)();
|
|
60
60
|
if (!simulatorAppId) {
|
|
61
|
-
throw new Error(`Can't determine id of Simulator app; the Simulator is most likely not installed on this machine. Run 'sudo xcode-select -s /Applications/Xcode.app'`);
|
|
61
|
+
throw new Error(`Can't determine id of Simulator app; the Simulator is most likely not installed on this machine. Run 'sudo xcode-select -s /Applications/Xcode.app/Contents/Developer'`);
|
|
62
62
|
}
|
|
63
63
|
if (simulatorAppId !== 'com.apple.iphonesimulator' &&
|
|
64
64
|
simulatorAppId !== 'com.apple.CoreSimulator.SimulatorTrampoline') {
|
|
@@ -195,14 +195,19 @@ async function ensureEASUpdateIsConfiguredNativelyAsync(vcsClient, { exp, projec
|
|
|
195
195
|
*/
|
|
196
196
|
async function ensureEASUpdateIsConfiguredInEasJsonAsync(projectDir) {
|
|
197
197
|
const easJsonPath = eas_json_1.EasJsonAccessor.formatEasJsonPath(projectDir);
|
|
198
|
+
// Skip if eas.json doesn't exist.
|
|
198
199
|
if (!(await fs_extra_1.default.pathExists(easJsonPath))) {
|
|
199
|
-
log_1.default.warn(`EAS Build is not configured. If you'd like to use EAS Build with EAS Update, run ${chalk_1.default.bold('eas build:configure')}.`);
|
|
200
200
|
return;
|
|
201
201
|
}
|
|
202
|
+
// Add channel to all build profiles.
|
|
202
203
|
try {
|
|
203
204
|
const easJsonAccessor = eas_json_1.EasJsonAccessor.fromProjectPath(projectDir);
|
|
204
205
|
await easJsonAccessor.readRawJsonAsync();
|
|
205
206
|
easJsonAccessor.patch(easJsonRawObject => {
|
|
207
|
+
// If there are no build profiles then we are done.
|
|
208
|
+
if (!easJsonRawObject.build) {
|
|
209
|
+
return easJsonRawObject;
|
|
210
|
+
}
|
|
206
211
|
const easBuildProfilesWithChannels = Object.keys(easJsonRawObject.build).reduce((acc, profileNameKey) => {
|
|
207
212
|
const buildProfile = easJsonRawObject.build[profileNameKey];
|
|
208
213
|
const isNotAlreadyConfigured = !buildProfile.channel;
|
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": "16.13.
|
|
4
|
+
"version": "16.13.3",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@expo/config": "10.0.6",
|
|
14
14
|
"@expo/config-plugins": "9.0.12",
|
|
15
15
|
"@expo/eas-build-job": "1.0.173",
|
|
16
|
-
"@expo/eas-json": "16.
|
|
16
|
+
"@expo/eas-json": "16.13.2",
|
|
17
17
|
"@expo/env": "^1.0.0",
|
|
18
18
|
"@expo/json-file": "8.3.3",
|
|
19
19
|
"@expo/logger": "1.0.117",
|
|
@@ -240,5 +240,5 @@
|
|
|
240
240
|
"node": "20.11.0",
|
|
241
241
|
"yarn": "1.22.21"
|
|
242
242
|
},
|
|
243
|
-
"gitHead": "
|
|
243
|
+
"gitHead": "3cfb6725e7b87f7bb330939a1200d570d5580f68"
|
|
244
244
|
}
|