eas-cli 18.6.0 → 18.7.0
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 +90 -89
- package/build/commands/build/dev.d.ts +1 -0
- package/build/commands/build/dev.js +10 -2
- package/oclif.manifest.json +627 -621
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -178,7 +178,7 @@ ALIASES
|
|
|
178
178
|
$ eas login
|
|
179
179
|
```
|
|
180
180
|
|
|
181
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
181
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/account/login.ts)_
|
|
182
182
|
|
|
183
183
|
## `eas account:logout`
|
|
184
184
|
|
|
@@ -195,7 +195,7 @@ ALIASES
|
|
|
195
195
|
$ eas logout
|
|
196
196
|
```
|
|
197
197
|
|
|
198
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
198
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/account/logout.ts)_
|
|
199
199
|
|
|
200
200
|
## `eas account:usage [ACCOUNT_NAME]`
|
|
201
201
|
|
|
@@ -217,7 +217,7 @@ DESCRIPTION
|
|
|
217
217
|
view account usage and billing for the current cycle
|
|
218
218
|
```
|
|
219
219
|
|
|
220
|
-
_See code: [packages/eas-cli/src/commands/account/usage.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
220
|
+
_See code: [packages/eas-cli/src/commands/account/usage.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/account/usage.ts)_
|
|
221
221
|
|
|
222
222
|
## `eas account:view`
|
|
223
223
|
|
|
@@ -234,7 +234,7 @@ ALIASES
|
|
|
234
234
|
$ eas whoami
|
|
235
235
|
```
|
|
236
236
|
|
|
237
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
237
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/account/view.ts)_
|
|
238
238
|
|
|
239
239
|
## `eas analytics [STATUS]`
|
|
240
240
|
|
|
@@ -248,7 +248,7 @@ DESCRIPTION
|
|
|
248
248
|
display or change analytics settings
|
|
249
249
|
```
|
|
250
250
|
|
|
251
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
251
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/analytics.ts)_
|
|
252
252
|
|
|
253
253
|
## `eas autocomplete [SHELL]`
|
|
254
254
|
|
|
@@ -300,7 +300,7 @@ DESCRIPTION
|
|
|
300
300
|
create a branch
|
|
301
301
|
```
|
|
302
302
|
|
|
303
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
303
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/branch/create.ts)_
|
|
304
304
|
|
|
305
305
|
## `eas branch:delete [NAME]`
|
|
306
306
|
|
|
@@ -321,7 +321,7 @@ DESCRIPTION
|
|
|
321
321
|
delete a branch
|
|
322
322
|
```
|
|
323
323
|
|
|
324
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
324
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
325
325
|
|
|
326
326
|
## `eas branch:list`
|
|
327
327
|
|
|
@@ -341,7 +341,7 @@ DESCRIPTION
|
|
|
341
341
|
list all branches
|
|
342
342
|
```
|
|
343
343
|
|
|
344
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
344
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/branch/list.ts)_
|
|
345
345
|
|
|
346
346
|
## `eas branch:rename`
|
|
347
347
|
|
|
@@ -361,7 +361,7 @@ DESCRIPTION
|
|
|
361
361
|
rename a branch
|
|
362
362
|
```
|
|
363
363
|
|
|
364
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
364
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
365
365
|
|
|
366
366
|
## `eas branch:view [NAME]`
|
|
367
367
|
|
|
@@ -384,7 +384,7 @@ DESCRIPTION
|
|
|
384
384
|
view a branch
|
|
385
385
|
```
|
|
386
386
|
|
|
387
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
387
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/branch/view.ts)_
|
|
388
388
|
|
|
389
389
|
## `eas build`
|
|
390
390
|
|
|
@@ -422,7 +422,7 @@ DESCRIPTION
|
|
|
422
422
|
start a build
|
|
423
423
|
```
|
|
424
424
|
|
|
425
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
425
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/build/index.ts)_
|
|
426
426
|
|
|
427
427
|
## `eas build:cancel [BUILD_ID]`
|
|
428
428
|
|
|
@@ -442,7 +442,7 @@ DESCRIPTION
|
|
|
442
442
|
cancel a build
|
|
443
443
|
```
|
|
444
444
|
|
|
445
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
445
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
446
446
|
|
|
447
447
|
## `eas build:configure`
|
|
448
448
|
|
|
@@ -460,7 +460,7 @@ DESCRIPTION
|
|
|
460
460
|
configure the project to support EAS Build
|
|
461
461
|
```
|
|
462
462
|
|
|
463
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
463
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/build/configure.ts)_
|
|
464
464
|
|
|
465
465
|
## `eas build:delete [BUILD_ID]`
|
|
466
466
|
|
|
@@ -480,7 +480,7 @@ DESCRIPTION
|
|
|
480
480
|
delete a build
|
|
481
481
|
```
|
|
482
482
|
|
|
483
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
483
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/build/delete.ts)_
|
|
484
484
|
|
|
485
485
|
## `eas build:dev`
|
|
486
486
|
|
|
@@ -488,7 +488,7 @@ run dev client simulator/emulator build with matching fingerprint or create a ne
|
|
|
488
488
|
|
|
489
489
|
```
|
|
490
490
|
USAGE
|
|
491
|
-
$ eas build:dev [-p ios|android] [-e PROFILE_NAME] [--skip-build-if-not-found]
|
|
491
|
+
$ eas build:dev [-p ios|android] [-e PROFILE_NAME] [--skip-build-if-not-found] [--skip-bundler]
|
|
492
492
|
|
|
493
493
|
FLAGS
|
|
494
494
|
-e, --profile=PROFILE_NAME Name of the build profile from eas.json. It must be a profile allowing to create
|
|
@@ -496,12 +496,13 @@ FLAGS
|
|
|
496
496
|
build profile will be selected by default.
|
|
497
497
|
-p, --platform=<option> <options: ios|android>
|
|
498
498
|
--skip-build-if-not-found Skip build if no successful build with matching fingerprint is found.
|
|
499
|
+
--skip-bundler Install and run the development build without starting the bundler server.
|
|
499
500
|
|
|
500
501
|
DESCRIPTION
|
|
501
502
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
502
503
|
```
|
|
503
504
|
|
|
504
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
505
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/build/dev.ts)_
|
|
505
506
|
|
|
506
507
|
## `eas build:download`
|
|
507
508
|
|
|
@@ -522,7 +523,7 @@ DESCRIPTION
|
|
|
522
523
|
download simulator/emulator builds for a given fingerprint hash
|
|
523
524
|
```
|
|
524
525
|
|
|
525
|
-
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
526
|
+
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/build/download.ts)_
|
|
526
527
|
|
|
527
528
|
## `eas build:inspect`
|
|
528
529
|
|
|
@@ -560,7 +561,7 @@ DESCRIPTION
|
|
|
560
561
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
561
562
|
```
|
|
562
563
|
|
|
563
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
564
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
564
565
|
|
|
565
566
|
## `eas build:list`
|
|
566
567
|
|
|
@@ -600,7 +601,7 @@ DESCRIPTION
|
|
|
600
601
|
list all builds for your project
|
|
601
602
|
```
|
|
602
603
|
|
|
603
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
604
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/build/list.ts)_
|
|
604
605
|
|
|
605
606
|
## `eas build:resign`
|
|
606
607
|
|
|
@@ -630,7 +631,7 @@ DESCRIPTION
|
|
|
630
631
|
re-sign a build archive
|
|
631
632
|
```
|
|
632
633
|
|
|
633
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
634
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/build/resign.ts)_
|
|
634
635
|
|
|
635
636
|
## `eas build:run`
|
|
636
637
|
|
|
@@ -656,7 +657,7 @@ DESCRIPTION
|
|
|
656
657
|
run simulator/emulator builds from eas-cli
|
|
657
658
|
```
|
|
658
659
|
|
|
659
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
660
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/build/run.ts)_
|
|
660
661
|
|
|
661
662
|
## `eas build:submit`
|
|
662
663
|
|
|
@@ -708,7 +709,7 @@ DESCRIPTION
|
|
|
708
709
|
get the latest version from EAS servers
|
|
709
710
|
```
|
|
710
711
|
|
|
711
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
712
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
712
713
|
|
|
713
714
|
## `eas build:version:set`
|
|
714
715
|
|
|
@@ -726,7 +727,7 @@ DESCRIPTION
|
|
|
726
727
|
update version of an app
|
|
727
728
|
```
|
|
728
729
|
|
|
729
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
730
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
730
731
|
|
|
731
732
|
## `eas build:version:sync`
|
|
732
733
|
|
|
@@ -744,7 +745,7 @@ DESCRIPTION
|
|
|
744
745
|
update a version in native code with a value stored on EAS servers
|
|
745
746
|
```
|
|
746
747
|
|
|
747
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
748
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
748
749
|
|
|
749
750
|
## `eas build:view [BUILD_ID]`
|
|
750
751
|
|
|
@@ -761,7 +762,7 @@ DESCRIPTION
|
|
|
761
762
|
view a build for your project
|
|
762
763
|
```
|
|
763
764
|
|
|
764
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
765
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/build/view.ts)_
|
|
765
766
|
|
|
766
767
|
## `eas channel:create [NAME]`
|
|
767
768
|
|
|
@@ -782,7 +783,7 @@ DESCRIPTION
|
|
|
782
783
|
create a channel
|
|
783
784
|
```
|
|
784
785
|
|
|
785
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
786
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/channel/create.ts)_
|
|
786
787
|
|
|
787
788
|
## `eas channel:delete [NAME]`
|
|
788
789
|
|
|
@@ -803,7 +804,7 @@ DESCRIPTION
|
|
|
803
804
|
Delete a channel
|
|
804
805
|
```
|
|
805
806
|
|
|
806
|
-
_See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
807
|
+
_See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/channel/delete.ts)_
|
|
807
808
|
|
|
808
809
|
## `eas channel:edit [NAME]`
|
|
809
810
|
|
|
@@ -825,7 +826,7 @@ DESCRIPTION
|
|
|
825
826
|
point a channel at a new branch
|
|
826
827
|
```
|
|
827
828
|
|
|
828
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
829
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
829
830
|
|
|
830
831
|
## `eas channel:list`
|
|
831
832
|
|
|
@@ -845,7 +846,7 @@ DESCRIPTION
|
|
|
845
846
|
list all channels
|
|
846
847
|
```
|
|
847
848
|
|
|
848
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
849
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/channel/list.ts)_
|
|
849
850
|
|
|
850
851
|
## `eas channel:pause [NAME]`
|
|
851
852
|
|
|
@@ -867,7 +868,7 @@ DESCRIPTION
|
|
|
867
868
|
pause a channel to stop it from sending updates
|
|
868
869
|
```
|
|
869
870
|
|
|
870
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
871
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
871
872
|
|
|
872
873
|
## `eas channel:resume [NAME]`
|
|
873
874
|
|
|
@@ -889,7 +890,7 @@ DESCRIPTION
|
|
|
889
890
|
resume a channel to start sending updates
|
|
890
891
|
```
|
|
891
892
|
|
|
892
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
893
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
893
894
|
|
|
894
895
|
## `eas channel:rollout [CHANNEL]`
|
|
895
896
|
|
|
@@ -924,7 +925,7 @@ DESCRIPTION
|
|
|
924
925
|
Roll a new branch out on a channel incrementally.
|
|
925
926
|
```
|
|
926
927
|
|
|
927
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
928
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
928
929
|
|
|
929
930
|
## `eas channel:view [NAME]`
|
|
930
931
|
|
|
@@ -947,7 +948,7 @@ DESCRIPTION
|
|
|
947
948
|
view a channel
|
|
948
949
|
```
|
|
949
950
|
|
|
950
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
951
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/channel/view.ts)_
|
|
951
952
|
|
|
952
953
|
## `eas config`
|
|
953
954
|
|
|
@@ -968,7 +969,7 @@ DESCRIPTION
|
|
|
968
969
|
display project configuration (app.json + eas.json)
|
|
969
970
|
```
|
|
970
971
|
|
|
971
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
972
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/config.ts)_
|
|
972
973
|
|
|
973
974
|
## `eas credentials`
|
|
974
975
|
|
|
@@ -985,7 +986,7 @@ DESCRIPTION
|
|
|
985
986
|
manage credentials
|
|
986
987
|
```
|
|
987
988
|
|
|
988
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
989
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
989
990
|
|
|
990
991
|
## `eas credentials:configure-build`
|
|
991
992
|
|
|
@@ -1003,7 +1004,7 @@ DESCRIPTION
|
|
|
1003
1004
|
Set up credentials for building your project.
|
|
1004
1005
|
```
|
|
1005
1006
|
|
|
1006
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1007
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
1007
1008
|
|
|
1008
1009
|
## `eas deploy [options]`
|
|
1009
1010
|
|
|
@@ -1032,7 +1033,7 @@ ALIASES
|
|
|
1032
1033
|
$ eas worker:deploy
|
|
1033
1034
|
```
|
|
1034
1035
|
|
|
1035
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1036
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
1036
1037
|
|
|
1037
1038
|
## `eas deploy:alias`
|
|
1038
1039
|
|
|
@@ -1057,7 +1058,7 @@ ALIASES
|
|
|
1057
1058
|
$ eas deploy:promote
|
|
1058
1059
|
```
|
|
1059
1060
|
|
|
1060
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1061
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/deploy/alias/index.ts)_
|
|
1061
1062
|
|
|
1062
1063
|
## `eas deploy:alias:delete [ALIAS_NAME]`
|
|
1063
1064
|
|
|
@@ -1078,7 +1079,7 @@ ALIASES
|
|
|
1078
1079
|
$ eas worker:alias:delete
|
|
1079
1080
|
```
|
|
1080
1081
|
|
|
1081
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1082
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/deploy/alias/delete.ts)_
|
|
1082
1083
|
|
|
1083
1084
|
## `eas deploy:delete [DEPLOYMENT_ID]`
|
|
1084
1085
|
|
|
@@ -1099,7 +1100,7 @@ ALIASES
|
|
|
1099
1100
|
$ eas worker:delete
|
|
1100
1101
|
```
|
|
1101
1102
|
|
|
1102
|
-
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1103
|
+
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/deploy/delete.ts)_
|
|
1103
1104
|
|
|
1104
1105
|
## `eas deploy:promote`
|
|
1105
1106
|
|
|
@@ -1136,7 +1137,7 @@ DESCRIPTION
|
|
|
1136
1137
|
register new Apple Devices to use for internal distribution
|
|
1137
1138
|
```
|
|
1138
1139
|
|
|
1139
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1140
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/device/create.ts)_
|
|
1140
1141
|
|
|
1141
1142
|
## `eas device:delete`
|
|
1142
1143
|
|
|
@@ -1156,7 +1157,7 @@ DESCRIPTION
|
|
|
1156
1157
|
remove a registered device from your account
|
|
1157
1158
|
```
|
|
1158
1159
|
|
|
1159
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1160
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1160
1161
|
|
|
1161
1162
|
## `eas device:list`
|
|
1162
1163
|
|
|
@@ -1177,7 +1178,7 @@ DESCRIPTION
|
|
|
1177
1178
|
list all registered devices for your account
|
|
1178
1179
|
```
|
|
1179
1180
|
|
|
1180
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1181
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/device/list.ts)_
|
|
1181
1182
|
|
|
1182
1183
|
## `eas device:rename`
|
|
1183
1184
|
|
|
@@ -1198,7 +1199,7 @@ DESCRIPTION
|
|
|
1198
1199
|
rename a registered device
|
|
1199
1200
|
```
|
|
1200
1201
|
|
|
1201
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1202
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1202
1203
|
|
|
1203
1204
|
## `eas device:view [UDID]`
|
|
1204
1205
|
|
|
@@ -1212,7 +1213,7 @@ DESCRIPTION
|
|
|
1212
1213
|
view a device for your project
|
|
1213
1214
|
```
|
|
1214
1215
|
|
|
1215
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1216
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/device/view.ts)_
|
|
1216
1217
|
|
|
1217
1218
|
## `eas diagnostics`
|
|
1218
1219
|
|
|
@@ -1226,7 +1227,7 @@ DESCRIPTION
|
|
|
1226
1227
|
display environment info
|
|
1227
1228
|
```
|
|
1228
1229
|
|
|
1229
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1230
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1230
1231
|
|
|
1231
1232
|
## `eas env:create [ENVIRONMENT]`
|
|
1232
1233
|
|
|
@@ -1258,7 +1259,7 @@ DESCRIPTION
|
|
|
1258
1259
|
create an environment variable for the current project or account
|
|
1259
1260
|
```
|
|
1260
1261
|
|
|
1261
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1262
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/env/create.ts)_
|
|
1262
1263
|
|
|
1263
1264
|
## `eas env:delete [ENVIRONMENT]`
|
|
1264
1265
|
|
|
@@ -1284,7 +1285,7 @@ DESCRIPTION
|
|
|
1284
1285
|
delete an environment variable for the current project or account
|
|
1285
1286
|
```
|
|
1286
1287
|
|
|
1287
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1288
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1288
1289
|
|
|
1289
1290
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1290
1291
|
|
|
@@ -1306,7 +1307,7 @@ DESCRIPTION
|
|
|
1306
1307
|
execute a command with environment variables from the selected environment
|
|
1307
1308
|
```
|
|
1308
1309
|
|
|
1309
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1310
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1310
1311
|
|
|
1311
1312
|
## `eas env:get [ENVIRONMENT]`
|
|
1312
1313
|
|
|
@@ -1334,7 +1335,7 @@ DESCRIPTION
|
|
|
1334
1335
|
view an environment variable for the current project or account
|
|
1335
1336
|
```
|
|
1336
1337
|
|
|
1337
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1338
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/env/get.ts)_
|
|
1338
1339
|
|
|
1339
1340
|
## `eas env:list [ENVIRONMENT]`
|
|
1340
1341
|
|
|
@@ -1362,7 +1363,7 @@ DESCRIPTION
|
|
|
1362
1363
|
list environment variables for the current project or account
|
|
1363
1364
|
```
|
|
1364
1365
|
|
|
1365
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1366
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/env/list.ts)_
|
|
1366
1367
|
|
|
1367
1368
|
## `eas env:pull [ENVIRONMENT]`
|
|
1368
1369
|
|
|
@@ -1385,7 +1386,7 @@ DESCRIPTION
|
|
|
1385
1386
|
pull environment variables for the selected environment to .env file
|
|
1386
1387
|
```
|
|
1387
1388
|
|
|
1388
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1389
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1389
1390
|
|
|
1390
1391
|
## `eas env:push [ENVIRONMENT]`
|
|
1391
1392
|
|
|
@@ -1407,7 +1408,7 @@ DESCRIPTION
|
|
|
1407
1408
|
push environment variables from .env file to the selected environment
|
|
1408
1409
|
```
|
|
1409
1410
|
|
|
1410
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1411
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/env/push.ts)_
|
|
1411
1412
|
|
|
1412
1413
|
## `eas env:update [ENVIRONMENT]`
|
|
1413
1414
|
|
|
@@ -1441,7 +1442,7 @@ DESCRIPTION
|
|
|
1441
1442
|
update an environment variable on the current project or account
|
|
1442
1443
|
```
|
|
1443
1444
|
|
|
1444
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1445
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/env/update.ts)_
|
|
1445
1446
|
|
|
1446
1447
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1447
1448
|
|
|
@@ -1485,7 +1486,7 @@ EXAMPLES
|
|
|
1485
1486
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1486
1487
|
```
|
|
1487
1488
|
|
|
1488
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1489
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1489
1490
|
|
|
1490
1491
|
## `eas fingerprint:generate`
|
|
1491
1492
|
|
|
@@ -1516,7 +1517,7 @@ EXAMPLES
|
|
|
1516
1517
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1517
1518
|
```
|
|
1518
1519
|
|
|
1519
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1520
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1520
1521
|
|
|
1521
1522
|
## `eas help [COMMAND]`
|
|
1522
1523
|
|
|
@@ -1625,7 +1626,7 @@ DESCRIPTION
|
|
|
1625
1626
|
validate the local store configuration
|
|
1626
1627
|
```
|
|
1627
1628
|
|
|
1628
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1629
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1629
1630
|
|
|
1630
1631
|
## `eas metadata:pull`
|
|
1631
1632
|
|
|
@@ -1643,7 +1644,7 @@ DESCRIPTION
|
|
|
1643
1644
|
generate the local store configuration from the app stores
|
|
1644
1645
|
```
|
|
1645
1646
|
|
|
1646
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1647
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1647
1648
|
|
|
1648
1649
|
## `eas metadata:push`
|
|
1649
1650
|
|
|
@@ -1661,7 +1662,7 @@ DESCRIPTION
|
|
|
1661
1662
|
sync the local store configuration to the app stores
|
|
1662
1663
|
```
|
|
1663
1664
|
|
|
1664
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1665
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1665
1666
|
|
|
1666
1667
|
## `eas new [PATH]`
|
|
1667
1668
|
|
|
@@ -1713,7 +1714,7 @@ DESCRIPTION
|
|
|
1713
1714
|
open the project page in a web browser
|
|
1714
1715
|
```
|
|
1715
1716
|
|
|
1716
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1717
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/open.ts)_
|
|
1717
1718
|
|
|
1718
1719
|
## `eas project:info`
|
|
1719
1720
|
|
|
@@ -1727,7 +1728,7 @@ DESCRIPTION
|
|
|
1727
1728
|
information about the current project
|
|
1728
1729
|
```
|
|
1729
1730
|
|
|
1730
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1731
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/project/info.ts)_
|
|
1731
1732
|
|
|
1732
1733
|
## `eas project:init`
|
|
1733
1734
|
|
|
@@ -1750,7 +1751,7 @@ ALIASES
|
|
|
1750
1751
|
$ eas init
|
|
1751
1752
|
```
|
|
1752
1753
|
|
|
1753
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1754
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/project/init.ts)_
|
|
1754
1755
|
|
|
1755
1756
|
## `eas project:new [PATH]`
|
|
1756
1757
|
|
|
@@ -1774,7 +1775,7 @@ ALIASES
|
|
|
1774
1775
|
$ eas new
|
|
1775
1776
|
```
|
|
1776
1777
|
|
|
1777
|
-
_See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1778
|
+
_See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/project/new.ts)_
|
|
1778
1779
|
|
|
1779
1780
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1780
1781
|
|
|
@@ -1792,7 +1793,7 @@ ALIASES
|
|
|
1792
1793
|
$ eas onboarding
|
|
1793
1794
|
```
|
|
1794
1795
|
|
|
1795
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1796
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1796
1797
|
|
|
1797
1798
|
## `eas submit`
|
|
1798
1799
|
|
|
@@ -1825,7 +1826,7 @@ ALIASES
|
|
|
1825
1826
|
$ eas build:submit
|
|
1826
1827
|
```
|
|
1827
1828
|
|
|
1828
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1829
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/submit.ts)_
|
|
1829
1830
|
|
|
1830
1831
|
## `eas update`
|
|
1831
1832
|
|
|
@@ -1868,7 +1869,7 @@ DESCRIPTION
|
|
|
1868
1869
|
publish an update group
|
|
1869
1870
|
```
|
|
1870
1871
|
|
|
1871
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1872
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/update/index.ts)_
|
|
1872
1873
|
|
|
1873
1874
|
## `eas update:configure`
|
|
1874
1875
|
|
|
@@ -1889,7 +1890,7 @@ DESCRIPTION
|
|
|
1889
1890
|
configure the project to support EAS Update
|
|
1890
1891
|
```
|
|
1891
1892
|
|
|
1892
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1893
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1893
1894
|
|
|
1894
1895
|
## `eas update:delete GROUPID`
|
|
1895
1896
|
|
|
@@ -1910,7 +1911,7 @@ DESCRIPTION
|
|
|
1910
1911
|
delete all the updates in an update group
|
|
1911
1912
|
```
|
|
1912
1913
|
|
|
1913
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1914
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1914
1915
|
|
|
1915
1916
|
## `eas update:edit [GROUPID]`
|
|
1916
1917
|
|
|
@@ -1935,7 +1936,7 @@ DESCRIPTION
|
|
|
1935
1936
|
edit all the updates in an update group
|
|
1936
1937
|
```
|
|
1937
1938
|
|
|
1938
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1939
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1939
1940
|
|
|
1940
1941
|
## `eas update:list`
|
|
1941
1942
|
|
|
@@ -1962,7 +1963,7 @@ DESCRIPTION
|
|
|
1962
1963
|
view the recent updates
|
|
1963
1964
|
```
|
|
1964
1965
|
|
|
1965
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1966
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/update/list.ts)_
|
|
1966
1967
|
|
|
1967
1968
|
## `eas update:republish`
|
|
1968
1969
|
|
|
@@ -2000,7 +2001,7 @@ DESCRIPTION
|
|
|
2000
2001
|
roll back to an existing update
|
|
2001
2002
|
```
|
|
2002
2003
|
|
|
2003
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2004
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/update/republish.ts)_
|
|
2004
2005
|
|
|
2005
2006
|
## `eas update:revert-update-rollout`
|
|
2006
2007
|
|
|
@@ -2028,7 +2029,7 @@ DESCRIPTION
|
|
|
2028
2029
|
revert a rollout update for a project
|
|
2029
2030
|
```
|
|
2030
2031
|
|
|
2031
|
-
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2032
|
+
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/update/revert-update-rollout.ts)_
|
|
2032
2033
|
|
|
2033
2034
|
## `eas update:roll-back-to-embedded`
|
|
2034
2035
|
|
|
@@ -2058,7 +2059,7 @@ DESCRIPTION
|
|
|
2058
2059
|
roll back to the embedded update
|
|
2059
2060
|
```
|
|
2060
2061
|
|
|
2061
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2062
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
2062
2063
|
|
|
2063
2064
|
## `eas update:rollback`
|
|
2064
2065
|
|
|
@@ -2079,7 +2080,7 @@ DESCRIPTION
|
|
|
2079
2080
|
instead execute "eas update:republish" or "eas update:roll-back-to-embedded".
|
|
2080
2081
|
```
|
|
2081
2082
|
|
|
2082
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2083
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
2083
2084
|
|
|
2084
2085
|
## `eas update:view GROUPID`
|
|
2085
2086
|
|
|
@@ -2099,7 +2100,7 @@ DESCRIPTION
|
|
|
2099
2100
|
update group details
|
|
2100
2101
|
```
|
|
2101
2102
|
|
|
2102
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2103
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/update/view.ts)_
|
|
2103
2104
|
|
|
2104
2105
|
## `eas upload`
|
|
2105
2106
|
|
|
@@ -2120,7 +2121,7 @@ DESCRIPTION
|
|
|
2120
2121
|
upload a local build and generate a sharable link
|
|
2121
2122
|
```
|
|
2122
2123
|
|
|
2123
|
-
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2124
|
+
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/upload.ts)_
|
|
2124
2125
|
|
|
2125
2126
|
## `eas webhook:create`
|
|
2126
2127
|
|
|
@@ -2142,7 +2143,7 @@ DESCRIPTION
|
|
|
2142
2143
|
create a webhook
|
|
2143
2144
|
```
|
|
2144
2145
|
|
|
2145
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2146
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
2146
2147
|
|
|
2147
2148
|
## `eas webhook:delete [ID]`
|
|
2148
2149
|
|
|
@@ -2162,7 +2163,7 @@ DESCRIPTION
|
|
|
2162
2163
|
delete a webhook
|
|
2163
2164
|
```
|
|
2164
2165
|
|
|
2165
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2166
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
2166
2167
|
|
|
2167
2168
|
## `eas webhook:list`
|
|
2168
2169
|
|
|
@@ -2181,7 +2182,7 @@ DESCRIPTION
|
|
|
2181
2182
|
list webhooks
|
|
2182
2183
|
```
|
|
2183
2184
|
|
|
2184
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2185
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
2185
2186
|
|
|
2186
2187
|
## `eas webhook:update`
|
|
2187
2188
|
|
|
@@ -2204,7 +2205,7 @@ DESCRIPTION
|
|
|
2204
2205
|
update a webhook
|
|
2205
2206
|
```
|
|
2206
2207
|
|
|
2207
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2208
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
2208
2209
|
|
|
2209
2210
|
## `eas webhook:view ID`
|
|
2210
2211
|
|
|
@@ -2221,7 +2222,7 @@ DESCRIPTION
|
|
|
2221
2222
|
view a webhook
|
|
2222
2223
|
```
|
|
2223
2224
|
|
|
2224
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2225
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
2225
2226
|
|
|
2226
2227
|
## `eas whoami`
|
|
2227
2228
|
|
|
@@ -2342,7 +2343,7 @@ DESCRIPTION
|
|
|
2342
2343
|
to cancel.
|
|
2343
2344
|
```
|
|
2344
2345
|
|
|
2345
|
-
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2346
|
+
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/workflow/cancel.ts)_
|
|
2346
2347
|
|
|
2347
2348
|
## `eas workflow:create [NAME]`
|
|
2348
2349
|
|
|
@@ -2362,7 +2363,7 @@ DESCRIPTION
|
|
|
2362
2363
|
create a new workflow configuration YAML file
|
|
2363
2364
|
```
|
|
2364
2365
|
|
|
2365
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2366
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2366
2367
|
|
|
2367
2368
|
## `eas workflow:logs [ID]`
|
|
2368
2369
|
|
|
@@ -2386,7 +2387,7 @@ DESCRIPTION
|
|
|
2386
2387
|
If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.
|
|
2387
2388
|
```
|
|
2388
2389
|
|
|
2389
|
-
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2390
|
+
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/workflow/logs.ts)_
|
|
2390
2391
|
|
|
2391
2392
|
## `eas workflow:run FILE`
|
|
2392
2393
|
|
|
@@ -2426,7 +2427,7 @@ FLAG DESCRIPTIONS
|
|
|
2426
2427
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2427
2428
|
```
|
|
2428
2429
|
|
|
2429
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2430
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2430
2431
|
|
|
2431
2432
|
## `eas workflow:runs`
|
|
2432
2433
|
|
|
@@ -2448,7 +2449,7 @@ DESCRIPTION
|
|
|
2448
2449
|
list recent workflow runs for this project, with their IDs, statuses, and timestamps
|
|
2449
2450
|
```
|
|
2450
2451
|
|
|
2451
|
-
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2452
|
+
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/workflow/runs.ts)_
|
|
2452
2453
|
|
|
2453
2454
|
## `eas workflow:status [WORKFLOW_RUN_ID]`
|
|
2454
2455
|
|
|
@@ -2476,7 +2477,7 @@ FLAG DESCRIPTIONS
|
|
|
2476
2477
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2477
2478
|
```
|
|
2478
2479
|
|
|
2479
|
-
_See code: [packages/eas-cli/src/commands/workflow/status.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2480
|
+
_See code: [packages/eas-cli/src/commands/workflow/status.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/workflow/status.ts)_
|
|
2480
2481
|
|
|
2481
2482
|
## `eas workflow:validate PATH`
|
|
2482
2483
|
|
|
@@ -2496,7 +2497,7 @@ DESCRIPTION
|
|
|
2496
2497
|
validate a workflow configuration yaml file
|
|
2497
2498
|
```
|
|
2498
2499
|
|
|
2499
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2500
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2500
2501
|
|
|
2501
2502
|
## `eas workflow:view [ID]`
|
|
2502
2503
|
|
|
@@ -2518,5 +2519,5 @@ DESCRIPTION
|
|
|
2518
2519
|
workflow runs for the current project.
|
|
2519
2520
|
```
|
|
2520
2521
|
|
|
2521
|
-
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2522
|
+
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v18.7.0/packages/eas-cli/src/commands/workflow/view.ts)_
|
|
2522
2523
|
<!-- commandsstop -->
|