eas-cli 19.0.8 → 19.1.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 +104 -101
- package/build/build/createContext.d.ts +2 -1
- package/build/build/createContext.js +3 -1
- package/build/build/ios/credentials.js +5 -1
- package/build/build/ios/prepareJob.js +3 -0
- package/build/build/runBuildAndSubmit.d.ts +1 -0
- package/build/build/runBuildAndSubmit.js +1 -0
- package/build/build/types.d.ts +1 -0
- package/build/commands/build/index.d.ts +1 -0
- package/build/commands/build/index.js +13 -0
- package/build/commands/build/internal.d.ts +1 -0
- package/build/commands/build/internal.js +5 -0
- package/build/credentials/context.d.ts +2 -0
- package/build/credentials/context.js +2 -0
- package/build/credentials/ios/actions/DeviceUtils.d.ts +2 -0
- package/build/credentials/ios/actions/DeviceUtils.js +21 -0
- package/build/credentials/ios/actions/SetUpAdhocProvisioningProfile.d.ts +1 -0
- package/build/credentials/ios/actions/SetUpAdhocProvisioningProfile.js +76 -14
- package/build/credentials/ios/actions/SetUpTargetBuildCredentials.js +8 -0
- package/oclif.manifest.json +622 -610
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -190,7 +190,7 @@ ALIASES
|
|
|
190
190
|
$ eas login
|
|
191
191
|
```
|
|
192
192
|
|
|
193
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
193
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/account/login.ts)_
|
|
194
194
|
|
|
195
195
|
## `eas account:logout`
|
|
196
196
|
|
|
@@ -207,7 +207,7 @@ ALIASES
|
|
|
207
207
|
$ eas logout
|
|
208
208
|
```
|
|
209
209
|
|
|
210
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
210
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/account/logout.ts)_
|
|
211
211
|
|
|
212
212
|
## `eas account:usage [ACCOUNT_NAME]`
|
|
213
213
|
|
|
@@ -229,7 +229,7 @@ DESCRIPTION
|
|
|
229
229
|
view account usage and billing for the current cycle
|
|
230
230
|
```
|
|
231
231
|
|
|
232
|
-
_See code: [packages/eas-cli/src/commands/account/usage.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
232
|
+
_See code: [packages/eas-cli/src/commands/account/usage.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/account/usage.ts)_
|
|
233
233
|
|
|
234
234
|
## `eas account:view`
|
|
235
235
|
|
|
@@ -246,7 +246,7 @@ ALIASES
|
|
|
246
246
|
$ eas whoami
|
|
247
247
|
```
|
|
248
248
|
|
|
249
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
249
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/account/view.ts)_
|
|
250
250
|
|
|
251
251
|
## `eas analytics [STATUS]`
|
|
252
252
|
|
|
@@ -260,7 +260,7 @@ DESCRIPTION
|
|
|
260
260
|
display or change analytics settings
|
|
261
261
|
```
|
|
262
262
|
|
|
263
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
263
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/analytics.ts)_
|
|
264
264
|
|
|
265
265
|
## `eas autocomplete [SHELL]`
|
|
266
266
|
|
|
@@ -312,7 +312,7 @@ DESCRIPTION
|
|
|
312
312
|
create a branch
|
|
313
313
|
```
|
|
314
314
|
|
|
315
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
315
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/branch/create.ts)_
|
|
316
316
|
|
|
317
317
|
## `eas branch:delete [NAME]`
|
|
318
318
|
|
|
@@ -333,7 +333,7 @@ DESCRIPTION
|
|
|
333
333
|
delete a branch
|
|
334
334
|
```
|
|
335
335
|
|
|
336
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
336
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
337
337
|
|
|
338
338
|
## `eas branch:list`
|
|
339
339
|
|
|
@@ -353,7 +353,7 @@ DESCRIPTION
|
|
|
353
353
|
list all branches
|
|
354
354
|
```
|
|
355
355
|
|
|
356
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
356
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/branch/list.ts)_
|
|
357
357
|
|
|
358
358
|
## `eas branch:rename`
|
|
359
359
|
|
|
@@ -373,7 +373,7 @@ DESCRIPTION
|
|
|
373
373
|
rename a branch
|
|
374
374
|
```
|
|
375
375
|
|
|
376
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
376
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
377
377
|
|
|
378
378
|
## `eas branch:view [NAME]`
|
|
379
379
|
|
|
@@ -396,7 +396,7 @@ DESCRIPTION
|
|
|
396
396
|
view a branch
|
|
397
397
|
```
|
|
398
398
|
|
|
399
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
399
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/branch/view.ts)_
|
|
400
400
|
|
|
401
401
|
## `eas build`
|
|
402
402
|
|
|
@@ -406,7 +406,8 @@ start a build
|
|
|
406
406
|
USAGE
|
|
407
407
|
$ eas build [-p android|ios|all] [-e PROFILE_NAME] [--local] [--output <value>] [--wait] [--clear-cache]
|
|
408
408
|
[-s | --auto-submit-with-profile PROFILE_NAME] [--what-to-test <value>] [-m <value>] [--build-logger-level
|
|
409
|
-
trace|debug|info|warn|error|fatal] [--freeze-credentials] [--
|
|
409
|
+
trace|debug|info|warn|error|fatal] [--freeze-credentials] [--refresh-ad-hoc-provisioning-profile] [--verbose-logs]
|
|
410
|
+
[--json] [--non-interactive]
|
|
410
411
|
|
|
411
412
|
FLAGS
|
|
412
413
|
-e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if
|
|
@@ -425,6 +426,8 @@ FLAGS
|
|
|
425
426
|
--local Run build locally [experimental]
|
|
426
427
|
--non-interactive Run the command in non-interactive mode.
|
|
427
428
|
--output=<value> Output path for local build
|
|
429
|
+
--refresh-ad-hoc-provisioning-profile Refresh managed ad-hoc provisioning profiles from App Store Connect
|
|
430
|
+
before gathering build credentials
|
|
428
431
|
--verbose-logs Use verbose logs for the build process
|
|
429
432
|
--[no-]wait Wait for build(s) to complete
|
|
430
433
|
--what-to-test=<value> Specify the "What to Test" information for the build in TestFlight
|
|
@@ -434,7 +437,7 @@ DESCRIPTION
|
|
|
434
437
|
start a build
|
|
435
438
|
```
|
|
436
439
|
|
|
437
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
440
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/build/index.ts)_
|
|
438
441
|
|
|
439
442
|
## `eas build:cancel [BUILD_ID]`
|
|
440
443
|
|
|
@@ -454,7 +457,7 @@ DESCRIPTION
|
|
|
454
457
|
cancel a build
|
|
455
458
|
```
|
|
456
459
|
|
|
457
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
460
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
458
461
|
|
|
459
462
|
## `eas build:configure`
|
|
460
463
|
|
|
@@ -472,7 +475,7 @@ DESCRIPTION
|
|
|
472
475
|
configure the project to support EAS Build
|
|
473
476
|
```
|
|
474
477
|
|
|
475
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
478
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/build/configure.ts)_
|
|
476
479
|
|
|
477
480
|
## `eas build:delete [BUILD_ID]`
|
|
478
481
|
|
|
@@ -492,7 +495,7 @@ DESCRIPTION
|
|
|
492
495
|
delete a build
|
|
493
496
|
```
|
|
494
497
|
|
|
495
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
498
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/build/delete.ts)_
|
|
496
499
|
|
|
497
500
|
## `eas build:dev`
|
|
498
501
|
|
|
@@ -517,7 +520,7 @@ DESCRIPTION
|
|
|
517
520
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
518
521
|
```
|
|
519
522
|
|
|
520
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
523
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/build/dev.ts)_
|
|
521
524
|
|
|
522
525
|
## `eas build:download`
|
|
523
526
|
|
|
@@ -544,7 +547,7 @@ DESCRIPTION
|
|
|
544
547
|
download a simulator/emulator build by build ID or fingerprint hash
|
|
545
548
|
```
|
|
546
549
|
|
|
547
|
-
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
550
|
+
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/build/download.ts)_
|
|
548
551
|
|
|
549
552
|
## `eas build:inspect`
|
|
550
553
|
|
|
@@ -582,7 +585,7 @@ DESCRIPTION
|
|
|
582
585
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
583
586
|
```
|
|
584
587
|
|
|
585
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
588
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
586
589
|
|
|
587
590
|
## `eas build:list`
|
|
588
591
|
|
|
@@ -622,7 +625,7 @@ DESCRIPTION
|
|
|
622
625
|
list all builds for your project
|
|
623
626
|
```
|
|
624
627
|
|
|
625
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
628
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/build/list.ts)_
|
|
626
629
|
|
|
627
630
|
## `eas build:resign`
|
|
628
631
|
|
|
@@ -652,7 +655,7 @@ DESCRIPTION
|
|
|
652
655
|
re-sign a build archive
|
|
653
656
|
```
|
|
654
657
|
|
|
655
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
658
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/build/resign.ts)_
|
|
656
659
|
|
|
657
660
|
## `eas build:run`
|
|
658
661
|
|
|
@@ -680,7 +683,7 @@ DESCRIPTION
|
|
|
680
683
|
run simulator/emulator builds from eas-cli
|
|
681
684
|
```
|
|
682
685
|
|
|
683
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
686
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/build/run.ts)_
|
|
684
687
|
|
|
685
688
|
## `eas build:submit`
|
|
686
689
|
|
|
@@ -732,7 +735,7 @@ DESCRIPTION
|
|
|
732
735
|
get the latest version from EAS servers
|
|
733
736
|
```
|
|
734
737
|
|
|
735
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
738
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
736
739
|
|
|
737
740
|
## `eas build:version:set`
|
|
738
741
|
|
|
@@ -750,7 +753,7 @@ DESCRIPTION
|
|
|
750
753
|
update version of an app
|
|
751
754
|
```
|
|
752
755
|
|
|
753
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
756
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
754
757
|
|
|
755
758
|
## `eas build:version:sync`
|
|
756
759
|
|
|
@@ -768,7 +771,7 @@ DESCRIPTION
|
|
|
768
771
|
update a version in native code with a value stored on EAS servers
|
|
769
772
|
```
|
|
770
773
|
|
|
771
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
774
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
772
775
|
|
|
773
776
|
## `eas build:view [BUILD_ID]`
|
|
774
777
|
|
|
@@ -785,7 +788,7 @@ DESCRIPTION
|
|
|
785
788
|
view a build for your project
|
|
786
789
|
```
|
|
787
790
|
|
|
788
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
791
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/build/view.ts)_
|
|
789
792
|
|
|
790
793
|
## `eas channel:create [NAME]`
|
|
791
794
|
|
|
@@ -806,7 +809,7 @@ DESCRIPTION
|
|
|
806
809
|
create a channel
|
|
807
810
|
```
|
|
808
811
|
|
|
809
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
812
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/channel/create.ts)_
|
|
810
813
|
|
|
811
814
|
## `eas channel:delete [NAME]`
|
|
812
815
|
|
|
@@ -827,7 +830,7 @@ DESCRIPTION
|
|
|
827
830
|
Delete a channel
|
|
828
831
|
```
|
|
829
832
|
|
|
830
|
-
_See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
833
|
+
_See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/channel/delete.ts)_
|
|
831
834
|
|
|
832
835
|
## `eas channel:edit [NAME]`
|
|
833
836
|
|
|
@@ -849,7 +852,7 @@ DESCRIPTION
|
|
|
849
852
|
point a channel at a new branch
|
|
850
853
|
```
|
|
851
854
|
|
|
852
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
855
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
853
856
|
|
|
854
857
|
## `eas channel:insights`
|
|
855
858
|
|
|
@@ -873,7 +876,7 @@ DESCRIPTION
|
|
|
873
876
|
display adoption, crash, and unique-user insights for a channel + runtime version
|
|
874
877
|
```
|
|
875
878
|
|
|
876
|
-
_See code: [packages/eas-cli/src/commands/channel/insights.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
879
|
+
_See code: [packages/eas-cli/src/commands/channel/insights.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/channel/insights.ts)_
|
|
877
880
|
|
|
878
881
|
## `eas channel:list`
|
|
879
882
|
|
|
@@ -893,7 +896,7 @@ DESCRIPTION
|
|
|
893
896
|
list all channels
|
|
894
897
|
```
|
|
895
898
|
|
|
896
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
899
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/channel/list.ts)_
|
|
897
900
|
|
|
898
901
|
## `eas channel:pause [NAME]`
|
|
899
902
|
|
|
@@ -915,7 +918,7 @@ DESCRIPTION
|
|
|
915
918
|
pause a channel to stop it from sending updates
|
|
916
919
|
```
|
|
917
920
|
|
|
918
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
921
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
919
922
|
|
|
920
923
|
## `eas channel:resume [NAME]`
|
|
921
924
|
|
|
@@ -937,7 +940,7 @@ DESCRIPTION
|
|
|
937
940
|
resume a channel to start sending updates
|
|
938
941
|
```
|
|
939
942
|
|
|
940
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
943
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
941
944
|
|
|
942
945
|
## `eas channel:rollout [CHANNEL]`
|
|
943
946
|
|
|
@@ -972,7 +975,7 @@ DESCRIPTION
|
|
|
972
975
|
Roll a new branch out on a channel incrementally.
|
|
973
976
|
```
|
|
974
977
|
|
|
975
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
978
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
976
979
|
|
|
977
980
|
## `eas channel:view [NAME]`
|
|
978
981
|
|
|
@@ -995,7 +998,7 @@ DESCRIPTION
|
|
|
995
998
|
view a channel
|
|
996
999
|
```
|
|
997
1000
|
|
|
998
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1001
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/channel/view.ts)_
|
|
999
1002
|
|
|
1000
1003
|
## `eas config`
|
|
1001
1004
|
|
|
@@ -1016,7 +1019,7 @@ DESCRIPTION
|
|
|
1016
1019
|
display project configuration (app.json + eas.json)
|
|
1017
1020
|
```
|
|
1018
1021
|
|
|
1019
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1022
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/config.ts)_
|
|
1020
1023
|
|
|
1021
1024
|
## `eas credentials`
|
|
1022
1025
|
|
|
@@ -1033,7 +1036,7 @@ DESCRIPTION
|
|
|
1033
1036
|
manage credentials
|
|
1034
1037
|
```
|
|
1035
1038
|
|
|
1036
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1039
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
1037
1040
|
|
|
1038
1041
|
## `eas credentials:configure-build`
|
|
1039
1042
|
|
|
@@ -1051,7 +1054,7 @@ DESCRIPTION
|
|
|
1051
1054
|
Set up credentials for building your project.
|
|
1052
1055
|
```
|
|
1053
1056
|
|
|
1054
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1057
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
1055
1058
|
|
|
1056
1059
|
## `eas deploy [options]`
|
|
1057
1060
|
|
|
@@ -1080,7 +1083,7 @@ ALIASES
|
|
|
1080
1083
|
$ eas worker:deploy
|
|
1081
1084
|
```
|
|
1082
1085
|
|
|
1083
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1086
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
1084
1087
|
|
|
1085
1088
|
## `eas deploy:alias`
|
|
1086
1089
|
|
|
@@ -1105,7 +1108,7 @@ ALIASES
|
|
|
1105
1108
|
$ eas deploy:promote
|
|
1106
1109
|
```
|
|
1107
1110
|
|
|
1108
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1111
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/deploy/alias/index.ts)_
|
|
1109
1112
|
|
|
1110
1113
|
## `eas deploy:alias:delete [ALIAS_NAME]`
|
|
1111
1114
|
|
|
@@ -1126,7 +1129,7 @@ ALIASES
|
|
|
1126
1129
|
$ eas worker:alias:delete
|
|
1127
1130
|
```
|
|
1128
1131
|
|
|
1129
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1132
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/deploy/alias/delete.ts)_
|
|
1130
1133
|
|
|
1131
1134
|
## `eas deploy:delete [DEPLOYMENT_ID]`
|
|
1132
1135
|
|
|
@@ -1147,7 +1150,7 @@ ALIASES
|
|
|
1147
1150
|
$ eas worker:delete
|
|
1148
1151
|
```
|
|
1149
1152
|
|
|
1150
|
-
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1153
|
+
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/deploy/delete.ts)_
|
|
1151
1154
|
|
|
1152
1155
|
## `eas deploy:promote`
|
|
1153
1156
|
|
|
@@ -1184,7 +1187,7 @@ DESCRIPTION
|
|
|
1184
1187
|
register new Apple Devices to use for internal distribution
|
|
1185
1188
|
```
|
|
1186
1189
|
|
|
1187
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1190
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/device/create.ts)_
|
|
1188
1191
|
|
|
1189
1192
|
## `eas device:delete`
|
|
1190
1193
|
|
|
@@ -1204,7 +1207,7 @@ DESCRIPTION
|
|
|
1204
1207
|
remove a registered device from your account
|
|
1205
1208
|
```
|
|
1206
1209
|
|
|
1207
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1210
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1208
1211
|
|
|
1209
1212
|
## `eas device:list`
|
|
1210
1213
|
|
|
@@ -1225,7 +1228,7 @@ DESCRIPTION
|
|
|
1225
1228
|
list all registered devices for your account
|
|
1226
1229
|
```
|
|
1227
1230
|
|
|
1228
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1231
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/device/list.ts)_
|
|
1229
1232
|
|
|
1230
1233
|
## `eas device:rename`
|
|
1231
1234
|
|
|
@@ -1246,7 +1249,7 @@ DESCRIPTION
|
|
|
1246
1249
|
rename a registered device
|
|
1247
1250
|
```
|
|
1248
1251
|
|
|
1249
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1252
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1250
1253
|
|
|
1251
1254
|
## `eas device:view [UDID]`
|
|
1252
1255
|
|
|
@@ -1260,7 +1263,7 @@ DESCRIPTION
|
|
|
1260
1263
|
view a device for your project
|
|
1261
1264
|
```
|
|
1262
1265
|
|
|
1263
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1266
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/device/view.ts)_
|
|
1264
1267
|
|
|
1265
1268
|
## `eas diagnostics`
|
|
1266
1269
|
|
|
@@ -1274,7 +1277,7 @@ DESCRIPTION
|
|
|
1274
1277
|
display environment info
|
|
1275
1278
|
```
|
|
1276
1279
|
|
|
1277
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1280
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1278
1281
|
|
|
1279
1282
|
## `eas env:create [ENVIRONMENT]`
|
|
1280
1283
|
|
|
@@ -1306,7 +1309,7 @@ DESCRIPTION
|
|
|
1306
1309
|
create an environment variable for the current project or account
|
|
1307
1310
|
```
|
|
1308
1311
|
|
|
1309
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1312
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/env/create.ts)_
|
|
1310
1313
|
|
|
1311
1314
|
## `eas env:delete [ENVIRONMENT]`
|
|
1312
1315
|
|
|
@@ -1332,7 +1335,7 @@ DESCRIPTION
|
|
|
1332
1335
|
delete an environment variable for the current project or account
|
|
1333
1336
|
```
|
|
1334
1337
|
|
|
1335
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1338
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1336
1339
|
|
|
1337
1340
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1338
1341
|
|
|
@@ -1354,7 +1357,7 @@ DESCRIPTION
|
|
|
1354
1357
|
execute a command with environment variables from the selected environment
|
|
1355
1358
|
```
|
|
1356
1359
|
|
|
1357
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1360
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1358
1361
|
|
|
1359
1362
|
## `eas env:get [ENVIRONMENT]`
|
|
1360
1363
|
|
|
@@ -1382,7 +1385,7 @@ DESCRIPTION
|
|
|
1382
1385
|
view an environment variable for the current project or account
|
|
1383
1386
|
```
|
|
1384
1387
|
|
|
1385
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1388
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/env/get.ts)_
|
|
1386
1389
|
|
|
1387
1390
|
## `eas env:list [ENVIRONMENT]`
|
|
1388
1391
|
|
|
@@ -1410,7 +1413,7 @@ DESCRIPTION
|
|
|
1410
1413
|
list environment variables for the current project or account
|
|
1411
1414
|
```
|
|
1412
1415
|
|
|
1413
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1416
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/env/list.ts)_
|
|
1414
1417
|
|
|
1415
1418
|
## `eas env:pull [ENVIRONMENT]`
|
|
1416
1419
|
|
|
@@ -1433,7 +1436,7 @@ DESCRIPTION
|
|
|
1433
1436
|
pull environment variables for the selected environment to .env file
|
|
1434
1437
|
```
|
|
1435
1438
|
|
|
1436
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1439
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1437
1440
|
|
|
1438
1441
|
## `eas env:push [ENVIRONMENT]`
|
|
1439
1442
|
|
|
@@ -1455,7 +1458,7 @@ DESCRIPTION
|
|
|
1455
1458
|
push environment variables from .env file to the selected environment
|
|
1456
1459
|
```
|
|
1457
1460
|
|
|
1458
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1461
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/env/push.ts)_
|
|
1459
1462
|
|
|
1460
1463
|
## `eas env:update [ENVIRONMENT]`
|
|
1461
1464
|
|
|
@@ -1489,7 +1492,7 @@ DESCRIPTION
|
|
|
1489
1492
|
update an environment variable on the current project or account
|
|
1490
1493
|
```
|
|
1491
1494
|
|
|
1492
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1495
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/env/update.ts)_
|
|
1493
1496
|
|
|
1494
1497
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1495
1498
|
|
|
@@ -1533,7 +1536,7 @@ EXAMPLES
|
|
|
1533
1536
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1534
1537
|
```
|
|
1535
1538
|
|
|
1536
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1539
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1537
1540
|
|
|
1538
1541
|
## `eas fingerprint:generate`
|
|
1539
1542
|
|
|
@@ -1564,7 +1567,7 @@ EXAMPLES
|
|
|
1564
1567
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1565
1568
|
```
|
|
1566
1569
|
|
|
1567
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1570
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1568
1571
|
|
|
1569
1572
|
## `eas help [COMMAND]`
|
|
1570
1573
|
|
|
@@ -1643,7 +1646,7 @@ DESCRIPTION
|
|
|
1643
1646
|
connect a project to an App Store Connect app
|
|
1644
1647
|
```
|
|
1645
1648
|
|
|
1646
|
-
_See code: [packages/eas-cli/src/commands/integrations/asc/connect.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1649
|
+
_See code: [packages/eas-cli/src/commands/integrations/asc/connect.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/integrations/asc/connect.ts)_
|
|
1647
1650
|
|
|
1648
1651
|
## `eas integrations:asc:disconnect`
|
|
1649
1652
|
|
|
@@ -1662,7 +1665,7 @@ DESCRIPTION
|
|
|
1662
1665
|
disconnect the current project from its App Store Connect app
|
|
1663
1666
|
```
|
|
1664
1667
|
|
|
1665
|
-
_See code: [packages/eas-cli/src/commands/integrations/asc/disconnect.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1668
|
+
_See code: [packages/eas-cli/src/commands/integrations/asc/disconnect.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/integrations/asc/disconnect.ts)_
|
|
1666
1669
|
|
|
1667
1670
|
## `eas integrations:asc:status`
|
|
1668
1671
|
|
|
@@ -1680,7 +1683,7 @@ DESCRIPTION
|
|
|
1680
1683
|
show the App Store Connect app link status for the current project
|
|
1681
1684
|
```
|
|
1682
1685
|
|
|
1683
|
-
_See code: [packages/eas-cli/src/commands/integrations/asc/status.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1686
|
+
_See code: [packages/eas-cli/src/commands/integrations/asc/status.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/integrations/asc/status.ts)_
|
|
1684
1687
|
|
|
1685
1688
|
## `eas integrations:convex:connect`
|
|
1686
1689
|
|
|
@@ -1702,7 +1705,7 @@ DESCRIPTION
|
|
|
1702
1705
|
connect Convex to your Expo project
|
|
1703
1706
|
```
|
|
1704
1707
|
|
|
1705
|
-
_See code: [packages/eas-cli/src/commands/integrations/convex/connect.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1708
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/connect.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/integrations/convex/connect.ts)_
|
|
1706
1709
|
|
|
1707
1710
|
## `eas integrations:convex:dashboard`
|
|
1708
1711
|
|
|
@@ -1716,7 +1719,7 @@ DESCRIPTION
|
|
|
1716
1719
|
open the Convex dashboard for the linked Convex project
|
|
1717
1720
|
```
|
|
1718
1721
|
|
|
1719
|
-
_See code: [packages/eas-cli/src/commands/integrations/convex/dashboard.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1722
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/dashboard.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/integrations/convex/dashboard.ts)_
|
|
1720
1723
|
|
|
1721
1724
|
## `eas integrations:convex:project`
|
|
1722
1725
|
|
|
@@ -1730,7 +1733,7 @@ DESCRIPTION
|
|
|
1730
1733
|
display the Convex project linked to the current Expo app
|
|
1731
1734
|
```
|
|
1732
1735
|
|
|
1733
|
-
_See code: [packages/eas-cli/src/commands/integrations/convex/project.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1736
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/project.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/integrations/convex/project.ts)_
|
|
1734
1737
|
|
|
1735
1738
|
## `eas integrations:convex:project:delete`
|
|
1736
1739
|
|
|
@@ -1748,7 +1751,7 @@ DESCRIPTION
|
|
|
1748
1751
|
remove the Convex project link for the current Expo app from EAS servers
|
|
1749
1752
|
```
|
|
1750
1753
|
|
|
1751
|
-
_See code: [packages/eas-cli/src/commands/integrations/convex/project/delete.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1754
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/project/delete.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/integrations/convex/project/delete.ts)_
|
|
1752
1755
|
|
|
1753
1756
|
## `eas integrations:convex:team`
|
|
1754
1757
|
|
|
@@ -1762,7 +1765,7 @@ DESCRIPTION
|
|
|
1762
1765
|
display Convex teams linked to the current Expo app's owner account
|
|
1763
1766
|
```
|
|
1764
1767
|
|
|
1765
|
-
_See code: [packages/eas-cli/src/commands/integrations/convex/team.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1768
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/team.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/integrations/convex/team.ts)_
|
|
1766
1769
|
|
|
1767
1770
|
## `eas integrations:convex:team:delete [CONVEX_TEAM]`
|
|
1768
1771
|
|
|
@@ -1783,7 +1786,7 @@ DESCRIPTION
|
|
|
1783
1786
|
remove a Convex team link from the current Expo app owner account's EAS servers
|
|
1784
1787
|
```
|
|
1785
1788
|
|
|
1786
|
-
_See code: [packages/eas-cli/src/commands/integrations/convex/team/delete.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1789
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/team/delete.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/integrations/convex/team/delete.ts)_
|
|
1787
1790
|
|
|
1788
1791
|
## `eas integrations:convex:team:invite [CONVEX_TEAM]`
|
|
1789
1792
|
|
|
@@ -1803,7 +1806,7 @@ DESCRIPTION
|
|
|
1803
1806
|
send a Convex team invitation to your verified email address
|
|
1804
1807
|
```
|
|
1805
1808
|
|
|
1806
|
-
_See code: [packages/eas-cli/src/commands/integrations/convex/team/invite.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1809
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/team/invite.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/integrations/convex/team/invite.ts)_
|
|
1807
1810
|
|
|
1808
1811
|
## `eas login`
|
|
1809
1812
|
|
|
@@ -1855,7 +1858,7 @@ DESCRIPTION
|
|
|
1855
1858
|
validate the local store configuration
|
|
1856
1859
|
```
|
|
1857
1860
|
|
|
1858
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1861
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1859
1862
|
|
|
1860
1863
|
## `eas metadata:pull`
|
|
1861
1864
|
|
|
@@ -1873,7 +1876,7 @@ DESCRIPTION
|
|
|
1873
1876
|
generate the local store configuration from the app stores
|
|
1874
1877
|
```
|
|
1875
1878
|
|
|
1876
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1879
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1877
1880
|
|
|
1878
1881
|
## `eas metadata:push`
|
|
1879
1882
|
|
|
@@ -1891,7 +1894,7 @@ DESCRIPTION
|
|
|
1891
1894
|
sync the local store configuration to the app stores
|
|
1892
1895
|
```
|
|
1893
1896
|
|
|
1894
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1897
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1895
1898
|
|
|
1896
1899
|
## `eas new [PATH]`
|
|
1897
1900
|
|
|
@@ -1943,7 +1946,7 @@ DESCRIPTION
|
|
|
1943
1946
|
open the project page in a web browser
|
|
1944
1947
|
```
|
|
1945
1948
|
|
|
1946
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1949
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/open.ts)_
|
|
1947
1950
|
|
|
1948
1951
|
## `eas project:info`
|
|
1949
1952
|
|
|
@@ -1957,7 +1960,7 @@ DESCRIPTION
|
|
|
1957
1960
|
information about the current project
|
|
1958
1961
|
```
|
|
1959
1962
|
|
|
1960
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1963
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/project/info.ts)_
|
|
1961
1964
|
|
|
1962
1965
|
## `eas project:init`
|
|
1963
1966
|
|
|
@@ -1980,7 +1983,7 @@ ALIASES
|
|
|
1980
1983
|
$ eas init
|
|
1981
1984
|
```
|
|
1982
1985
|
|
|
1983
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
1986
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/project/init.ts)_
|
|
1984
1987
|
|
|
1985
1988
|
## `eas project:new [PATH]`
|
|
1986
1989
|
|
|
@@ -2004,7 +2007,7 @@ ALIASES
|
|
|
2004
2007
|
$ eas new
|
|
2005
2008
|
```
|
|
2006
2009
|
|
|
2007
|
-
_See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2010
|
+
_See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/project/new.ts)_
|
|
2008
2011
|
|
|
2009
2012
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
2010
2013
|
|
|
@@ -2022,7 +2025,7 @@ ALIASES
|
|
|
2022
2025
|
$ eas onboarding
|
|
2023
2026
|
```
|
|
2024
2027
|
|
|
2025
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2028
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
2026
2029
|
|
|
2027
2030
|
## `eas submit`
|
|
2028
2031
|
|
|
@@ -2055,7 +2058,7 @@ ALIASES
|
|
|
2055
2058
|
$ eas build:submit
|
|
2056
2059
|
```
|
|
2057
2060
|
|
|
2058
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2061
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/submit.ts)_
|
|
2059
2062
|
|
|
2060
2063
|
## `eas update`
|
|
2061
2064
|
|
|
@@ -2098,7 +2101,7 @@ DESCRIPTION
|
|
|
2098
2101
|
publish an update group
|
|
2099
2102
|
```
|
|
2100
2103
|
|
|
2101
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2104
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/update/index.ts)_
|
|
2102
2105
|
|
|
2103
2106
|
## `eas update:configure`
|
|
2104
2107
|
|
|
@@ -2119,7 +2122,7 @@ DESCRIPTION
|
|
|
2119
2122
|
configure the project to support EAS Update
|
|
2120
2123
|
```
|
|
2121
2124
|
|
|
2122
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2125
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/update/configure.ts)_
|
|
2123
2126
|
|
|
2124
2127
|
## `eas update:delete GROUPID`
|
|
2125
2128
|
|
|
@@ -2140,7 +2143,7 @@ DESCRIPTION
|
|
|
2140
2143
|
delete all the updates in an update group
|
|
2141
2144
|
```
|
|
2142
2145
|
|
|
2143
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2146
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/update/delete.ts)_
|
|
2144
2147
|
|
|
2145
2148
|
## `eas update:edit [GROUPID]`
|
|
2146
2149
|
|
|
@@ -2165,7 +2168,7 @@ DESCRIPTION
|
|
|
2165
2168
|
edit all the updates in an update group
|
|
2166
2169
|
```
|
|
2167
2170
|
|
|
2168
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2171
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/update/edit.ts)_
|
|
2169
2172
|
|
|
2170
2173
|
## `eas update:insights GROUPID`
|
|
2171
2174
|
|
|
@@ -2192,7 +2195,7 @@ DESCRIPTION
|
|
|
2192
2195
|
display launch, crash, unique-user, and size insights for an update group
|
|
2193
2196
|
```
|
|
2194
2197
|
|
|
2195
|
-
_See code: [packages/eas-cli/src/commands/update/insights.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2198
|
+
_See code: [packages/eas-cli/src/commands/update/insights.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/update/insights.ts)_
|
|
2196
2199
|
|
|
2197
2200
|
## `eas update:list`
|
|
2198
2201
|
|
|
@@ -2219,7 +2222,7 @@ DESCRIPTION
|
|
|
2219
2222
|
view the recent updates
|
|
2220
2223
|
```
|
|
2221
2224
|
|
|
2222
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2225
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/update/list.ts)_
|
|
2223
2226
|
|
|
2224
2227
|
## `eas update:republish`
|
|
2225
2228
|
|
|
@@ -2257,7 +2260,7 @@ DESCRIPTION
|
|
|
2257
2260
|
roll back to an existing update
|
|
2258
2261
|
```
|
|
2259
2262
|
|
|
2260
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2263
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/update/republish.ts)_
|
|
2261
2264
|
|
|
2262
2265
|
## `eas update:revert-update-rollout`
|
|
2263
2266
|
|
|
@@ -2285,7 +2288,7 @@ DESCRIPTION
|
|
|
2285
2288
|
revert a rollout update for a project
|
|
2286
2289
|
```
|
|
2287
2290
|
|
|
2288
|
-
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2291
|
+
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/update/revert-update-rollout.ts)_
|
|
2289
2292
|
|
|
2290
2293
|
## `eas update:roll-back-to-embedded`
|
|
2291
2294
|
|
|
@@ -2315,7 +2318,7 @@ DESCRIPTION
|
|
|
2315
2318
|
roll back to the embedded update
|
|
2316
2319
|
```
|
|
2317
2320
|
|
|
2318
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2321
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
2319
2322
|
|
|
2320
2323
|
## `eas update:rollback`
|
|
2321
2324
|
|
|
@@ -2336,7 +2339,7 @@ DESCRIPTION
|
|
|
2336
2339
|
instead execute "eas update:republish" or "eas update:roll-back-to-embedded".
|
|
2337
2340
|
```
|
|
2338
2341
|
|
|
2339
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2342
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
2340
2343
|
|
|
2341
2344
|
## `eas update:view GROUPID`
|
|
2342
2345
|
|
|
@@ -2360,7 +2363,7 @@ DESCRIPTION
|
|
|
2360
2363
|
update group details
|
|
2361
2364
|
```
|
|
2362
2365
|
|
|
2363
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2366
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/update/view.ts)_
|
|
2364
2367
|
|
|
2365
2368
|
## `eas upload`
|
|
2366
2369
|
|
|
@@ -2381,7 +2384,7 @@ DESCRIPTION
|
|
|
2381
2384
|
upload a local build and generate a sharable link
|
|
2382
2385
|
```
|
|
2383
2386
|
|
|
2384
|
-
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2387
|
+
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/upload.ts)_
|
|
2385
2388
|
|
|
2386
2389
|
## `eas webhook:create`
|
|
2387
2390
|
|
|
@@ -2403,7 +2406,7 @@ DESCRIPTION
|
|
|
2403
2406
|
create a webhook
|
|
2404
2407
|
```
|
|
2405
2408
|
|
|
2406
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2409
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
2407
2410
|
|
|
2408
2411
|
## `eas webhook:delete [ID]`
|
|
2409
2412
|
|
|
@@ -2423,7 +2426,7 @@ DESCRIPTION
|
|
|
2423
2426
|
delete a webhook
|
|
2424
2427
|
```
|
|
2425
2428
|
|
|
2426
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2429
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
2427
2430
|
|
|
2428
2431
|
## `eas webhook:list`
|
|
2429
2432
|
|
|
@@ -2442,7 +2445,7 @@ DESCRIPTION
|
|
|
2442
2445
|
list webhooks
|
|
2443
2446
|
```
|
|
2444
2447
|
|
|
2445
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2448
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
2446
2449
|
|
|
2447
2450
|
## `eas webhook:update`
|
|
2448
2451
|
|
|
@@ -2465,7 +2468,7 @@ DESCRIPTION
|
|
|
2465
2468
|
update a webhook
|
|
2466
2469
|
```
|
|
2467
2470
|
|
|
2468
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2471
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
2469
2472
|
|
|
2470
2473
|
## `eas webhook:view ID`
|
|
2471
2474
|
|
|
@@ -2482,7 +2485,7 @@ DESCRIPTION
|
|
|
2482
2485
|
view a webhook
|
|
2483
2486
|
```
|
|
2484
2487
|
|
|
2485
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2488
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
2486
2489
|
|
|
2487
2490
|
## `eas whoami`
|
|
2488
2491
|
|
|
@@ -2603,7 +2606,7 @@ DESCRIPTION
|
|
|
2603
2606
|
to cancel.
|
|
2604
2607
|
```
|
|
2605
2608
|
|
|
2606
|
-
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2609
|
+
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/workflow/cancel.ts)_
|
|
2607
2610
|
|
|
2608
2611
|
## `eas workflow:create [NAME]`
|
|
2609
2612
|
|
|
@@ -2623,7 +2626,7 @@ DESCRIPTION
|
|
|
2623
2626
|
create a new workflow configuration YAML file
|
|
2624
2627
|
```
|
|
2625
2628
|
|
|
2626
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2629
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2627
2630
|
|
|
2628
2631
|
## `eas workflow:logs [ID]`
|
|
2629
2632
|
|
|
@@ -2647,7 +2650,7 @@ DESCRIPTION
|
|
|
2647
2650
|
If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.
|
|
2648
2651
|
```
|
|
2649
2652
|
|
|
2650
|
-
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2653
|
+
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/workflow/logs.ts)_
|
|
2651
2654
|
|
|
2652
2655
|
## `eas workflow:run FILE`
|
|
2653
2656
|
|
|
@@ -2687,7 +2690,7 @@ FLAG DESCRIPTIONS
|
|
|
2687
2690
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2688
2691
|
```
|
|
2689
2692
|
|
|
2690
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2693
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2691
2694
|
|
|
2692
2695
|
## `eas workflow:runs`
|
|
2693
2696
|
|
|
@@ -2709,7 +2712,7 @@ DESCRIPTION
|
|
|
2709
2712
|
list recent workflow runs for this project, with their IDs, statuses, and timestamps
|
|
2710
2713
|
```
|
|
2711
2714
|
|
|
2712
|
-
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2715
|
+
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/workflow/runs.ts)_
|
|
2713
2716
|
|
|
2714
2717
|
## `eas workflow:status [WORKFLOW_RUN_ID]`
|
|
2715
2718
|
|
|
@@ -2737,7 +2740,7 @@ FLAG DESCRIPTIONS
|
|
|
2737
2740
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2738
2741
|
```
|
|
2739
2742
|
|
|
2740
|
-
_See code: [packages/eas-cli/src/commands/workflow/status.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2743
|
+
_See code: [packages/eas-cli/src/commands/workflow/status.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/workflow/status.ts)_
|
|
2741
2744
|
|
|
2742
2745
|
## `eas workflow:validate PATH`
|
|
2743
2746
|
|
|
@@ -2757,7 +2760,7 @@ DESCRIPTION
|
|
|
2757
2760
|
validate a workflow configuration yaml file
|
|
2758
2761
|
```
|
|
2759
2762
|
|
|
2760
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2763
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2761
2764
|
|
|
2762
2765
|
## `eas workflow:view [ID]`
|
|
2763
2766
|
|
|
@@ -2779,5 +2782,5 @@ DESCRIPTION
|
|
|
2779
2782
|
workflow runs for the current project.
|
|
2780
2783
|
```
|
|
2781
2784
|
|
|
2782
|
-
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v19.0
|
|
2785
|
+
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v19.1.0/packages/eas-cli/src/commands/workflow/view.ts)_
|
|
2783
2786
|
<!-- commandsstop -->
|