eas-cli 16.13.2 → 16.13.4
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
|
@@ -132,6 +132,7 @@ eas --help COMMAND
|
|
|
132
132
|
* [`eas update:roll-back-to-embedded`](#eas-updateroll-back-to-embedded)
|
|
133
133
|
* [`eas update:rollback`](#eas-updaterollback)
|
|
134
134
|
* [`eas update:view GROUPID`](#eas-updateview-groupid)
|
|
135
|
+
* [`eas upload`](#eas-upload)
|
|
135
136
|
* [`eas webhook:create`](#eas-webhookcreate)
|
|
136
137
|
* [`eas webhook:delete [ID]`](#eas-webhookdelete-id)
|
|
137
138
|
* [`eas webhook:list`](#eas-webhooklist)
|
|
@@ -164,7 +165,7 @@ ALIASES
|
|
|
164
165
|
$ eas login
|
|
165
166
|
```
|
|
166
167
|
|
|
167
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
168
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/account/login.ts)_
|
|
168
169
|
|
|
169
170
|
## `eas account:logout`
|
|
170
171
|
|
|
@@ -181,7 +182,7 @@ ALIASES
|
|
|
181
182
|
$ eas logout
|
|
182
183
|
```
|
|
183
184
|
|
|
184
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
185
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/account/logout.ts)_
|
|
185
186
|
|
|
186
187
|
## `eas account:view`
|
|
187
188
|
|
|
@@ -198,7 +199,7 @@ ALIASES
|
|
|
198
199
|
$ eas whoami
|
|
199
200
|
```
|
|
200
201
|
|
|
201
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
202
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/account/view.ts)_
|
|
202
203
|
|
|
203
204
|
## `eas analytics [STATUS]`
|
|
204
205
|
|
|
@@ -212,7 +213,7 @@ DESCRIPTION
|
|
|
212
213
|
display or change analytics settings
|
|
213
214
|
```
|
|
214
215
|
|
|
215
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
216
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/analytics.ts)_
|
|
216
217
|
|
|
217
218
|
## `eas autocomplete [SHELL]`
|
|
218
219
|
|
|
@@ -264,7 +265,7 @@ DESCRIPTION
|
|
|
264
265
|
create a branch
|
|
265
266
|
```
|
|
266
267
|
|
|
267
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
268
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/branch/create.ts)_
|
|
268
269
|
|
|
269
270
|
## `eas branch:delete [NAME]`
|
|
270
271
|
|
|
@@ -285,7 +286,7 @@ DESCRIPTION
|
|
|
285
286
|
delete a branch
|
|
286
287
|
```
|
|
287
288
|
|
|
288
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
289
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
289
290
|
|
|
290
291
|
## `eas branch:list`
|
|
291
292
|
|
|
@@ -305,7 +306,7 @@ DESCRIPTION
|
|
|
305
306
|
list all branches
|
|
306
307
|
```
|
|
307
308
|
|
|
308
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
309
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/branch/list.ts)_
|
|
309
310
|
|
|
310
311
|
## `eas branch:rename`
|
|
311
312
|
|
|
@@ -325,7 +326,7 @@ DESCRIPTION
|
|
|
325
326
|
rename a branch
|
|
326
327
|
```
|
|
327
328
|
|
|
328
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
329
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
329
330
|
|
|
330
331
|
## `eas branch:view [NAME]`
|
|
331
332
|
|
|
@@ -348,7 +349,7 @@ DESCRIPTION
|
|
|
348
349
|
view a branch
|
|
349
350
|
```
|
|
350
351
|
|
|
351
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
352
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/branch/view.ts)_
|
|
352
353
|
|
|
353
354
|
## `eas build`
|
|
354
355
|
|
|
@@ -389,7 +390,7 @@ DESCRIPTION
|
|
|
389
390
|
start a build
|
|
390
391
|
```
|
|
391
392
|
|
|
392
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
393
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/build/index.ts)_
|
|
393
394
|
|
|
394
395
|
## `eas build:cancel [BUILD_ID]`
|
|
395
396
|
|
|
@@ -408,7 +409,7 @@ DESCRIPTION
|
|
|
408
409
|
cancel a build
|
|
409
410
|
```
|
|
410
411
|
|
|
411
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
412
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
412
413
|
|
|
413
414
|
## `eas build:configure`
|
|
414
415
|
|
|
@@ -425,7 +426,7 @@ DESCRIPTION
|
|
|
425
426
|
configure the project to support EAS Build
|
|
426
427
|
```
|
|
427
428
|
|
|
428
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
429
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/build/configure.ts)_
|
|
429
430
|
|
|
430
431
|
## `eas build:delete [BUILD_ID]`
|
|
431
432
|
|
|
@@ -444,7 +445,7 @@ DESCRIPTION
|
|
|
444
445
|
delete a build
|
|
445
446
|
```
|
|
446
447
|
|
|
447
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
448
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/build/delete.ts)_
|
|
448
449
|
|
|
449
450
|
## `eas build:dev`
|
|
450
451
|
|
|
@@ -464,7 +465,7 @@ DESCRIPTION
|
|
|
464
465
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
465
466
|
```
|
|
466
467
|
|
|
467
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
468
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/build/dev.ts)_
|
|
468
469
|
|
|
469
470
|
## `eas build:download`
|
|
470
471
|
|
|
@@ -485,7 +486,7 @@ DESCRIPTION
|
|
|
485
486
|
download simulator/emulator builds for a given fingerprint hash
|
|
486
487
|
```
|
|
487
488
|
|
|
488
|
-
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
489
|
+
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/build/download.ts)_
|
|
489
490
|
|
|
490
491
|
## `eas build:inspect`
|
|
491
492
|
|
|
@@ -520,7 +521,7 @@ DESCRIPTION
|
|
|
520
521
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
521
522
|
```
|
|
522
523
|
|
|
523
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
524
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
524
525
|
|
|
525
526
|
## `eas build:list`
|
|
526
527
|
|
|
@@ -572,7 +573,7 @@ DESCRIPTION
|
|
|
572
573
|
list all builds for your project
|
|
573
574
|
```
|
|
574
575
|
|
|
575
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
576
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/build/list.ts)_
|
|
576
577
|
|
|
577
578
|
## `eas build:resign`
|
|
578
579
|
|
|
@@ -601,7 +602,7 @@ DESCRIPTION
|
|
|
601
602
|
re-sign a build archive
|
|
602
603
|
```
|
|
603
604
|
|
|
604
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
605
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/build/resign.ts)_
|
|
605
606
|
|
|
606
607
|
## `eas build:run`
|
|
607
608
|
|
|
@@ -627,7 +628,7 @@ DESCRIPTION
|
|
|
627
628
|
run simulator/emulator builds from eas-cli
|
|
628
629
|
```
|
|
629
630
|
|
|
630
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
631
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/build/run.ts)_
|
|
631
632
|
|
|
632
633
|
## `eas build:submit`
|
|
633
634
|
|
|
@@ -681,7 +682,7 @@ DESCRIPTION
|
|
|
681
682
|
get the latest version from EAS servers
|
|
682
683
|
```
|
|
683
684
|
|
|
684
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
685
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
685
686
|
|
|
686
687
|
## `eas build:version:set`
|
|
687
688
|
|
|
@@ -700,7 +701,7 @@ DESCRIPTION
|
|
|
700
701
|
update version of an app
|
|
701
702
|
```
|
|
702
703
|
|
|
703
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
704
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
704
705
|
|
|
705
706
|
## `eas build:version:sync`
|
|
706
707
|
|
|
@@ -719,7 +720,7 @@ DESCRIPTION
|
|
|
719
720
|
update a version in native code with a value stored on EAS servers
|
|
720
721
|
```
|
|
721
722
|
|
|
722
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
723
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
723
724
|
|
|
724
725
|
## `eas build:view [BUILD_ID]`
|
|
725
726
|
|
|
@@ -736,7 +737,7 @@ DESCRIPTION
|
|
|
736
737
|
view a build for your project
|
|
737
738
|
```
|
|
738
739
|
|
|
739
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
740
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/build/view.ts)_
|
|
740
741
|
|
|
741
742
|
## `eas channel:create [NAME]`
|
|
742
743
|
|
|
@@ -757,7 +758,7 @@ DESCRIPTION
|
|
|
757
758
|
create a channel
|
|
758
759
|
```
|
|
759
760
|
|
|
760
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
761
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/channel/create.ts)_
|
|
761
762
|
|
|
762
763
|
## `eas channel:edit [NAME]`
|
|
763
764
|
|
|
@@ -779,7 +780,7 @@ DESCRIPTION
|
|
|
779
780
|
point a channel at a new branch
|
|
780
781
|
```
|
|
781
782
|
|
|
782
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
783
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
783
784
|
|
|
784
785
|
## `eas channel:list`
|
|
785
786
|
|
|
@@ -799,7 +800,7 @@ DESCRIPTION
|
|
|
799
800
|
list all channels
|
|
800
801
|
```
|
|
801
802
|
|
|
802
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
803
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/channel/list.ts)_
|
|
803
804
|
|
|
804
805
|
## `eas channel:pause [NAME]`
|
|
805
806
|
|
|
@@ -821,7 +822,7 @@ DESCRIPTION
|
|
|
821
822
|
pause a channel to stop it from sending updates
|
|
822
823
|
```
|
|
823
824
|
|
|
824
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
825
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
825
826
|
|
|
826
827
|
## `eas channel:resume [NAME]`
|
|
827
828
|
|
|
@@ -843,7 +844,7 @@ DESCRIPTION
|
|
|
843
844
|
resume a channel to start sending updates
|
|
844
845
|
```
|
|
845
846
|
|
|
846
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
847
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
847
848
|
|
|
848
849
|
## `eas channel:rollout [CHANNEL]`
|
|
849
850
|
|
|
@@ -876,7 +877,7 @@ DESCRIPTION
|
|
|
876
877
|
Roll a new branch out on a channel incrementally.
|
|
877
878
|
```
|
|
878
879
|
|
|
879
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
880
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
880
881
|
|
|
881
882
|
## `eas channel:view [NAME]`
|
|
882
883
|
|
|
@@ -899,7 +900,7 @@ DESCRIPTION
|
|
|
899
900
|
view a channel
|
|
900
901
|
```
|
|
901
902
|
|
|
902
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
903
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/channel/view.ts)_
|
|
903
904
|
|
|
904
905
|
## `eas config`
|
|
905
906
|
|
|
@@ -920,7 +921,7 @@ DESCRIPTION
|
|
|
920
921
|
display project configuration (app.json + eas.json)
|
|
921
922
|
```
|
|
922
923
|
|
|
923
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
924
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/config.ts)_
|
|
924
925
|
|
|
925
926
|
## `eas credentials`
|
|
926
927
|
|
|
@@ -937,7 +938,7 @@ DESCRIPTION
|
|
|
937
938
|
manage credentials
|
|
938
939
|
```
|
|
939
940
|
|
|
940
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
941
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
941
942
|
|
|
942
943
|
## `eas credentials:configure-build`
|
|
943
944
|
|
|
@@ -955,7 +956,7 @@ DESCRIPTION
|
|
|
955
956
|
Set up credentials for building your project.
|
|
956
957
|
```
|
|
957
958
|
|
|
958
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
959
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
959
960
|
|
|
960
961
|
## `eas deploy [2m[options][22m`
|
|
961
962
|
|
|
@@ -983,7 +984,7 @@ ALIASES
|
|
|
983
984
|
$ eas worker:deploy
|
|
984
985
|
```
|
|
985
986
|
|
|
986
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
987
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
987
988
|
|
|
988
989
|
## `eas deploy:alias`
|
|
989
990
|
|
|
@@ -1008,7 +1009,7 @@ ALIASES
|
|
|
1008
1009
|
$ eas deploy:promote
|
|
1009
1010
|
```
|
|
1010
1011
|
|
|
1011
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1012
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/deploy/alias.ts)_
|
|
1012
1013
|
|
|
1013
1014
|
## `eas deploy:promote`
|
|
1014
1015
|
|
|
@@ -1045,7 +1046,7 @@ DESCRIPTION
|
|
|
1045
1046
|
register new Apple Devices to use for internal distribution
|
|
1046
1047
|
```
|
|
1047
1048
|
|
|
1048
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1049
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/device/create.ts)_
|
|
1049
1050
|
|
|
1050
1051
|
## `eas device:delete`
|
|
1051
1052
|
|
|
@@ -1065,7 +1066,7 @@ DESCRIPTION
|
|
|
1065
1066
|
remove a registered device from your account
|
|
1066
1067
|
```
|
|
1067
1068
|
|
|
1068
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1069
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1069
1070
|
|
|
1070
1071
|
## `eas device:list`
|
|
1071
1072
|
|
|
@@ -1086,7 +1087,7 @@ DESCRIPTION
|
|
|
1086
1087
|
list all registered devices for your account
|
|
1087
1088
|
```
|
|
1088
1089
|
|
|
1089
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1090
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/device/list.ts)_
|
|
1090
1091
|
|
|
1091
1092
|
## `eas device:rename`
|
|
1092
1093
|
|
|
@@ -1107,7 +1108,7 @@ DESCRIPTION
|
|
|
1107
1108
|
rename a registered device
|
|
1108
1109
|
```
|
|
1109
1110
|
|
|
1110
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1111
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1111
1112
|
|
|
1112
1113
|
## `eas device:view [UDID]`
|
|
1113
1114
|
|
|
@@ -1121,7 +1122,7 @@ DESCRIPTION
|
|
|
1121
1122
|
view a device for your project
|
|
1122
1123
|
```
|
|
1123
1124
|
|
|
1124
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1125
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/device/view.ts)_
|
|
1125
1126
|
|
|
1126
1127
|
## `eas diagnostics`
|
|
1127
1128
|
|
|
@@ -1135,7 +1136,7 @@ DESCRIPTION
|
|
|
1135
1136
|
display environment info
|
|
1136
1137
|
```
|
|
1137
1138
|
|
|
1138
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1139
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1139
1140
|
|
|
1140
1141
|
## `eas env:create [ENVIRONMENT]`
|
|
1141
1142
|
|
|
@@ -1164,7 +1165,7 @@ DESCRIPTION
|
|
|
1164
1165
|
create an environment variable for the current project or account
|
|
1165
1166
|
```
|
|
1166
1167
|
|
|
1167
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1168
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/env/create.ts)_
|
|
1168
1169
|
|
|
1169
1170
|
## `eas env:delete [ENVIRONMENT]`
|
|
1170
1171
|
|
|
@@ -1188,7 +1189,7 @@ DESCRIPTION
|
|
|
1188
1189
|
delete an environment variable for the current project or account
|
|
1189
1190
|
```
|
|
1190
1191
|
|
|
1191
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1192
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1192
1193
|
|
|
1193
1194
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1194
1195
|
|
|
@@ -1209,7 +1210,7 @@ DESCRIPTION
|
|
|
1209
1210
|
execute a command with environment variables from the selected environment
|
|
1210
1211
|
```
|
|
1211
1212
|
|
|
1212
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1213
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1213
1214
|
|
|
1214
1215
|
## `eas env:get [ENVIRONMENT]`
|
|
1215
1216
|
|
|
@@ -1234,7 +1235,7 @@ DESCRIPTION
|
|
|
1234
1235
|
view an environment variable for the current project or account
|
|
1235
1236
|
```
|
|
1236
1237
|
|
|
1237
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1238
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/env/get.ts)_
|
|
1238
1239
|
|
|
1239
1240
|
## `eas env:list [ENVIRONMENT]`
|
|
1240
1241
|
|
|
@@ -1259,7 +1260,7 @@ DESCRIPTION
|
|
|
1259
1260
|
list environment variables for the current project or account
|
|
1260
1261
|
```
|
|
1261
1262
|
|
|
1262
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1263
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/env/list.ts)_
|
|
1263
1264
|
|
|
1264
1265
|
## `eas env:pull [ENVIRONMENT]`
|
|
1265
1266
|
|
|
@@ -1282,7 +1283,7 @@ DESCRIPTION
|
|
|
1282
1283
|
pull environment variables for the selected environment to .env file
|
|
1283
1284
|
```
|
|
1284
1285
|
|
|
1285
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1286
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1286
1287
|
|
|
1287
1288
|
## `eas env:push [ENVIRONMENT]`
|
|
1288
1289
|
|
|
@@ -1303,7 +1304,7 @@ DESCRIPTION
|
|
|
1303
1304
|
push environment variables from .env file to the selected environment
|
|
1304
1305
|
```
|
|
1305
1306
|
|
|
1306
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1307
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/env/push.ts)_
|
|
1307
1308
|
|
|
1308
1309
|
## `eas env:update [ENVIRONMENT]`
|
|
1309
1310
|
|
|
@@ -1334,7 +1335,7 @@ DESCRIPTION
|
|
|
1334
1335
|
update an environment variable on the current project or account
|
|
1335
1336
|
```
|
|
1336
1337
|
|
|
1337
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1338
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/env/update.ts)_
|
|
1338
1339
|
|
|
1339
1340
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1340
1341
|
|
|
@@ -1379,7 +1380,7 @@ EXAMPLES
|
|
|
1379
1380
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1380
1381
|
```
|
|
1381
1382
|
|
|
1382
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1383
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1383
1384
|
|
|
1384
1385
|
## `eas fingerprint:generate`
|
|
1385
1386
|
|
|
@@ -1410,7 +1411,7 @@ EXAMPLES
|
|
|
1410
1411
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1411
1412
|
```
|
|
1412
1413
|
|
|
1413
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1414
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1414
1415
|
|
|
1415
1416
|
## `eas help [COMMAND]`
|
|
1416
1417
|
|
|
@@ -1518,7 +1519,7 @@ DESCRIPTION
|
|
|
1518
1519
|
validate the local store configuration
|
|
1519
1520
|
```
|
|
1520
1521
|
|
|
1521
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1522
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1522
1523
|
|
|
1523
1524
|
## `eas metadata:pull`
|
|
1524
1525
|
|
|
@@ -1535,7 +1536,7 @@ DESCRIPTION
|
|
|
1535
1536
|
generate the local store configuration from the app stores
|
|
1536
1537
|
```
|
|
1537
1538
|
|
|
1538
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1539
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1539
1540
|
|
|
1540
1541
|
## `eas metadata:push`
|
|
1541
1542
|
|
|
@@ -1552,7 +1553,7 @@ DESCRIPTION
|
|
|
1552
1553
|
sync the local store configuration to the app stores
|
|
1553
1554
|
```
|
|
1554
1555
|
|
|
1555
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1556
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1556
1557
|
|
|
1557
1558
|
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1558
1559
|
|
|
@@ -1582,7 +1583,7 @@ DESCRIPTION
|
|
|
1582
1583
|
open the project page in a web browser
|
|
1583
1584
|
```
|
|
1584
1585
|
|
|
1585
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1586
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/open.ts)_
|
|
1586
1587
|
|
|
1587
1588
|
## `eas project:info`
|
|
1588
1589
|
|
|
@@ -1596,7 +1597,7 @@ DESCRIPTION
|
|
|
1596
1597
|
information about the current project
|
|
1597
1598
|
```
|
|
1598
1599
|
|
|
1599
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1600
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/project/info.ts)_
|
|
1600
1601
|
|
|
1601
1602
|
## `eas project:init`
|
|
1602
1603
|
|
|
@@ -1619,7 +1620,7 @@ ALIASES
|
|
|
1619
1620
|
$ eas init
|
|
1620
1621
|
```
|
|
1621
1622
|
|
|
1622
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1623
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/project/init.ts)_
|
|
1623
1624
|
|
|
1624
1625
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1625
1626
|
|
|
@@ -1637,7 +1638,7 @@ ALIASES
|
|
|
1637
1638
|
$ eas onboarding
|
|
1638
1639
|
```
|
|
1639
1640
|
|
|
1640
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1641
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1641
1642
|
|
|
1642
1643
|
## `eas submit`
|
|
1643
1644
|
|
|
@@ -1672,7 +1673,7 @@ ALIASES
|
|
|
1672
1673
|
$ eas build:submit
|
|
1673
1674
|
```
|
|
1674
1675
|
|
|
1675
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1676
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/submit.ts)_
|
|
1676
1677
|
|
|
1677
1678
|
## `eas update`
|
|
1678
1679
|
|
|
@@ -1714,7 +1715,7 @@ DESCRIPTION
|
|
|
1714
1715
|
publish an update group
|
|
1715
1716
|
```
|
|
1716
1717
|
|
|
1717
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1718
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/update/index.ts)_
|
|
1718
1719
|
|
|
1719
1720
|
## `eas update:configure`
|
|
1720
1721
|
|
|
@@ -1734,7 +1735,7 @@ DESCRIPTION
|
|
|
1734
1735
|
configure the project to support EAS Update
|
|
1735
1736
|
```
|
|
1736
1737
|
|
|
1737
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1738
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1738
1739
|
|
|
1739
1740
|
## `eas update:delete GROUPID`
|
|
1740
1741
|
|
|
@@ -1755,7 +1756,7 @@ DESCRIPTION
|
|
|
1755
1756
|
delete all the updates in an update group
|
|
1756
1757
|
```
|
|
1757
1758
|
|
|
1758
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1759
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1759
1760
|
|
|
1760
1761
|
## `eas update:edit [GROUPID]`
|
|
1761
1762
|
|
|
@@ -1779,7 +1780,7 @@ DESCRIPTION
|
|
|
1779
1780
|
edit all the updates in an update group
|
|
1780
1781
|
```
|
|
1781
1782
|
|
|
1782
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1783
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1783
1784
|
|
|
1784
1785
|
## `eas update:list`
|
|
1785
1786
|
|
|
@@ -1801,7 +1802,7 @@ DESCRIPTION
|
|
|
1801
1802
|
view the recent updates
|
|
1802
1803
|
```
|
|
1803
1804
|
|
|
1804
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1805
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/update/list.ts)_
|
|
1805
1806
|
|
|
1806
1807
|
## `eas update:republish`
|
|
1807
1808
|
|
|
@@ -1837,7 +1838,7 @@ DESCRIPTION
|
|
|
1837
1838
|
roll back to an existing update
|
|
1838
1839
|
```
|
|
1839
1840
|
|
|
1840
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1841
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1841
1842
|
|
|
1842
1843
|
## `eas update:roll-back-to-embedded`
|
|
1843
1844
|
|
|
@@ -1865,7 +1866,7 @@ DESCRIPTION
|
|
|
1865
1866
|
roll back to the embedded update
|
|
1866
1867
|
```
|
|
1867
1868
|
|
|
1868
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1869
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1869
1870
|
|
|
1870
1871
|
## `eas update:rollback`
|
|
1871
1872
|
|
|
@@ -1885,7 +1886,7 @@ DESCRIPTION
|
|
|
1885
1886
|
roll back to an embedded update or an existing update
|
|
1886
1887
|
```
|
|
1887
1888
|
|
|
1888
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1889
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1889
1890
|
|
|
1890
1891
|
## `eas update:view GROUPID`
|
|
1891
1892
|
|
|
@@ -1905,7 +1906,28 @@ DESCRIPTION
|
|
|
1905
1906
|
update group details
|
|
1906
1907
|
```
|
|
1907
1908
|
|
|
1908
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1909
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/update/view.ts)_
|
|
1910
|
+
|
|
1911
|
+
## `eas upload`
|
|
1912
|
+
|
|
1913
|
+
upload a local build and generate a sharable link
|
|
1914
|
+
|
|
1915
|
+
```
|
|
1916
|
+
USAGE
|
|
1917
|
+
$ eas upload [-p ios|android] [--build-path <value>] [--fingerprint <value>] [--json --non-interactive]
|
|
1918
|
+
|
|
1919
|
+
FLAGS
|
|
1920
|
+
-p, --platform=(ios|android)
|
|
1921
|
+
--build-path=<value> Path for the local build
|
|
1922
|
+
--fingerprint=<value> Fingerprint hash of the local build
|
|
1923
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
1924
|
+
--non-interactive Run the command in non-interactive mode.
|
|
1925
|
+
|
|
1926
|
+
DESCRIPTION
|
|
1927
|
+
upload a local build and generate a sharable link
|
|
1928
|
+
```
|
|
1929
|
+
|
|
1930
|
+
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/upload.ts)_
|
|
1909
1931
|
|
|
1910
1932
|
## `eas webhook:create`
|
|
1911
1933
|
|
|
@@ -1926,7 +1948,7 @@ DESCRIPTION
|
|
|
1926
1948
|
create a webhook
|
|
1927
1949
|
```
|
|
1928
1950
|
|
|
1929
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1951
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1930
1952
|
|
|
1931
1953
|
## `eas webhook:delete [ID]`
|
|
1932
1954
|
|
|
@@ -1946,7 +1968,7 @@ DESCRIPTION
|
|
|
1946
1968
|
delete a webhook
|
|
1947
1969
|
```
|
|
1948
1970
|
|
|
1949
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1971
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1950
1972
|
|
|
1951
1973
|
## `eas webhook:list`
|
|
1952
1974
|
|
|
@@ -1964,7 +1986,7 @@ DESCRIPTION
|
|
|
1964
1986
|
list webhooks
|
|
1965
1987
|
```
|
|
1966
1988
|
|
|
1967
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
1989
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1968
1990
|
|
|
1969
1991
|
## `eas webhook:update`
|
|
1970
1992
|
|
|
@@ -1986,7 +2008,7 @@ DESCRIPTION
|
|
|
1986
2008
|
update a webhook
|
|
1987
2009
|
```
|
|
1988
2010
|
|
|
1989
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
2011
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1990
2012
|
|
|
1991
2013
|
## `eas webhook:view ID`
|
|
1992
2014
|
|
|
@@ -2003,7 +2025,7 @@ DESCRIPTION
|
|
|
2003
2025
|
view a webhook
|
|
2004
2026
|
```
|
|
2005
2027
|
|
|
2006
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
2028
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
2007
2029
|
|
|
2008
2030
|
## `eas whoami`
|
|
2009
2031
|
|
|
@@ -2085,7 +2107,7 @@ DESCRIPTION
|
|
|
2085
2107
|
to cancel.
|
|
2086
2108
|
```
|
|
2087
2109
|
|
|
2088
|
-
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
2110
|
+
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/workflow/cancel.ts)_
|
|
2089
2111
|
|
|
2090
2112
|
## `eas workflow:create [NAME]`
|
|
2091
2113
|
|
|
@@ -2105,7 +2127,7 @@ DESCRIPTION
|
|
|
2105
2127
|
create a new workflow configuration YAML file
|
|
2106
2128
|
```
|
|
2107
2129
|
|
|
2108
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
2130
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2109
2131
|
|
|
2110
2132
|
## `eas workflow:run [FILE]`
|
|
2111
2133
|
|
|
@@ -2132,7 +2154,7 @@ FLAG DESCRIPTIONS
|
|
|
2132
2154
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2133
2155
|
```
|
|
2134
2156
|
|
|
2135
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
2157
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2136
2158
|
|
|
2137
2159
|
## `eas workflow:runs`
|
|
2138
2160
|
|
|
@@ -2157,7 +2179,7 @@ DESCRIPTION
|
|
|
2157
2179
|
list recent workflow runs for this project, with their IDs, statuses, and timestamps
|
|
2158
2180
|
```
|
|
2159
2181
|
|
|
2160
|
-
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
2182
|
+
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/workflow/runs.ts)_
|
|
2161
2183
|
|
|
2162
2184
|
## `eas workflow:validate PATH`
|
|
2163
2185
|
|
|
@@ -2177,5 +2199,5 @@ DESCRIPTION
|
|
|
2177
2199
|
validate a workflow configuration yaml file
|
|
2178
2200
|
```
|
|
2179
2201
|
|
|
2180
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.13.
|
|
2202
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.13.4/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2181
2203
|
<!-- 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]}`);
|
|
@@ -2,7 +2,6 @@ import { Platform } from '@expo/eas-build-job';
|
|
|
2
2
|
import EasCommand from '../commandUtils/EasCommand';
|
|
3
3
|
export default class BuildUpload extends EasCommand {
|
|
4
4
|
static description: string;
|
|
5
|
-
static hidden: boolean;
|
|
6
5
|
static flags: {
|
|
7
6
|
json: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
8
7
|
'non-interactive': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
package/build/commands/upload.js
CHANGED
|
@@ -28,7 +28,6 @@ const plist_1 = require("../utils/plist");
|
|
|
28
28
|
const progress_1 = require("../utils/progress");
|
|
29
29
|
class BuildUpload extends EasCommand_1.default {
|
|
30
30
|
static description = 'upload a local build and generate a sharable link';
|
|
31
|
-
static hidden = true;
|
|
32
31
|
static flags = {
|
|
33
32
|
platform: core_1.Flags.enum({
|
|
34
33
|
char: 'p',
|
|
@@ -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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "16.13.
|
|
2
|
+
"version": "16.13.4",
|
|
3
3
|
"commands": {
|
|
4
4
|
"analytics": {
|
|
5
5
|
"id": "analytics",
|
|
@@ -234,7 +234,6 @@
|
|
|
234
234
|
"pluginName": "eas-cli",
|
|
235
235
|
"pluginAlias": "eas-cli",
|
|
236
236
|
"pluginType": "core",
|
|
237
|
-
"hidden": true,
|
|
238
237
|
"aliases": [],
|
|
239
238
|
"flags": {
|
|
240
239
|
"platform": {
|
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.4",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -240,5 +240,5 @@
|
|
|
240
240
|
"node": "20.11.0",
|
|
241
241
|
"yarn": "1.22.21"
|
|
242
242
|
},
|
|
243
|
-
"gitHead": "
|
|
243
|
+
"gitHead": "8ec3c52be8e1ec356810526a36968d28ae90a0ae"
|
|
244
244
|
}
|