eas-cli 16.25.0 → 16.25.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -173,7 +173,7 @@ ALIASES
|
|
|
173
173
|
$ eas login
|
|
174
174
|
```
|
|
175
175
|
|
|
176
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
176
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/account/login.ts)_
|
|
177
177
|
|
|
178
178
|
## `eas account:logout`
|
|
179
179
|
|
|
@@ -190,7 +190,7 @@ ALIASES
|
|
|
190
190
|
$ eas logout
|
|
191
191
|
```
|
|
192
192
|
|
|
193
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
193
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/account/logout.ts)_
|
|
194
194
|
|
|
195
195
|
## `eas account:view`
|
|
196
196
|
|
|
@@ -207,7 +207,7 @@ ALIASES
|
|
|
207
207
|
$ eas whoami
|
|
208
208
|
```
|
|
209
209
|
|
|
210
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
210
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/account/view.ts)_
|
|
211
211
|
|
|
212
212
|
## `eas analytics [STATUS]`
|
|
213
213
|
|
|
@@ -221,7 +221,7 @@ DESCRIPTION
|
|
|
221
221
|
display or change analytics settings
|
|
222
222
|
```
|
|
223
223
|
|
|
224
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
224
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/analytics.ts)_
|
|
225
225
|
|
|
226
226
|
## `eas autocomplete [SHELL]`
|
|
227
227
|
|
|
@@ -273,7 +273,7 @@ DESCRIPTION
|
|
|
273
273
|
create a branch
|
|
274
274
|
```
|
|
275
275
|
|
|
276
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
276
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/branch/create.ts)_
|
|
277
277
|
|
|
278
278
|
## `eas branch:delete [NAME]`
|
|
279
279
|
|
|
@@ -294,7 +294,7 @@ DESCRIPTION
|
|
|
294
294
|
delete a branch
|
|
295
295
|
```
|
|
296
296
|
|
|
297
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
297
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
298
298
|
|
|
299
299
|
## `eas branch:list`
|
|
300
300
|
|
|
@@ -314,7 +314,7 @@ DESCRIPTION
|
|
|
314
314
|
list all branches
|
|
315
315
|
```
|
|
316
316
|
|
|
317
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
317
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/branch/list.ts)_
|
|
318
318
|
|
|
319
319
|
## `eas branch:rename`
|
|
320
320
|
|
|
@@ -334,7 +334,7 @@ DESCRIPTION
|
|
|
334
334
|
rename a branch
|
|
335
335
|
```
|
|
336
336
|
|
|
337
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
337
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
338
338
|
|
|
339
339
|
## `eas branch:view [NAME]`
|
|
340
340
|
|
|
@@ -357,7 +357,7 @@ DESCRIPTION
|
|
|
357
357
|
view a branch
|
|
358
358
|
```
|
|
359
359
|
|
|
360
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
360
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/branch/view.ts)_
|
|
361
361
|
|
|
362
362
|
## `eas build`
|
|
363
363
|
|
|
@@ -398,7 +398,7 @@ DESCRIPTION
|
|
|
398
398
|
start a build
|
|
399
399
|
```
|
|
400
400
|
|
|
401
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
401
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/build/index.ts)_
|
|
402
402
|
|
|
403
403
|
## `eas build:cancel [BUILD_ID]`
|
|
404
404
|
|
|
@@ -417,7 +417,7 @@ DESCRIPTION
|
|
|
417
417
|
cancel a build
|
|
418
418
|
```
|
|
419
419
|
|
|
420
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
420
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
421
421
|
|
|
422
422
|
## `eas build:configure`
|
|
423
423
|
|
|
@@ -434,7 +434,7 @@ DESCRIPTION
|
|
|
434
434
|
configure the project to support EAS Build
|
|
435
435
|
```
|
|
436
436
|
|
|
437
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
437
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/build/configure.ts)_
|
|
438
438
|
|
|
439
439
|
## `eas build:delete [BUILD_ID]`
|
|
440
440
|
|
|
@@ -453,7 +453,7 @@ DESCRIPTION
|
|
|
453
453
|
delete a build
|
|
454
454
|
```
|
|
455
455
|
|
|
456
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
456
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/build/delete.ts)_
|
|
457
457
|
|
|
458
458
|
## `eas build:dev`
|
|
459
459
|
|
|
@@ -473,7 +473,7 @@ DESCRIPTION
|
|
|
473
473
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
474
474
|
```
|
|
475
475
|
|
|
476
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
476
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/build/dev.ts)_
|
|
477
477
|
|
|
478
478
|
## `eas build:download`
|
|
479
479
|
|
|
@@ -494,7 +494,7 @@ DESCRIPTION
|
|
|
494
494
|
download simulator/emulator builds for a given fingerprint hash
|
|
495
495
|
```
|
|
496
496
|
|
|
497
|
-
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
497
|
+
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/build/download.ts)_
|
|
498
498
|
|
|
499
499
|
## `eas build:inspect`
|
|
500
500
|
|
|
@@ -529,7 +529,7 @@ DESCRIPTION
|
|
|
529
529
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
530
530
|
```
|
|
531
531
|
|
|
532
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
532
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
533
533
|
|
|
534
534
|
## `eas build:list`
|
|
535
535
|
|
|
@@ -581,7 +581,7 @@ DESCRIPTION
|
|
|
581
581
|
list all builds for your project
|
|
582
582
|
```
|
|
583
583
|
|
|
584
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
584
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/build/list.ts)_
|
|
585
585
|
|
|
586
586
|
## `eas build:resign`
|
|
587
587
|
|
|
@@ -610,7 +610,7 @@ DESCRIPTION
|
|
|
610
610
|
re-sign a build archive
|
|
611
611
|
```
|
|
612
612
|
|
|
613
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
613
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/build/resign.ts)_
|
|
614
614
|
|
|
615
615
|
## `eas build:run`
|
|
616
616
|
|
|
@@ -636,7 +636,7 @@ DESCRIPTION
|
|
|
636
636
|
run simulator/emulator builds from eas-cli
|
|
637
637
|
```
|
|
638
638
|
|
|
639
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
639
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/build/run.ts)_
|
|
640
640
|
|
|
641
641
|
## `eas build:submit`
|
|
642
642
|
|
|
@@ -690,7 +690,7 @@ DESCRIPTION
|
|
|
690
690
|
get the latest version from EAS servers
|
|
691
691
|
```
|
|
692
692
|
|
|
693
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
693
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
694
694
|
|
|
695
695
|
## `eas build:version:set`
|
|
696
696
|
|
|
@@ -709,7 +709,7 @@ DESCRIPTION
|
|
|
709
709
|
update version of an app
|
|
710
710
|
```
|
|
711
711
|
|
|
712
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
712
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
713
713
|
|
|
714
714
|
## `eas build:version:sync`
|
|
715
715
|
|
|
@@ -728,7 +728,7 @@ DESCRIPTION
|
|
|
728
728
|
update a version in native code with a value stored on EAS servers
|
|
729
729
|
```
|
|
730
730
|
|
|
731
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
731
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
732
732
|
|
|
733
733
|
## `eas build:view [BUILD_ID]`
|
|
734
734
|
|
|
@@ -745,7 +745,7 @@ DESCRIPTION
|
|
|
745
745
|
view a build for your project
|
|
746
746
|
```
|
|
747
747
|
|
|
748
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
748
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/build/view.ts)_
|
|
749
749
|
|
|
750
750
|
## `eas channel:create [NAME]`
|
|
751
751
|
|
|
@@ -766,7 +766,7 @@ DESCRIPTION
|
|
|
766
766
|
create a channel
|
|
767
767
|
```
|
|
768
768
|
|
|
769
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
769
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/channel/create.ts)_
|
|
770
770
|
|
|
771
771
|
## `eas channel:delete [NAME]`
|
|
772
772
|
|
|
@@ -787,7 +787,7 @@ DESCRIPTION
|
|
|
787
787
|
Delete a channel
|
|
788
788
|
```
|
|
789
789
|
|
|
790
|
-
_See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
790
|
+
_See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/channel/delete.ts)_
|
|
791
791
|
|
|
792
792
|
## `eas channel:edit [NAME]`
|
|
793
793
|
|
|
@@ -809,7 +809,7 @@ DESCRIPTION
|
|
|
809
809
|
point a channel at a new branch
|
|
810
810
|
```
|
|
811
811
|
|
|
812
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
812
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
813
813
|
|
|
814
814
|
## `eas channel:list`
|
|
815
815
|
|
|
@@ -829,7 +829,7 @@ DESCRIPTION
|
|
|
829
829
|
list all channels
|
|
830
830
|
```
|
|
831
831
|
|
|
832
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
832
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/channel/list.ts)_
|
|
833
833
|
|
|
834
834
|
## `eas channel:pause [NAME]`
|
|
835
835
|
|
|
@@ -851,7 +851,7 @@ DESCRIPTION
|
|
|
851
851
|
pause a channel to stop it from sending updates
|
|
852
852
|
```
|
|
853
853
|
|
|
854
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
854
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
855
855
|
|
|
856
856
|
## `eas channel:resume [NAME]`
|
|
857
857
|
|
|
@@ -873,7 +873,7 @@ DESCRIPTION
|
|
|
873
873
|
resume a channel to start sending updates
|
|
874
874
|
```
|
|
875
875
|
|
|
876
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
876
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
877
877
|
|
|
878
878
|
## `eas channel:rollout [CHANNEL]`
|
|
879
879
|
|
|
@@ -906,7 +906,7 @@ DESCRIPTION
|
|
|
906
906
|
Roll a new branch out on a channel incrementally.
|
|
907
907
|
```
|
|
908
908
|
|
|
909
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
909
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
910
910
|
|
|
911
911
|
## `eas channel:view [NAME]`
|
|
912
912
|
|
|
@@ -929,7 +929,7 @@ DESCRIPTION
|
|
|
929
929
|
view a channel
|
|
930
930
|
```
|
|
931
931
|
|
|
932
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
932
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/channel/view.ts)_
|
|
933
933
|
|
|
934
934
|
## `eas config`
|
|
935
935
|
|
|
@@ -950,7 +950,7 @@ DESCRIPTION
|
|
|
950
950
|
display project configuration (app.json + eas.json)
|
|
951
951
|
```
|
|
952
952
|
|
|
953
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
953
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/config.ts)_
|
|
954
954
|
|
|
955
955
|
## `eas credentials`
|
|
956
956
|
|
|
@@ -967,7 +967,7 @@ DESCRIPTION
|
|
|
967
967
|
manage credentials
|
|
968
968
|
```
|
|
969
969
|
|
|
970
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
970
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
971
971
|
|
|
972
972
|
## `eas credentials:configure-build`
|
|
973
973
|
|
|
@@ -985,7 +985,7 @@ DESCRIPTION
|
|
|
985
985
|
Set up credentials for building your project.
|
|
986
986
|
```
|
|
987
987
|
|
|
988
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
988
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
989
989
|
|
|
990
990
|
## `eas deploy [options]`
|
|
991
991
|
|
|
@@ -1013,7 +1013,7 @@ ALIASES
|
|
|
1013
1013
|
$ eas worker:deploy
|
|
1014
1014
|
```
|
|
1015
1015
|
|
|
1016
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1016
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
1017
1017
|
|
|
1018
1018
|
## `eas deploy:alias`
|
|
1019
1019
|
|
|
@@ -1038,7 +1038,7 @@ ALIASES
|
|
|
1038
1038
|
$ eas deploy:promote
|
|
1039
1039
|
```
|
|
1040
1040
|
|
|
1041
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1041
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/deploy/alias/index.ts)_
|
|
1042
1042
|
|
|
1043
1043
|
## `eas deploy:alias:delete [ALIAS_NAME]`
|
|
1044
1044
|
|
|
@@ -1059,7 +1059,7 @@ ALIASES
|
|
|
1059
1059
|
$ eas worker:alias:delete
|
|
1060
1060
|
```
|
|
1061
1061
|
|
|
1062
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1062
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/deploy/alias/delete.ts)_
|
|
1063
1063
|
|
|
1064
1064
|
## `eas deploy:delete [DEPLOYMENT_ID]`
|
|
1065
1065
|
|
|
@@ -1080,7 +1080,7 @@ ALIASES
|
|
|
1080
1080
|
$ eas worker:delete
|
|
1081
1081
|
```
|
|
1082
1082
|
|
|
1083
|
-
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1083
|
+
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/deploy/delete.ts)_
|
|
1084
1084
|
|
|
1085
1085
|
## `eas deploy:promote`
|
|
1086
1086
|
|
|
@@ -1117,7 +1117,7 @@ DESCRIPTION
|
|
|
1117
1117
|
register new Apple Devices to use for internal distribution
|
|
1118
1118
|
```
|
|
1119
1119
|
|
|
1120
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1120
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/device/create.ts)_
|
|
1121
1121
|
|
|
1122
1122
|
## `eas device:delete`
|
|
1123
1123
|
|
|
@@ -1137,7 +1137,7 @@ DESCRIPTION
|
|
|
1137
1137
|
remove a registered device from your account
|
|
1138
1138
|
```
|
|
1139
1139
|
|
|
1140
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1140
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1141
1141
|
|
|
1142
1142
|
## `eas device:list`
|
|
1143
1143
|
|
|
@@ -1158,7 +1158,7 @@ DESCRIPTION
|
|
|
1158
1158
|
list all registered devices for your account
|
|
1159
1159
|
```
|
|
1160
1160
|
|
|
1161
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1161
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/device/list.ts)_
|
|
1162
1162
|
|
|
1163
1163
|
## `eas device:rename`
|
|
1164
1164
|
|
|
@@ -1179,7 +1179,7 @@ DESCRIPTION
|
|
|
1179
1179
|
rename a registered device
|
|
1180
1180
|
```
|
|
1181
1181
|
|
|
1182
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1182
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1183
1183
|
|
|
1184
1184
|
## `eas device:view [UDID]`
|
|
1185
1185
|
|
|
@@ -1193,7 +1193,7 @@ DESCRIPTION
|
|
|
1193
1193
|
view a device for your project
|
|
1194
1194
|
```
|
|
1195
1195
|
|
|
1196
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1196
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/device/view.ts)_
|
|
1197
1197
|
|
|
1198
1198
|
## `eas diagnostics`
|
|
1199
1199
|
|
|
@@ -1207,7 +1207,7 @@ DESCRIPTION
|
|
|
1207
1207
|
display environment info
|
|
1208
1208
|
```
|
|
1209
1209
|
|
|
1210
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1210
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1211
1211
|
|
|
1212
1212
|
## `eas env:create [ENVIRONMENT]`
|
|
1213
1213
|
|
|
@@ -1237,7 +1237,7 @@ DESCRIPTION
|
|
|
1237
1237
|
create an environment variable for the current project or account
|
|
1238
1238
|
```
|
|
1239
1239
|
|
|
1240
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1240
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/env/create.ts)_
|
|
1241
1241
|
|
|
1242
1242
|
## `eas env:delete [ENVIRONMENT]`
|
|
1243
1243
|
|
|
@@ -1262,7 +1262,7 @@ DESCRIPTION
|
|
|
1262
1262
|
delete an environment variable for the current project or account
|
|
1263
1263
|
```
|
|
1264
1264
|
|
|
1265
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1265
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1266
1266
|
|
|
1267
1267
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1268
1268
|
|
|
@@ -1284,7 +1284,7 @@ DESCRIPTION
|
|
|
1284
1284
|
execute a command with environment variables from the selected environment
|
|
1285
1285
|
```
|
|
1286
1286
|
|
|
1287
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1287
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1288
1288
|
|
|
1289
1289
|
## `eas env:get [ENVIRONMENT]`
|
|
1290
1290
|
|
|
@@ -1309,7 +1309,7 @@ DESCRIPTION
|
|
|
1309
1309
|
view an environment variable for the current project or account
|
|
1310
1310
|
```
|
|
1311
1311
|
|
|
1312
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1312
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/env/get.ts)_
|
|
1313
1313
|
|
|
1314
1314
|
## `eas env:list [ENVIRONMENT]`
|
|
1315
1315
|
|
|
@@ -1335,7 +1335,7 @@ DESCRIPTION
|
|
|
1335
1335
|
list environment variables for the current project or account
|
|
1336
1336
|
```
|
|
1337
1337
|
|
|
1338
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1338
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/env/list.ts)_
|
|
1339
1339
|
|
|
1340
1340
|
## `eas env:pull [ENVIRONMENT]`
|
|
1341
1341
|
|
|
@@ -1357,7 +1357,7 @@ DESCRIPTION
|
|
|
1357
1357
|
pull environment variables for the selected environment to .env file
|
|
1358
1358
|
```
|
|
1359
1359
|
|
|
1360
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1360
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1361
1361
|
|
|
1362
1362
|
## `eas env:push [ENVIRONMENT]`
|
|
1363
1363
|
|
|
@@ -1379,7 +1379,7 @@ DESCRIPTION
|
|
|
1379
1379
|
push environment variables from .env file to the selected environment
|
|
1380
1380
|
```
|
|
1381
1381
|
|
|
1382
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1382
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/env/push.ts)_
|
|
1383
1383
|
|
|
1384
1384
|
## `eas env:update [ENVIRONMENT]`
|
|
1385
1385
|
|
|
@@ -1411,7 +1411,7 @@ DESCRIPTION
|
|
|
1411
1411
|
update an environment variable on the current project or account
|
|
1412
1412
|
```
|
|
1413
1413
|
|
|
1414
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1414
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/env/update.ts)_
|
|
1415
1415
|
|
|
1416
1416
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1417
1417
|
|
|
@@ -1455,7 +1455,7 @@ EXAMPLES
|
|
|
1455
1455
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1456
1456
|
```
|
|
1457
1457
|
|
|
1458
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1458
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1459
1459
|
|
|
1460
1460
|
## `eas fingerprint:generate`
|
|
1461
1461
|
|
|
@@ -1485,7 +1485,7 @@ EXAMPLES
|
|
|
1485
1485
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1486
1486
|
```
|
|
1487
1487
|
|
|
1488
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1488
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1489
1489
|
|
|
1490
1490
|
## `eas help [COMMAND]`
|
|
1491
1491
|
|
|
@@ -1593,7 +1593,7 @@ DESCRIPTION
|
|
|
1593
1593
|
validate the local store configuration
|
|
1594
1594
|
```
|
|
1595
1595
|
|
|
1596
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1596
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1597
1597
|
|
|
1598
1598
|
## `eas metadata:pull`
|
|
1599
1599
|
|
|
@@ -1610,7 +1610,7 @@ DESCRIPTION
|
|
|
1610
1610
|
generate the local store configuration from the app stores
|
|
1611
1611
|
```
|
|
1612
1612
|
|
|
1613
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1613
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1614
1614
|
|
|
1615
1615
|
## `eas metadata:push`
|
|
1616
1616
|
|
|
@@ -1627,7 +1627,7 @@ DESCRIPTION
|
|
|
1627
1627
|
sync the local store configuration to the app stores
|
|
1628
1628
|
```
|
|
1629
1629
|
|
|
1630
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1630
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1631
1631
|
|
|
1632
1632
|
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1633
1633
|
|
|
@@ -1657,7 +1657,7 @@ DESCRIPTION
|
|
|
1657
1657
|
open the project page in a web browser
|
|
1658
1658
|
```
|
|
1659
1659
|
|
|
1660
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1660
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/open.ts)_
|
|
1661
1661
|
|
|
1662
1662
|
## `eas project:info`
|
|
1663
1663
|
|
|
@@ -1671,7 +1671,7 @@ DESCRIPTION
|
|
|
1671
1671
|
information about the current project
|
|
1672
1672
|
```
|
|
1673
1673
|
|
|
1674
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1674
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/project/info.ts)_
|
|
1675
1675
|
|
|
1676
1676
|
## `eas project:init`
|
|
1677
1677
|
|
|
@@ -1694,7 +1694,7 @@ ALIASES
|
|
|
1694
1694
|
$ eas init
|
|
1695
1695
|
```
|
|
1696
1696
|
|
|
1697
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1697
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/project/init.ts)_
|
|
1698
1698
|
|
|
1699
1699
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1700
1700
|
|
|
@@ -1712,7 +1712,7 @@ ALIASES
|
|
|
1712
1712
|
$ eas onboarding
|
|
1713
1713
|
```
|
|
1714
1714
|
|
|
1715
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1715
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1716
1716
|
|
|
1717
1717
|
## `eas submit`
|
|
1718
1718
|
|
|
@@ -1747,7 +1747,7 @@ ALIASES
|
|
|
1747
1747
|
$ eas build:submit
|
|
1748
1748
|
```
|
|
1749
1749
|
|
|
1750
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1750
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/submit.ts)_
|
|
1751
1751
|
|
|
1752
1752
|
## `eas update`
|
|
1753
1753
|
|
|
@@ -1787,7 +1787,7 @@ DESCRIPTION
|
|
|
1787
1787
|
publish an update group
|
|
1788
1788
|
```
|
|
1789
1789
|
|
|
1790
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1790
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/update/index.ts)_
|
|
1791
1791
|
|
|
1792
1792
|
## `eas update:configure`
|
|
1793
1793
|
|
|
@@ -1807,7 +1807,7 @@ DESCRIPTION
|
|
|
1807
1807
|
configure the project to support EAS Update
|
|
1808
1808
|
```
|
|
1809
1809
|
|
|
1810
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1810
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1811
1811
|
|
|
1812
1812
|
## `eas update:delete GROUPID`
|
|
1813
1813
|
|
|
@@ -1828,7 +1828,7 @@ DESCRIPTION
|
|
|
1828
1828
|
delete all the updates in an update group
|
|
1829
1829
|
```
|
|
1830
1830
|
|
|
1831
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1831
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1832
1832
|
|
|
1833
1833
|
## `eas update:edit [GROUPID]`
|
|
1834
1834
|
|
|
@@ -1852,7 +1852,7 @@ DESCRIPTION
|
|
|
1852
1852
|
edit all the updates in an update group
|
|
1853
1853
|
```
|
|
1854
1854
|
|
|
1855
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1855
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1856
1856
|
|
|
1857
1857
|
## `eas update:list`
|
|
1858
1858
|
|
|
@@ -1874,7 +1874,7 @@ DESCRIPTION
|
|
|
1874
1874
|
view the recent updates
|
|
1875
1875
|
```
|
|
1876
1876
|
|
|
1877
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1877
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/update/list.ts)_
|
|
1878
1878
|
|
|
1879
1879
|
## `eas update:republish`
|
|
1880
1880
|
|
|
@@ -1910,7 +1910,7 @@ DESCRIPTION
|
|
|
1910
1910
|
roll back to an existing update
|
|
1911
1911
|
```
|
|
1912
1912
|
|
|
1913
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1913
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1914
1914
|
|
|
1915
1915
|
## `eas update:revert-update-rollout`
|
|
1916
1916
|
|
|
@@ -1937,7 +1937,7 @@ DESCRIPTION
|
|
|
1937
1937
|
revert a rollout update for a project
|
|
1938
1938
|
```
|
|
1939
1939
|
|
|
1940
|
-
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1940
|
+
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/update/revert-update-rollout.ts)_
|
|
1941
1941
|
|
|
1942
1942
|
## `eas update:roll-back-to-embedded`
|
|
1943
1943
|
|
|
@@ -1965,7 +1965,7 @@ DESCRIPTION
|
|
|
1965
1965
|
roll back to the embedded update
|
|
1966
1966
|
```
|
|
1967
1967
|
|
|
1968
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1968
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1969
1969
|
|
|
1970
1970
|
## `eas update:rollback`
|
|
1971
1971
|
|
|
@@ -1986,7 +1986,7 @@ DESCRIPTION
|
|
|
1986
1986
|
instead execute "eas update:republish" or "eas update:roll-back-to-embedded".
|
|
1987
1987
|
```
|
|
1988
1988
|
|
|
1989
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
1989
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1990
1990
|
|
|
1991
1991
|
## `eas update:view GROUPID`
|
|
1992
1992
|
|
|
@@ -2006,7 +2006,7 @@ DESCRIPTION
|
|
|
2006
2006
|
update group details
|
|
2007
2007
|
```
|
|
2008
2008
|
|
|
2009
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
2009
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/update/view.ts)_
|
|
2010
2010
|
|
|
2011
2011
|
## `eas upload`
|
|
2012
2012
|
|
|
@@ -2027,7 +2027,7 @@ DESCRIPTION
|
|
|
2027
2027
|
upload a local build and generate a sharable link
|
|
2028
2028
|
```
|
|
2029
2029
|
|
|
2030
|
-
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
2030
|
+
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/upload.ts)_
|
|
2031
2031
|
|
|
2032
2032
|
## `eas webhook:create`
|
|
2033
2033
|
|
|
@@ -2048,7 +2048,7 @@ DESCRIPTION
|
|
|
2048
2048
|
create a webhook
|
|
2049
2049
|
```
|
|
2050
2050
|
|
|
2051
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
2051
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
2052
2052
|
|
|
2053
2053
|
## `eas webhook:delete [ID]`
|
|
2054
2054
|
|
|
@@ -2068,7 +2068,7 @@ DESCRIPTION
|
|
|
2068
2068
|
delete a webhook
|
|
2069
2069
|
```
|
|
2070
2070
|
|
|
2071
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
2071
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
2072
2072
|
|
|
2073
2073
|
## `eas webhook:list`
|
|
2074
2074
|
|
|
@@ -2086,7 +2086,7 @@ DESCRIPTION
|
|
|
2086
2086
|
list webhooks
|
|
2087
2087
|
```
|
|
2088
2088
|
|
|
2089
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
2089
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
2090
2090
|
|
|
2091
2091
|
## `eas webhook:update`
|
|
2092
2092
|
|
|
@@ -2108,7 +2108,7 @@ DESCRIPTION
|
|
|
2108
2108
|
update a webhook
|
|
2109
2109
|
```
|
|
2110
2110
|
|
|
2111
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
2111
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
2112
2112
|
|
|
2113
2113
|
## `eas webhook:view ID`
|
|
2114
2114
|
|
|
@@ -2125,7 +2125,7 @@ DESCRIPTION
|
|
|
2125
2125
|
view a webhook
|
|
2126
2126
|
```
|
|
2127
2127
|
|
|
2128
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
2128
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
2129
2129
|
|
|
2130
2130
|
## `eas whoami`
|
|
2131
2131
|
|
|
@@ -2245,7 +2245,7 @@ DESCRIPTION
|
|
|
2245
2245
|
to cancel.
|
|
2246
2246
|
```
|
|
2247
2247
|
|
|
2248
|
-
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
2248
|
+
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/workflow/cancel.ts)_
|
|
2249
2249
|
|
|
2250
2250
|
## `eas workflow:create [NAME]`
|
|
2251
2251
|
|
|
@@ -2265,7 +2265,7 @@ DESCRIPTION
|
|
|
2265
2265
|
create a new workflow configuration YAML file
|
|
2266
2266
|
```
|
|
2267
2267
|
|
|
2268
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
2268
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2269
2269
|
|
|
2270
2270
|
## `eas workflow:logs [ID]`
|
|
2271
2271
|
|
|
@@ -2289,7 +2289,7 @@ DESCRIPTION
|
|
|
2289
2289
|
If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.
|
|
2290
2290
|
```
|
|
2291
2291
|
|
|
2292
|
-
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
2292
|
+
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/workflow/logs.ts)_
|
|
2293
2293
|
|
|
2294
2294
|
## `eas workflow:run [FILE]`
|
|
2295
2295
|
|
|
@@ -2329,7 +2329,7 @@ FLAG DESCRIPTIONS
|
|
|
2329
2329
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2330
2330
|
```
|
|
2331
2331
|
|
|
2332
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
2332
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2333
2333
|
|
|
2334
2334
|
## `eas workflow:runs`
|
|
2335
2335
|
|
|
@@ -2354,7 +2354,7 @@ DESCRIPTION
|
|
|
2354
2354
|
list recent workflow runs for this project, with their IDs, statuses, and timestamps
|
|
2355
2355
|
```
|
|
2356
2356
|
|
|
2357
|
-
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
2357
|
+
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/workflow/runs.ts)_
|
|
2358
2358
|
|
|
2359
2359
|
## `eas workflow:validate PATH`
|
|
2360
2360
|
|
|
@@ -2374,7 +2374,7 @@ DESCRIPTION
|
|
|
2374
2374
|
validate a workflow configuration yaml file
|
|
2375
2375
|
```
|
|
2376
2376
|
|
|
2377
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
2377
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2378
2378
|
|
|
2379
2379
|
## `eas workflow:view [ID]`
|
|
2380
2380
|
|
|
@@ -2396,5 +2396,5 @@ DESCRIPTION
|
|
|
2396
2396
|
workflow runs for the current project.
|
|
2397
2397
|
```
|
|
2398
2398
|
|
|
2399
|
-
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v16.25.
|
|
2399
|
+
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v16.25.1/packages/eas-cli/src/commands/workflow/view.ts)_
|
|
2400
2400
|
<!-- commandsstop -->
|
|
@@ -28,7 +28,6 @@ class WorkerAliasDelete extends EasCommand_1.default {
|
|
|
28
28
|
if (flags.json) {
|
|
29
29
|
(0, json_1.enableJsonOutput)();
|
|
30
30
|
}
|
|
31
|
-
log_1.default.warn('EAS Hosting is still in preview and subject to changes.');
|
|
32
31
|
const { getDynamicPrivateProjectConfigAsync, loggedIn: { graphqlClient }, } = await this.getContextAsync(WorkerAliasDelete, {
|
|
33
32
|
nonInteractive: true,
|
|
34
33
|
withServerSideEnvironment: null,
|
|
@@ -44,7 +44,6 @@ class WorkerAlias extends EasCommand_1.default {
|
|
|
44
44
|
if (flags.json) {
|
|
45
45
|
(0, json_1.enableJsonOutput)();
|
|
46
46
|
}
|
|
47
|
-
log_1.default.warn('EAS Hosting is still in preview and subject to changes.');
|
|
48
47
|
const { getDynamicPrivateProjectConfigAsync, loggedIn: { graphqlClient }, } = await this.getContextAsync(WorkerAlias, {
|
|
49
48
|
nonInteractive: true,
|
|
50
49
|
withServerSideEnvironment: null,
|
|
@@ -28,7 +28,6 @@ class WorkerDelete extends EasCommand_1.default {
|
|
|
28
28
|
if (flags.json) {
|
|
29
29
|
(0, json_1.enableJsonOutput)();
|
|
30
30
|
}
|
|
31
|
-
log_1.default.warn('EAS Hosting is still in preview and subject to changes.');
|
|
32
31
|
const { getDynamicPrivateProjectConfigAsync, loggedIn: { graphqlClient }, } = await this.getContextAsync(WorkerDelete, {
|
|
33
32
|
nonInteractive: true,
|
|
34
33
|
withServerSideEnvironment: null,
|
|
@@ -65,7 +65,6 @@ class WorkerDeploy extends EasCommand_1.default {
|
|
|
65
65
|
if (flags.json) {
|
|
66
66
|
(0, json_1.enableJsonOutput)();
|
|
67
67
|
}
|
|
68
|
-
log_1.default.warn('EAS Hosting is still in preview and subject to changes.');
|
|
69
68
|
const { getDynamicPrivateProjectConfigAsync, loggedIn: { graphqlClient }, projectDir, } = await this.getContextAsync(WorkerDeploy, { ...flags, withServerSideEnvironment: null });
|
|
70
69
|
const projectDist = await resolveExportedProjectAsync(flags, projectDir);
|
|
71
70
|
const { projectId, exp } = await getDynamicPrivateProjectConfigAsync();
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
3
|
"description": "EAS command line tool",
|
|
4
|
-
"version": "16.25.
|
|
4
|
+
"version": "16.25.1",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -242,5 +242,5 @@
|
|
|
242
242
|
"node": "20.11.0",
|
|
243
243
|
"yarn": "1.22.21"
|
|
244
244
|
},
|
|
245
|
-
"gitHead": "
|
|
245
|
+
"gitHead": "97255ec90ddaebd837f7f68529591500e07fab4d"
|
|
246
246
|
}
|