eas-cli 20.1.0 → 20.2.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 +130 -119
- package/build/commands/simulator/start.d.ts +1 -0
- package/build/commands/simulator/start.js +5 -0
- package/build/commands/update/rollback.d.ts +11 -0
- package/build/commands/update/rollback.js +117 -14
- package/build/credentials/ios/actions/AscApiKeyUtils.d.ts +20 -0
- package/build/credentials/ios/actions/AscApiKeyUtils.js +64 -0
- package/build/credentials/ios/actions/ConfigureProvisioningProfile.js +2 -4
- package/build/credentials/ios/actions/CreateProvisioningProfile.js +2 -4
- package/build/credentials/ios/actions/SetUpAdhocProvisioningProfile.js +3 -20
- package/build/credentials/ios/actions/SetUpProvisioningProfile.d.ts +10 -0
- package/build/credentials/ios/actions/SetUpProvisioningProfile.js +39 -5
- package/build/credentials/ios/appstore/resolveCredentials.d.ts +1 -0
- package/build/credentials/ios/appstore/resolveCredentials.js +1 -0
- package/build/graphql/generated.d.ts +92 -0
- package/build/graphql/queries/UpdateQuery.d.ts +2 -1
- package/build/graphql/queries/UpdateQuery.js +52 -0
- package/oclif.manifest.json +355 -303
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -158,7 +158,7 @@ eas --help COMMAND
|
|
|
158
158
|
* [`eas update:republish`](#eas-updaterepublish)
|
|
159
159
|
* [`eas update:revert-update-rollout`](#eas-updaterevert-update-rollout)
|
|
160
160
|
* [`eas update:roll-back-to-embedded`](#eas-updateroll-back-to-embedded)
|
|
161
|
-
* [`eas update:rollback`](#eas-updaterollback)
|
|
161
|
+
* [`eas update:rollback [GROUPID]`](#eas-updaterollback-groupid)
|
|
162
162
|
* [`eas update:view GROUPID`](#eas-updateview-groupid)
|
|
163
163
|
* [`eas upload`](#eas-upload)
|
|
164
164
|
* [`eas webhook:create`](#eas-webhookcreate)
|
|
@@ -199,7 +199,7 @@ ALIASES
|
|
|
199
199
|
$ eas login
|
|
200
200
|
```
|
|
201
201
|
|
|
202
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
202
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/account/login.ts)_
|
|
203
203
|
|
|
204
204
|
## `eas account:logout`
|
|
205
205
|
|
|
@@ -216,7 +216,7 @@ ALIASES
|
|
|
216
216
|
$ eas logout
|
|
217
217
|
```
|
|
218
218
|
|
|
219
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
219
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/account/logout.ts)_
|
|
220
220
|
|
|
221
221
|
## `eas account:usage [ACCOUNT_NAME]`
|
|
222
222
|
|
|
@@ -238,7 +238,7 @@ DESCRIPTION
|
|
|
238
238
|
view account usage and billing for the current cycle
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [packages/eas-cli/src/commands/account/usage.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
241
|
+
_See code: [packages/eas-cli/src/commands/account/usage.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/account/usage.ts)_
|
|
242
242
|
|
|
243
243
|
## `eas account:view`
|
|
244
244
|
|
|
@@ -255,7 +255,7 @@ ALIASES
|
|
|
255
255
|
$ eas whoami
|
|
256
256
|
```
|
|
257
257
|
|
|
258
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
258
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/account/view.ts)_
|
|
259
259
|
|
|
260
260
|
## `eas analytics [STATUS]`
|
|
261
261
|
|
|
@@ -269,7 +269,7 @@ DESCRIPTION
|
|
|
269
269
|
display or change analytics settings
|
|
270
270
|
```
|
|
271
271
|
|
|
272
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
272
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/analytics.ts)_
|
|
273
273
|
|
|
274
274
|
## `eas autocomplete [SHELL]`
|
|
275
275
|
|
|
@@ -321,7 +321,7 @@ DESCRIPTION
|
|
|
321
321
|
create a branch
|
|
322
322
|
```
|
|
323
323
|
|
|
324
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
324
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/branch/create.ts)_
|
|
325
325
|
|
|
326
326
|
## `eas branch:delete [NAME]`
|
|
327
327
|
|
|
@@ -342,7 +342,7 @@ DESCRIPTION
|
|
|
342
342
|
delete a branch
|
|
343
343
|
```
|
|
344
344
|
|
|
345
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
345
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
346
346
|
|
|
347
347
|
## `eas branch:list`
|
|
348
348
|
|
|
@@ -362,7 +362,7 @@ DESCRIPTION
|
|
|
362
362
|
list all branches
|
|
363
363
|
```
|
|
364
364
|
|
|
365
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
365
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/branch/list.ts)_
|
|
366
366
|
|
|
367
367
|
## `eas branch:rename`
|
|
368
368
|
|
|
@@ -382,7 +382,7 @@ DESCRIPTION
|
|
|
382
382
|
rename a branch
|
|
383
383
|
```
|
|
384
384
|
|
|
385
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
385
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
386
386
|
|
|
387
387
|
## `eas branch:view [NAME]`
|
|
388
388
|
|
|
@@ -405,7 +405,7 @@ DESCRIPTION
|
|
|
405
405
|
view a branch
|
|
406
406
|
```
|
|
407
407
|
|
|
408
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
408
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/branch/view.ts)_
|
|
409
409
|
|
|
410
410
|
## `eas build`
|
|
411
411
|
|
|
@@ -446,7 +446,7 @@ DESCRIPTION
|
|
|
446
446
|
start a build
|
|
447
447
|
```
|
|
448
448
|
|
|
449
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
449
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/build/index.ts)_
|
|
450
450
|
|
|
451
451
|
## `eas build:cancel [BUILD_ID]`
|
|
452
452
|
|
|
@@ -466,7 +466,7 @@ DESCRIPTION
|
|
|
466
466
|
cancel a build
|
|
467
467
|
```
|
|
468
468
|
|
|
469
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
469
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
470
470
|
|
|
471
471
|
## `eas build:configure`
|
|
472
472
|
|
|
@@ -484,7 +484,7 @@ DESCRIPTION
|
|
|
484
484
|
configure the project to support EAS Build
|
|
485
485
|
```
|
|
486
486
|
|
|
487
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
487
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/build/configure.ts)_
|
|
488
488
|
|
|
489
489
|
## `eas build:delete [BUILD_ID]`
|
|
490
490
|
|
|
@@ -504,7 +504,7 @@ DESCRIPTION
|
|
|
504
504
|
delete a build
|
|
505
505
|
```
|
|
506
506
|
|
|
507
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
507
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/build/delete.ts)_
|
|
508
508
|
|
|
509
509
|
## `eas build:dev`
|
|
510
510
|
|
|
@@ -529,7 +529,7 @@ DESCRIPTION
|
|
|
529
529
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
530
530
|
```
|
|
531
531
|
|
|
532
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
532
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/build/dev.ts)_
|
|
533
533
|
|
|
534
534
|
## `eas build:download`
|
|
535
535
|
|
|
@@ -556,7 +556,7 @@ DESCRIPTION
|
|
|
556
556
|
download a simulator/emulator build by build ID or fingerprint hash
|
|
557
557
|
```
|
|
558
558
|
|
|
559
|
-
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
559
|
+
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/build/download.ts)_
|
|
560
560
|
|
|
561
561
|
## `eas build:inspect`
|
|
562
562
|
|
|
@@ -594,7 +594,7 @@ DESCRIPTION
|
|
|
594
594
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
595
595
|
```
|
|
596
596
|
|
|
597
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
597
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
598
598
|
|
|
599
599
|
## `eas build:list`
|
|
600
600
|
|
|
@@ -634,7 +634,7 @@ DESCRIPTION
|
|
|
634
634
|
list all builds for your project
|
|
635
635
|
```
|
|
636
636
|
|
|
637
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
637
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/build/list.ts)_
|
|
638
638
|
|
|
639
639
|
## `eas build:resign`
|
|
640
640
|
|
|
@@ -664,7 +664,7 @@ DESCRIPTION
|
|
|
664
664
|
re-sign a build archive
|
|
665
665
|
```
|
|
666
666
|
|
|
667
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
667
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/build/resign.ts)_
|
|
668
668
|
|
|
669
669
|
## `eas build:run`
|
|
670
670
|
|
|
@@ -692,7 +692,7 @@ DESCRIPTION
|
|
|
692
692
|
run simulator/emulator builds from eas-cli
|
|
693
693
|
```
|
|
694
694
|
|
|
695
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
695
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/build/run.ts)_
|
|
696
696
|
|
|
697
697
|
## `eas build:submit`
|
|
698
698
|
|
|
@@ -744,7 +744,7 @@ DESCRIPTION
|
|
|
744
744
|
get the latest version from EAS servers
|
|
745
745
|
```
|
|
746
746
|
|
|
747
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
747
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
748
748
|
|
|
749
749
|
## `eas build:version:set`
|
|
750
750
|
|
|
@@ -762,7 +762,7 @@ DESCRIPTION
|
|
|
762
762
|
update version of an app
|
|
763
763
|
```
|
|
764
764
|
|
|
765
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
765
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
766
766
|
|
|
767
767
|
## `eas build:version:sync`
|
|
768
768
|
|
|
@@ -780,7 +780,7 @@ DESCRIPTION
|
|
|
780
780
|
update a version in native code with a value stored on EAS servers
|
|
781
781
|
```
|
|
782
782
|
|
|
783
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
783
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
784
784
|
|
|
785
785
|
## `eas build:view [BUILD_ID]`
|
|
786
786
|
|
|
@@ -797,7 +797,7 @@ DESCRIPTION
|
|
|
797
797
|
view a build for your project
|
|
798
798
|
```
|
|
799
799
|
|
|
800
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
800
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/build/view.ts)_
|
|
801
801
|
|
|
802
802
|
## `eas channel:create [NAME]`
|
|
803
803
|
|
|
@@ -818,7 +818,7 @@ DESCRIPTION
|
|
|
818
818
|
create a channel
|
|
819
819
|
```
|
|
820
820
|
|
|
821
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
821
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/channel/create.ts)_
|
|
822
822
|
|
|
823
823
|
## `eas channel:delete [NAME]`
|
|
824
824
|
|
|
@@ -839,7 +839,7 @@ DESCRIPTION
|
|
|
839
839
|
Delete a channel
|
|
840
840
|
```
|
|
841
841
|
|
|
842
|
-
_See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
842
|
+
_See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/channel/delete.ts)_
|
|
843
843
|
|
|
844
844
|
## `eas channel:edit [NAME]`
|
|
845
845
|
|
|
@@ -861,7 +861,7 @@ DESCRIPTION
|
|
|
861
861
|
point a channel at a new branch
|
|
862
862
|
```
|
|
863
863
|
|
|
864
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
864
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
865
865
|
|
|
866
866
|
## `eas channel:insights`
|
|
867
867
|
|
|
@@ -885,7 +885,7 @@ DESCRIPTION
|
|
|
885
885
|
display adoption, crash, and unique-user insights for a channel + runtime version
|
|
886
886
|
```
|
|
887
887
|
|
|
888
|
-
_See code: [packages/eas-cli/src/commands/channel/insights.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
888
|
+
_See code: [packages/eas-cli/src/commands/channel/insights.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/channel/insights.ts)_
|
|
889
889
|
|
|
890
890
|
## `eas channel:list`
|
|
891
891
|
|
|
@@ -905,7 +905,7 @@ DESCRIPTION
|
|
|
905
905
|
list all channels
|
|
906
906
|
```
|
|
907
907
|
|
|
908
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
908
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/channel/list.ts)_
|
|
909
909
|
|
|
910
910
|
## `eas channel:pause [NAME]`
|
|
911
911
|
|
|
@@ -927,7 +927,7 @@ DESCRIPTION
|
|
|
927
927
|
pause a channel to stop it from sending updates
|
|
928
928
|
```
|
|
929
929
|
|
|
930
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
930
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
931
931
|
|
|
932
932
|
## `eas channel:resume [NAME]`
|
|
933
933
|
|
|
@@ -949,7 +949,7 @@ DESCRIPTION
|
|
|
949
949
|
resume a channel to start sending updates
|
|
950
950
|
```
|
|
951
951
|
|
|
952
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
952
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
953
953
|
|
|
954
954
|
## `eas channel:rollout [CHANNEL]`
|
|
955
955
|
|
|
@@ -984,7 +984,7 @@ DESCRIPTION
|
|
|
984
984
|
Roll a new branch out on a channel incrementally.
|
|
985
985
|
```
|
|
986
986
|
|
|
987
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
987
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
988
988
|
|
|
989
989
|
## `eas channel:view [NAME]`
|
|
990
990
|
|
|
@@ -1007,7 +1007,7 @@ DESCRIPTION
|
|
|
1007
1007
|
view a channel
|
|
1008
1008
|
```
|
|
1009
1009
|
|
|
1010
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1010
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/channel/view.ts)_
|
|
1011
1011
|
|
|
1012
1012
|
## `eas config`
|
|
1013
1013
|
|
|
@@ -1028,7 +1028,7 @@ DESCRIPTION
|
|
|
1028
1028
|
display project configuration (app.json + eas.json)
|
|
1029
1029
|
```
|
|
1030
1030
|
|
|
1031
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1031
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/config.ts)_
|
|
1032
1032
|
|
|
1033
1033
|
## `eas credentials`
|
|
1034
1034
|
|
|
@@ -1045,7 +1045,7 @@ DESCRIPTION
|
|
|
1045
1045
|
manage credentials
|
|
1046
1046
|
```
|
|
1047
1047
|
|
|
1048
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1048
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
1049
1049
|
|
|
1050
1050
|
## `eas credentials:configure-build`
|
|
1051
1051
|
|
|
@@ -1063,7 +1063,7 @@ DESCRIPTION
|
|
|
1063
1063
|
Set up credentials for building your project.
|
|
1064
1064
|
```
|
|
1065
1065
|
|
|
1066
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1066
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
1067
1067
|
|
|
1068
1068
|
## `eas deploy [options]`
|
|
1069
1069
|
|
|
@@ -1092,7 +1092,7 @@ ALIASES
|
|
|
1092
1092
|
$ eas worker:deploy
|
|
1093
1093
|
```
|
|
1094
1094
|
|
|
1095
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1095
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
1096
1096
|
|
|
1097
1097
|
## `eas deploy:alias`
|
|
1098
1098
|
|
|
@@ -1117,7 +1117,7 @@ ALIASES
|
|
|
1117
1117
|
$ eas deploy:promote
|
|
1118
1118
|
```
|
|
1119
1119
|
|
|
1120
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1120
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/deploy/alias/index.ts)_
|
|
1121
1121
|
|
|
1122
1122
|
## `eas deploy:alias:delete [ALIAS_NAME]`
|
|
1123
1123
|
|
|
@@ -1138,7 +1138,7 @@ ALIASES
|
|
|
1138
1138
|
$ eas worker:alias:delete
|
|
1139
1139
|
```
|
|
1140
1140
|
|
|
1141
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1141
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/deploy/alias/delete.ts)_
|
|
1142
1142
|
|
|
1143
1143
|
## `eas deploy:delete [DEPLOYMENT_ID]`
|
|
1144
1144
|
|
|
@@ -1159,7 +1159,7 @@ ALIASES
|
|
|
1159
1159
|
$ eas worker:delete
|
|
1160
1160
|
```
|
|
1161
1161
|
|
|
1162
|
-
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1162
|
+
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/deploy/delete.ts)_
|
|
1163
1163
|
|
|
1164
1164
|
## `eas deploy:promote`
|
|
1165
1165
|
|
|
@@ -1196,7 +1196,7 @@ DESCRIPTION
|
|
|
1196
1196
|
register new Apple Devices to use for internal distribution
|
|
1197
1197
|
```
|
|
1198
1198
|
|
|
1199
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1199
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/device/create.ts)_
|
|
1200
1200
|
|
|
1201
1201
|
## `eas device:delete`
|
|
1202
1202
|
|
|
@@ -1216,7 +1216,7 @@ DESCRIPTION
|
|
|
1216
1216
|
remove a registered device from your account
|
|
1217
1217
|
```
|
|
1218
1218
|
|
|
1219
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1219
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1220
1220
|
|
|
1221
1221
|
## `eas device:list`
|
|
1222
1222
|
|
|
@@ -1237,7 +1237,7 @@ DESCRIPTION
|
|
|
1237
1237
|
list all registered devices for your account
|
|
1238
1238
|
```
|
|
1239
1239
|
|
|
1240
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1240
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/device/list.ts)_
|
|
1241
1241
|
|
|
1242
1242
|
## `eas device:rename`
|
|
1243
1243
|
|
|
@@ -1258,7 +1258,7 @@ DESCRIPTION
|
|
|
1258
1258
|
rename a registered device
|
|
1259
1259
|
```
|
|
1260
1260
|
|
|
1261
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1261
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1262
1262
|
|
|
1263
1263
|
## `eas device:view [UDID]`
|
|
1264
1264
|
|
|
@@ -1272,7 +1272,7 @@ DESCRIPTION
|
|
|
1272
1272
|
view a device for your project
|
|
1273
1273
|
```
|
|
1274
1274
|
|
|
1275
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1275
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/device/view.ts)_
|
|
1276
1276
|
|
|
1277
1277
|
## `eas diagnostics`
|
|
1278
1278
|
|
|
@@ -1286,7 +1286,7 @@ DESCRIPTION
|
|
|
1286
1286
|
display environment info
|
|
1287
1287
|
```
|
|
1288
1288
|
|
|
1289
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1289
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1290
1290
|
|
|
1291
1291
|
## `eas env:create [ENVIRONMENT]`
|
|
1292
1292
|
|
|
@@ -1318,7 +1318,7 @@ DESCRIPTION
|
|
|
1318
1318
|
create an environment variable for the current project or account
|
|
1319
1319
|
```
|
|
1320
1320
|
|
|
1321
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1321
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/env/create.ts)_
|
|
1322
1322
|
|
|
1323
1323
|
## `eas env:delete [ENVIRONMENT]`
|
|
1324
1324
|
|
|
@@ -1344,7 +1344,7 @@ DESCRIPTION
|
|
|
1344
1344
|
delete an environment variable for the current project or account
|
|
1345
1345
|
```
|
|
1346
1346
|
|
|
1347
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1347
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1348
1348
|
|
|
1349
1349
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1350
1350
|
|
|
@@ -1366,7 +1366,7 @@ DESCRIPTION
|
|
|
1366
1366
|
execute a command with environment variables from the selected environment
|
|
1367
1367
|
```
|
|
1368
1368
|
|
|
1369
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1369
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1370
1370
|
|
|
1371
1371
|
## `eas env:get [ENVIRONMENT]`
|
|
1372
1372
|
|
|
@@ -1394,7 +1394,7 @@ DESCRIPTION
|
|
|
1394
1394
|
view an environment variable for the current project or account
|
|
1395
1395
|
```
|
|
1396
1396
|
|
|
1397
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1397
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/env/get.ts)_
|
|
1398
1398
|
|
|
1399
1399
|
## `eas env:list [ENVIRONMENT]`
|
|
1400
1400
|
|
|
@@ -1422,7 +1422,7 @@ DESCRIPTION
|
|
|
1422
1422
|
list environment variables for the current project or account
|
|
1423
1423
|
```
|
|
1424
1424
|
|
|
1425
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1425
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/env/list.ts)_
|
|
1426
1426
|
|
|
1427
1427
|
## `eas env:pull [ENVIRONMENT]`
|
|
1428
1428
|
|
|
@@ -1445,7 +1445,7 @@ DESCRIPTION
|
|
|
1445
1445
|
pull environment variables for the selected environment to .env file
|
|
1446
1446
|
```
|
|
1447
1447
|
|
|
1448
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1448
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1449
1449
|
|
|
1450
1450
|
## `eas env:push [ENVIRONMENT]`
|
|
1451
1451
|
|
|
@@ -1467,7 +1467,7 @@ DESCRIPTION
|
|
|
1467
1467
|
push environment variables from .env file to the selected environment
|
|
1468
1468
|
```
|
|
1469
1469
|
|
|
1470
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1470
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/env/push.ts)_
|
|
1471
1471
|
|
|
1472
1472
|
## `eas env:update [ENVIRONMENT]`
|
|
1473
1473
|
|
|
@@ -1501,7 +1501,7 @@ DESCRIPTION
|
|
|
1501
1501
|
update an environment variable on the current project or account
|
|
1502
1502
|
```
|
|
1503
1503
|
|
|
1504
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1504
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/env/update.ts)_
|
|
1505
1505
|
|
|
1506
1506
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1507
1507
|
|
|
@@ -1545,7 +1545,7 @@ EXAMPLES
|
|
|
1545
1545
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1546
1546
|
```
|
|
1547
1547
|
|
|
1548
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1548
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1549
1549
|
|
|
1550
1550
|
## `eas fingerprint:generate`
|
|
1551
1551
|
|
|
@@ -1576,7 +1576,7 @@ EXAMPLES
|
|
|
1576
1576
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1577
1577
|
```
|
|
1578
1578
|
|
|
1579
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1579
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1580
1580
|
|
|
1581
1581
|
## `eas help [COMMAND]`
|
|
1582
1582
|
|
|
@@ -1655,7 +1655,7 @@ DESCRIPTION
|
|
|
1655
1655
|
connect a project to an App Store Connect app
|
|
1656
1656
|
```
|
|
1657
1657
|
|
|
1658
|
-
_See code: [packages/eas-cli/src/commands/integrations/asc/connect.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1658
|
+
_See code: [packages/eas-cli/src/commands/integrations/asc/connect.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/integrations/asc/connect.ts)_
|
|
1659
1659
|
|
|
1660
1660
|
## `eas integrations:asc:disconnect`
|
|
1661
1661
|
|
|
@@ -1674,7 +1674,7 @@ DESCRIPTION
|
|
|
1674
1674
|
disconnect the current project from its App Store Connect app
|
|
1675
1675
|
```
|
|
1676
1676
|
|
|
1677
|
-
_See code: [packages/eas-cli/src/commands/integrations/asc/disconnect.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1677
|
+
_See code: [packages/eas-cli/src/commands/integrations/asc/disconnect.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/integrations/asc/disconnect.ts)_
|
|
1678
1678
|
|
|
1679
1679
|
## `eas integrations:asc:status`
|
|
1680
1680
|
|
|
@@ -1692,7 +1692,7 @@ DESCRIPTION
|
|
|
1692
1692
|
show the App Store Connect app link status for the current project
|
|
1693
1693
|
```
|
|
1694
1694
|
|
|
1695
|
-
_See code: [packages/eas-cli/src/commands/integrations/asc/status.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1695
|
+
_See code: [packages/eas-cli/src/commands/integrations/asc/status.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/integrations/asc/status.ts)_
|
|
1696
1696
|
|
|
1697
1697
|
## `eas integrations:convex:connect`
|
|
1698
1698
|
|
|
@@ -1714,7 +1714,7 @@ DESCRIPTION
|
|
|
1714
1714
|
connect Convex to your Expo project
|
|
1715
1715
|
```
|
|
1716
1716
|
|
|
1717
|
-
_See code: [packages/eas-cli/src/commands/integrations/convex/connect.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1717
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/connect.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/integrations/convex/connect.ts)_
|
|
1718
1718
|
|
|
1719
1719
|
## `eas integrations:convex:dashboard`
|
|
1720
1720
|
|
|
@@ -1728,7 +1728,7 @@ DESCRIPTION
|
|
|
1728
1728
|
open the Convex dashboard for the linked Convex project
|
|
1729
1729
|
```
|
|
1730
1730
|
|
|
1731
|
-
_See code: [packages/eas-cli/src/commands/integrations/convex/dashboard.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1731
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/dashboard.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/integrations/convex/dashboard.ts)_
|
|
1732
1732
|
|
|
1733
1733
|
## `eas integrations:convex:project`
|
|
1734
1734
|
|
|
@@ -1742,7 +1742,7 @@ DESCRIPTION
|
|
|
1742
1742
|
display the Convex project linked to the current Expo app
|
|
1743
1743
|
```
|
|
1744
1744
|
|
|
1745
|
-
_See code: [packages/eas-cli/src/commands/integrations/convex/project.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1745
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/project.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/integrations/convex/project.ts)_
|
|
1746
1746
|
|
|
1747
1747
|
## `eas integrations:convex:project:delete`
|
|
1748
1748
|
|
|
@@ -1760,7 +1760,7 @@ DESCRIPTION
|
|
|
1760
1760
|
remove the Convex project link for the current Expo app from EAS servers
|
|
1761
1761
|
```
|
|
1762
1762
|
|
|
1763
|
-
_See code: [packages/eas-cli/src/commands/integrations/convex/project/delete.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1763
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/project/delete.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/integrations/convex/project/delete.ts)_
|
|
1764
1764
|
|
|
1765
1765
|
## `eas integrations:convex:team`
|
|
1766
1766
|
|
|
@@ -1774,7 +1774,7 @@ DESCRIPTION
|
|
|
1774
1774
|
display Convex teams linked to the current Expo app's owner account
|
|
1775
1775
|
```
|
|
1776
1776
|
|
|
1777
|
-
_See code: [packages/eas-cli/src/commands/integrations/convex/team.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1777
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/team.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/integrations/convex/team.ts)_
|
|
1778
1778
|
|
|
1779
1779
|
## `eas integrations:convex:team:delete [CONVEX_TEAM]`
|
|
1780
1780
|
|
|
@@ -1795,7 +1795,7 @@ DESCRIPTION
|
|
|
1795
1795
|
remove a Convex team link from the current Expo app owner account's EAS servers
|
|
1796
1796
|
```
|
|
1797
1797
|
|
|
1798
|
-
_See code: [packages/eas-cli/src/commands/integrations/convex/team/delete.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1798
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/team/delete.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/integrations/convex/team/delete.ts)_
|
|
1799
1799
|
|
|
1800
1800
|
## `eas integrations:convex:team:invite [CONVEX_TEAM]`
|
|
1801
1801
|
|
|
@@ -1815,7 +1815,7 @@ DESCRIPTION
|
|
|
1815
1815
|
send a Convex team invitation to your verified email address
|
|
1816
1816
|
```
|
|
1817
1817
|
|
|
1818
|
-
_See code: [packages/eas-cli/src/commands/integrations/convex/team/invite.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1818
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/team/invite.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/integrations/convex/team/invite.ts)_
|
|
1819
1819
|
|
|
1820
1820
|
## `eas login`
|
|
1821
1821
|
|
|
@@ -1867,7 +1867,7 @@ DESCRIPTION
|
|
|
1867
1867
|
validate the local store configuration
|
|
1868
1868
|
```
|
|
1869
1869
|
|
|
1870
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1870
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1871
1871
|
|
|
1872
1872
|
## `eas metadata:pull`
|
|
1873
1873
|
|
|
@@ -1885,7 +1885,7 @@ DESCRIPTION
|
|
|
1885
1885
|
generate the local store configuration from the app stores
|
|
1886
1886
|
```
|
|
1887
1887
|
|
|
1888
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1888
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1889
1889
|
|
|
1890
1890
|
## `eas metadata:push`
|
|
1891
1891
|
|
|
@@ -1903,7 +1903,7 @@ DESCRIPTION
|
|
|
1903
1903
|
sync the local store configuration to the app stores
|
|
1904
1904
|
```
|
|
1905
1905
|
|
|
1906
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1906
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1907
1907
|
|
|
1908
1908
|
## `eas new [PATH]`
|
|
1909
1909
|
|
|
@@ -1962,7 +1962,7 @@ DESCRIPTION
|
|
|
1962
1962
|
arguments, a list of the available event names and associated event counts is returned.
|
|
1963
1963
|
```
|
|
1964
1964
|
|
|
1965
|
-
_See code: [packages/eas-cli/src/commands/observe/events.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
1965
|
+
_See code: [packages/eas-cli/src/commands/observe/events.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/observe/events.ts)_
|
|
1966
1966
|
|
|
1967
1967
|
## `eas observe:metrics [METRIC]`
|
|
1968
1968
|
|
|
@@ -1997,7 +1997,7 @@ DESCRIPTION
|
|
|
1997
1997
|
display individual performance metric samples ordered by value
|
|
1998
1998
|
```
|
|
1999
1999
|
|
|
2000
|
-
_See code: [packages/eas-cli/src/commands/observe/metrics.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2000
|
+
_See code: [packages/eas-cli/src/commands/observe/metrics.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/observe/metrics.ts)_
|
|
2001
2001
|
|
|
2002
2002
|
## `eas observe:metrics-summary`
|
|
2003
2003
|
|
|
@@ -2028,7 +2028,7 @@ DESCRIPTION
|
|
|
2028
2028
|
display aggregated performance metric statistics grouped by app version
|
|
2029
2029
|
```
|
|
2030
2030
|
|
|
2031
|
-
_See code: [packages/eas-cli/src/commands/observe/metrics-summary.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2031
|
+
_See code: [packages/eas-cli/src/commands/observe/metrics-summary.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/observe/metrics-summary.ts)_
|
|
2032
2032
|
|
|
2033
2033
|
## `eas observe:routes`
|
|
2034
2034
|
|
|
@@ -2065,7 +2065,7 @@ DESCRIPTION
|
|
|
2065
2065
|
display app navigation route metrics (Cold TTR, Warm TTR, TTI) grouped by route name
|
|
2066
2066
|
```
|
|
2067
2067
|
|
|
2068
|
-
_See code: [packages/eas-cli/src/commands/observe/routes.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2068
|
+
_See code: [packages/eas-cli/src/commands/observe/routes.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/observe/routes.ts)_
|
|
2069
2069
|
|
|
2070
2070
|
## `eas observe:versions`
|
|
2071
2071
|
|
|
@@ -2090,7 +2090,7 @@ DESCRIPTION
|
|
|
2090
2090
|
display app versions with build and update details
|
|
2091
2091
|
```
|
|
2092
2092
|
|
|
2093
|
-
_See code: [packages/eas-cli/src/commands/observe/versions.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2093
|
+
_See code: [packages/eas-cli/src/commands/observe/versions.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/observe/versions.ts)_
|
|
2094
2094
|
|
|
2095
2095
|
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
2096
2096
|
|
|
@@ -2120,7 +2120,7 @@ DESCRIPTION
|
|
|
2120
2120
|
open the project page in a web browser
|
|
2121
2121
|
```
|
|
2122
2122
|
|
|
2123
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2123
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/open.ts)_
|
|
2124
2124
|
|
|
2125
2125
|
## `eas project:info`
|
|
2126
2126
|
|
|
@@ -2134,7 +2134,7 @@ DESCRIPTION
|
|
|
2134
2134
|
information about the current project
|
|
2135
2135
|
```
|
|
2136
2136
|
|
|
2137
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2137
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/project/info.ts)_
|
|
2138
2138
|
|
|
2139
2139
|
## `eas project:init`
|
|
2140
2140
|
|
|
@@ -2157,7 +2157,7 @@ ALIASES
|
|
|
2157
2157
|
$ eas init
|
|
2158
2158
|
```
|
|
2159
2159
|
|
|
2160
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2160
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/project/init.ts)_
|
|
2161
2161
|
|
|
2162
2162
|
## `eas project:new [PATH]`
|
|
2163
2163
|
|
|
@@ -2181,7 +2181,7 @@ ALIASES
|
|
|
2181
2181
|
$ eas new
|
|
2182
2182
|
```
|
|
2183
2183
|
|
|
2184
|
-
_See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2184
|
+
_See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/project/new.ts)_
|
|
2185
2185
|
|
|
2186
2186
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
2187
2187
|
|
|
@@ -2199,7 +2199,7 @@ ALIASES
|
|
|
2199
2199
|
$ eas onboarding
|
|
2200
2200
|
```
|
|
2201
2201
|
|
|
2202
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2202
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
2203
2203
|
|
|
2204
2204
|
## `eas submit`
|
|
2205
2205
|
|
|
@@ -2232,7 +2232,7 @@ ALIASES
|
|
|
2232
2232
|
$ eas build:submit
|
|
2233
2233
|
```
|
|
2234
2234
|
|
|
2235
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2235
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/submit.ts)_
|
|
2236
2236
|
|
|
2237
2237
|
## `eas update`
|
|
2238
2238
|
|
|
@@ -2275,7 +2275,7 @@ DESCRIPTION
|
|
|
2275
2275
|
publish an update group
|
|
2276
2276
|
```
|
|
2277
2277
|
|
|
2278
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2278
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/update/index.ts)_
|
|
2279
2279
|
|
|
2280
2280
|
## `eas update:configure`
|
|
2281
2281
|
|
|
@@ -2296,7 +2296,7 @@ DESCRIPTION
|
|
|
2296
2296
|
configure the project to support EAS Update
|
|
2297
2297
|
```
|
|
2298
2298
|
|
|
2299
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2299
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/update/configure.ts)_
|
|
2300
2300
|
|
|
2301
2301
|
## `eas update:delete GROUPID`
|
|
2302
2302
|
|
|
@@ -2317,7 +2317,7 @@ DESCRIPTION
|
|
|
2317
2317
|
delete all the updates in an update group
|
|
2318
2318
|
```
|
|
2319
2319
|
|
|
2320
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2320
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/update/delete.ts)_
|
|
2321
2321
|
|
|
2322
2322
|
## `eas update:edit [GROUPID]`
|
|
2323
2323
|
|
|
@@ -2342,7 +2342,7 @@ DESCRIPTION
|
|
|
2342
2342
|
edit all the updates in an update group
|
|
2343
2343
|
```
|
|
2344
2344
|
|
|
2345
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2345
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/update/edit.ts)_
|
|
2346
2346
|
|
|
2347
2347
|
## `eas update:embedded:delete ID`
|
|
2348
2348
|
|
|
@@ -2363,7 +2363,7 @@ DESCRIPTION
|
|
|
2363
2363
|
delete an embedded update registered with EAS Update
|
|
2364
2364
|
```
|
|
2365
2365
|
|
|
2366
|
-
_See code: [packages/eas-cli/src/commands/update/embedded/delete.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2366
|
+
_See code: [packages/eas-cli/src/commands/update/embedded/delete.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/update/embedded/delete.ts)_
|
|
2367
2367
|
|
|
2368
2368
|
## `eas update:embedded:list`
|
|
2369
2369
|
|
|
@@ -2389,7 +2389,7 @@ DESCRIPTION
|
|
|
2389
2389
|
list embedded updates registered with EAS Update for this project
|
|
2390
2390
|
```
|
|
2391
2391
|
|
|
2392
|
-
_See code: [packages/eas-cli/src/commands/update/embedded/list.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2392
|
+
_See code: [packages/eas-cli/src/commands/update/embedded/list.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/update/embedded/list.ts)_
|
|
2393
2393
|
|
|
2394
2394
|
## `eas update:embedded:upload`
|
|
2395
2395
|
|
|
@@ -2419,7 +2419,7 @@ EXAMPLES
|
|
|
2419
2419
|
$ eas update:embedded:upload --platform android --bundle android/app/src/main/assets/index.android.bundle --manifest android/app/src/main/assets/app.manifest --channel production --build-id <BUILD-ID>
|
|
2420
2420
|
```
|
|
2421
2421
|
|
|
2422
|
-
_See code: [packages/eas-cli/src/commands/update/embedded/upload.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2422
|
+
_See code: [packages/eas-cli/src/commands/update/embedded/upload.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/update/embedded/upload.ts)_
|
|
2423
2423
|
|
|
2424
2424
|
## `eas update:embedded:view ID`
|
|
2425
2425
|
|
|
@@ -2439,7 +2439,7 @@ DESCRIPTION
|
|
|
2439
2439
|
view details of an embedded update registered with EAS Update
|
|
2440
2440
|
```
|
|
2441
2441
|
|
|
2442
|
-
_See code: [packages/eas-cli/src/commands/update/embedded/view.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2442
|
+
_See code: [packages/eas-cli/src/commands/update/embedded/view.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/update/embedded/view.ts)_
|
|
2443
2443
|
|
|
2444
2444
|
## `eas update:insights GROUPID`
|
|
2445
2445
|
|
|
@@ -2466,7 +2466,7 @@ DESCRIPTION
|
|
|
2466
2466
|
display launch, crash, unique-user, and size insights for an update group
|
|
2467
2467
|
```
|
|
2468
2468
|
|
|
2469
|
-
_See code: [packages/eas-cli/src/commands/update/insights.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2469
|
+
_See code: [packages/eas-cli/src/commands/update/insights.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/update/insights.ts)_
|
|
2470
2470
|
|
|
2471
2471
|
## `eas update:list`
|
|
2472
2472
|
|
|
@@ -2493,7 +2493,7 @@ DESCRIPTION
|
|
|
2493
2493
|
view the recent updates
|
|
2494
2494
|
```
|
|
2495
2495
|
|
|
2496
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2496
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/update/list.ts)_
|
|
2497
2497
|
|
|
2498
2498
|
## `eas update:republish`
|
|
2499
2499
|
|
|
@@ -2531,7 +2531,7 @@ DESCRIPTION
|
|
|
2531
2531
|
roll back to an existing update
|
|
2532
2532
|
```
|
|
2533
2533
|
|
|
2534
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2534
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/update/republish.ts)_
|
|
2535
2535
|
|
|
2536
2536
|
## `eas update:revert-update-rollout`
|
|
2537
2537
|
|
|
@@ -2559,7 +2559,7 @@ DESCRIPTION
|
|
|
2559
2559
|
revert a rollout update for a project
|
|
2560
2560
|
```
|
|
2561
2561
|
|
|
2562
|
-
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2562
|
+
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/update/revert-update-rollout.ts)_
|
|
2563
2563
|
|
|
2564
2564
|
## `eas update:roll-back-to-embedded`
|
|
2565
2565
|
|
|
@@ -2589,28 +2589,39 @@ DESCRIPTION
|
|
|
2589
2589
|
roll back to the embedded update
|
|
2590
2590
|
```
|
|
2591
2591
|
|
|
2592
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2592
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
2593
2593
|
|
|
2594
|
-
## `eas update:rollback`
|
|
2594
|
+
## `eas update:rollback [GROUPID]`
|
|
2595
2595
|
|
|
2596
|
-
|
|
2596
|
+
roll back to an embedded update or an existing update
|
|
2597
2597
|
|
|
2598
2598
|
```
|
|
2599
2599
|
USAGE
|
|
2600
|
-
$ eas update:rollback [--private-key-path <value>]
|
|
2600
|
+
$ eas update:rollback [GROUPID] [-m <value>] [-p android|ios|all] [--private-key-path <value>] [--json]
|
|
2601
|
+
[--non-interactive]
|
|
2602
|
+
|
|
2603
|
+
ARGUMENTS
|
|
2604
|
+
[GROUPID] The ID of the update group to roll back. Must be the latest update for its branch and runtime version. The
|
|
2605
|
+
update group published before it is republished; if there is none, a roll back to the embedded update is
|
|
2606
|
+
published. Required in non-interactive mode.
|
|
2601
2607
|
|
|
2602
2608
|
FLAGS
|
|
2603
|
-
--
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2609
|
+
-m, --message=<value> Short message describing the rollback update
|
|
2610
|
+
-p, --platform=<option> [default: all]
|
|
2611
|
+
<options: android|ios|all>
|
|
2612
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies
|
|
2613
|
+
--non-interactive.
|
|
2614
|
+
--non-interactive Run the command in non-interactive mode.
|
|
2615
|
+
--private-key-path=<value> File containing the PEM-encoded private key corresponding to the certificate in
|
|
2616
|
+
expo-updates' configuration. Defaults to a file named "private-key.pem" in the
|
|
2617
|
+
certificate's directory. Only relevant if you are using code signing:
|
|
2618
|
+
https://docs.expo.dev/eas-update/code-signing/
|
|
2607
2619
|
|
|
2608
2620
|
DESCRIPTION
|
|
2609
|
-
|
|
2610
|
-
instead execute "eas update:republish" or "eas update:roll-back-to-embedded".
|
|
2621
|
+
roll back to an embedded update or an existing update
|
|
2611
2622
|
```
|
|
2612
2623
|
|
|
2613
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2624
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
2614
2625
|
|
|
2615
2626
|
## `eas update:view GROUPID`
|
|
2616
2627
|
|
|
@@ -2634,7 +2645,7 @@ DESCRIPTION
|
|
|
2634
2645
|
update group details
|
|
2635
2646
|
```
|
|
2636
2647
|
|
|
2637
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2648
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/update/view.ts)_
|
|
2638
2649
|
|
|
2639
2650
|
## `eas upload`
|
|
2640
2651
|
|
|
@@ -2655,7 +2666,7 @@ DESCRIPTION
|
|
|
2655
2666
|
upload a local build and generate a sharable link
|
|
2656
2667
|
```
|
|
2657
2668
|
|
|
2658
|
-
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2669
|
+
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/upload.ts)_
|
|
2659
2670
|
|
|
2660
2671
|
## `eas webhook:create`
|
|
2661
2672
|
|
|
@@ -2677,7 +2688,7 @@ DESCRIPTION
|
|
|
2677
2688
|
create a webhook
|
|
2678
2689
|
```
|
|
2679
2690
|
|
|
2680
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2691
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
2681
2692
|
|
|
2682
2693
|
## `eas webhook:delete [ID]`
|
|
2683
2694
|
|
|
@@ -2697,7 +2708,7 @@ DESCRIPTION
|
|
|
2697
2708
|
delete a webhook
|
|
2698
2709
|
```
|
|
2699
2710
|
|
|
2700
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2711
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
2701
2712
|
|
|
2702
2713
|
## `eas webhook:list`
|
|
2703
2714
|
|
|
@@ -2716,7 +2727,7 @@ DESCRIPTION
|
|
|
2716
2727
|
list webhooks
|
|
2717
2728
|
```
|
|
2718
2729
|
|
|
2719
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2730
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
2720
2731
|
|
|
2721
2732
|
## `eas webhook:update`
|
|
2722
2733
|
|
|
@@ -2739,7 +2750,7 @@ DESCRIPTION
|
|
|
2739
2750
|
update a webhook
|
|
2740
2751
|
```
|
|
2741
2752
|
|
|
2742
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2753
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
2743
2754
|
|
|
2744
2755
|
## `eas webhook:view ID`
|
|
2745
2756
|
|
|
@@ -2756,7 +2767,7 @@ DESCRIPTION
|
|
|
2756
2767
|
view a webhook
|
|
2757
2768
|
```
|
|
2758
2769
|
|
|
2759
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2770
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
2760
2771
|
|
|
2761
2772
|
## `eas whoami`
|
|
2762
2773
|
|
|
@@ -2877,7 +2888,7 @@ DESCRIPTION
|
|
|
2877
2888
|
to cancel.
|
|
2878
2889
|
```
|
|
2879
2890
|
|
|
2880
|
-
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2891
|
+
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/workflow/cancel.ts)_
|
|
2881
2892
|
|
|
2882
2893
|
## `eas workflow:create [NAME]`
|
|
2883
2894
|
|
|
@@ -2897,7 +2908,7 @@ DESCRIPTION
|
|
|
2897
2908
|
create a new workflow configuration YAML file
|
|
2898
2909
|
```
|
|
2899
2910
|
|
|
2900
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2911
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2901
2912
|
|
|
2902
2913
|
## `eas workflow:logs [ID]`
|
|
2903
2914
|
|
|
@@ -2921,7 +2932,7 @@ DESCRIPTION
|
|
|
2921
2932
|
If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.
|
|
2922
2933
|
```
|
|
2923
2934
|
|
|
2924
|
-
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2935
|
+
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/workflow/logs.ts)_
|
|
2925
2936
|
|
|
2926
2937
|
## `eas workflow:run FILE`
|
|
2927
2938
|
|
|
@@ -2961,7 +2972,7 @@ FLAG DESCRIPTIONS
|
|
|
2961
2972
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2962
2973
|
```
|
|
2963
2974
|
|
|
2964
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2975
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2965
2976
|
|
|
2966
2977
|
## `eas workflow:runs`
|
|
2967
2978
|
|
|
@@ -2983,7 +2994,7 @@ DESCRIPTION
|
|
|
2983
2994
|
list recent workflow runs for this project, with their IDs, statuses, and timestamps
|
|
2984
2995
|
```
|
|
2985
2996
|
|
|
2986
|
-
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
2997
|
+
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/workflow/runs.ts)_
|
|
2987
2998
|
|
|
2988
2999
|
## `eas workflow:status [WORKFLOW_RUN_ID]`
|
|
2989
3000
|
|
|
@@ -3011,7 +3022,7 @@ FLAG DESCRIPTIONS
|
|
|
3011
3022
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
3012
3023
|
```
|
|
3013
3024
|
|
|
3014
|
-
_See code: [packages/eas-cli/src/commands/workflow/status.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
3025
|
+
_See code: [packages/eas-cli/src/commands/workflow/status.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/workflow/status.ts)_
|
|
3015
3026
|
|
|
3016
3027
|
## `eas workflow:validate PATH`
|
|
3017
3028
|
|
|
@@ -3031,7 +3042,7 @@ DESCRIPTION
|
|
|
3031
3042
|
validate a workflow configuration yaml file
|
|
3032
3043
|
```
|
|
3033
3044
|
|
|
3034
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
3045
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
3035
3046
|
|
|
3036
3047
|
## `eas workflow:view [ID]`
|
|
3037
3048
|
|
|
@@ -3053,5 +3064,5 @@ DESCRIPTION
|
|
|
3053
3064
|
workflow runs for the current project.
|
|
3054
3065
|
```
|
|
3055
3066
|
|
|
3056
|
-
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v20.
|
|
3067
|
+
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v20.2.0/packages/eas-cli/src/commands/workflow/view.ts)_
|
|
3057
3068
|
<!-- commandsstop -->
|