eas-cli 18.4.0 → 18.5.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 +92 -90
- package/build/build/android/prepareJob.js +2 -2
- package/build/build/ios/prepareJob.js +2 -2
- package/build/build/metadata.js +2 -1
- package/build/commandUtils/EasCommand.js +23 -2
- package/build/commandUtils/context/contextUtils/getProjectIdAsync.js +2 -0
- package/build/commandUtils/workflow/fetchLogs.js +11 -2
- package/build/commandUtils/workflow/types.d.ts +5 -1
- package/build/commandUtils/workflow/utils.js +22 -16
- package/build/commands/metadata/pull.d.ts +1 -0
- package/build/commands/metadata/pull.js +11 -4
- package/build/commands/metadata/push.d.ts +1 -0
- package/build/commands/metadata/push.js +11 -4
- package/build/commands/project/onboarding.js +3 -0
- package/build/commands/workflow/logs.js +12 -12
- package/build/graphql/generated.d.ts +673 -46
- package/build/graphql/generated.js +58 -20
- package/build/graphql/queries/UserQuery.js +3 -0
- package/build/graphql/types/Update.js +3 -0
- package/build/metadata/apple/config/reader.d.ts +5 -1
- package/build/metadata/apple/config/reader.js +8 -0
- package/build/metadata/apple/config/writer.d.ts +5 -1
- package/build/metadata/apple/config/writer.js +13 -0
- package/build/metadata/apple/data.d.ts +6 -2
- package/build/metadata/apple/rules/infoRestrictedWords.js +6 -1
- package/build/metadata/apple/tasks/age-rating.d.ts +1 -1
- package/build/metadata/apple/tasks/age-rating.js +19 -3
- package/build/metadata/apple/tasks/app-review-detail.js +7 -2
- package/build/metadata/apple/tasks/index.js +4 -0
- package/build/metadata/apple/tasks/previews.d.ts +18 -0
- package/build/metadata/apple/tasks/previews.js +208 -0
- package/build/metadata/apple/tasks/screenshots.d.ts +18 -0
- package/build/metadata/apple/tasks/screenshots.js +224 -0
- package/build/metadata/apple/types.d.ts +34 -1
- package/build/metadata/auth.d.ts +11 -1
- package/build/metadata/auth.js +96 -2
- package/build/metadata/download.d.ts +5 -1
- package/build/metadata/download.js +16 -8
- package/build/metadata/upload.d.ts +5 -1
- package/build/metadata/upload.js +11 -4
- package/build/project/projectUtils.d.ts +0 -2
- package/build/project/projectUtils.js +0 -12
- package/build/project/workflow.js +1 -1
- package/build/sentry.d.ts +2 -0
- package/build/sentry.js +22 -0
- package/build/update/utils.d.ts +2 -2
- package/build/update/utils.js +1 -0
- package/build/user/User.d.ts +2 -2
- package/build/user/User.js +3 -0
- package/build/user/expoBrowserAuthFlowLauncher.js +70 -13
- package/oclif.manifest.json +13 -1
- package/package.json +12 -11
- package/schema/metadata-0.json +36 -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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1629
1629
|
|
|
1630
1630
|
## `eas metadata:pull`
|
|
1631
1631
|
|
|
@@ -1633,16 +1633,17 @@ generate the local store configuration from the app stores
|
|
|
1633
1633
|
|
|
1634
1634
|
```
|
|
1635
1635
|
USAGE
|
|
1636
|
-
$ eas metadata:pull [-e <value>]
|
|
1636
|
+
$ eas metadata:pull [-e <value>] [--non-interactive]
|
|
1637
1637
|
|
|
1638
1638
|
FLAGS
|
|
1639
1639
|
-e, --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in eas.json.
|
|
1640
|
+
--non-interactive Run the command in non-interactive mode.
|
|
1640
1641
|
|
|
1641
1642
|
DESCRIPTION
|
|
1642
1643
|
generate the local store configuration from the app stores
|
|
1643
1644
|
```
|
|
1644
1645
|
|
|
1645
|
-
_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.5.0/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1646
1647
|
|
|
1647
1648
|
## `eas metadata:push`
|
|
1648
1649
|
|
|
@@ -1650,16 +1651,17 @@ sync the local store configuration to the app stores
|
|
|
1650
1651
|
|
|
1651
1652
|
```
|
|
1652
1653
|
USAGE
|
|
1653
|
-
$ eas metadata:push [-e <value>]
|
|
1654
|
+
$ eas metadata:push [-e <value>] [--non-interactive]
|
|
1654
1655
|
|
|
1655
1656
|
FLAGS
|
|
1656
1657
|
-e, --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in eas.json.
|
|
1658
|
+
--non-interactive Run the command in non-interactive mode.
|
|
1657
1659
|
|
|
1658
1660
|
DESCRIPTION
|
|
1659
1661
|
sync the local store configuration to the app stores
|
|
1660
1662
|
```
|
|
1661
1663
|
|
|
1662
|
-
_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.5.0/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1663
1665
|
|
|
1664
1666
|
## `eas new [PATH]`
|
|
1665
1667
|
|
|
@@ -1711,7 +1713,7 @@ DESCRIPTION
|
|
|
1711
1713
|
open the project page in a web browser
|
|
1712
1714
|
```
|
|
1713
1715
|
|
|
1714
|
-
_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.5.0/packages/eas-cli/src/commands/open.ts)_
|
|
1715
1717
|
|
|
1716
1718
|
## `eas project:info`
|
|
1717
1719
|
|
|
@@ -1725,7 +1727,7 @@ DESCRIPTION
|
|
|
1725
1727
|
information about the current project
|
|
1726
1728
|
```
|
|
1727
1729
|
|
|
1728
|
-
_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.5.0/packages/eas-cli/src/commands/project/info.ts)_
|
|
1729
1731
|
|
|
1730
1732
|
## `eas project:init`
|
|
1731
1733
|
|
|
@@ -1748,7 +1750,7 @@ ALIASES
|
|
|
1748
1750
|
$ eas init
|
|
1749
1751
|
```
|
|
1750
1752
|
|
|
1751
|
-
_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.5.0/packages/eas-cli/src/commands/project/init.ts)_
|
|
1752
1754
|
|
|
1753
1755
|
## `eas project:new [PATH]`
|
|
1754
1756
|
|
|
@@ -1772,7 +1774,7 @@ ALIASES
|
|
|
1772
1774
|
$ eas new
|
|
1773
1775
|
```
|
|
1774
1776
|
|
|
1775
|
-
_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.5.0/packages/eas-cli/src/commands/project/new.ts)_
|
|
1776
1778
|
|
|
1777
1779
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1778
1780
|
|
|
@@ -1790,7 +1792,7 @@ ALIASES
|
|
|
1790
1792
|
$ eas onboarding
|
|
1791
1793
|
```
|
|
1792
1794
|
|
|
1793
|
-
_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.5.0/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1794
1796
|
|
|
1795
1797
|
## `eas submit`
|
|
1796
1798
|
|
|
@@ -1823,7 +1825,7 @@ ALIASES
|
|
|
1823
1825
|
$ eas build:submit
|
|
1824
1826
|
```
|
|
1825
1827
|
|
|
1826
|
-
_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.5.0/packages/eas-cli/src/commands/submit.ts)_
|
|
1827
1829
|
|
|
1828
1830
|
## `eas update`
|
|
1829
1831
|
|
|
@@ -1866,7 +1868,7 @@ DESCRIPTION
|
|
|
1866
1868
|
publish an update group
|
|
1867
1869
|
```
|
|
1868
1870
|
|
|
1869
|
-
_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.5.0/packages/eas-cli/src/commands/update/index.ts)_
|
|
1870
1872
|
|
|
1871
1873
|
## `eas update:configure`
|
|
1872
1874
|
|
|
@@ -1887,7 +1889,7 @@ DESCRIPTION
|
|
|
1887
1889
|
configure the project to support EAS Update
|
|
1888
1890
|
```
|
|
1889
1891
|
|
|
1890
|
-
_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.5.0/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1891
1893
|
|
|
1892
1894
|
## `eas update:delete GROUPID`
|
|
1893
1895
|
|
|
@@ -1908,7 +1910,7 @@ DESCRIPTION
|
|
|
1908
1910
|
delete all the updates in an update group
|
|
1909
1911
|
```
|
|
1910
1912
|
|
|
1911
|
-
_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.5.0/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1912
1914
|
|
|
1913
1915
|
## `eas update:edit [GROUPID]`
|
|
1914
1916
|
|
|
@@ -1933,7 +1935,7 @@ DESCRIPTION
|
|
|
1933
1935
|
edit all the updates in an update group
|
|
1934
1936
|
```
|
|
1935
1937
|
|
|
1936
|
-
_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.5.0/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1937
1939
|
|
|
1938
1940
|
## `eas update:list`
|
|
1939
1941
|
|
|
@@ -1960,7 +1962,7 @@ DESCRIPTION
|
|
|
1960
1962
|
view the recent updates
|
|
1961
1963
|
```
|
|
1962
1964
|
|
|
1963
|
-
_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.5.0/packages/eas-cli/src/commands/update/list.ts)_
|
|
1964
1966
|
|
|
1965
1967
|
## `eas update:republish`
|
|
1966
1968
|
|
|
@@ -1998,7 +2000,7 @@ DESCRIPTION
|
|
|
1998
2000
|
roll back to an existing update
|
|
1999
2001
|
```
|
|
2000
2002
|
|
|
2001
|
-
_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.5.0/packages/eas-cli/src/commands/update/republish.ts)_
|
|
2002
2004
|
|
|
2003
2005
|
## `eas update:revert-update-rollout`
|
|
2004
2006
|
|
|
@@ -2026,7 +2028,7 @@ DESCRIPTION
|
|
|
2026
2028
|
revert a rollout update for a project
|
|
2027
2029
|
```
|
|
2028
2030
|
|
|
2029
|
-
_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.5.0/packages/eas-cli/src/commands/update/revert-update-rollout.ts)_
|
|
2030
2032
|
|
|
2031
2033
|
## `eas update:roll-back-to-embedded`
|
|
2032
2034
|
|
|
@@ -2056,7 +2058,7 @@ DESCRIPTION
|
|
|
2056
2058
|
roll back to the embedded update
|
|
2057
2059
|
```
|
|
2058
2060
|
|
|
2059
|
-
_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.5.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
2060
2062
|
|
|
2061
2063
|
## `eas update:rollback`
|
|
2062
2064
|
|
|
@@ -2077,7 +2079,7 @@ DESCRIPTION
|
|
|
2077
2079
|
instead execute "eas update:republish" or "eas update:roll-back-to-embedded".
|
|
2078
2080
|
```
|
|
2079
2081
|
|
|
2080
|
-
_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.5.0/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
2081
2083
|
|
|
2082
2084
|
## `eas update:view GROUPID`
|
|
2083
2085
|
|
|
@@ -2097,7 +2099,7 @@ DESCRIPTION
|
|
|
2097
2099
|
update group details
|
|
2098
2100
|
```
|
|
2099
2101
|
|
|
2100
|
-
_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.5.0/packages/eas-cli/src/commands/update/view.ts)_
|
|
2101
2103
|
|
|
2102
2104
|
## `eas upload`
|
|
2103
2105
|
|
|
@@ -2118,7 +2120,7 @@ DESCRIPTION
|
|
|
2118
2120
|
upload a local build and generate a sharable link
|
|
2119
2121
|
```
|
|
2120
2122
|
|
|
2121
|
-
_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.5.0/packages/eas-cli/src/commands/upload.ts)_
|
|
2122
2124
|
|
|
2123
2125
|
## `eas webhook:create`
|
|
2124
2126
|
|
|
@@ -2140,7 +2142,7 @@ DESCRIPTION
|
|
|
2140
2142
|
create a webhook
|
|
2141
2143
|
```
|
|
2142
2144
|
|
|
2143
|
-
_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.5.0/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
2144
2146
|
|
|
2145
2147
|
## `eas webhook:delete [ID]`
|
|
2146
2148
|
|
|
@@ -2160,7 +2162,7 @@ DESCRIPTION
|
|
|
2160
2162
|
delete a webhook
|
|
2161
2163
|
```
|
|
2162
2164
|
|
|
2163
|
-
_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.5.0/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
2164
2166
|
|
|
2165
2167
|
## `eas webhook:list`
|
|
2166
2168
|
|
|
@@ -2179,7 +2181,7 @@ DESCRIPTION
|
|
|
2179
2181
|
list webhooks
|
|
2180
2182
|
```
|
|
2181
2183
|
|
|
2182
|
-
_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.5.0/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
2183
2185
|
|
|
2184
2186
|
## `eas webhook:update`
|
|
2185
2187
|
|
|
@@ -2202,7 +2204,7 @@ DESCRIPTION
|
|
|
2202
2204
|
update a webhook
|
|
2203
2205
|
```
|
|
2204
2206
|
|
|
2205
|
-
_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.5.0/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
2206
2208
|
|
|
2207
2209
|
## `eas webhook:view ID`
|
|
2208
2210
|
|
|
@@ -2219,7 +2221,7 @@ DESCRIPTION
|
|
|
2219
2221
|
view a webhook
|
|
2220
2222
|
```
|
|
2221
2223
|
|
|
2222
|
-
_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.5.0/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
2223
2225
|
|
|
2224
2226
|
## `eas whoami`
|
|
2225
2227
|
|
|
@@ -2340,7 +2342,7 @@ DESCRIPTION
|
|
|
2340
2342
|
to cancel.
|
|
2341
2343
|
```
|
|
2342
2344
|
|
|
2343
|
-
_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.5.0/packages/eas-cli/src/commands/workflow/cancel.ts)_
|
|
2344
2346
|
|
|
2345
2347
|
## `eas workflow:create [NAME]`
|
|
2346
2348
|
|
|
@@ -2360,7 +2362,7 @@ DESCRIPTION
|
|
|
2360
2362
|
create a new workflow configuration YAML file
|
|
2361
2363
|
```
|
|
2362
2364
|
|
|
2363
|
-
_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.5.0/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2364
2366
|
|
|
2365
2367
|
## `eas workflow:logs [ID]`
|
|
2366
2368
|
|
|
@@ -2384,7 +2386,7 @@ DESCRIPTION
|
|
|
2384
2386
|
If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.
|
|
2385
2387
|
```
|
|
2386
2388
|
|
|
2387
|
-
_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.5.0/packages/eas-cli/src/commands/workflow/logs.ts)_
|
|
2388
2390
|
|
|
2389
2391
|
## `eas workflow:run FILE`
|
|
2390
2392
|
|
|
@@ -2424,7 +2426,7 @@ FLAG DESCRIPTIONS
|
|
|
2424
2426
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2425
2427
|
```
|
|
2426
2428
|
|
|
2427
|
-
_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.5.0/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2428
2430
|
|
|
2429
2431
|
## `eas workflow:runs`
|
|
2430
2432
|
|
|
@@ -2446,7 +2448,7 @@ DESCRIPTION
|
|
|
2446
2448
|
list recent workflow runs for this project, with their IDs, statuses, and timestamps
|
|
2447
2449
|
```
|
|
2448
2450
|
|
|
2449
|
-
_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.5.0/packages/eas-cli/src/commands/workflow/runs.ts)_
|
|
2450
2452
|
|
|
2451
2453
|
## `eas workflow:status [WORKFLOW_RUN_ID]`
|
|
2452
2454
|
|
|
@@ -2474,7 +2476,7 @@ FLAG DESCRIPTIONS
|
|
|
2474
2476
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2475
2477
|
```
|
|
2476
2478
|
|
|
2477
|
-
_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.5.0/packages/eas-cli/src/commands/workflow/status.ts)_
|
|
2478
2480
|
|
|
2479
2481
|
## `eas workflow:validate PATH`
|
|
2480
2482
|
|
|
@@ -2494,7 +2496,7 @@ DESCRIPTION
|
|
|
2494
2496
|
validate a workflow configuration yaml file
|
|
2495
2497
|
```
|
|
2496
2498
|
|
|
2497
|
-
_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.5.0/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2498
2500
|
|
|
2499
2501
|
## `eas workflow:view [ID]`
|
|
2500
2502
|
|
|
@@ -2516,5 +2518,5 @@ DESCRIPTION
|
|
|
2516
2518
|
workflow runs for the current project.
|
|
2517
2519
|
```
|
|
2518
2520
|
|
|
2519
|
-
_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.5.0/packages/eas-cli/src/commands/workflow/view.ts)_
|
|
2520
2522
|
<!-- commandsstop -->
|