eas-cli 16.14.1 → 16.15.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 +80 -80
- package/build/commands/deploy/index.js +47 -49
- package/build/worker/assets.d.ts +19 -13
- package/build/worker/assets.js +49 -20
- package/build/worker/upload.d.ts +21 -9
- package/build/worker/upload.js +102 -80
- package/build/worker/utils/multipart.d.ts +10 -0
- package/build/worker/utils/multipart.js +63 -0
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -166,7 +166,7 @@ ALIASES
|
|
|
166
166
|
$ eas login
|
|
167
167
|
```
|
|
168
168
|
|
|
169
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
169
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/account/login.ts)_
|
|
170
170
|
|
|
171
171
|
## `eas account:logout`
|
|
172
172
|
|
|
@@ -183,7 +183,7 @@ ALIASES
|
|
|
183
183
|
$ eas logout
|
|
184
184
|
```
|
|
185
185
|
|
|
186
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
186
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/account/logout.ts)_
|
|
187
187
|
|
|
188
188
|
## `eas account:view`
|
|
189
189
|
|
|
@@ -200,7 +200,7 @@ ALIASES
|
|
|
200
200
|
$ eas whoami
|
|
201
201
|
```
|
|
202
202
|
|
|
203
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
203
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/account/view.ts)_
|
|
204
204
|
|
|
205
205
|
## `eas analytics [STATUS]`
|
|
206
206
|
|
|
@@ -214,7 +214,7 @@ DESCRIPTION
|
|
|
214
214
|
display or change analytics settings
|
|
215
215
|
```
|
|
216
216
|
|
|
217
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
217
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/analytics.ts)_
|
|
218
218
|
|
|
219
219
|
## `eas autocomplete [SHELL]`
|
|
220
220
|
|
|
@@ -266,7 +266,7 @@ DESCRIPTION
|
|
|
266
266
|
create a branch
|
|
267
267
|
```
|
|
268
268
|
|
|
269
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
269
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/branch/create.ts)_
|
|
270
270
|
|
|
271
271
|
## `eas branch:delete [NAME]`
|
|
272
272
|
|
|
@@ -287,7 +287,7 @@ DESCRIPTION
|
|
|
287
287
|
delete a branch
|
|
288
288
|
```
|
|
289
289
|
|
|
290
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
290
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
291
291
|
|
|
292
292
|
## `eas branch:list`
|
|
293
293
|
|
|
@@ -307,7 +307,7 @@ DESCRIPTION
|
|
|
307
307
|
list all branches
|
|
308
308
|
```
|
|
309
309
|
|
|
310
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
310
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/branch/list.ts)_
|
|
311
311
|
|
|
312
312
|
## `eas branch:rename`
|
|
313
313
|
|
|
@@ -327,7 +327,7 @@ DESCRIPTION
|
|
|
327
327
|
rename a branch
|
|
328
328
|
```
|
|
329
329
|
|
|
330
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
330
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
331
331
|
|
|
332
332
|
## `eas branch:view [NAME]`
|
|
333
333
|
|
|
@@ -350,7 +350,7 @@ DESCRIPTION
|
|
|
350
350
|
view a branch
|
|
351
351
|
```
|
|
352
352
|
|
|
353
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
353
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/branch/view.ts)_
|
|
354
354
|
|
|
355
355
|
## `eas build`
|
|
356
356
|
|
|
@@ -391,7 +391,7 @@ DESCRIPTION
|
|
|
391
391
|
start a build
|
|
392
392
|
```
|
|
393
393
|
|
|
394
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
394
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/build/index.ts)_
|
|
395
395
|
|
|
396
396
|
## `eas build:cancel [BUILD_ID]`
|
|
397
397
|
|
|
@@ -410,7 +410,7 @@ DESCRIPTION
|
|
|
410
410
|
cancel a build
|
|
411
411
|
```
|
|
412
412
|
|
|
413
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
413
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
414
414
|
|
|
415
415
|
## `eas build:configure`
|
|
416
416
|
|
|
@@ -427,7 +427,7 @@ DESCRIPTION
|
|
|
427
427
|
configure the project to support EAS Build
|
|
428
428
|
```
|
|
429
429
|
|
|
430
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
430
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/build/configure.ts)_
|
|
431
431
|
|
|
432
432
|
## `eas build:delete [BUILD_ID]`
|
|
433
433
|
|
|
@@ -446,7 +446,7 @@ DESCRIPTION
|
|
|
446
446
|
delete a build
|
|
447
447
|
```
|
|
448
448
|
|
|
449
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
449
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/build/delete.ts)_
|
|
450
450
|
|
|
451
451
|
## `eas build:dev`
|
|
452
452
|
|
|
@@ -466,7 +466,7 @@ DESCRIPTION
|
|
|
466
466
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
467
467
|
```
|
|
468
468
|
|
|
469
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
469
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/build/dev.ts)_
|
|
470
470
|
|
|
471
471
|
## `eas build:download`
|
|
472
472
|
|
|
@@ -487,7 +487,7 @@ DESCRIPTION
|
|
|
487
487
|
download simulator/emulator builds for a given fingerprint hash
|
|
488
488
|
```
|
|
489
489
|
|
|
490
|
-
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
490
|
+
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/build/download.ts)_
|
|
491
491
|
|
|
492
492
|
## `eas build:inspect`
|
|
493
493
|
|
|
@@ -522,7 +522,7 @@ DESCRIPTION
|
|
|
522
522
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
523
523
|
```
|
|
524
524
|
|
|
525
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
525
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
526
526
|
|
|
527
527
|
## `eas build:list`
|
|
528
528
|
|
|
@@ -574,7 +574,7 @@ DESCRIPTION
|
|
|
574
574
|
list all builds for your project
|
|
575
575
|
```
|
|
576
576
|
|
|
577
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
577
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/build/list.ts)_
|
|
578
578
|
|
|
579
579
|
## `eas build:resign`
|
|
580
580
|
|
|
@@ -603,7 +603,7 @@ DESCRIPTION
|
|
|
603
603
|
re-sign a build archive
|
|
604
604
|
```
|
|
605
605
|
|
|
606
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
606
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/build/resign.ts)_
|
|
607
607
|
|
|
608
608
|
## `eas build:run`
|
|
609
609
|
|
|
@@ -629,7 +629,7 @@ DESCRIPTION
|
|
|
629
629
|
run simulator/emulator builds from eas-cli
|
|
630
630
|
```
|
|
631
631
|
|
|
632
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
632
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/build/run.ts)_
|
|
633
633
|
|
|
634
634
|
## `eas build:submit`
|
|
635
635
|
|
|
@@ -683,7 +683,7 @@ DESCRIPTION
|
|
|
683
683
|
get the latest version from EAS servers
|
|
684
684
|
```
|
|
685
685
|
|
|
686
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
686
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
687
687
|
|
|
688
688
|
## `eas build:version:set`
|
|
689
689
|
|
|
@@ -702,7 +702,7 @@ DESCRIPTION
|
|
|
702
702
|
update version of an app
|
|
703
703
|
```
|
|
704
704
|
|
|
705
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
705
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
706
706
|
|
|
707
707
|
## `eas build:version:sync`
|
|
708
708
|
|
|
@@ -721,7 +721,7 @@ DESCRIPTION
|
|
|
721
721
|
update a version in native code with a value stored on EAS servers
|
|
722
722
|
```
|
|
723
723
|
|
|
724
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
724
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
725
725
|
|
|
726
726
|
## `eas build:view [BUILD_ID]`
|
|
727
727
|
|
|
@@ -738,7 +738,7 @@ DESCRIPTION
|
|
|
738
738
|
view a build for your project
|
|
739
739
|
```
|
|
740
740
|
|
|
741
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
741
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/build/view.ts)_
|
|
742
742
|
|
|
743
743
|
## `eas channel:create [NAME]`
|
|
744
744
|
|
|
@@ -759,7 +759,7 @@ DESCRIPTION
|
|
|
759
759
|
create a channel
|
|
760
760
|
```
|
|
761
761
|
|
|
762
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
762
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/channel/create.ts)_
|
|
763
763
|
|
|
764
764
|
## `eas channel:edit [NAME]`
|
|
765
765
|
|
|
@@ -781,7 +781,7 @@ DESCRIPTION
|
|
|
781
781
|
point a channel at a new branch
|
|
782
782
|
```
|
|
783
783
|
|
|
784
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
784
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
785
785
|
|
|
786
786
|
## `eas channel:list`
|
|
787
787
|
|
|
@@ -801,7 +801,7 @@ DESCRIPTION
|
|
|
801
801
|
list all channels
|
|
802
802
|
```
|
|
803
803
|
|
|
804
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
804
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/channel/list.ts)_
|
|
805
805
|
|
|
806
806
|
## `eas channel:pause [NAME]`
|
|
807
807
|
|
|
@@ -823,7 +823,7 @@ DESCRIPTION
|
|
|
823
823
|
pause a channel to stop it from sending updates
|
|
824
824
|
```
|
|
825
825
|
|
|
826
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
826
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
827
827
|
|
|
828
828
|
## `eas channel:resume [NAME]`
|
|
829
829
|
|
|
@@ -845,7 +845,7 @@ DESCRIPTION
|
|
|
845
845
|
resume a channel to start sending updates
|
|
846
846
|
```
|
|
847
847
|
|
|
848
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
848
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
849
849
|
|
|
850
850
|
## `eas channel:rollout [CHANNEL]`
|
|
851
851
|
|
|
@@ -878,7 +878,7 @@ DESCRIPTION
|
|
|
878
878
|
Roll a new branch out on a channel incrementally.
|
|
879
879
|
```
|
|
880
880
|
|
|
881
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
881
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
882
882
|
|
|
883
883
|
## `eas channel:view [NAME]`
|
|
884
884
|
|
|
@@ -901,7 +901,7 @@ DESCRIPTION
|
|
|
901
901
|
view a channel
|
|
902
902
|
```
|
|
903
903
|
|
|
904
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
904
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/channel/view.ts)_
|
|
905
905
|
|
|
906
906
|
## `eas config`
|
|
907
907
|
|
|
@@ -922,7 +922,7 @@ DESCRIPTION
|
|
|
922
922
|
display project configuration (app.json + eas.json)
|
|
923
923
|
```
|
|
924
924
|
|
|
925
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
925
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/config.ts)_
|
|
926
926
|
|
|
927
927
|
## `eas credentials`
|
|
928
928
|
|
|
@@ -939,7 +939,7 @@ DESCRIPTION
|
|
|
939
939
|
manage credentials
|
|
940
940
|
```
|
|
941
941
|
|
|
942
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
942
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
943
943
|
|
|
944
944
|
## `eas credentials:configure-build`
|
|
945
945
|
|
|
@@ -957,7 +957,7 @@ DESCRIPTION
|
|
|
957
957
|
Set up credentials for building your project.
|
|
958
958
|
```
|
|
959
959
|
|
|
960
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
960
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
961
961
|
|
|
962
962
|
## `eas deploy [2m[options][22m`
|
|
963
963
|
|
|
@@ -985,7 +985,7 @@ ALIASES
|
|
|
985
985
|
$ eas worker:deploy
|
|
986
986
|
```
|
|
987
987
|
|
|
988
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
988
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
989
989
|
|
|
990
990
|
## `eas deploy:alias`
|
|
991
991
|
|
|
@@ -1010,7 +1010,7 @@ ALIASES
|
|
|
1010
1010
|
$ eas deploy:promote
|
|
1011
1011
|
```
|
|
1012
1012
|
|
|
1013
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1013
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/deploy/alias.ts)_
|
|
1014
1014
|
|
|
1015
1015
|
## `eas deploy:promote`
|
|
1016
1016
|
|
|
@@ -1047,7 +1047,7 @@ DESCRIPTION
|
|
|
1047
1047
|
register new Apple Devices to use for internal distribution
|
|
1048
1048
|
```
|
|
1049
1049
|
|
|
1050
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1050
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/device/create.ts)_
|
|
1051
1051
|
|
|
1052
1052
|
## `eas device:delete`
|
|
1053
1053
|
|
|
@@ -1067,7 +1067,7 @@ DESCRIPTION
|
|
|
1067
1067
|
remove a registered device from your account
|
|
1068
1068
|
```
|
|
1069
1069
|
|
|
1070
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1070
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1071
1071
|
|
|
1072
1072
|
## `eas device:list`
|
|
1073
1073
|
|
|
@@ -1088,7 +1088,7 @@ DESCRIPTION
|
|
|
1088
1088
|
list all registered devices for your account
|
|
1089
1089
|
```
|
|
1090
1090
|
|
|
1091
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1091
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/device/list.ts)_
|
|
1092
1092
|
|
|
1093
1093
|
## `eas device:rename`
|
|
1094
1094
|
|
|
@@ -1109,7 +1109,7 @@ DESCRIPTION
|
|
|
1109
1109
|
rename a registered device
|
|
1110
1110
|
```
|
|
1111
1111
|
|
|
1112
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1112
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1113
1113
|
|
|
1114
1114
|
## `eas device:view [UDID]`
|
|
1115
1115
|
|
|
@@ -1123,7 +1123,7 @@ DESCRIPTION
|
|
|
1123
1123
|
view a device for your project
|
|
1124
1124
|
```
|
|
1125
1125
|
|
|
1126
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1126
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/device/view.ts)_
|
|
1127
1127
|
|
|
1128
1128
|
## `eas diagnostics`
|
|
1129
1129
|
|
|
@@ -1137,7 +1137,7 @@ DESCRIPTION
|
|
|
1137
1137
|
display environment info
|
|
1138
1138
|
```
|
|
1139
1139
|
|
|
1140
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1140
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1141
1141
|
|
|
1142
1142
|
## `eas env:create [ENVIRONMENT]`
|
|
1143
1143
|
|
|
@@ -1166,7 +1166,7 @@ DESCRIPTION
|
|
|
1166
1166
|
create an environment variable for the current project or account
|
|
1167
1167
|
```
|
|
1168
1168
|
|
|
1169
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1169
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/env/create.ts)_
|
|
1170
1170
|
|
|
1171
1171
|
## `eas env:delete [ENVIRONMENT]`
|
|
1172
1172
|
|
|
@@ -1190,7 +1190,7 @@ DESCRIPTION
|
|
|
1190
1190
|
delete an environment variable for the current project or account
|
|
1191
1191
|
```
|
|
1192
1192
|
|
|
1193
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1193
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1194
1194
|
|
|
1195
1195
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1196
1196
|
|
|
@@ -1211,7 +1211,7 @@ DESCRIPTION
|
|
|
1211
1211
|
execute a command with environment variables from the selected environment
|
|
1212
1212
|
```
|
|
1213
1213
|
|
|
1214
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1214
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1215
1215
|
|
|
1216
1216
|
## `eas env:get [ENVIRONMENT]`
|
|
1217
1217
|
|
|
@@ -1236,7 +1236,7 @@ DESCRIPTION
|
|
|
1236
1236
|
view an environment variable for the current project or account
|
|
1237
1237
|
```
|
|
1238
1238
|
|
|
1239
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1239
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/env/get.ts)_
|
|
1240
1240
|
|
|
1241
1241
|
## `eas env:list [ENVIRONMENT]`
|
|
1242
1242
|
|
|
@@ -1261,7 +1261,7 @@ DESCRIPTION
|
|
|
1261
1261
|
list environment variables for the current project or account
|
|
1262
1262
|
```
|
|
1263
1263
|
|
|
1264
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1264
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/env/list.ts)_
|
|
1265
1265
|
|
|
1266
1266
|
## `eas env:pull [ENVIRONMENT]`
|
|
1267
1267
|
|
|
@@ -1284,7 +1284,7 @@ DESCRIPTION
|
|
|
1284
1284
|
pull environment variables for the selected environment to .env file
|
|
1285
1285
|
```
|
|
1286
1286
|
|
|
1287
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1287
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1288
1288
|
|
|
1289
1289
|
## `eas env:push [ENVIRONMENT]`
|
|
1290
1290
|
|
|
@@ -1305,7 +1305,7 @@ DESCRIPTION
|
|
|
1305
1305
|
push environment variables from .env file to the selected environment
|
|
1306
1306
|
```
|
|
1307
1307
|
|
|
1308
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1308
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/env/push.ts)_
|
|
1309
1309
|
|
|
1310
1310
|
## `eas env:update [ENVIRONMENT]`
|
|
1311
1311
|
|
|
@@ -1336,7 +1336,7 @@ DESCRIPTION
|
|
|
1336
1336
|
update an environment variable on the current project or account
|
|
1337
1337
|
```
|
|
1338
1338
|
|
|
1339
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1339
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/env/update.ts)_
|
|
1340
1340
|
|
|
1341
1341
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1342
1342
|
|
|
@@ -1381,7 +1381,7 @@ EXAMPLES
|
|
|
1381
1381
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1382
1382
|
```
|
|
1383
1383
|
|
|
1384
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1384
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1385
1385
|
|
|
1386
1386
|
## `eas fingerprint:generate`
|
|
1387
1387
|
|
|
@@ -1412,7 +1412,7 @@ EXAMPLES
|
|
|
1412
1412
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1413
1413
|
```
|
|
1414
1414
|
|
|
1415
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1415
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1416
1416
|
|
|
1417
1417
|
## `eas help [COMMAND]`
|
|
1418
1418
|
|
|
@@ -1520,7 +1520,7 @@ DESCRIPTION
|
|
|
1520
1520
|
validate the local store configuration
|
|
1521
1521
|
```
|
|
1522
1522
|
|
|
1523
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1523
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1524
1524
|
|
|
1525
1525
|
## `eas metadata:pull`
|
|
1526
1526
|
|
|
@@ -1537,7 +1537,7 @@ DESCRIPTION
|
|
|
1537
1537
|
generate the local store configuration from the app stores
|
|
1538
1538
|
```
|
|
1539
1539
|
|
|
1540
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1540
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1541
1541
|
|
|
1542
1542
|
## `eas metadata:push`
|
|
1543
1543
|
|
|
@@ -1554,7 +1554,7 @@ DESCRIPTION
|
|
|
1554
1554
|
sync the local store configuration to the app stores
|
|
1555
1555
|
```
|
|
1556
1556
|
|
|
1557
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1557
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1558
1558
|
|
|
1559
1559
|
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1560
1560
|
|
|
@@ -1584,7 +1584,7 @@ DESCRIPTION
|
|
|
1584
1584
|
open the project page in a web browser
|
|
1585
1585
|
```
|
|
1586
1586
|
|
|
1587
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1587
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/open.ts)_
|
|
1588
1588
|
|
|
1589
1589
|
## `eas project:info`
|
|
1590
1590
|
|
|
@@ -1598,7 +1598,7 @@ DESCRIPTION
|
|
|
1598
1598
|
information about the current project
|
|
1599
1599
|
```
|
|
1600
1600
|
|
|
1601
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1601
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/project/info.ts)_
|
|
1602
1602
|
|
|
1603
1603
|
## `eas project:init`
|
|
1604
1604
|
|
|
@@ -1621,7 +1621,7 @@ ALIASES
|
|
|
1621
1621
|
$ eas init
|
|
1622
1622
|
```
|
|
1623
1623
|
|
|
1624
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1624
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/project/init.ts)_
|
|
1625
1625
|
|
|
1626
1626
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1627
1627
|
|
|
@@ -1639,7 +1639,7 @@ ALIASES
|
|
|
1639
1639
|
$ eas onboarding
|
|
1640
1640
|
```
|
|
1641
1641
|
|
|
1642
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1642
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1643
1643
|
|
|
1644
1644
|
## `eas submit`
|
|
1645
1645
|
|
|
@@ -1674,7 +1674,7 @@ ALIASES
|
|
|
1674
1674
|
$ eas build:submit
|
|
1675
1675
|
```
|
|
1676
1676
|
|
|
1677
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1677
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/submit.ts)_
|
|
1678
1678
|
|
|
1679
1679
|
## `eas update`
|
|
1680
1680
|
|
|
@@ -1716,7 +1716,7 @@ DESCRIPTION
|
|
|
1716
1716
|
publish an update group
|
|
1717
1717
|
```
|
|
1718
1718
|
|
|
1719
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1719
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/update/index.ts)_
|
|
1720
1720
|
|
|
1721
1721
|
## `eas update:configure`
|
|
1722
1722
|
|
|
@@ -1736,7 +1736,7 @@ DESCRIPTION
|
|
|
1736
1736
|
configure the project to support EAS Update
|
|
1737
1737
|
```
|
|
1738
1738
|
|
|
1739
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1739
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1740
1740
|
|
|
1741
1741
|
## `eas update:delete GROUPID`
|
|
1742
1742
|
|
|
@@ -1757,7 +1757,7 @@ DESCRIPTION
|
|
|
1757
1757
|
delete all the updates in an update group
|
|
1758
1758
|
```
|
|
1759
1759
|
|
|
1760
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1760
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1761
1761
|
|
|
1762
1762
|
## `eas update:edit [GROUPID]`
|
|
1763
1763
|
|
|
@@ -1781,7 +1781,7 @@ DESCRIPTION
|
|
|
1781
1781
|
edit all the updates in an update group
|
|
1782
1782
|
```
|
|
1783
1783
|
|
|
1784
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1784
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1785
1785
|
|
|
1786
1786
|
## `eas update:list`
|
|
1787
1787
|
|
|
@@ -1803,7 +1803,7 @@ DESCRIPTION
|
|
|
1803
1803
|
view the recent updates
|
|
1804
1804
|
```
|
|
1805
1805
|
|
|
1806
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1806
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/update/list.ts)_
|
|
1807
1807
|
|
|
1808
1808
|
## `eas update:republish`
|
|
1809
1809
|
|
|
@@ -1839,7 +1839,7 @@ DESCRIPTION
|
|
|
1839
1839
|
roll back to an existing update
|
|
1840
1840
|
```
|
|
1841
1841
|
|
|
1842
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1842
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1843
1843
|
|
|
1844
1844
|
## `eas update:revert-update-rollout`
|
|
1845
1845
|
|
|
@@ -1866,7 +1866,7 @@ DESCRIPTION
|
|
|
1866
1866
|
revert a rollout update for a project
|
|
1867
1867
|
```
|
|
1868
1868
|
|
|
1869
|
-
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1869
|
+
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/update/revert-update-rollout.ts)_
|
|
1870
1870
|
|
|
1871
1871
|
## `eas update:roll-back-to-embedded`
|
|
1872
1872
|
|
|
@@ -1894,7 +1894,7 @@ DESCRIPTION
|
|
|
1894
1894
|
roll back to the embedded update
|
|
1895
1895
|
```
|
|
1896
1896
|
|
|
1897
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1897
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1898
1898
|
|
|
1899
1899
|
## `eas update:rollback`
|
|
1900
1900
|
|
|
@@ -1914,7 +1914,7 @@ DESCRIPTION
|
|
|
1914
1914
|
roll back to an embedded update or an existing update
|
|
1915
1915
|
```
|
|
1916
1916
|
|
|
1917
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1917
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1918
1918
|
|
|
1919
1919
|
## `eas update:view GROUPID`
|
|
1920
1920
|
|
|
@@ -1934,7 +1934,7 @@ DESCRIPTION
|
|
|
1934
1934
|
update group details
|
|
1935
1935
|
```
|
|
1936
1936
|
|
|
1937
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1937
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/update/view.ts)_
|
|
1938
1938
|
|
|
1939
1939
|
## `eas upload`
|
|
1940
1940
|
|
|
@@ -1955,7 +1955,7 @@ DESCRIPTION
|
|
|
1955
1955
|
upload a local build and generate a sharable link
|
|
1956
1956
|
```
|
|
1957
1957
|
|
|
1958
|
-
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1958
|
+
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/upload.ts)_
|
|
1959
1959
|
|
|
1960
1960
|
## `eas webhook:create`
|
|
1961
1961
|
|
|
@@ -1976,7 +1976,7 @@ DESCRIPTION
|
|
|
1976
1976
|
create a webhook
|
|
1977
1977
|
```
|
|
1978
1978
|
|
|
1979
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1979
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1980
1980
|
|
|
1981
1981
|
## `eas webhook:delete [ID]`
|
|
1982
1982
|
|
|
@@ -1996,7 +1996,7 @@ DESCRIPTION
|
|
|
1996
1996
|
delete a webhook
|
|
1997
1997
|
```
|
|
1998
1998
|
|
|
1999
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1999
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
2000
2000
|
|
|
2001
2001
|
## `eas webhook:list`
|
|
2002
2002
|
|
|
@@ -2014,7 +2014,7 @@ DESCRIPTION
|
|
|
2014
2014
|
list webhooks
|
|
2015
2015
|
```
|
|
2016
2016
|
|
|
2017
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2017
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
2018
2018
|
|
|
2019
2019
|
## `eas webhook:update`
|
|
2020
2020
|
|
|
@@ -2036,7 +2036,7 @@ DESCRIPTION
|
|
|
2036
2036
|
update a webhook
|
|
2037
2037
|
```
|
|
2038
2038
|
|
|
2039
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2039
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
2040
2040
|
|
|
2041
2041
|
## `eas webhook:view ID`
|
|
2042
2042
|
|
|
@@ -2053,7 +2053,7 @@ DESCRIPTION
|
|
|
2053
2053
|
view a webhook
|
|
2054
2054
|
```
|
|
2055
2055
|
|
|
2056
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2056
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
2057
2057
|
|
|
2058
2058
|
## `eas whoami`
|
|
2059
2059
|
|
|
@@ -2135,7 +2135,7 @@ DESCRIPTION
|
|
|
2135
2135
|
to cancel.
|
|
2136
2136
|
```
|
|
2137
2137
|
|
|
2138
|
-
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2138
|
+
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/workflow/cancel.ts)_
|
|
2139
2139
|
|
|
2140
2140
|
## `eas workflow:create [NAME]`
|
|
2141
2141
|
|
|
@@ -2155,7 +2155,7 @@ DESCRIPTION
|
|
|
2155
2155
|
create a new workflow configuration YAML file
|
|
2156
2156
|
```
|
|
2157
2157
|
|
|
2158
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2158
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2159
2159
|
|
|
2160
2160
|
## `eas workflow:run [FILE]`
|
|
2161
2161
|
|
|
@@ -2182,7 +2182,7 @@ FLAG DESCRIPTIONS
|
|
|
2182
2182
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2183
2183
|
```
|
|
2184
2184
|
|
|
2185
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2185
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2186
2186
|
|
|
2187
2187
|
## `eas workflow:runs`
|
|
2188
2188
|
|
|
@@ -2207,7 +2207,7 @@ DESCRIPTION
|
|
|
2207
2207
|
list recent workflow runs for this project, with their IDs, statuses, and timestamps
|
|
2208
2208
|
```
|
|
2209
2209
|
|
|
2210
|
-
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2210
|
+
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/workflow/runs.ts)_
|
|
2211
2211
|
|
|
2212
2212
|
## `eas workflow:validate PATH`
|
|
2213
2213
|
|
|
@@ -2227,5 +2227,5 @@ DESCRIPTION
|
|
|
2227
2227
|
validate a workflow configuration yaml file
|
|
2228
2228
|
```
|
|
2229
2229
|
|
|
2230
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2230
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.15.0/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2231
2231
|
<!-- commandsstop -->
|