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