eas-cli 18.3.0 → 18.4.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 +94 -93
- package/build/build/build.js +27 -6
- package/build/commandUtils/flags.d.ts +1 -0
- package/build/commandUtils/flags.js +12 -0
- package/build/commands/build/dev.d.ts +1 -0
- package/build/commands/build/dev.js +9 -1
- package/oclif.manifest.json +1985 -1920
- package/package.json +5 -5
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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.0/packages/eas-cli/src/commands/build/delete.ts)_
|
|
484
484
|
|
|
485
485
|
## `eas build:dev`
|
|
486
486
|
|
|
@@ -488,19 +488,20 @@ 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]
|
|
491
|
+
$ eas build:dev [-p ios|android] [-e PROFILE_NAME] [--skip-build-if-not-found]
|
|
492
492
|
|
|
493
493
|
FLAGS
|
|
494
|
-
-e, --profile=PROFILE_NAME
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
-p, --platform=<option>
|
|
494
|
+
-e, --profile=PROFILE_NAME Name of the build profile from eas.json. It must be a profile allowing to create
|
|
495
|
+
emulator/simulator internal distribution dev client builds. The "development-simulator"
|
|
496
|
+
build profile will be selected by default.
|
|
497
|
+
-p, --platform=<option> <options: ios|android>
|
|
498
|
+
--skip-build-if-not-found Skip build if no successful build with matching fingerprint is found.
|
|
498
499
|
|
|
499
500
|
DESCRIPTION
|
|
500
501
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
501
502
|
```
|
|
502
503
|
|
|
503
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
504
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/build/dev.ts)_
|
|
504
505
|
|
|
505
506
|
## `eas build:download`
|
|
506
507
|
|
|
@@ -521,7 +522,7 @@ DESCRIPTION
|
|
|
521
522
|
download simulator/emulator builds for a given fingerprint hash
|
|
522
523
|
```
|
|
523
524
|
|
|
524
|
-
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
525
|
+
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/build/download.ts)_
|
|
525
526
|
|
|
526
527
|
## `eas build:inspect`
|
|
527
528
|
|
|
@@ -559,7 +560,7 @@ DESCRIPTION
|
|
|
559
560
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
560
561
|
```
|
|
561
562
|
|
|
562
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
563
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
563
564
|
|
|
564
565
|
## `eas build:list`
|
|
565
566
|
|
|
@@ -599,7 +600,7 @@ DESCRIPTION
|
|
|
599
600
|
list all builds for your project
|
|
600
601
|
```
|
|
601
602
|
|
|
602
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
603
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/build/list.ts)_
|
|
603
604
|
|
|
604
605
|
## `eas build:resign`
|
|
605
606
|
|
|
@@ -629,7 +630,7 @@ DESCRIPTION
|
|
|
629
630
|
re-sign a build archive
|
|
630
631
|
```
|
|
631
632
|
|
|
632
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
633
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/build/resign.ts)_
|
|
633
634
|
|
|
634
635
|
## `eas build:run`
|
|
635
636
|
|
|
@@ -655,7 +656,7 @@ DESCRIPTION
|
|
|
655
656
|
run simulator/emulator builds from eas-cli
|
|
656
657
|
```
|
|
657
658
|
|
|
658
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
659
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/build/run.ts)_
|
|
659
660
|
|
|
660
661
|
## `eas build:submit`
|
|
661
662
|
|
|
@@ -707,7 +708,7 @@ DESCRIPTION
|
|
|
707
708
|
get the latest version from EAS servers
|
|
708
709
|
```
|
|
709
710
|
|
|
710
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
711
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
711
712
|
|
|
712
713
|
## `eas build:version:set`
|
|
713
714
|
|
|
@@ -725,7 +726,7 @@ DESCRIPTION
|
|
|
725
726
|
update version of an app
|
|
726
727
|
```
|
|
727
728
|
|
|
728
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
729
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
729
730
|
|
|
730
731
|
## `eas build:version:sync`
|
|
731
732
|
|
|
@@ -743,7 +744,7 @@ DESCRIPTION
|
|
|
743
744
|
update a version in native code with a value stored on EAS servers
|
|
744
745
|
```
|
|
745
746
|
|
|
746
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
747
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
747
748
|
|
|
748
749
|
## `eas build:view [BUILD_ID]`
|
|
749
750
|
|
|
@@ -760,7 +761,7 @@ DESCRIPTION
|
|
|
760
761
|
view a build for your project
|
|
761
762
|
```
|
|
762
763
|
|
|
763
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
764
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/build/view.ts)_
|
|
764
765
|
|
|
765
766
|
## `eas channel:create [NAME]`
|
|
766
767
|
|
|
@@ -781,7 +782,7 @@ DESCRIPTION
|
|
|
781
782
|
create a channel
|
|
782
783
|
```
|
|
783
784
|
|
|
784
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
785
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/channel/create.ts)_
|
|
785
786
|
|
|
786
787
|
## `eas channel:delete [NAME]`
|
|
787
788
|
|
|
@@ -802,7 +803,7 @@ DESCRIPTION
|
|
|
802
803
|
Delete a channel
|
|
803
804
|
```
|
|
804
805
|
|
|
805
|
-
_See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
806
|
+
_See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/channel/delete.ts)_
|
|
806
807
|
|
|
807
808
|
## `eas channel:edit [NAME]`
|
|
808
809
|
|
|
@@ -824,7 +825,7 @@ DESCRIPTION
|
|
|
824
825
|
point a channel at a new branch
|
|
825
826
|
```
|
|
826
827
|
|
|
827
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
828
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
828
829
|
|
|
829
830
|
## `eas channel:list`
|
|
830
831
|
|
|
@@ -844,7 +845,7 @@ DESCRIPTION
|
|
|
844
845
|
list all channels
|
|
845
846
|
```
|
|
846
847
|
|
|
847
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
848
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/channel/list.ts)_
|
|
848
849
|
|
|
849
850
|
## `eas channel:pause [NAME]`
|
|
850
851
|
|
|
@@ -866,7 +867,7 @@ DESCRIPTION
|
|
|
866
867
|
pause a channel to stop it from sending updates
|
|
867
868
|
```
|
|
868
869
|
|
|
869
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
870
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
870
871
|
|
|
871
872
|
## `eas channel:resume [NAME]`
|
|
872
873
|
|
|
@@ -888,7 +889,7 @@ DESCRIPTION
|
|
|
888
889
|
resume a channel to start sending updates
|
|
889
890
|
```
|
|
890
891
|
|
|
891
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
892
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
892
893
|
|
|
893
894
|
## `eas channel:rollout [CHANNEL]`
|
|
894
895
|
|
|
@@ -923,7 +924,7 @@ DESCRIPTION
|
|
|
923
924
|
Roll a new branch out on a channel incrementally.
|
|
924
925
|
```
|
|
925
926
|
|
|
926
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
927
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
927
928
|
|
|
928
929
|
## `eas channel:view [NAME]`
|
|
929
930
|
|
|
@@ -946,7 +947,7 @@ DESCRIPTION
|
|
|
946
947
|
view a channel
|
|
947
948
|
```
|
|
948
949
|
|
|
949
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
950
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/channel/view.ts)_
|
|
950
951
|
|
|
951
952
|
## `eas config`
|
|
952
953
|
|
|
@@ -967,7 +968,7 @@ DESCRIPTION
|
|
|
967
968
|
display project configuration (app.json + eas.json)
|
|
968
969
|
```
|
|
969
970
|
|
|
970
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
971
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/config.ts)_
|
|
971
972
|
|
|
972
973
|
## `eas credentials`
|
|
973
974
|
|
|
@@ -984,7 +985,7 @@ DESCRIPTION
|
|
|
984
985
|
manage credentials
|
|
985
986
|
```
|
|
986
987
|
|
|
987
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
988
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
988
989
|
|
|
989
990
|
## `eas credentials:configure-build`
|
|
990
991
|
|
|
@@ -1002,7 +1003,7 @@ DESCRIPTION
|
|
|
1002
1003
|
Set up credentials for building your project.
|
|
1003
1004
|
```
|
|
1004
1005
|
|
|
1005
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1006
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
1006
1007
|
|
|
1007
1008
|
## `eas deploy [options]`
|
|
1008
1009
|
|
|
@@ -1031,7 +1032,7 @@ ALIASES
|
|
|
1031
1032
|
$ eas worker:deploy
|
|
1032
1033
|
```
|
|
1033
1034
|
|
|
1034
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1035
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
1035
1036
|
|
|
1036
1037
|
## `eas deploy:alias`
|
|
1037
1038
|
|
|
@@ -1056,7 +1057,7 @@ ALIASES
|
|
|
1056
1057
|
$ eas deploy:promote
|
|
1057
1058
|
```
|
|
1058
1059
|
|
|
1059
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1060
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/deploy/alias/index.ts)_
|
|
1060
1061
|
|
|
1061
1062
|
## `eas deploy:alias:delete [ALIAS_NAME]`
|
|
1062
1063
|
|
|
@@ -1077,7 +1078,7 @@ ALIASES
|
|
|
1077
1078
|
$ eas worker:alias:delete
|
|
1078
1079
|
```
|
|
1079
1080
|
|
|
1080
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1081
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/deploy/alias/delete.ts)_
|
|
1081
1082
|
|
|
1082
1083
|
## `eas deploy:delete [DEPLOYMENT_ID]`
|
|
1083
1084
|
|
|
@@ -1098,7 +1099,7 @@ ALIASES
|
|
|
1098
1099
|
$ eas worker:delete
|
|
1099
1100
|
```
|
|
1100
1101
|
|
|
1101
|
-
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1102
|
+
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/deploy/delete.ts)_
|
|
1102
1103
|
|
|
1103
1104
|
## `eas deploy:promote`
|
|
1104
1105
|
|
|
@@ -1135,7 +1136,7 @@ DESCRIPTION
|
|
|
1135
1136
|
register new Apple Devices to use for internal distribution
|
|
1136
1137
|
```
|
|
1137
1138
|
|
|
1138
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1139
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/device/create.ts)_
|
|
1139
1140
|
|
|
1140
1141
|
## `eas device:delete`
|
|
1141
1142
|
|
|
@@ -1155,7 +1156,7 @@ DESCRIPTION
|
|
|
1155
1156
|
remove a registered device from your account
|
|
1156
1157
|
```
|
|
1157
1158
|
|
|
1158
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1159
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1159
1160
|
|
|
1160
1161
|
## `eas device:list`
|
|
1161
1162
|
|
|
@@ -1176,7 +1177,7 @@ DESCRIPTION
|
|
|
1176
1177
|
list all registered devices for your account
|
|
1177
1178
|
```
|
|
1178
1179
|
|
|
1179
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1180
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/device/list.ts)_
|
|
1180
1181
|
|
|
1181
1182
|
## `eas device:rename`
|
|
1182
1183
|
|
|
@@ -1197,7 +1198,7 @@ DESCRIPTION
|
|
|
1197
1198
|
rename a registered device
|
|
1198
1199
|
```
|
|
1199
1200
|
|
|
1200
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1201
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1201
1202
|
|
|
1202
1203
|
## `eas device:view [UDID]`
|
|
1203
1204
|
|
|
@@ -1211,7 +1212,7 @@ DESCRIPTION
|
|
|
1211
1212
|
view a device for your project
|
|
1212
1213
|
```
|
|
1213
1214
|
|
|
1214
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1215
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/device/view.ts)_
|
|
1215
1216
|
|
|
1216
1217
|
## `eas diagnostics`
|
|
1217
1218
|
|
|
@@ -1225,7 +1226,7 @@ DESCRIPTION
|
|
|
1225
1226
|
display environment info
|
|
1226
1227
|
```
|
|
1227
1228
|
|
|
1228
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1229
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1229
1230
|
|
|
1230
1231
|
## `eas env:create [ENVIRONMENT]`
|
|
1231
1232
|
|
|
@@ -1257,7 +1258,7 @@ DESCRIPTION
|
|
|
1257
1258
|
create an environment variable for the current project or account
|
|
1258
1259
|
```
|
|
1259
1260
|
|
|
1260
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1261
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/env/create.ts)_
|
|
1261
1262
|
|
|
1262
1263
|
## `eas env:delete [ENVIRONMENT]`
|
|
1263
1264
|
|
|
@@ -1283,7 +1284,7 @@ DESCRIPTION
|
|
|
1283
1284
|
delete an environment variable for the current project or account
|
|
1284
1285
|
```
|
|
1285
1286
|
|
|
1286
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1287
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1287
1288
|
|
|
1288
1289
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1289
1290
|
|
|
@@ -1305,7 +1306,7 @@ DESCRIPTION
|
|
|
1305
1306
|
execute a command with environment variables from the selected environment
|
|
1306
1307
|
```
|
|
1307
1308
|
|
|
1308
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1309
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1309
1310
|
|
|
1310
1311
|
## `eas env:get [ENVIRONMENT]`
|
|
1311
1312
|
|
|
@@ -1333,7 +1334,7 @@ DESCRIPTION
|
|
|
1333
1334
|
view an environment variable for the current project or account
|
|
1334
1335
|
```
|
|
1335
1336
|
|
|
1336
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1337
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/env/get.ts)_
|
|
1337
1338
|
|
|
1338
1339
|
## `eas env:list [ENVIRONMENT]`
|
|
1339
1340
|
|
|
@@ -1361,7 +1362,7 @@ DESCRIPTION
|
|
|
1361
1362
|
list environment variables for the current project or account
|
|
1362
1363
|
```
|
|
1363
1364
|
|
|
1364
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1365
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/env/list.ts)_
|
|
1365
1366
|
|
|
1366
1367
|
## `eas env:pull [ENVIRONMENT]`
|
|
1367
1368
|
|
|
@@ -1384,7 +1385,7 @@ DESCRIPTION
|
|
|
1384
1385
|
pull environment variables for the selected environment to .env file
|
|
1385
1386
|
```
|
|
1386
1387
|
|
|
1387
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1388
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1388
1389
|
|
|
1389
1390
|
## `eas env:push [ENVIRONMENT]`
|
|
1390
1391
|
|
|
@@ -1406,7 +1407,7 @@ DESCRIPTION
|
|
|
1406
1407
|
push environment variables from .env file to the selected environment
|
|
1407
1408
|
```
|
|
1408
1409
|
|
|
1409
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1410
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/env/push.ts)_
|
|
1410
1411
|
|
|
1411
1412
|
## `eas env:update [ENVIRONMENT]`
|
|
1412
1413
|
|
|
@@ -1440,7 +1441,7 @@ DESCRIPTION
|
|
|
1440
1441
|
update an environment variable on the current project or account
|
|
1441
1442
|
```
|
|
1442
1443
|
|
|
1443
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1444
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/env/update.ts)_
|
|
1444
1445
|
|
|
1445
1446
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1446
1447
|
|
|
@@ -1484,7 +1485,7 @@ EXAMPLES
|
|
|
1484
1485
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1485
1486
|
```
|
|
1486
1487
|
|
|
1487
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1488
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1488
1489
|
|
|
1489
1490
|
## `eas fingerprint:generate`
|
|
1490
1491
|
|
|
@@ -1515,7 +1516,7 @@ EXAMPLES
|
|
|
1515
1516
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1516
1517
|
```
|
|
1517
1518
|
|
|
1518
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1519
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1519
1520
|
|
|
1520
1521
|
## `eas help [COMMAND]`
|
|
1521
1522
|
|
|
@@ -1624,7 +1625,7 @@ DESCRIPTION
|
|
|
1624
1625
|
validate the local store configuration
|
|
1625
1626
|
```
|
|
1626
1627
|
|
|
1627
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1628
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1628
1629
|
|
|
1629
1630
|
## `eas metadata:pull`
|
|
1630
1631
|
|
|
@@ -1641,7 +1642,7 @@ DESCRIPTION
|
|
|
1641
1642
|
generate the local store configuration from the app stores
|
|
1642
1643
|
```
|
|
1643
1644
|
|
|
1644
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1645
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1645
1646
|
|
|
1646
1647
|
## `eas metadata:push`
|
|
1647
1648
|
|
|
@@ -1658,7 +1659,7 @@ DESCRIPTION
|
|
|
1658
1659
|
sync the local store configuration to the app stores
|
|
1659
1660
|
```
|
|
1660
1661
|
|
|
1661
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1662
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1662
1663
|
|
|
1663
1664
|
## `eas new [PATH]`
|
|
1664
1665
|
|
|
@@ -1710,7 +1711,7 @@ DESCRIPTION
|
|
|
1710
1711
|
open the project page in a web browser
|
|
1711
1712
|
```
|
|
1712
1713
|
|
|
1713
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1714
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/open.ts)_
|
|
1714
1715
|
|
|
1715
1716
|
## `eas project:info`
|
|
1716
1717
|
|
|
@@ -1724,7 +1725,7 @@ DESCRIPTION
|
|
|
1724
1725
|
information about the current project
|
|
1725
1726
|
```
|
|
1726
1727
|
|
|
1727
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1728
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/project/info.ts)_
|
|
1728
1729
|
|
|
1729
1730
|
## `eas project:init`
|
|
1730
1731
|
|
|
@@ -1747,7 +1748,7 @@ ALIASES
|
|
|
1747
1748
|
$ eas init
|
|
1748
1749
|
```
|
|
1749
1750
|
|
|
1750
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1751
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/project/init.ts)_
|
|
1751
1752
|
|
|
1752
1753
|
## `eas project:new [PATH]`
|
|
1753
1754
|
|
|
@@ -1771,7 +1772,7 @@ ALIASES
|
|
|
1771
1772
|
$ eas new
|
|
1772
1773
|
```
|
|
1773
1774
|
|
|
1774
|
-
_See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1775
|
+
_See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/project/new.ts)_
|
|
1775
1776
|
|
|
1776
1777
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1777
1778
|
|
|
@@ -1789,7 +1790,7 @@ ALIASES
|
|
|
1789
1790
|
$ eas onboarding
|
|
1790
1791
|
```
|
|
1791
1792
|
|
|
1792
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1793
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1793
1794
|
|
|
1794
1795
|
## `eas submit`
|
|
1795
1796
|
|
|
@@ -1822,7 +1823,7 @@ ALIASES
|
|
|
1822
1823
|
$ eas build:submit
|
|
1823
1824
|
```
|
|
1824
1825
|
|
|
1825
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1826
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/submit.ts)_
|
|
1826
1827
|
|
|
1827
1828
|
## `eas update`
|
|
1828
1829
|
|
|
@@ -1865,7 +1866,7 @@ DESCRIPTION
|
|
|
1865
1866
|
publish an update group
|
|
1866
1867
|
```
|
|
1867
1868
|
|
|
1868
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1869
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/update/index.ts)_
|
|
1869
1870
|
|
|
1870
1871
|
## `eas update:configure`
|
|
1871
1872
|
|
|
@@ -1886,7 +1887,7 @@ DESCRIPTION
|
|
|
1886
1887
|
configure the project to support EAS Update
|
|
1887
1888
|
```
|
|
1888
1889
|
|
|
1889
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1890
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1890
1891
|
|
|
1891
1892
|
## `eas update:delete GROUPID`
|
|
1892
1893
|
|
|
@@ -1907,7 +1908,7 @@ DESCRIPTION
|
|
|
1907
1908
|
delete all the updates in an update group
|
|
1908
1909
|
```
|
|
1909
1910
|
|
|
1910
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1911
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1911
1912
|
|
|
1912
1913
|
## `eas update:edit [GROUPID]`
|
|
1913
1914
|
|
|
@@ -1932,7 +1933,7 @@ DESCRIPTION
|
|
|
1932
1933
|
edit all the updates in an update group
|
|
1933
1934
|
```
|
|
1934
1935
|
|
|
1935
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1936
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1936
1937
|
|
|
1937
1938
|
## `eas update:list`
|
|
1938
1939
|
|
|
@@ -1959,7 +1960,7 @@ DESCRIPTION
|
|
|
1959
1960
|
view the recent updates
|
|
1960
1961
|
```
|
|
1961
1962
|
|
|
1962
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1963
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/update/list.ts)_
|
|
1963
1964
|
|
|
1964
1965
|
## `eas update:republish`
|
|
1965
1966
|
|
|
@@ -1997,7 +1998,7 @@ DESCRIPTION
|
|
|
1997
1998
|
roll back to an existing update
|
|
1998
1999
|
```
|
|
1999
2000
|
|
|
2000
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2001
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/update/republish.ts)_
|
|
2001
2002
|
|
|
2002
2003
|
## `eas update:revert-update-rollout`
|
|
2003
2004
|
|
|
@@ -2025,7 +2026,7 @@ DESCRIPTION
|
|
|
2025
2026
|
revert a rollout update for a project
|
|
2026
2027
|
```
|
|
2027
2028
|
|
|
2028
|
-
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2029
|
+
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/update/revert-update-rollout.ts)_
|
|
2029
2030
|
|
|
2030
2031
|
## `eas update:roll-back-to-embedded`
|
|
2031
2032
|
|
|
@@ -2055,7 +2056,7 @@ DESCRIPTION
|
|
|
2055
2056
|
roll back to the embedded update
|
|
2056
2057
|
```
|
|
2057
2058
|
|
|
2058
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2059
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
2059
2060
|
|
|
2060
2061
|
## `eas update:rollback`
|
|
2061
2062
|
|
|
@@ -2076,7 +2077,7 @@ DESCRIPTION
|
|
|
2076
2077
|
instead execute "eas update:republish" or "eas update:roll-back-to-embedded".
|
|
2077
2078
|
```
|
|
2078
2079
|
|
|
2079
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2080
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
2080
2081
|
|
|
2081
2082
|
## `eas update:view GROUPID`
|
|
2082
2083
|
|
|
@@ -2096,7 +2097,7 @@ DESCRIPTION
|
|
|
2096
2097
|
update group details
|
|
2097
2098
|
```
|
|
2098
2099
|
|
|
2099
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2100
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/update/view.ts)_
|
|
2100
2101
|
|
|
2101
2102
|
## `eas upload`
|
|
2102
2103
|
|
|
@@ -2117,7 +2118,7 @@ DESCRIPTION
|
|
|
2117
2118
|
upload a local build and generate a sharable link
|
|
2118
2119
|
```
|
|
2119
2120
|
|
|
2120
|
-
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2121
|
+
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/upload.ts)_
|
|
2121
2122
|
|
|
2122
2123
|
## `eas webhook:create`
|
|
2123
2124
|
|
|
@@ -2139,7 +2140,7 @@ DESCRIPTION
|
|
|
2139
2140
|
create a webhook
|
|
2140
2141
|
```
|
|
2141
2142
|
|
|
2142
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2143
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
2143
2144
|
|
|
2144
2145
|
## `eas webhook:delete [ID]`
|
|
2145
2146
|
|
|
@@ -2159,7 +2160,7 @@ DESCRIPTION
|
|
|
2159
2160
|
delete a webhook
|
|
2160
2161
|
```
|
|
2161
2162
|
|
|
2162
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2163
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
2163
2164
|
|
|
2164
2165
|
## `eas webhook:list`
|
|
2165
2166
|
|
|
@@ -2178,7 +2179,7 @@ DESCRIPTION
|
|
|
2178
2179
|
list webhooks
|
|
2179
2180
|
```
|
|
2180
2181
|
|
|
2181
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2182
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
2182
2183
|
|
|
2183
2184
|
## `eas webhook:update`
|
|
2184
2185
|
|
|
@@ -2201,7 +2202,7 @@ DESCRIPTION
|
|
|
2201
2202
|
update a webhook
|
|
2202
2203
|
```
|
|
2203
2204
|
|
|
2204
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2205
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
2205
2206
|
|
|
2206
2207
|
## `eas webhook:view ID`
|
|
2207
2208
|
|
|
@@ -2218,7 +2219,7 @@ DESCRIPTION
|
|
|
2218
2219
|
view a webhook
|
|
2219
2220
|
```
|
|
2220
2221
|
|
|
2221
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2222
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
2222
2223
|
|
|
2223
2224
|
## `eas whoami`
|
|
2224
2225
|
|
|
@@ -2339,7 +2340,7 @@ DESCRIPTION
|
|
|
2339
2340
|
to cancel.
|
|
2340
2341
|
```
|
|
2341
2342
|
|
|
2342
|
-
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2343
|
+
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/workflow/cancel.ts)_
|
|
2343
2344
|
|
|
2344
2345
|
## `eas workflow:create [NAME]`
|
|
2345
2346
|
|
|
@@ -2359,7 +2360,7 @@ DESCRIPTION
|
|
|
2359
2360
|
create a new workflow configuration YAML file
|
|
2360
2361
|
```
|
|
2361
2362
|
|
|
2362
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2363
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2363
2364
|
|
|
2364
2365
|
## `eas workflow:logs [ID]`
|
|
2365
2366
|
|
|
@@ -2383,7 +2384,7 @@ DESCRIPTION
|
|
|
2383
2384
|
If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.
|
|
2384
2385
|
```
|
|
2385
2386
|
|
|
2386
|
-
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2387
|
+
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/workflow/logs.ts)_
|
|
2387
2388
|
|
|
2388
2389
|
## `eas workflow:run FILE`
|
|
2389
2390
|
|
|
@@ -2423,7 +2424,7 @@ FLAG DESCRIPTIONS
|
|
|
2423
2424
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2424
2425
|
```
|
|
2425
2426
|
|
|
2426
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2427
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2427
2428
|
|
|
2428
2429
|
## `eas workflow:runs`
|
|
2429
2430
|
|
|
@@ -2445,7 +2446,7 @@ DESCRIPTION
|
|
|
2445
2446
|
list recent workflow runs for this project, with their IDs, statuses, and timestamps
|
|
2446
2447
|
```
|
|
2447
2448
|
|
|
2448
|
-
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2449
|
+
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/workflow/runs.ts)_
|
|
2449
2450
|
|
|
2450
2451
|
## `eas workflow:status [WORKFLOW_RUN_ID]`
|
|
2451
2452
|
|
|
@@ -2473,7 +2474,7 @@ FLAG DESCRIPTIONS
|
|
|
2473
2474
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2474
2475
|
```
|
|
2475
2476
|
|
|
2476
|
-
_See code: [packages/eas-cli/src/commands/workflow/status.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2477
|
+
_See code: [packages/eas-cli/src/commands/workflow/status.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/workflow/status.ts)_
|
|
2477
2478
|
|
|
2478
2479
|
## `eas workflow:validate PATH`
|
|
2479
2480
|
|
|
@@ -2493,7 +2494,7 @@ DESCRIPTION
|
|
|
2493
2494
|
validate a workflow configuration yaml file
|
|
2494
2495
|
```
|
|
2495
2496
|
|
|
2496
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2497
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2497
2498
|
|
|
2498
2499
|
## `eas workflow:view [ID]`
|
|
2499
2500
|
|
|
@@ -2515,5 +2516,5 @@ DESCRIPTION
|
|
|
2515
2516
|
workflow runs for the current project.
|
|
2516
2517
|
```
|
|
2517
2518
|
|
|
2518
|
-
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2519
|
+
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v18.4.0/packages/eas-cli/src/commands/workflow/view.ts)_
|
|
2519
2520
|
<!-- commandsstop -->
|