eas-cli 18.9.0 → 18.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +93 -93
- package/build/commands/build/download.js +1 -0
- package/oclif.manifest.json +1718 -1715
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -183,7 +183,7 @@ ALIASES
|
|
|
183
183
|
$ eas login
|
|
184
184
|
```
|
|
185
185
|
|
|
186
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
186
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/account/login.ts)_
|
|
187
187
|
|
|
188
188
|
## `eas account:logout`
|
|
189
189
|
|
|
@@ -200,7 +200,7 @@ ALIASES
|
|
|
200
200
|
$ eas logout
|
|
201
201
|
```
|
|
202
202
|
|
|
203
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
203
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/account/logout.ts)_
|
|
204
204
|
|
|
205
205
|
## `eas account:usage [ACCOUNT_NAME]`
|
|
206
206
|
|
|
@@ -222,7 +222,7 @@ DESCRIPTION
|
|
|
222
222
|
view account usage and billing for the current cycle
|
|
223
223
|
```
|
|
224
224
|
|
|
225
|
-
_See code: [packages/eas-cli/src/commands/account/usage.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
225
|
+
_See code: [packages/eas-cli/src/commands/account/usage.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/account/usage.ts)_
|
|
226
226
|
|
|
227
227
|
## `eas account:view`
|
|
228
228
|
|
|
@@ -239,7 +239,7 @@ ALIASES
|
|
|
239
239
|
$ eas whoami
|
|
240
240
|
```
|
|
241
241
|
|
|
242
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
242
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/account/view.ts)_
|
|
243
243
|
|
|
244
244
|
## `eas analytics [STATUS]`
|
|
245
245
|
|
|
@@ -253,7 +253,7 @@ DESCRIPTION
|
|
|
253
253
|
display or change analytics settings
|
|
254
254
|
```
|
|
255
255
|
|
|
256
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
256
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/analytics.ts)_
|
|
257
257
|
|
|
258
258
|
## `eas autocomplete [SHELL]`
|
|
259
259
|
|
|
@@ -305,7 +305,7 @@ DESCRIPTION
|
|
|
305
305
|
create a branch
|
|
306
306
|
```
|
|
307
307
|
|
|
308
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
308
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/branch/create.ts)_
|
|
309
309
|
|
|
310
310
|
## `eas branch:delete [NAME]`
|
|
311
311
|
|
|
@@ -326,7 +326,7 @@ DESCRIPTION
|
|
|
326
326
|
delete a branch
|
|
327
327
|
```
|
|
328
328
|
|
|
329
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
329
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
330
330
|
|
|
331
331
|
## `eas branch:list`
|
|
332
332
|
|
|
@@ -346,7 +346,7 @@ DESCRIPTION
|
|
|
346
346
|
list all branches
|
|
347
347
|
```
|
|
348
348
|
|
|
349
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
349
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/branch/list.ts)_
|
|
350
350
|
|
|
351
351
|
## `eas branch:rename`
|
|
352
352
|
|
|
@@ -366,7 +366,7 @@ DESCRIPTION
|
|
|
366
366
|
rename a branch
|
|
367
367
|
```
|
|
368
368
|
|
|
369
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
369
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
370
370
|
|
|
371
371
|
## `eas branch:view [NAME]`
|
|
372
372
|
|
|
@@ -389,7 +389,7 @@ DESCRIPTION
|
|
|
389
389
|
view a branch
|
|
390
390
|
```
|
|
391
391
|
|
|
392
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
392
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/branch/view.ts)_
|
|
393
393
|
|
|
394
394
|
## `eas build`
|
|
395
395
|
|
|
@@ -427,7 +427,7 @@ DESCRIPTION
|
|
|
427
427
|
start a build
|
|
428
428
|
```
|
|
429
429
|
|
|
430
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
430
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/build/index.ts)_
|
|
431
431
|
|
|
432
432
|
## `eas build:cancel [BUILD_ID]`
|
|
433
433
|
|
|
@@ -447,7 +447,7 @@ DESCRIPTION
|
|
|
447
447
|
cancel a build
|
|
448
448
|
```
|
|
449
449
|
|
|
450
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
450
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
451
451
|
|
|
452
452
|
## `eas build:configure`
|
|
453
453
|
|
|
@@ -465,7 +465,7 @@ DESCRIPTION
|
|
|
465
465
|
configure the project to support EAS Build
|
|
466
466
|
```
|
|
467
467
|
|
|
468
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
468
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/build/configure.ts)_
|
|
469
469
|
|
|
470
470
|
## `eas build:delete [BUILD_ID]`
|
|
471
471
|
|
|
@@ -485,7 +485,7 @@ DESCRIPTION
|
|
|
485
485
|
delete a build
|
|
486
486
|
```
|
|
487
487
|
|
|
488
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
488
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/build/delete.ts)_
|
|
489
489
|
|
|
490
490
|
## `eas build:dev`
|
|
491
491
|
|
|
@@ -507,7 +507,7 @@ DESCRIPTION
|
|
|
507
507
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
508
508
|
```
|
|
509
509
|
|
|
510
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
510
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/build/dev.ts)_
|
|
511
511
|
|
|
512
512
|
## `eas build:download`
|
|
513
513
|
|
|
@@ -534,7 +534,7 @@ DESCRIPTION
|
|
|
534
534
|
download a simulator/emulator build by build ID or fingerprint hash
|
|
535
535
|
```
|
|
536
536
|
|
|
537
|
-
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
537
|
+
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/build/download.ts)_
|
|
538
538
|
|
|
539
539
|
## `eas build:inspect`
|
|
540
540
|
|
|
@@ -572,7 +572,7 @@ DESCRIPTION
|
|
|
572
572
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
573
573
|
```
|
|
574
574
|
|
|
575
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
575
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
576
576
|
|
|
577
577
|
## `eas build:list`
|
|
578
578
|
|
|
@@ -612,7 +612,7 @@ DESCRIPTION
|
|
|
612
612
|
list all builds for your project
|
|
613
613
|
```
|
|
614
614
|
|
|
615
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
615
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/build/list.ts)_
|
|
616
616
|
|
|
617
617
|
## `eas build:resign`
|
|
618
618
|
|
|
@@ -642,7 +642,7 @@ DESCRIPTION
|
|
|
642
642
|
re-sign a build archive
|
|
643
643
|
```
|
|
644
644
|
|
|
645
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
645
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/build/resign.ts)_
|
|
646
646
|
|
|
647
647
|
## `eas build:run`
|
|
648
648
|
|
|
@@ -668,7 +668,7 @@ DESCRIPTION
|
|
|
668
668
|
run simulator/emulator builds from eas-cli
|
|
669
669
|
```
|
|
670
670
|
|
|
671
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
671
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/build/run.ts)_
|
|
672
672
|
|
|
673
673
|
## `eas build:submit`
|
|
674
674
|
|
|
@@ -720,7 +720,7 @@ DESCRIPTION
|
|
|
720
720
|
get the latest version from EAS servers
|
|
721
721
|
```
|
|
722
722
|
|
|
723
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
723
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
724
724
|
|
|
725
725
|
## `eas build:version:set`
|
|
726
726
|
|
|
@@ -738,7 +738,7 @@ DESCRIPTION
|
|
|
738
738
|
update version of an app
|
|
739
739
|
```
|
|
740
740
|
|
|
741
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
741
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
742
742
|
|
|
743
743
|
## `eas build:version:sync`
|
|
744
744
|
|
|
@@ -756,7 +756,7 @@ DESCRIPTION
|
|
|
756
756
|
update a version in native code with a value stored on EAS servers
|
|
757
757
|
```
|
|
758
758
|
|
|
759
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
759
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
760
760
|
|
|
761
761
|
## `eas build:view [BUILD_ID]`
|
|
762
762
|
|
|
@@ -773,7 +773,7 @@ DESCRIPTION
|
|
|
773
773
|
view a build for your project
|
|
774
774
|
```
|
|
775
775
|
|
|
776
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
776
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/build/view.ts)_
|
|
777
777
|
|
|
778
778
|
## `eas channel:create [NAME]`
|
|
779
779
|
|
|
@@ -794,7 +794,7 @@ DESCRIPTION
|
|
|
794
794
|
create a channel
|
|
795
795
|
```
|
|
796
796
|
|
|
797
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
797
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/channel/create.ts)_
|
|
798
798
|
|
|
799
799
|
## `eas channel:delete [NAME]`
|
|
800
800
|
|
|
@@ -815,7 +815,7 @@ DESCRIPTION
|
|
|
815
815
|
Delete a channel
|
|
816
816
|
```
|
|
817
817
|
|
|
818
|
-
_See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
818
|
+
_See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/channel/delete.ts)_
|
|
819
819
|
|
|
820
820
|
## `eas channel:edit [NAME]`
|
|
821
821
|
|
|
@@ -837,7 +837,7 @@ DESCRIPTION
|
|
|
837
837
|
point a channel at a new branch
|
|
838
838
|
```
|
|
839
839
|
|
|
840
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
840
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
841
841
|
|
|
842
842
|
## `eas channel:insights`
|
|
843
843
|
|
|
@@ -861,7 +861,7 @@ DESCRIPTION
|
|
|
861
861
|
display adoption, crash, and unique-user insights for a channel + runtime version
|
|
862
862
|
```
|
|
863
863
|
|
|
864
|
-
_See code: [packages/eas-cli/src/commands/channel/insights.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
864
|
+
_See code: [packages/eas-cli/src/commands/channel/insights.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/channel/insights.ts)_
|
|
865
865
|
|
|
866
866
|
## `eas channel:list`
|
|
867
867
|
|
|
@@ -881,7 +881,7 @@ DESCRIPTION
|
|
|
881
881
|
list all channels
|
|
882
882
|
```
|
|
883
883
|
|
|
884
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
884
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/channel/list.ts)_
|
|
885
885
|
|
|
886
886
|
## `eas channel:pause [NAME]`
|
|
887
887
|
|
|
@@ -903,7 +903,7 @@ DESCRIPTION
|
|
|
903
903
|
pause a channel to stop it from sending updates
|
|
904
904
|
```
|
|
905
905
|
|
|
906
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
906
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
907
907
|
|
|
908
908
|
## `eas channel:resume [NAME]`
|
|
909
909
|
|
|
@@ -925,7 +925,7 @@ DESCRIPTION
|
|
|
925
925
|
resume a channel to start sending updates
|
|
926
926
|
```
|
|
927
927
|
|
|
928
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
928
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
929
929
|
|
|
930
930
|
## `eas channel:rollout [CHANNEL]`
|
|
931
931
|
|
|
@@ -960,7 +960,7 @@ DESCRIPTION
|
|
|
960
960
|
Roll a new branch out on a channel incrementally.
|
|
961
961
|
```
|
|
962
962
|
|
|
963
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
963
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
964
964
|
|
|
965
965
|
## `eas channel:view [NAME]`
|
|
966
966
|
|
|
@@ -983,7 +983,7 @@ DESCRIPTION
|
|
|
983
983
|
view a channel
|
|
984
984
|
```
|
|
985
985
|
|
|
986
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
986
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/channel/view.ts)_
|
|
987
987
|
|
|
988
988
|
## `eas config`
|
|
989
989
|
|
|
@@ -1004,7 +1004,7 @@ DESCRIPTION
|
|
|
1004
1004
|
display project configuration (app.json + eas.json)
|
|
1005
1005
|
```
|
|
1006
1006
|
|
|
1007
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1007
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/config.ts)_
|
|
1008
1008
|
|
|
1009
1009
|
## `eas credentials`
|
|
1010
1010
|
|
|
@@ -1021,7 +1021,7 @@ DESCRIPTION
|
|
|
1021
1021
|
manage credentials
|
|
1022
1022
|
```
|
|
1023
1023
|
|
|
1024
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1024
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
1025
1025
|
|
|
1026
1026
|
## `eas credentials:configure-build`
|
|
1027
1027
|
|
|
@@ -1039,7 +1039,7 @@ DESCRIPTION
|
|
|
1039
1039
|
Set up credentials for building your project.
|
|
1040
1040
|
```
|
|
1041
1041
|
|
|
1042
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1042
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
1043
1043
|
|
|
1044
1044
|
## `eas deploy [options]`
|
|
1045
1045
|
|
|
@@ -1068,7 +1068,7 @@ ALIASES
|
|
|
1068
1068
|
$ eas worker:deploy
|
|
1069
1069
|
```
|
|
1070
1070
|
|
|
1071
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1071
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
1072
1072
|
|
|
1073
1073
|
## `eas deploy:alias`
|
|
1074
1074
|
|
|
@@ -1093,7 +1093,7 @@ ALIASES
|
|
|
1093
1093
|
$ eas deploy:promote
|
|
1094
1094
|
```
|
|
1095
1095
|
|
|
1096
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1096
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/deploy/alias/index.ts)_
|
|
1097
1097
|
|
|
1098
1098
|
## `eas deploy:alias:delete [ALIAS_NAME]`
|
|
1099
1099
|
|
|
@@ -1114,7 +1114,7 @@ ALIASES
|
|
|
1114
1114
|
$ eas worker:alias:delete
|
|
1115
1115
|
```
|
|
1116
1116
|
|
|
1117
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1117
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/deploy/alias/delete.ts)_
|
|
1118
1118
|
|
|
1119
1119
|
## `eas deploy:delete [DEPLOYMENT_ID]`
|
|
1120
1120
|
|
|
@@ -1135,7 +1135,7 @@ ALIASES
|
|
|
1135
1135
|
$ eas worker:delete
|
|
1136
1136
|
```
|
|
1137
1137
|
|
|
1138
|
-
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1138
|
+
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/deploy/delete.ts)_
|
|
1139
1139
|
|
|
1140
1140
|
## `eas deploy:promote`
|
|
1141
1141
|
|
|
@@ -1172,7 +1172,7 @@ DESCRIPTION
|
|
|
1172
1172
|
register new Apple Devices to use for internal distribution
|
|
1173
1173
|
```
|
|
1174
1174
|
|
|
1175
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1175
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/device/create.ts)_
|
|
1176
1176
|
|
|
1177
1177
|
## `eas device:delete`
|
|
1178
1178
|
|
|
@@ -1192,7 +1192,7 @@ DESCRIPTION
|
|
|
1192
1192
|
remove a registered device from your account
|
|
1193
1193
|
```
|
|
1194
1194
|
|
|
1195
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1195
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1196
1196
|
|
|
1197
1197
|
## `eas device:list`
|
|
1198
1198
|
|
|
@@ -1213,7 +1213,7 @@ DESCRIPTION
|
|
|
1213
1213
|
list all registered devices for your account
|
|
1214
1214
|
```
|
|
1215
1215
|
|
|
1216
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1216
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/device/list.ts)_
|
|
1217
1217
|
|
|
1218
1218
|
## `eas device:rename`
|
|
1219
1219
|
|
|
@@ -1234,7 +1234,7 @@ DESCRIPTION
|
|
|
1234
1234
|
rename a registered device
|
|
1235
1235
|
```
|
|
1236
1236
|
|
|
1237
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1237
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1238
1238
|
|
|
1239
1239
|
## `eas device:view [UDID]`
|
|
1240
1240
|
|
|
@@ -1248,7 +1248,7 @@ DESCRIPTION
|
|
|
1248
1248
|
view a device for your project
|
|
1249
1249
|
```
|
|
1250
1250
|
|
|
1251
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1251
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/device/view.ts)_
|
|
1252
1252
|
|
|
1253
1253
|
## `eas diagnostics`
|
|
1254
1254
|
|
|
@@ -1262,7 +1262,7 @@ DESCRIPTION
|
|
|
1262
1262
|
display environment info
|
|
1263
1263
|
```
|
|
1264
1264
|
|
|
1265
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1265
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1266
1266
|
|
|
1267
1267
|
## `eas env:create [ENVIRONMENT]`
|
|
1268
1268
|
|
|
@@ -1294,7 +1294,7 @@ DESCRIPTION
|
|
|
1294
1294
|
create an environment variable for the current project or account
|
|
1295
1295
|
```
|
|
1296
1296
|
|
|
1297
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1297
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/env/create.ts)_
|
|
1298
1298
|
|
|
1299
1299
|
## `eas env:delete [ENVIRONMENT]`
|
|
1300
1300
|
|
|
@@ -1320,7 +1320,7 @@ DESCRIPTION
|
|
|
1320
1320
|
delete an environment variable for the current project or account
|
|
1321
1321
|
```
|
|
1322
1322
|
|
|
1323
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1323
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1324
1324
|
|
|
1325
1325
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1326
1326
|
|
|
@@ -1342,7 +1342,7 @@ DESCRIPTION
|
|
|
1342
1342
|
execute a command with environment variables from the selected environment
|
|
1343
1343
|
```
|
|
1344
1344
|
|
|
1345
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1345
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1346
1346
|
|
|
1347
1347
|
## `eas env:get [ENVIRONMENT]`
|
|
1348
1348
|
|
|
@@ -1370,7 +1370,7 @@ DESCRIPTION
|
|
|
1370
1370
|
view an environment variable for the current project or account
|
|
1371
1371
|
```
|
|
1372
1372
|
|
|
1373
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1373
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/env/get.ts)_
|
|
1374
1374
|
|
|
1375
1375
|
## `eas env:list [ENVIRONMENT]`
|
|
1376
1376
|
|
|
@@ -1398,7 +1398,7 @@ DESCRIPTION
|
|
|
1398
1398
|
list environment variables for the current project or account
|
|
1399
1399
|
```
|
|
1400
1400
|
|
|
1401
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1401
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/env/list.ts)_
|
|
1402
1402
|
|
|
1403
1403
|
## `eas env:pull [ENVIRONMENT]`
|
|
1404
1404
|
|
|
@@ -1421,7 +1421,7 @@ DESCRIPTION
|
|
|
1421
1421
|
pull environment variables for the selected environment to .env file
|
|
1422
1422
|
```
|
|
1423
1423
|
|
|
1424
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1424
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1425
1425
|
|
|
1426
1426
|
## `eas env:push [ENVIRONMENT]`
|
|
1427
1427
|
|
|
@@ -1443,7 +1443,7 @@ DESCRIPTION
|
|
|
1443
1443
|
push environment variables from .env file to the selected environment
|
|
1444
1444
|
```
|
|
1445
1445
|
|
|
1446
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1446
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/env/push.ts)_
|
|
1447
1447
|
|
|
1448
1448
|
## `eas env:update [ENVIRONMENT]`
|
|
1449
1449
|
|
|
@@ -1477,7 +1477,7 @@ DESCRIPTION
|
|
|
1477
1477
|
update an environment variable on the current project or account
|
|
1478
1478
|
```
|
|
1479
1479
|
|
|
1480
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1480
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/env/update.ts)_
|
|
1481
1481
|
|
|
1482
1482
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1483
1483
|
|
|
@@ -1521,7 +1521,7 @@ EXAMPLES
|
|
|
1521
1521
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1522
1522
|
```
|
|
1523
1523
|
|
|
1524
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1524
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1525
1525
|
|
|
1526
1526
|
## `eas fingerprint:generate`
|
|
1527
1527
|
|
|
@@ -1552,7 +1552,7 @@ EXAMPLES
|
|
|
1552
1552
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1553
1553
|
```
|
|
1554
1554
|
|
|
1555
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1555
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1556
1556
|
|
|
1557
1557
|
## `eas help [COMMAND]`
|
|
1558
1558
|
|
|
@@ -1631,7 +1631,7 @@ DESCRIPTION
|
|
|
1631
1631
|
connect a project to an App Store Connect app
|
|
1632
1632
|
```
|
|
1633
1633
|
|
|
1634
|
-
_See code: [packages/eas-cli/src/commands/integrations/asc/connect.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1634
|
+
_See code: [packages/eas-cli/src/commands/integrations/asc/connect.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/integrations/asc/connect.ts)_
|
|
1635
1635
|
|
|
1636
1636
|
## `eas integrations:asc:disconnect`
|
|
1637
1637
|
|
|
@@ -1650,7 +1650,7 @@ DESCRIPTION
|
|
|
1650
1650
|
disconnect the current project from its App Store Connect app
|
|
1651
1651
|
```
|
|
1652
1652
|
|
|
1653
|
-
_See code: [packages/eas-cli/src/commands/integrations/asc/disconnect.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1653
|
+
_See code: [packages/eas-cli/src/commands/integrations/asc/disconnect.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/integrations/asc/disconnect.ts)_
|
|
1654
1654
|
|
|
1655
1655
|
## `eas integrations:asc:status`
|
|
1656
1656
|
|
|
@@ -1668,7 +1668,7 @@ DESCRIPTION
|
|
|
1668
1668
|
show the App Store Connect app link status for the current project
|
|
1669
1669
|
```
|
|
1670
1670
|
|
|
1671
|
-
_See code: [packages/eas-cli/src/commands/integrations/asc/status.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1671
|
+
_See code: [packages/eas-cli/src/commands/integrations/asc/status.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/integrations/asc/status.ts)_
|
|
1672
1672
|
|
|
1673
1673
|
## `eas login`
|
|
1674
1674
|
|
|
@@ -1720,7 +1720,7 @@ DESCRIPTION
|
|
|
1720
1720
|
validate the local store configuration
|
|
1721
1721
|
```
|
|
1722
1722
|
|
|
1723
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1723
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1724
1724
|
|
|
1725
1725
|
## `eas metadata:pull`
|
|
1726
1726
|
|
|
@@ -1738,7 +1738,7 @@ DESCRIPTION
|
|
|
1738
1738
|
generate the local store configuration from the app stores
|
|
1739
1739
|
```
|
|
1740
1740
|
|
|
1741
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1741
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1742
1742
|
|
|
1743
1743
|
## `eas metadata:push`
|
|
1744
1744
|
|
|
@@ -1756,7 +1756,7 @@ DESCRIPTION
|
|
|
1756
1756
|
sync the local store configuration to the app stores
|
|
1757
1757
|
```
|
|
1758
1758
|
|
|
1759
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1759
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1760
1760
|
|
|
1761
1761
|
## `eas new [PATH]`
|
|
1762
1762
|
|
|
@@ -1808,7 +1808,7 @@ DESCRIPTION
|
|
|
1808
1808
|
open the project page in a web browser
|
|
1809
1809
|
```
|
|
1810
1810
|
|
|
1811
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1811
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/open.ts)_
|
|
1812
1812
|
|
|
1813
1813
|
## `eas project:info`
|
|
1814
1814
|
|
|
@@ -1822,7 +1822,7 @@ DESCRIPTION
|
|
|
1822
1822
|
information about the current project
|
|
1823
1823
|
```
|
|
1824
1824
|
|
|
1825
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1825
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/project/info.ts)_
|
|
1826
1826
|
|
|
1827
1827
|
## `eas project:init`
|
|
1828
1828
|
|
|
@@ -1845,7 +1845,7 @@ ALIASES
|
|
|
1845
1845
|
$ eas init
|
|
1846
1846
|
```
|
|
1847
1847
|
|
|
1848
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1848
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/project/init.ts)_
|
|
1849
1849
|
|
|
1850
1850
|
## `eas project:new [PATH]`
|
|
1851
1851
|
|
|
@@ -1869,7 +1869,7 @@ ALIASES
|
|
|
1869
1869
|
$ eas new
|
|
1870
1870
|
```
|
|
1871
1871
|
|
|
1872
|
-
_See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1872
|
+
_See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/project/new.ts)_
|
|
1873
1873
|
|
|
1874
1874
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1875
1875
|
|
|
@@ -1887,7 +1887,7 @@ ALIASES
|
|
|
1887
1887
|
$ eas onboarding
|
|
1888
1888
|
```
|
|
1889
1889
|
|
|
1890
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1890
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1891
1891
|
|
|
1892
1892
|
## `eas submit`
|
|
1893
1893
|
|
|
@@ -1920,7 +1920,7 @@ ALIASES
|
|
|
1920
1920
|
$ eas build:submit
|
|
1921
1921
|
```
|
|
1922
1922
|
|
|
1923
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1923
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/submit.ts)_
|
|
1924
1924
|
|
|
1925
1925
|
## `eas update`
|
|
1926
1926
|
|
|
@@ -1963,7 +1963,7 @@ DESCRIPTION
|
|
|
1963
1963
|
publish an update group
|
|
1964
1964
|
```
|
|
1965
1965
|
|
|
1966
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1966
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/update/index.ts)_
|
|
1967
1967
|
|
|
1968
1968
|
## `eas update:configure`
|
|
1969
1969
|
|
|
@@ -1984,7 +1984,7 @@ DESCRIPTION
|
|
|
1984
1984
|
configure the project to support EAS Update
|
|
1985
1985
|
```
|
|
1986
1986
|
|
|
1987
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
1987
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1988
1988
|
|
|
1989
1989
|
## `eas update:delete GROUPID`
|
|
1990
1990
|
|
|
@@ -2005,7 +2005,7 @@ DESCRIPTION
|
|
|
2005
2005
|
delete all the updates in an update group
|
|
2006
2006
|
```
|
|
2007
2007
|
|
|
2008
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
2008
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/update/delete.ts)_
|
|
2009
2009
|
|
|
2010
2010
|
## `eas update:edit [GROUPID]`
|
|
2011
2011
|
|
|
@@ -2030,7 +2030,7 @@ DESCRIPTION
|
|
|
2030
2030
|
edit all the updates in an update group
|
|
2031
2031
|
```
|
|
2032
2032
|
|
|
2033
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
2033
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/update/edit.ts)_
|
|
2034
2034
|
|
|
2035
2035
|
## `eas update:insights GROUPID`
|
|
2036
2036
|
|
|
@@ -2057,7 +2057,7 @@ DESCRIPTION
|
|
|
2057
2057
|
display launch, crash, unique-user, and size insights for an update group
|
|
2058
2058
|
```
|
|
2059
2059
|
|
|
2060
|
-
_See code: [packages/eas-cli/src/commands/update/insights.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
2060
|
+
_See code: [packages/eas-cli/src/commands/update/insights.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/update/insights.ts)_
|
|
2061
2061
|
|
|
2062
2062
|
## `eas update:list`
|
|
2063
2063
|
|
|
@@ -2084,7 +2084,7 @@ DESCRIPTION
|
|
|
2084
2084
|
view the recent updates
|
|
2085
2085
|
```
|
|
2086
2086
|
|
|
2087
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
2087
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/update/list.ts)_
|
|
2088
2088
|
|
|
2089
2089
|
## `eas update:republish`
|
|
2090
2090
|
|
|
@@ -2122,7 +2122,7 @@ DESCRIPTION
|
|
|
2122
2122
|
roll back to an existing update
|
|
2123
2123
|
```
|
|
2124
2124
|
|
|
2125
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
2125
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/update/republish.ts)_
|
|
2126
2126
|
|
|
2127
2127
|
## `eas update:revert-update-rollout`
|
|
2128
2128
|
|
|
@@ -2150,7 +2150,7 @@ DESCRIPTION
|
|
|
2150
2150
|
revert a rollout update for a project
|
|
2151
2151
|
```
|
|
2152
2152
|
|
|
2153
|
-
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
2153
|
+
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/update/revert-update-rollout.ts)_
|
|
2154
2154
|
|
|
2155
2155
|
## `eas update:roll-back-to-embedded`
|
|
2156
2156
|
|
|
@@ -2180,7 +2180,7 @@ DESCRIPTION
|
|
|
2180
2180
|
roll back to the embedded update
|
|
2181
2181
|
```
|
|
2182
2182
|
|
|
2183
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
2183
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
2184
2184
|
|
|
2185
2185
|
## `eas update:rollback`
|
|
2186
2186
|
|
|
@@ -2201,7 +2201,7 @@ DESCRIPTION
|
|
|
2201
2201
|
instead execute "eas update:republish" or "eas update:roll-back-to-embedded".
|
|
2202
2202
|
```
|
|
2203
2203
|
|
|
2204
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
2204
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
2205
2205
|
|
|
2206
2206
|
## `eas update:view GROUPID`
|
|
2207
2207
|
|
|
@@ -2225,7 +2225,7 @@ DESCRIPTION
|
|
|
2225
2225
|
update group details
|
|
2226
2226
|
```
|
|
2227
2227
|
|
|
2228
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
2228
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/update/view.ts)_
|
|
2229
2229
|
|
|
2230
2230
|
## `eas upload`
|
|
2231
2231
|
|
|
@@ -2246,7 +2246,7 @@ DESCRIPTION
|
|
|
2246
2246
|
upload a local build and generate a sharable link
|
|
2247
2247
|
```
|
|
2248
2248
|
|
|
2249
|
-
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
2249
|
+
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/upload.ts)_
|
|
2250
2250
|
|
|
2251
2251
|
## `eas webhook:create`
|
|
2252
2252
|
|
|
@@ -2268,7 +2268,7 @@ DESCRIPTION
|
|
|
2268
2268
|
create a webhook
|
|
2269
2269
|
```
|
|
2270
2270
|
|
|
2271
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
2271
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
2272
2272
|
|
|
2273
2273
|
## `eas webhook:delete [ID]`
|
|
2274
2274
|
|
|
@@ -2288,7 +2288,7 @@ DESCRIPTION
|
|
|
2288
2288
|
delete a webhook
|
|
2289
2289
|
```
|
|
2290
2290
|
|
|
2291
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
2291
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
2292
2292
|
|
|
2293
2293
|
## `eas webhook:list`
|
|
2294
2294
|
|
|
@@ -2307,7 +2307,7 @@ DESCRIPTION
|
|
|
2307
2307
|
list webhooks
|
|
2308
2308
|
```
|
|
2309
2309
|
|
|
2310
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
2310
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
2311
2311
|
|
|
2312
2312
|
## `eas webhook:update`
|
|
2313
2313
|
|
|
@@ -2330,7 +2330,7 @@ DESCRIPTION
|
|
|
2330
2330
|
update a webhook
|
|
2331
2331
|
```
|
|
2332
2332
|
|
|
2333
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
2333
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
2334
2334
|
|
|
2335
2335
|
## `eas webhook:view ID`
|
|
2336
2336
|
|
|
@@ -2347,7 +2347,7 @@ DESCRIPTION
|
|
|
2347
2347
|
view a webhook
|
|
2348
2348
|
```
|
|
2349
2349
|
|
|
2350
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
2350
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
2351
2351
|
|
|
2352
2352
|
## `eas whoami`
|
|
2353
2353
|
|
|
@@ -2468,7 +2468,7 @@ DESCRIPTION
|
|
|
2468
2468
|
to cancel.
|
|
2469
2469
|
```
|
|
2470
2470
|
|
|
2471
|
-
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
2471
|
+
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/workflow/cancel.ts)_
|
|
2472
2472
|
|
|
2473
2473
|
## `eas workflow:create [NAME]`
|
|
2474
2474
|
|
|
@@ -2488,7 +2488,7 @@ DESCRIPTION
|
|
|
2488
2488
|
create a new workflow configuration YAML file
|
|
2489
2489
|
```
|
|
2490
2490
|
|
|
2491
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
2491
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2492
2492
|
|
|
2493
2493
|
## `eas workflow:logs [ID]`
|
|
2494
2494
|
|
|
@@ -2512,7 +2512,7 @@ DESCRIPTION
|
|
|
2512
2512
|
If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.
|
|
2513
2513
|
```
|
|
2514
2514
|
|
|
2515
|
-
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
2515
|
+
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/workflow/logs.ts)_
|
|
2516
2516
|
|
|
2517
2517
|
## `eas workflow:run FILE`
|
|
2518
2518
|
|
|
@@ -2552,7 +2552,7 @@ FLAG DESCRIPTIONS
|
|
|
2552
2552
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2553
2553
|
```
|
|
2554
2554
|
|
|
2555
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
2555
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2556
2556
|
|
|
2557
2557
|
## `eas workflow:runs`
|
|
2558
2558
|
|
|
@@ -2574,7 +2574,7 @@ DESCRIPTION
|
|
|
2574
2574
|
list recent workflow runs for this project, with their IDs, statuses, and timestamps
|
|
2575
2575
|
```
|
|
2576
2576
|
|
|
2577
|
-
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
2577
|
+
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/workflow/runs.ts)_
|
|
2578
2578
|
|
|
2579
2579
|
## `eas workflow:status [WORKFLOW_RUN_ID]`
|
|
2580
2580
|
|
|
@@ -2602,7 +2602,7 @@ FLAG DESCRIPTIONS
|
|
|
2602
2602
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2603
2603
|
```
|
|
2604
2604
|
|
|
2605
|
-
_See code: [packages/eas-cli/src/commands/workflow/status.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
2605
|
+
_See code: [packages/eas-cli/src/commands/workflow/status.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/workflow/status.ts)_
|
|
2606
2606
|
|
|
2607
2607
|
## `eas workflow:validate PATH`
|
|
2608
2608
|
|
|
@@ -2622,7 +2622,7 @@ DESCRIPTION
|
|
|
2622
2622
|
validate a workflow configuration yaml file
|
|
2623
2623
|
```
|
|
2624
2624
|
|
|
2625
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
2625
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2626
2626
|
|
|
2627
2627
|
## `eas workflow:view [ID]`
|
|
2628
2628
|
|
|
@@ -2644,5 +2644,5 @@ DESCRIPTION
|
|
|
2644
2644
|
workflow runs for the current project.
|
|
2645
2645
|
```
|
|
2646
2646
|
|
|
2647
|
-
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v18.9.
|
|
2647
|
+
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v18.9.1/packages/eas-cli/src/commands/workflow/view.ts)_
|
|
2648
2648
|
<!-- commandsstop -->
|