eas-cli 18.12.3 → 18.13.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 +100 -100
- package/build/commands/observe/events.d.ts +7 -7
- package/build/commands/observe/events.js +7 -29
- package/build/commands/observe/logs.d.ts +8 -8
- package/build/commands/observe/logs.js +7 -29
- package/build/commands/observe/metrics.d.ts +4 -4
- package/build/commands/observe/metrics.js +4 -20
- package/build/commands/observe/routes.d.ts +27 -0
- package/build/commands/observe/routes.js +106 -0
- package/build/commands/observe/versions.d.ts +2 -2
- package/build/commands/observe/versions.js +4 -21
- package/build/graphql/generated.d.ts +56 -0
- package/build/graphql/queries/ObserveQuery.d.ts +12 -1
- package/build/graphql/queries/ObserveQuery.js +54 -0
- package/build/observe/fetchMetrics.js +2 -6
- package/build/observe/fetchNavigationRoutes.d.ts +22 -0
- package/build/observe/fetchNavigationRoutes.js +51 -0
- package/build/observe/flags.d.ts +20 -0
- package/build/observe/flags.js +46 -0
- package/build/observe/formatNavigationRoutes.d.ts +34 -0
- package/build/observe/formatNavigationRoutes.js +170 -0
- package/build/observe/metricNames.d.ts +2 -0
- package/build/observe/metricNames.js +22 -3
- package/build/observe/platforms.d.ts +1 -0
- package/build/observe/platforms.js +5 -1
- package/oclif.manifest.json +1618 -1424
- package/package.json +2 -2
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/v18.
|
|
193
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v18.13.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/v18.
|
|
210
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v18.13.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/v18.
|
|
232
|
+
_See code: [packages/eas-cli/src/commands/account/usage.ts](https://github.com/expo/eas-cli/blob/v18.13.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/v18.
|
|
249
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v18.13.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/v18.
|
|
263
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v18.13.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/v18.
|
|
315
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v18.13.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/v18.
|
|
336
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v18.13.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/v18.
|
|
356
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v18.13.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/v18.
|
|
376
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v18.13.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/v18.
|
|
399
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/branch/view.ts)_
|
|
400
400
|
|
|
401
401
|
## `eas build`
|
|
402
402
|
|
|
@@ -434,7 +434,7 @@ DESCRIPTION
|
|
|
434
434
|
start a build
|
|
435
435
|
```
|
|
436
436
|
|
|
437
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
437
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/build/index.ts)_
|
|
438
438
|
|
|
439
439
|
## `eas build:cancel [BUILD_ID]`
|
|
440
440
|
|
|
@@ -454,7 +454,7 @@ DESCRIPTION
|
|
|
454
454
|
cancel a build
|
|
455
455
|
```
|
|
456
456
|
|
|
457
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
457
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
458
458
|
|
|
459
459
|
## `eas build:configure`
|
|
460
460
|
|
|
@@ -472,7 +472,7 @@ DESCRIPTION
|
|
|
472
472
|
configure the project to support EAS Build
|
|
473
473
|
```
|
|
474
474
|
|
|
475
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
475
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/build/configure.ts)_
|
|
476
476
|
|
|
477
477
|
## `eas build:delete [BUILD_ID]`
|
|
478
478
|
|
|
@@ -492,7 +492,7 @@ DESCRIPTION
|
|
|
492
492
|
delete a build
|
|
493
493
|
```
|
|
494
494
|
|
|
495
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
495
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/build/delete.ts)_
|
|
496
496
|
|
|
497
497
|
## `eas build:dev`
|
|
498
498
|
|
|
@@ -517,7 +517,7 @@ DESCRIPTION
|
|
|
517
517
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
518
518
|
```
|
|
519
519
|
|
|
520
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
520
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/build/dev.ts)_
|
|
521
521
|
|
|
522
522
|
## `eas build:download`
|
|
523
523
|
|
|
@@ -544,7 +544,7 @@ DESCRIPTION
|
|
|
544
544
|
download a simulator/emulator build by build ID or fingerprint hash
|
|
545
545
|
```
|
|
546
546
|
|
|
547
|
-
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
547
|
+
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/build/download.ts)_
|
|
548
548
|
|
|
549
549
|
## `eas build:inspect`
|
|
550
550
|
|
|
@@ -582,7 +582,7 @@ DESCRIPTION
|
|
|
582
582
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
583
583
|
```
|
|
584
584
|
|
|
585
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
585
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
586
586
|
|
|
587
587
|
## `eas build:list`
|
|
588
588
|
|
|
@@ -622,7 +622,7 @@ DESCRIPTION
|
|
|
622
622
|
list all builds for your project
|
|
623
623
|
```
|
|
624
624
|
|
|
625
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
625
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/build/list.ts)_
|
|
626
626
|
|
|
627
627
|
## `eas build:resign`
|
|
628
628
|
|
|
@@ -652,7 +652,7 @@ DESCRIPTION
|
|
|
652
652
|
re-sign a build archive
|
|
653
653
|
```
|
|
654
654
|
|
|
655
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
655
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/build/resign.ts)_
|
|
656
656
|
|
|
657
657
|
## `eas build:run`
|
|
658
658
|
|
|
@@ -680,7 +680,7 @@ DESCRIPTION
|
|
|
680
680
|
run simulator/emulator builds from eas-cli
|
|
681
681
|
```
|
|
682
682
|
|
|
683
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
683
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/build/run.ts)_
|
|
684
684
|
|
|
685
685
|
## `eas build:submit`
|
|
686
686
|
|
|
@@ -732,7 +732,7 @@ DESCRIPTION
|
|
|
732
732
|
get the latest version from EAS servers
|
|
733
733
|
```
|
|
734
734
|
|
|
735
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
735
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
736
736
|
|
|
737
737
|
## `eas build:version:set`
|
|
738
738
|
|
|
@@ -750,7 +750,7 @@ DESCRIPTION
|
|
|
750
750
|
update version of an app
|
|
751
751
|
```
|
|
752
752
|
|
|
753
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
753
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
754
754
|
|
|
755
755
|
## `eas build:version:sync`
|
|
756
756
|
|
|
@@ -768,7 +768,7 @@ DESCRIPTION
|
|
|
768
768
|
update a version in native code with a value stored on EAS servers
|
|
769
769
|
```
|
|
770
770
|
|
|
771
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
771
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
772
772
|
|
|
773
773
|
## `eas build:view [BUILD_ID]`
|
|
774
774
|
|
|
@@ -785,7 +785,7 @@ DESCRIPTION
|
|
|
785
785
|
view a build for your project
|
|
786
786
|
```
|
|
787
787
|
|
|
788
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
788
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/build/view.ts)_
|
|
789
789
|
|
|
790
790
|
## `eas channel:create [NAME]`
|
|
791
791
|
|
|
@@ -806,7 +806,7 @@ DESCRIPTION
|
|
|
806
806
|
create a channel
|
|
807
807
|
```
|
|
808
808
|
|
|
809
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
809
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/channel/create.ts)_
|
|
810
810
|
|
|
811
811
|
## `eas channel:delete [NAME]`
|
|
812
812
|
|
|
@@ -827,7 +827,7 @@ DESCRIPTION
|
|
|
827
827
|
Delete a channel
|
|
828
828
|
```
|
|
829
829
|
|
|
830
|
-
_See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
830
|
+
_See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/channel/delete.ts)_
|
|
831
831
|
|
|
832
832
|
## `eas channel:edit [NAME]`
|
|
833
833
|
|
|
@@ -849,7 +849,7 @@ DESCRIPTION
|
|
|
849
849
|
point a channel at a new branch
|
|
850
850
|
```
|
|
851
851
|
|
|
852
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
852
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
853
853
|
|
|
854
854
|
## `eas channel:insights`
|
|
855
855
|
|
|
@@ -873,7 +873,7 @@ DESCRIPTION
|
|
|
873
873
|
display adoption, crash, and unique-user insights for a channel + runtime version
|
|
874
874
|
```
|
|
875
875
|
|
|
876
|
-
_See code: [packages/eas-cli/src/commands/channel/insights.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
876
|
+
_See code: [packages/eas-cli/src/commands/channel/insights.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/channel/insights.ts)_
|
|
877
877
|
|
|
878
878
|
## `eas channel:list`
|
|
879
879
|
|
|
@@ -893,7 +893,7 @@ DESCRIPTION
|
|
|
893
893
|
list all channels
|
|
894
894
|
```
|
|
895
895
|
|
|
896
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
896
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/channel/list.ts)_
|
|
897
897
|
|
|
898
898
|
## `eas channel:pause [NAME]`
|
|
899
899
|
|
|
@@ -915,7 +915,7 @@ DESCRIPTION
|
|
|
915
915
|
pause a channel to stop it from sending updates
|
|
916
916
|
```
|
|
917
917
|
|
|
918
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
918
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
919
919
|
|
|
920
920
|
## `eas channel:resume [NAME]`
|
|
921
921
|
|
|
@@ -937,7 +937,7 @@ DESCRIPTION
|
|
|
937
937
|
resume a channel to start sending updates
|
|
938
938
|
```
|
|
939
939
|
|
|
940
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
940
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
941
941
|
|
|
942
942
|
## `eas channel:rollout [CHANNEL]`
|
|
943
943
|
|
|
@@ -972,7 +972,7 @@ DESCRIPTION
|
|
|
972
972
|
Roll a new branch out on a channel incrementally.
|
|
973
973
|
```
|
|
974
974
|
|
|
975
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
975
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
976
976
|
|
|
977
977
|
## `eas channel:view [NAME]`
|
|
978
978
|
|
|
@@ -995,7 +995,7 @@ DESCRIPTION
|
|
|
995
995
|
view a channel
|
|
996
996
|
```
|
|
997
997
|
|
|
998
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
998
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/channel/view.ts)_
|
|
999
999
|
|
|
1000
1000
|
## `eas config`
|
|
1001
1001
|
|
|
@@ -1016,7 +1016,7 @@ DESCRIPTION
|
|
|
1016
1016
|
display project configuration (app.json + eas.json)
|
|
1017
1017
|
```
|
|
1018
1018
|
|
|
1019
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1019
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/config.ts)_
|
|
1020
1020
|
|
|
1021
1021
|
## `eas credentials`
|
|
1022
1022
|
|
|
@@ -1033,7 +1033,7 @@ DESCRIPTION
|
|
|
1033
1033
|
manage credentials
|
|
1034
1034
|
```
|
|
1035
1035
|
|
|
1036
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1036
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
1037
1037
|
|
|
1038
1038
|
## `eas credentials:configure-build`
|
|
1039
1039
|
|
|
@@ -1051,7 +1051,7 @@ DESCRIPTION
|
|
|
1051
1051
|
Set up credentials for building your project.
|
|
1052
1052
|
```
|
|
1053
1053
|
|
|
1054
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1054
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
1055
1055
|
|
|
1056
1056
|
## `eas deploy [options]`
|
|
1057
1057
|
|
|
@@ -1080,7 +1080,7 @@ ALIASES
|
|
|
1080
1080
|
$ eas worker:deploy
|
|
1081
1081
|
```
|
|
1082
1082
|
|
|
1083
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1083
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
1084
1084
|
|
|
1085
1085
|
## `eas deploy:alias`
|
|
1086
1086
|
|
|
@@ -1105,7 +1105,7 @@ ALIASES
|
|
|
1105
1105
|
$ eas deploy:promote
|
|
1106
1106
|
```
|
|
1107
1107
|
|
|
1108
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1108
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/deploy/alias/index.ts)_
|
|
1109
1109
|
|
|
1110
1110
|
## `eas deploy:alias:delete [ALIAS_NAME]`
|
|
1111
1111
|
|
|
@@ -1126,7 +1126,7 @@ ALIASES
|
|
|
1126
1126
|
$ eas worker:alias:delete
|
|
1127
1127
|
```
|
|
1128
1128
|
|
|
1129
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1129
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/deploy/alias/delete.ts)_
|
|
1130
1130
|
|
|
1131
1131
|
## `eas deploy:delete [DEPLOYMENT_ID]`
|
|
1132
1132
|
|
|
@@ -1147,7 +1147,7 @@ ALIASES
|
|
|
1147
1147
|
$ eas worker:delete
|
|
1148
1148
|
```
|
|
1149
1149
|
|
|
1150
|
-
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1150
|
+
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/deploy/delete.ts)_
|
|
1151
1151
|
|
|
1152
1152
|
## `eas deploy:promote`
|
|
1153
1153
|
|
|
@@ -1184,7 +1184,7 @@ DESCRIPTION
|
|
|
1184
1184
|
register new Apple Devices to use for internal distribution
|
|
1185
1185
|
```
|
|
1186
1186
|
|
|
1187
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1187
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/device/create.ts)_
|
|
1188
1188
|
|
|
1189
1189
|
## `eas device:delete`
|
|
1190
1190
|
|
|
@@ -1204,7 +1204,7 @@ DESCRIPTION
|
|
|
1204
1204
|
remove a registered device from your account
|
|
1205
1205
|
```
|
|
1206
1206
|
|
|
1207
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1207
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1208
1208
|
|
|
1209
1209
|
## `eas device:list`
|
|
1210
1210
|
|
|
@@ -1225,7 +1225,7 @@ DESCRIPTION
|
|
|
1225
1225
|
list all registered devices for your account
|
|
1226
1226
|
```
|
|
1227
1227
|
|
|
1228
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1228
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/device/list.ts)_
|
|
1229
1229
|
|
|
1230
1230
|
## `eas device:rename`
|
|
1231
1231
|
|
|
@@ -1246,7 +1246,7 @@ DESCRIPTION
|
|
|
1246
1246
|
rename a registered device
|
|
1247
1247
|
```
|
|
1248
1248
|
|
|
1249
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1249
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1250
1250
|
|
|
1251
1251
|
## `eas device:view [UDID]`
|
|
1252
1252
|
|
|
@@ -1260,7 +1260,7 @@ DESCRIPTION
|
|
|
1260
1260
|
view a device for your project
|
|
1261
1261
|
```
|
|
1262
1262
|
|
|
1263
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1263
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/device/view.ts)_
|
|
1264
1264
|
|
|
1265
1265
|
## `eas diagnostics`
|
|
1266
1266
|
|
|
@@ -1274,7 +1274,7 @@ DESCRIPTION
|
|
|
1274
1274
|
display environment info
|
|
1275
1275
|
```
|
|
1276
1276
|
|
|
1277
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1277
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1278
1278
|
|
|
1279
1279
|
## `eas env:create [ENVIRONMENT]`
|
|
1280
1280
|
|
|
@@ -1306,7 +1306,7 @@ DESCRIPTION
|
|
|
1306
1306
|
create an environment variable for the current project or account
|
|
1307
1307
|
```
|
|
1308
1308
|
|
|
1309
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1309
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/env/create.ts)_
|
|
1310
1310
|
|
|
1311
1311
|
## `eas env:delete [ENVIRONMENT]`
|
|
1312
1312
|
|
|
@@ -1332,7 +1332,7 @@ DESCRIPTION
|
|
|
1332
1332
|
delete an environment variable for the current project or account
|
|
1333
1333
|
```
|
|
1334
1334
|
|
|
1335
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1335
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1336
1336
|
|
|
1337
1337
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1338
1338
|
|
|
@@ -1354,7 +1354,7 @@ DESCRIPTION
|
|
|
1354
1354
|
execute a command with environment variables from the selected environment
|
|
1355
1355
|
```
|
|
1356
1356
|
|
|
1357
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1357
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1358
1358
|
|
|
1359
1359
|
## `eas env:get [ENVIRONMENT]`
|
|
1360
1360
|
|
|
@@ -1382,7 +1382,7 @@ DESCRIPTION
|
|
|
1382
1382
|
view an environment variable for the current project or account
|
|
1383
1383
|
```
|
|
1384
1384
|
|
|
1385
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1385
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/env/get.ts)_
|
|
1386
1386
|
|
|
1387
1387
|
## `eas env:list [ENVIRONMENT]`
|
|
1388
1388
|
|
|
@@ -1410,7 +1410,7 @@ DESCRIPTION
|
|
|
1410
1410
|
list environment variables for the current project or account
|
|
1411
1411
|
```
|
|
1412
1412
|
|
|
1413
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1413
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/env/list.ts)_
|
|
1414
1414
|
|
|
1415
1415
|
## `eas env:pull [ENVIRONMENT]`
|
|
1416
1416
|
|
|
@@ -1433,7 +1433,7 @@ DESCRIPTION
|
|
|
1433
1433
|
pull environment variables for the selected environment to .env file
|
|
1434
1434
|
```
|
|
1435
1435
|
|
|
1436
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1436
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1437
1437
|
|
|
1438
1438
|
## `eas env:push [ENVIRONMENT]`
|
|
1439
1439
|
|
|
@@ -1455,7 +1455,7 @@ DESCRIPTION
|
|
|
1455
1455
|
push environment variables from .env file to the selected environment
|
|
1456
1456
|
```
|
|
1457
1457
|
|
|
1458
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1458
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/env/push.ts)_
|
|
1459
1459
|
|
|
1460
1460
|
## `eas env:update [ENVIRONMENT]`
|
|
1461
1461
|
|
|
@@ -1489,7 +1489,7 @@ DESCRIPTION
|
|
|
1489
1489
|
update an environment variable on the current project or account
|
|
1490
1490
|
```
|
|
1491
1491
|
|
|
1492
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1492
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/env/update.ts)_
|
|
1493
1493
|
|
|
1494
1494
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1495
1495
|
|
|
@@ -1533,7 +1533,7 @@ EXAMPLES
|
|
|
1533
1533
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1534
1534
|
```
|
|
1535
1535
|
|
|
1536
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1536
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1537
1537
|
|
|
1538
1538
|
## `eas fingerprint:generate`
|
|
1539
1539
|
|
|
@@ -1564,7 +1564,7 @@ EXAMPLES
|
|
|
1564
1564
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1565
1565
|
```
|
|
1566
1566
|
|
|
1567
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1567
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1568
1568
|
|
|
1569
1569
|
## `eas help [COMMAND]`
|
|
1570
1570
|
|
|
@@ -1643,7 +1643,7 @@ DESCRIPTION
|
|
|
1643
1643
|
connect a project to an App Store Connect app
|
|
1644
1644
|
```
|
|
1645
1645
|
|
|
1646
|
-
_See code: [packages/eas-cli/src/commands/integrations/asc/connect.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1646
|
+
_See code: [packages/eas-cli/src/commands/integrations/asc/connect.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/integrations/asc/connect.ts)_
|
|
1647
1647
|
|
|
1648
1648
|
## `eas integrations:asc:disconnect`
|
|
1649
1649
|
|
|
@@ -1662,7 +1662,7 @@ DESCRIPTION
|
|
|
1662
1662
|
disconnect the current project from its App Store Connect app
|
|
1663
1663
|
```
|
|
1664
1664
|
|
|
1665
|
-
_See code: [packages/eas-cli/src/commands/integrations/asc/disconnect.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1665
|
+
_See code: [packages/eas-cli/src/commands/integrations/asc/disconnect.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/integrations/asc/disconnect.ts)_
|
|
1666
1666
|
|
|
1667
1667
|
## `eas integrations:asc:status`
|
|
1668
1668
|
|
|
@@ -1680,7 +1680,7 @@ DESCRIPTION
|
|
|
1680
1680
|
show the App Store Connect app link status for the current project
|
|
1681
1681
|
```
|
|
1682
1682
|
|
|
1683
|
-
_See code: [packages/eas-cli/src/commands/integrations/asc/status.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1683
|
+
_See code: [packages/eas-cli/src/commands/integrations/asc/status.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/integrations/asc/status.ts)_
|
|
1684
1684
|
|
|
1685
1685
|
## `eas integrations:convex:connect`
|
|
1686
1686
|
|
|
@@ -1702,7 +1702,7 @@ DESCRIPTION
|
|
|
1702
1702
|
connect Convex to your Expo project
|
|
1703
1703
|
```
|
|
1704
1704
|
|
|
1705
|
-
_See code: [packages/eas-cli/src/commands/integrations/convex/connect.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1705
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/connect.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/integrations/convex/connect.ts)_
|
|
1706
1706
|
|
|
1707
1707
|
## `eas integrations:convex:dashboard`
|
|
1708
1708
|
|
|
@@ -1716,7 +1716,7 @@ DESCRIPTION
|
|
|
1716
1716
|
open the Convex dashboard for the linked Convex project
|
|
1717
1717
|
```
|
|
1718
1718
|
|
|
1719
|
-
_See code: [packages/eas-cli/src/commands/integrations/convex/dashboard.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1719
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/dashboard.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/integrations/convex/dashboard.ts)_
|
|
1720
1720
|
|
|
1721
1721
|
## `eas integrations:convex:project`
|
|
1722
1722
|
|
|
@@ -1730,7 +1730,7 @@ DESCRIPTION
|
|
|
1730
1730
|
display the Convex project linked to the current Expo app
|
|
1731
1731
|
```
|
|
1732
1732
|
|
|
1733
|
-
_See code: [packages/eas-cli/src/commands/integrations/convex/project.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1733
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/project.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/integrations/convex/project.ts)_
|
|
1734
1734
|
|
|
1735
1735
|
## `eas integrations:convex:project:delete`
|
|
1736
1736
|
|
|
@@ -1748,7 +1748,7 @@ DESCRIPTION
|
|
|
1748
1748
|
remove the Convex project link for the current Expo app from EAS servers
|
|
1749
1749
|
```
|
|
1750
1750
|
|
|
1751
|
-
_See code: [packages/eas-cli/src/commands/integrations/convex/project/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1751
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/project/delete.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/integrations/convex/project/delete.ts)_
|
|
1752
1752
|
|
|
1753
1753
|
## `eas integrations:convex:team`
|
|
1754
1754
|
|
|
@@ -1762,7 +1762,7 @@ DESCRIPTION
|
|
|
1762
1762
|
display Convex teams linked to the current Expo app's owner account
|
|
1763
1763
|
```
|
|
1764
1764
|
|
|
1765
|
-
_See code: [packages/eas-cli/src/commands/integrations/convex/team.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1765
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/team.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/integrations/convex/team.ts)_
|
|
1766
1766
|
|
|
1767
1767
|
## `eas integrations:convex:team:delete [CONVEX_TEAM]`
|
|
1768
1768
|
|
|
@@ -1783,7 +1783,7 @@ DESCRIPTION
|
|
|
1783
1783
|
remove a Convex team link from the current Expo app owner account's EAS servers
|
|
1784
1784
|
```
|
|
1785
1785
|
|
|
1786
|
-
_See code: [packages/eas-cli/src/commands/integrations/convex/team/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1786
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/team/delete.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/integrations/convex/team/delete.ts)_
|
|
1787
1787
|
|
|
1788
1788
|
## `eas integrations:convex:team:invite [CONVEX_TEAM]`
|
|
1789
1789
|
|
|
@@ -1803,7 +1803,7 @@ DESCRIPTION
|
|
|
1803
1803
|
send a Convex team invitation to your verified email address
|
|
1804
1804
|
```
|
|
1805
1805
|
|
|
1806
|
-
_See code: [packages/eas-cli/src/commands/integrations/convex/team/invite.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1806
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/team/invite.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/integrations/convex/team/invite.ts)_
|
|
1807
1807
|
|
|
1808
1808
|
## `eas login`
|
|
1809
1809
|
|
|
@@ -1855,7 +1855,7 @@ DESCRIPTION
|
|
|
1855
1855
|
validate the local store configuration
|
|
1856
1856
|
```
|
|
1857
1857
|
|
|
1858
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1858
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1859
1859
|
|
|
1860
1860
|
## `eas metadata:pull`
|
|
1861
1861
|
|
|
@@ -1873,7 +1873,7 @@ DESCRIPTION
|
|
|
1873
1873
|
generate the local store configuration from the app stores
|
|
1874
1874
|
```
|
|
1875
1875
|
|
|
1876
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1876
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1877
1877
|
|
|
1878
1878
|
## `eas metadata:push`
|
|
1879
1879
|
|
|
@@ -1891,7 +1891,7 @@ DESCRIPTION
|
|
|
1891
1891
|
sync the local store configuration to the app stores
|
|
1892
1892
|
```
|
|
1893
1893
|
|
|
1894
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1894
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1895
1895
|
|
|
1896
1896
|
## `eas new [PATH]`
|
|
1897
1897
|
|
|
@@ -1943,7 +1943,7 @@ DESCRIPTION
|
|
|
1943
1943
|
open the project page in a web browser
|
|
1944
1944
|
```
|
|
1945
1945
|
|
|
1946
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1946
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/open.ts)_
|
|
1947
1947
|
|
|
1948
1948
|
## `eas project:info`
|
|
1949
1949
|
|
|
@@ -1957,7 +1957,7 @@ DESCRIPTION
|
|
|
1957
1957
|
information about the current project
|
|
1958
1958
|
```
|
|
1959
1959
|
|
|
1960
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1960
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/project/info.ts)_
|
|
1961
1961
|
|
|
1962
1962
|
## `eas project:init`
|
|
1963
1963
|
|
|
@@ -1980,7 +1980,7 @@ ALIASES
|
|
|
1980
1980
|
$ eas init
|
|
1981
1981
|
```
|
|
1982
1982
|
|
|
1983
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1983
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/project/init.ts)_
|
|
1984
1984
|
|
|
1985
1985
|
## `eas project:new [PATH]`
|
|
1986
1986
|
|
|
@@ -2004,7 +2004,7 @@ ALIASES
|
|
|
2004
2004
|
$ eas new
|
|
2005
2005
|
```
|
|
2006
2006
|
|
|
2007
|
-
_See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2007
|
+
_See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/project/new.ts)_
|
|
2008
2008
|
|
|
2009
2009
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
2010
2010
|
|
|
@@ -2022,7 +2022,7 @@ ALIASES
|
|
|
2022
2022
|
$ eas onboarding
|
|
2023
2023
|
```
|
|
2024
2024
|
|
|
2025
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2025
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
2026
2026
|
|
|
2027
2027
|
## `eas submit`
|
|
2028
2028
|
|
|
@@ -2055,7 +2055,7 @@ ALIASES
|
|
|
2055
2055
|
$ eas build:submit
|
|
2056
2056
|
```
|
|
2057
2057
|
|
|
2058
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2058
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/submit.ts)_
|
|
2059
2059
|
|
|
2060
2060
|
## `eas update`
|
|
2061
2061
|
|
|
@@ -2098,7 +2098,7 @@ DESCRIPTION
|
|
|
2098
2098
|
publish an update group
|
|
2099
2099
|
```
|
|
2100
2100
|
|
|
2101
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2101
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/update/index.ts)_
|
|
2102
2102
|
|
|
2103
2103
|
## `eas update:configure`
|
|
2104
2104
|
|
|
@@ -2119,7 +2119,7 @@ DESCRIPTION
|
|
|
2119
2119
|
configure the project to support EAS Update
|
|
2120
2120
|
```
|
|
2121
2121
|
|
|
2122
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2122
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/update/configure.ts)_
|
|
2123
2123
|
|
|
2124
2124
|
## `eas update:delete GROUPID`
|
|
2125
2125
|
|
|
@@ -2140,7 +2140,7 @@ DESCRIPTION
|
|
|
2140
2140
|
delete all the updates in an update group
|
|
2141
2141
|
```
|
|
2142
2142
|
|
|
2143
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2143
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/update/delete.ts)_
|
|
2144
2144
|
|
|
2145
2145
|
## `eas update:edit [GROUPID]`
|
|
2146
2146
|
|
|
@@ -2165,7 +2165,7 @@ DESCRIPTION
|
|
|
2165
2165
|
edit all the updates in an update group
|
|
2166
2166
|
```
|
|
2167
2167
|
|
|
2168
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2168
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/update/edit.ts)_
|
|
2169
2169
|
|
|
2170
2170
|
## `eas update:insights GROUPID`
|
|
2171
2171
|
|
|
@@ -2192,7 +2192,7 @@ DESCRIPTION
|
|
|
2192
2192
|
display launch, crash, unique-user, and size insights for an update group
|
|
2193
2193
|
```
|
|
2194
2194
|
|
|
2195
|
-
_See code: [packages/eas-cli/src/commands/update/insights.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2195
|
+
_See code: [packages/eas-cli/src/commands/update/insights.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/update/insights.ts)_
|
|
2196
2196
|
|
|
2197
2197
|
## `eas update:list`
|
|
2198
2198
|
|
|
@@ -2219,7 +2219,7 @@ DESCRIPTION
|
|
|
2219
2219
|
view the recent updates
|
|
2220
2220
|
```
|
|
2221
2221
|
|
|
2222
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2222
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/update/list.ts)_
|
|
2223
2223
|
|
|
2224
2224
|
## `eas update:republish`
|
|
2225
2225
|
|
|
@@ -2257,7 +2257,7 @@ DESCRIPTION
|
|
|
2257
2257
|
roll back to an existing update
|
|
2258
2258
|
```
|
|
2259
2259
|
|
|
2260
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2260
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/update/republish.ts)_
|
|
2261
2261
|
|
|
2262
2262
|
## `eas update:revert-update-rollout`
|
|
2263
2263
|
|
|
@@ -2285,7 +2285,7 @@ DESCRIPTION
|
|
|
2285
2285
|
revert a rollout update for a project
|
|
2286
2286
|
```
|
|
2287
2287
|
|
|
2288
|
-
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2288
|
+
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/update/revert-update-rollout.ts)_
|
|
2289
2289
|
|
|
2290
2290
|
## `eas update:roll-back-to-embedded`
|
|
2291
2291
|
|
|
@@ -2315,7 +2315,7 @@ DESCRIPTION
|
|
|
2315
2315
|
roll back to the embedded update
|
|
2316
2316
|
```
|
|
2317
2317
|
|
|
2318
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2318
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
2319
2319
|
|
|
2320
2320
|
## `eas update:rollback`
|
|
2321
2321
|
|
|
@@ -2336,7 +2336,7 @@ DESCRIPTION
|
|
|
2336
2336
|
instead execute "eas update:republish" or "eas update:roll-back-to-embedded".
|
|
2337
2337
|
```
|
|
2338
2338
|
|
|
2339
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2339
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
2340
2340
|
|
|
2341
2341
|
## `eas update:view GROUPID`
|
|
2342
2342
|
|
|
@@ -2360,7 +2360,7 @@ DESCRIPTION
|
|
|
2360
2360
|
update group details
|
|
2361
2361
|
```
|
|
2362
2362
|
|
|
2363
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2363
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/update/view.ts)_
|
|
2364
2364
|
|
|
2365
2365
|
## `eas upload`
|
|
2366
2366
|
|
|
@@ -2381,7 +2381,7 @@ DESCRIPTION
|
|
|
2381
2381
|
upload a local build and generate a sharable link
|
|
2382
2382
|
```
|
|
2383
2383
|
|
|
2384
|
-
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2384
|
+
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/upload.ts)_
|
|
2385
2385
|
|
|
2386
2386
|
## `eas webhook:create`
|
|
2387
2387
|
|
|
@@ -2403,7 +2403,7 @@ DESCRIPTION
|
|
|
2403
2403
|
create a webhook
|
|
2404
2404
|
```
|
|
2405
2405
|
|
|
2406
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2406
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
2407
2407
|
|
|
2408
2408
|
## `eas webhook:delete [ID]`
|
|
2409
2409
|
|
|
@@ -2423,7 +2423,7 @@ DESCRIPTION
|
|
|
2423
2423
|
delete a webhook
|
|
2424
2424
|
```
|
|
2425
2425
|
|
|
2426
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2426
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
2427
2427
|
|
|
2428
2428
|
## `eas webhook:list`
|
|
2429
2429
|
|
|
@@ -2442,7 +2442,7 @@ DESCRIPTION
|
|
|
2442
2442
|
list webhooks
|
|
2443
2443
|
```
|
|
2444
2444
|
|
|
2445
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2445
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
2446
2446
|
|
|
2447
2447
|
## `eas webhook:update`
|
|
2448
2448
|
|
|
@@ -2465,7 +2465,7 @@ DESCRIPTION
|
|
|
2465
2465
|
update a webhook
|
|
2466
2466
|
```
|
|
2467
2467
|
|
|
2468
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2468
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
2469
2469
|
|
|
2470
2470
|
## `eas webhook:view ID`
|
|
2471
2471
|
|
|
@@ -2482,7 +2482,7 @@ DESCRIPTION
|
|
|
2482
2482
|
view a webhook
|
|
2483
2483
|
```
|
|
2484
2484
|
|
|
2485
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2485
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
2486
2486
|
|
|
2487
2487
|
## `eas whoami`
|
|
2488
2488
|
|
|
@@ -2603,7 +2603,7 @@ DESCRIPTION
|
|
|
2603
2603
|
to cancel.
|
|
2604
2604
|
```
|
|
2605
2605
|
|
|
2606
|
-
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2606
|
+
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/workflow/cancel.ts)_
|
|
2607
2607
|
|
|
2608
2608
|
## `eas workflow:create [NAME]`
|
|
2609
2609
|
|
|
@@ -2623,7 +2623,7 @@ DESCRIPTION
|
|
|
2623
2623
|
create a new workflow configuration YAML file
|
|
2624
2624
|
```
|
|
2625
2625
|
|
|
2626
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2626
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2627
2627
|
|
|
2628
2628
|
## `eas workflow:logs [ID]`
|
|
2629
2629
|
|
|
@@ -2647,7 +2647,7 @@ DESCRIPTION
|
|
|
2647
2647
|
If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.
|
|
2648
2648
|
```
|
|
2649
2649
|
|
|
2650
|
-
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2650
|
+
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/workflow/logs.ts)_
|
|
2651
2651
|
|
|
2652
2652
|
## `eas workflow:run FILE`
|
|
2653
2653
|
|
|
@@ -2687,7 +2687,7 @@ FLAG DESCRIPTIONS
|
|
|
2687
2687
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2688
2688
|
```
|
|
2689
2689
|
|
|
2690
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2690
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2691
2691
|
|
|
2692
2692
|
## `eas workflow:runs`
|
|
2693
2693
|
|
|
@@ -2709,7 +2709,7 @@ DESCRIPTION
|
|
|
2709
2709
|
list recent workflow runs for this project, with their IDs, statuses, and timestamps
|
|
2710
2710
|
```
|
|
2711
2711
|
|
|
2712
|
-
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2712
|
+
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/workflow/runs.ts)_
|
|
2713
2713
|
|
|
2714
2714
|
## `eas workflow:status [WORKFLOW_RUN_ID]`
|
|
2715
2715
|
|
|
@@ -2737,7 +2737,7 @@ FLAG DESCRIPTIONS
|
|
|
2737
2737
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2738
2738
|
```
|
|
2739
2739
|
|
|
2740
|
-
_See code: [packages/eas-cli/src/commands/workflow/status.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2740
|
+
_See code: [packages/eas-cli/src/commands/workflow/status.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/workflow/status.ts)_
|
|
2741
2741
|
|
|
2742
2742
|
## `eas workflow:validate PATH`
|
|
2743
2743
|
|
|
@@ -2757,7 +2757,7 @@ DESCRIPTION
|
|
|
2757
2757
|
validate a workflow configuration yaml file
|
|
2758
2758
|
```
|
|
2759
2759
|
|
|
2760
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2760
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2761
2761
|
|
|
2762
2762
|
## `eas workflow:view [ID]`
|
|
2763
2763
|
|
|
@@ -2779,5 +2779,5 @@ DESCRIPTION
|
|
|
2779
2779
|
workflow runs for the current project.
|
|
2780
2780
|
```
|
|
2781
2781
|
|
|
2782
|
-
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2782
|
+
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v18.13.0/packages/eas-cli/src/commands/workflow/view.ts)_
|
|
2783
2783
|
<!-- commandsstop -->
|