eas-cli 18.9.1 → 18.11.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 +230 -95
- package/build/build/runBuildAndSubmit.d.ts +3 -1
- package/build/build/runBuildAndSubmit.js +12 -4
- package/build/build/utils/repository.js +15 -3
- package/build/build/validateLockfile.d.ts +1 -0
- package/build/build/validateLockfile.js +37 -0
- package/build/commandUtils/buildFlags.d.ts +1 -0
- package/build/commandUtils/buildFlags.js +18 -0
- package/build/commandUtils/convex.d.ts +12 -0
- package/build/commandUtils/convex.js +77 -0
- package/build/commands/build/dev.d.ts +1 -0
- package/build/commands/build/dev.js +12 -2
- package/build/commands/build/resign.js +0 -1
- package/build/commands/build/run.d.ts +1 -0
- package/build/commands/build/run.js +12 -3
- package/build/commands/integrations/convex/connect.d.ts +24 -0
- package/build/commands/integrations/convex/connect.js +266 -0
- package/build/commands/integrations/convex/dashboard.d.ts +9 -0
- package/build/commands/integrations/convex/dashboard.js +42 -0
- package/build/commands/integrations/convex/project/delete.d.ts +13 -0
- package/build/commands/integrations/convex/project/delete.js +65 -0
- package/build/commands/integrations/convex/project.d.ts +9 -0
- package/build/commands/integrations/convex/project.js +28 -0
- package/build/commands/integrations/convex/team/delete.d.ts +17 -0
- package/build/commands/integrations/convex/team/delete.js +93 -0
- package/build/commands/integrations/convex/team/invite.d.ts +19 -0
- package/build/commands/integrations/convex/team/invite.js +113 -0
- package/build/commands/integrations/convex/team.d.ts +9 -0
- package/build/commands/integrations/convex/team.js +35 -0
- package/build/commands/observe/events.js +12 -24
- package/build/commands/observe/logs.d.ts +29 -0
- package/build/commands/observe/logs.js +163 -0
- package/build/commands/observe/metrics.js +11 -19
- package/build/commands/observe/versions.js +11 -19
- package/build/commands/simulator/start.js +84 -5
- package/build/commands/simulator/stop.js +1 -1
- package/build/fingerprint/cli.js +1 -0
- package/build/graphql/generated.d.ts +421 -7
- package/build/graphql/generated.js +16 -3
- package/build/graphql/mutations/ConvexMutation.d.ts +10 -0
- package/build/graphql/mutations/ConvexMutation.js +89 -0
- package/build/graphql/mutations/DeviceRunSessionMutation.d.ts +2 -2
- package/build/graphql/mutations/DeviceRunSessionMutation.js +4 -4
- package/build/graphql/queries/ConvexQuery.d.ts +6 -0
- package/build/graphql/queries/ConvexQuery.js +49 -0
- package/build/graphql/queries/ObserveQuery.d.ts +21 -1
- package/build/graphql/queries/ObserveQuery.js +80 -0
- package/build/graphql/types/ConvexTeamConnection.d.ts +11 -0
- package/build/graphql/types/ConvexTeamConnection.js +43 -0
- package/build/graphql/types/Observe.d.ts +1 -0
- package/build/graphql/types/Observe.js +26 -1
- package/build/observe/fetchCustomEvents.d.ts +19 -0
- package/build/observe/fetchCustomEvents.js +21 -0
- package/build/observe/formatCustomEvents.d.ts +70 -0
- package/build/observe/formatCustomEvents.js +140 -0
- package/build/observe/formatEvents.js +5 -34
- package/build/observe/formatMetrics.js +2 -7
- package/build/observe/formatUtils.d.ts +27 -0
- package/build/observe/formatUtils.js +64 -0
- package/build/observe/formatVersions.js +2 -9
- package/build/observe/platforms.d.ts +21 -0
- package/build/observe/platforms.js +48 -0
- package/build/observe/resolveProjectContext.d.ts +22 -0
- package/build/observe/resolveProjectContext.js +21 -0
- package/build/run/ios/run.d.ts +2 -1
- package/build/run/ios/run.js +6 -2
- package/build/run/ios/simulator.d.ts +4 -1
- package/build/run/ios/simulator.js +14 -2
- package/build/run/run.d.ts +2 -1
- package/build/run/run.js +2 -2
- package/oclif.manifest.json +3984 -3243
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -120,6 +120,13 @@ eas --help COMMAND
|
|
|
120
120
|
* [`eas integrations:asc:connect`](#eas-integrationsascconnect)
|
|
121
121
|
* [`eas integrations:asc:disconnect`](#eas-integrationsascdisconnect)
|
|
122
122
|
* [`eas integrations:asc:status`](#eas-integrationsascstatus)
|
|
123
|
+
* [`eas integrations:convex:connect`](#eas-integrationsconvexconnect)
|
|
124
|
+
* [`eas integrations:convex:dashboard`](#eas-integrationsconvexdashboard)
|
|
125
|
+
* [`eas integrations:convex:project`](#eas-integrationsconvexproject)
|
|
126
|
+
* [`eas integrations:convex:project:delete`](#eas-integrationsconvexprojectdelete)
|
|
127
|
+
* [`eas integrations:convex:team`](#eas-integrationsconvexteam)
|
|
128
|
+
* [`eas integrations:convex:team:delete [CONVEX_TEAM]`](#eas-integrationsconvexteamdelete-convex_team)
|
|
129
|
+
* [`eas integrations:convex:team:invite [CONVEX_TEAM]`](#eas-integrationsconvexteaminvite-convex_team)
|
|
123
130
|
* [`eas login`](#eas-login)
|
|
124
131
|
* [`eas logout`](#eas-logout)
|
|
125
132
|
* [`eas metadata:lint`](#eas-metadatalint)
|
|
@@ -183,7 +190,7 @@ ALIASES
|
|
|
183
190
|
$ eas login
|
|
184
191
|
```
|
|
185
192
|
|
|
186
|
-
_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.11.0/packages/eas-cli/src/commands/account/login.ts)_
|
|
187
194
|
|
|
188
195
|
## `eas account:logout`
|
|
189
196
|
|
|
@@ -200,7 +207,7 @@ ALIASES
|
|
|
200
207
|
$ eas logout
|
|
201
208
|
```
|
|
202
209
|
|
|
203
|
-
_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.11.0/packages/eas-cli/src/commands/account/logout.ts)_
|
|
204
211
|
|
|
205
212
|
## `eas account:usage [ACCOUNT_NAME]`
|
|
206
213
|
|
|
@@ -222,7 +229,7 @@ DESCRIPTION
|
|
|
222
229
|
view account usage and billing for the current cycle
|
|
223
230
|
```
|
|
224
231
|
|
|
225
|
-
_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.11.0/packages/eas-cli/src/commands/account/usage.ts)_
|
|
226
233
|
|
|
227
234
|
## `eas account:view`
|
|
228
235
|
|
|
@@ -239,7 +246,7 @@ ALIASES
|
|
|
239
246
|
$ eas whoami
|
|
240
247
|
```
|
|
241
248
|
|
|
242
|
-
_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.11.0/packages/eas-cli/src/commands/account/view.ts)_
|
|
243
250
|
|
|
244
251
|
## `eas analytics [STATUS]`
|
|
245
252
|
|
|
@@ -253,7 +260,7 @@ DESCRIPTION
|
|
|
253
260
|
display or change analytics settings
|
|
254
261
|
```
|
|
255
262
|
|
|
256
|
-
_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.11.0/packages/eas-cli/src/commands/analytics.ts)_
|
|
257
264
|
|
|
258
265
|
## `eas autocomplete [SHELL]`
|
|
259
266
|
|
|
@@ -305,7 +312,7 @@ DESCRIPTION
|
|
|
305
312
|
create a branch
|
|
306
313
|
```
|
|
307
314
|
|
|
308
|
-
_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.11.0/packages/eas-cli/src/commands/branch/create.ts)_
|
|
309
316
|
|
|
310
317
|
## `eas branch:delete [NAME]`
|
|
311
318
|
|
|
@@ -326,7 +333,7 @@ DESCRIPTION
|
|
|
326
333
|
delete a branch
|
|
327
334
|
```
|
|
328
335
|
|
|
329
|
-
_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.11.0/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
330
337
|
|
|
331
338
|
## `eas branch:list`
|
|
332
339
|
|
|
@@ -346,7 +353,7 @@ DESCRIPTION
|
|
|
346
353
|
list all branches
|
|
347
354
|
```
|
|
348
355
|
|
|
349
|
-
_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.11.0/packages/eas-cli/src/commands/branch/list.ts)_
|
|
350
357
|
|
|
351
358
|
## `eas branch:rename`
|
|
352
359
|
|
|
@@ -366,7 +373,7 @@ DESCRIPTION
|
|
|
366
373
|
rename a branch
|
|
367
374
|
```
|
|
368
375
|
|
|
369
|
-
_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.11.0/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
370
377
|
|
|
371
378
|
## `eas branch:view [NAME]`
|
|
372
379
|
|
|
@@ -389,7 +396,7 @@ DESCRIPTION
|
|
|
389
396
|
view a branch
|
|
390
397
|
```
|
|
391
398
|
|
|
392
|
-
_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.11.0/packages/eas-cli/src/commands/branch/view.ts)_
|
|
393
400
|
|
|
394
401
|
## `eas build`
|
|
395
402
|
|
|
@@ -427,7 +434,7 @@ DESCRIPTION
|
|
|
427
434
|
start a build
|
|
428
435
|
```
|
|
429
436
|
|
|
430
|
-
_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.11.0/packages/eas-cli/src/commands/build/index.ts)_
|
|
431
438
|
|
|
432
439
|
## `eas build:cancel [BUILD_ID]`
|
|
433
440
|
|
|
@@ -447,7 +454,7 @@ DESCRIPTION
|
|
|
447
454
|
cancel a build
|
|
448
455
|
```
|
|
449
456
|
|
|
450
|
-
_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.11.0/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
451
458
|
|
|
452
459
|
## `eas build:configure`
|
|
453
460
|
|
|
@@ -465,7 +472,7 @@ DESCRIPTION
|
|
|
465
472
|
configure the project to support EAS Build
|
|
466
473
|
```
|
|
467
474
|
|
|
468
|
-
_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.11.0/packages/eas-cli/src/commands/build/configure.ts)_
|
|
469
476
|
|
|
470
477
|
## `eas build:delete [BUILD_ID]`
|
|
471
478
|
|
|
@@ -485,7 +492,7 @@ DESCRIPTION
|
|
|
485
492
|
delete a build
|
|
486
493
|
```
|
|
487
494
|
|
|
488
|
-
_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.11.0/packages/eas-cli/src/commands/build/delete.ts)_
|
|
489
496
|
|
|
490
497
|
## `eas build:dev`
|
|
491
498
|
|
|
@@ -493,13 +500,16 @@ run dev client simulator/emulator build with matching fingerprint or create a ne
|
|
|
493
500
|
|
|
494
501
|
```
|
|
495
502
|
USAGE
|
|
496
|
-
$ eas build:dev [-p ios|android] [-e PROFILE_NAME] [--skip-build-if-not-found] [--skip-bundler]
|
|
503
|
+
$ eas build:dev [-p ios|android] [-e PROFILE_NAME] [--skip-build-if-not-found] [--skip-bundler] [--simulator
|
|
504
|
+
<value>]
|
|
497
505
|
|
|
498
506
|
FLAGS
|
|
499
507
|
-e, --profile=PROFILE_NAME Name of the build profile from eas.json. It must be a profile allowing to create
|
|
500
508
|
emulator/simulator internal distribution dev client builds. The "development-simulator"
|
|
501
509
|
build profile will be selected by default.
|
|
502
510
|
-p, --platform=<option> <options: ios|android>
|
|
511
|
+
--simulator=<value> iOS simulator name or UDID to install and run the development build on. If no value is
|
|
512
|
+
provided, you will be prompted to select a simulator.
|
|
503
513
|
--skip-build-if-not-found Skip build if no successful build with matching fingerprint is found.
|
|
504
514
|
--skip-bundler Install and run the development build without starting the bundler server.
|
|
505
515
|
|
|
@@ -507,7 +517,7 @@ DESCRIPTION
|
|
|
507
517
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
508
518
|
```
|
|
509
519
|
|
|
510
|
-
_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.11.0/packages/eas-cli/src/commands/build/dev.ts)_
|
|
511
521
|
|
|
512
522
|
## `eas build:download`
|
|
513
523
|
|
|
@@ -534,7 +544,7 @@ DESCRIPTION
|
|
|
534
544
|
download a simulator/emulator build by build ID or fingerprint hash
|
|
535
545
|
```
|
|
536
546
|
|
|
537
|
-
_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.11.0/packages/eas-cli/src/commands/build/download.ts)_
|
|
538
548
|
|
|
539
549
|
## `eas build:inspect`
|
|
540
550
|
|
|
@@ -572,7 +582,7 @@ DESCRIPTION
|
|
|
572
582
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
573
583
|
```
|
|
574
584
|
|
|
575
|
-
_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.11.0/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
576
586
|
|
|
577
587
|
## `eas build:list`
|
|
578
588
|
|
|
@@ -612,7 +622,7 @@ DESCRIPTION
|
|
|
612
622
|
list all builds for your project
|
|
613
623
|
```
|
|
614
624
|
|
|
615
|
-
_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.11.0/packages/eas-cli/src/commands/build/list.ts)_
|
|
616
626
|
|
|
617
627
|
## `eas build:resign`
|
|
618
628
|
|
|
@@ -642,7 +652,7 @@ DESCRIPTION
|
|
|
642
652
|
re-sign a build archive
|
|
643
653
|
```
|
|
644
654
|
|
|
645
|
-
_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.11.0/packages/eas-cli/src/commands/build/resign.ts)_
|
|
646
656
|
|
|
647
657
|
## `eas build:run`
|
|
648
658
|
|
|
@@ -651,7 +661,7 @@ run simulator/emulator builds from eas-cli
|
|
|
651
661
|
```
|
|
652
662
|
USAGE
|
|
653
663
|
$ eas build:run [--latest | --id <value> | --path <value> | --url <value>] [-p android|ios] [-e PROFILE_NAME]
|
|
654
|
-
[--offset <value>] [--limit <value>]
|
|
664
|
+
[--simulator <value>] [--offset <value>] [--limit <value>]
|
|
655
665
|
|
|
656
666
|
FLAGS
|
|
657
667
|
-e, --profile=PROFILE_NAME Name of the build profile used to create the build to run. When specified, only builds
|
|
@@ -662,13 +672,15 @@ FLAGS
|
|
|
662
672
|
--limit=<value> The number of items to fetch each query. Defaults to 50 and is capped at 100.
|
|
663
673
|
--offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
|
|
664
674
|
--path=<value> Path to the simulator/emulator build archive or app
|
|
675
|
+
--simulator=<value> iOS simulator name or UDID to install and run the build on. If no value is provided, you
|
|
676
|
+
will be prompted to select a simulator.
|
|
665
677
|
--url=<value> Simulator/Emulator build archive url
|
|
666
678
|
|
|
667
679
|
DESCRIPTION
|
|
668
680
|
run simulator/emulator builds from eas-cli
|
|
669
681
|
```
|
|
670
682
|
|
|
671
|
-
_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.11.0/packages/eas-cli/src/commands/build/run.ts)_
|
|
672
684
|
|
|
673
685
|
## `eas build:submit`
|
|
674
686
|
|
|
@@ -720,7 +732,7 @@ DESCRIPTION
|
|
|
720
732
|
get the latest version from EAS servers
|
|
721
733
|
```
|
|
722
734
|
|
|
723
|
-
_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.11.0/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
724
736
|
|
|
725
737
|
## `eas build:version:set`
|
|
726
738
|
|
|
@@ -738,7 +750,7 @@ DESCRIPTION
|
|
|
738
750
|
update version of an app
|
|
739
751
|
```
|
|
740
752
|
|
|
741
|
-
_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.11.0/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
742
754
|
|
|
743
755
|
## `eas build:version:sync`
|
|
744
756
|
|
|
@@ -756,7 +768,7 @@ DESCRIPTION
|
|
|
756
768
|
update a version in native code with a value stored on EAS servers
|
|
757
769
|
```
|
|
758
770
|
|
|
759
|
-
_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.11.0/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
760
772
|
|
|
761
773
|
## `eas build:view [BUILD_ID]`
|
|
762
774
|
|
|
@@ -773,7 +785,7 @@ DESCRIPTION
|
|
|
773
785
|
view a build for your project
|
|
774
786
|
```
|
|
775
787
|
|
|
776
|
-
_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.11.0/packages/eas-cli/src/commands/build/view.ts)_
|
|
777
789
|
|
|
778
790
|
## `eas channel:create [NAME]`
|
|
779
791
|
|
|
@@ -794,7 +806,7 @@ DESCRIPTION
|
|
|
794
806
|
create a channel
|
|
795
807
|
```
|
|
796
808
|
|
|
797
|
-
_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.11.0/packages/eas-cli/src/commands/channel/create.ts)_
|
|
798
810
|
|
|
799
811
|
## `eas channel:delete [NAME]`
|
|
800
812
|
|
|
@@ -815,7 +827,7 @@ DESCRIPTION
|
|
|
815
827
|
Delete a channel
|
|
816
828
|
```
|
|
817
829
|
|
|
818
|
-
_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.11.0/packages/eas-cli/src/commands/channel/delete.ts)_
|
|
819
831
|
|
|
820
832
|
## `eas channel:edit [NAME]`
|
|
821
833
|
|
|
@@ -837,7 +849,7 @@ DESCRIPTION
|
|
|
837
849
|
point a channel at a new branch
|
|
838
850
|
```
|
|
839
851
|
|
|
840
|
-
_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.11.0/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
841
853
|
|
|
842
854
|
## `eas channel:insights`
|
|
843
855
|
|
|
@@ -861,7 +873,7 @@ DESCRIPTION
|
|
|
861
873
|
display adoption, crash, and unique-user insights for a channel + runtime version
|
|
862
874
|
```
|
|
863
875
|
|
|
864
|
-
_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.11.0/packages/eas-cli/src/commands/channel/insights.ts)_
|
|
865
877
|
|
|
866
878
|
## `eas channel:list`
|
|
867
879
|
|
|
@@ -881,7 +893,7 @@ DESCRIPTION
|
|
|
881
893
|
list all channels
|
|
882
894
|
```
|
|
883
895
|
|
|
884
|
-
_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.11.0/packages/eas-cli/src/commands/channel/list.ts)_
|
|
885
897
|
|
|
886
898
|
## `eas channel:pause [NAME]`
|
|
887
899
|
|
|
@@ -903,7 +915,7 @@ DESCRIPTION
|
|
|
903
915
|
pause a channel to stop it from sending updates
|
|
904
916
|
```
|
|
905
917
|
|
|
906
|
-
_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.11.0/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
907
919
|
|
|
908
920
|
## `eas channel:resume [NAME]`
|
|
909
921
|
|
|
@@ -925,7 +937,7 @@ DESCRIPTION
|
|
|
925
937
|
resume a channel to start sending updates
|
|
926
938
|
```
|
|
927
939
|
|
|
928
|
-
_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.11.0/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
929
941
|
|
|
930
942
|
## `eas channel:rollout [CHANNEL]`
|
|
931
943
|
|
|
@@ -960,7 +972,7 @@ DESCRIPTION
|
|
|
960
972
|
Roll a new branch out on a channel incrementally.
|
|
961
973
|
```
|
|
962
974
|
|
|
963
|
-
_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.11.0/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
964
976
|
|
|
965
977
|
## `eas channel:view [NAME]`
|
|
966
978
|
|
|
@@ -983,7 +995,7 @@ DESCRIPTION
|
|
|
983
995
|
view a channel
|
|
984
996
|
```
|
|
985
997
|
|
|
986
|
-
_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.11.0/packages/eas-cli/src/commands/channel/view.ts)_
|
|
987
999
|
|
|
988
1000
|
## `eas config`
|
|
989
1001
|
|
|
@@ -1004,7 +1016,7 @@ DESCRIPTION
|
|
|
1004
1016
|
display project configuration (app.json + eas.json)
|
|
1005
1017
|
```
|
|
1006
1018
|
|
|
1007
|
-
_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.11.0/packages/eas-cli/src/commands/config.ts)_
|
|
1008
1020
|
|
|
1009
1021
|
## `eas credentials`
|
|
1010
1022
|
|
|
@@ -1021,7 +1033,7 @@ DESCRIPTION
|
|
|
1021
1033
|
manage credentials
|
|
1022
1034
|
```
|
|
1023
1035
|
|
|
1024
|
-
_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.11.0/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
1025
1037
|
|
|
1026
1038
|
## `eas credentials:configure-build`
|
|
1027
1039
|
|
|
@@ -1039,7 +1051,7 @@ DESCRIPTION
|
|
|
1039
1051
|
Set up credentials for building your project.
|
|
1040
1052
|
```
|
|
1041
1053
|
|
|
1042
|
-
_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.11.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
1043
1055
|
|
|
1044
1056
|
## `eas deploy [options]`
|
|
1045
1057
|
|
|
@@ -1068,7 +1080,7 @@ ALIASES
|
|
|
1068
1080
|
$ eas worker:deploy
|
|
1069
1081
|
```
|
|
1070
1082
|
|
|
1071
|
-
_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.11.0/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
1072
1084
|
|
|
1073
1085
|
## `eas deploy:alias`
|
|
1074
1086
|
|
|
@@ -1093,7 +1105,7 @@ ALIASES
|
|
|
1093
1105
|
$ eas deploy:promote
|
|
1094
1106
|
```
|
|
1095
1107
|
|
|
1096
|
-
_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.11.0/packages/eas-cli/src/commands/deploy/alias/index.ts)_
|
|
1097
1109
|
|
|
1098
1110
|
## `eas deploy:alias:delete [ALIAS_NAME]`
|
|
1099
1111
|
|
|
@@ -1114,7 +1126,7 @@ ALIASES
|
|
|
1114
1126
|
$ eas worker:alias:delete
|
|
1115
1127
|
```
|
|
1116
1128
|
|
|
1117
|
-
_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.11.0/packages/eas-cli/src/commands/deploy/alias/delete.ts)_
|
|
1118
1130
|
|
|
1119
1131
|
## `eas deploy:delete [DEPLOYMENT_ID]`
|
|
1120
1132
|
|
|
@@ -1135,7 +1147,7 @@ ALIASES
|
|
|
1135
1147
|
$ eas worker:delete
|
|
1136
1148
|
```
|
|
1137
1149
|
|
|
1138
|
-
_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.11.0/packages/eas-cli/src/commands/deploy/delete.ts)_
|
|
1139
1151
|
|
|
1140
1152
|
## `eas deploy:promote`
|
|
1141
1153
|
|
|
@@ -1172,7 +1184,7 @@ DESCRIPTION
|
|
|
1172
1184
|
register new Apple Devices to use for internal distribution
|
|
1173
1185
|
```
|
|
1174
1186
|
|
|
1175
|
-
_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.11.0/packages/eas-cli/src/commands/device/create.ts)_
|
|
1176
1188
|
|
|
1177
1189
|
## `eas device:delete`
|
|
1178
1190
|
|
|
@@ -1192,7 +1204,7 @@ DESCRIPTION
|
|
|
1192
1204
|
remove a registered device from your account
|
|
1193
1205
|
```
|
|
1194
1206
|
|
|
1195
|
-
_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.11.0/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1196
1208
|
|
|
1197
1209
|
## `eas device:list`
|
|
1198
1210
|
|
|
@@ -1213,7 +1225,7 @@ DESCRIPTION
|
|
|
1213
1225
|
list all registered devices for your account
|
|
1214
1226
|
```
|
|
1215
1227
|
|
|
1216
|
-
_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.11.0/packages/eas-cli/src/commands/device/list.ts)_
|
|
1217
1229
|
|
|
1218
1230
|
## `eas device:rename`
|
|
1219
1231
|
|
|
@@ -1234,7 +1246,7 @@ DESCRIPTION
|
|
|
1234
1246
|
rename a registered device
|
|
1235
1247
|
```
|
|
1236
1248
|
|
|
1237
|
-
_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.11.0/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1238
1250
|
|
|
1239
1251
|
## `eas device:view [UDID]`
|
|
1240
1252
|
|
|
@@ -1248,7 +1260,7 @@ DESCRIPTION
|
|
|
1248
1260
|
view a device for your project
|
|
1249
1261
|
```
|
|
1250
1262
|
|
|
1251
|
-
_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.11.0/packages/eas-cli/src/commands/device/view.ts)_
|
|
1252
1264
|
|
|
1253
1265
|
## `eas diagnostics`
|
|
1254
1266
|
|
|
@@ -1262,7 +1274,7 @@ DESCRIPTION
|
|
|
1262
1274
|
display environment info
|
|
1263
1275
|
```
|
|
1264
1276
|
|
|
1265
|
-
_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.11.0/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1266
1278
|
|
|
1267
1279
|
## `eas env:create [ENVIRONMENT]`
|
|
1268
1280
|
|
|
@@ -1294,7 +1306,7 @@ DESCRIPTION
|
|
|
1294
1306
|
create an environment variable for the current project or account
|
|
1295
1307
|
```
|
|
1296
1308
|
|
|
1297
|
-
_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.11.0/packages/eas-cli/src/commands/env/create.ts)_
|
|
1298
1310
|
|
|
1299
1311
|
## `eas env:delete [ENVIRONMENT]`
|
|
1300
1312
|
|
|
@@ -1320,7 +1332,7 @@ DESCRIPTION
|
|
|
1320
1332
|
delete an environment variable for the current project or account
|
|
1321
1333
|
```
|
|
1322
1334
|
|
|
1323
|
-
_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.11.0/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1324
1336
|
|
|
1325
1337
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1326
1338
|
|
|
@@ -1342,7 +1354,7 @@ DESCRIPTION
|
|
|
1342
1354
|
execute a command with environment variables from the selected environment
|
|
1343
1355
|
```
|
|
1344
1356
|
|
|
1345
|
-
_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.11.0/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1346
1358
|
|
|
1347
1359
|
## `eas env:get [ENVIRONMENT]`
|
|
1348
1360
|
|
|
@@ -1370,7 +1382,7 @@ DESCRIPTION
|
|
|
1370
1382
|
view an environment variable for the current project or account
|
|
1371
1383
|
```
|
|
1372
1384
|
|
|
1373
|
-
_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.11.0/packages/eas-cli/src/commands/env/get.ts)_
|
|
1374
1386
|
|
|
1375
1387
|
## `eas env:list [ENVIRONMENT]`
|
|
1376
1388
|
|
|
@@ -1398,7 +1410,7 @@ DESCRIPTION
|
|
|
1398
1410
|
list environment variables for the current project or account
|
|
1399
1411
|
```
|
|
1400
1412
|
|
|
1401
|
-
_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.11.0/packages/eas-cli/src/commands/env/list.ts)_
|
|
1402
1414
|
|
|
1403
1415
|
## `eas env:pull [ENVIRONMENT]`
|
|
1404
1416
|
|
|
@@ -1421,7 +1433,7 @@ DESCRIPTION
|
|
|
1421
1433
|
pull environment variables for the selected environment to .env file
|
|
1422
1434
|
```
|
|
1423
1435
|
|
|
1424
|
-
_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.11.0/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1425
1437
|
|
|
1426
1438
|
## `eas env:push [ENVIRONMENT]`
|
|
1427
1439
|
|
|
@@ -1443,7 +1455,7 @@ DESCRIPTION
|
|
|
1443
1455
|
push environment variables from .env file to the selected environment
|
|
1444
1456
|
```
|
|
1445
1457
|
|
|
1446
|
-
_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.11.0/packages/eas-cli/src/commands/env/push.ts)_
|
|
1447
1459
|
|
|
1448
1460
|
## `eas env:update [ENVIRONMENT]`
|
|
1449
1461
|
|
|
@@ -1477,7 +1489,7 @@ DESCRIPTION
|
|
|
1477
1489
|
update an environment variable on the current project or account
|
|
1478
1490
|
```
|
|
1479
1491
|
|
|
1480
|
-
_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.11.0/packages/eas-cli/src/commands/env/update.ts)_
|
|
1481
1493
|
|
|
1482
1494
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1483
1495
|
|
|
@@ -1521,7 +1533,7 @@ EXAMPLES
|
|
|
1521
1533
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1522
1534
|
```
|
|
1523
1535
|
|
|
1524
|
-
_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.11.0/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1525
1537
|
|
|
1526
1538
|
## `eas fingerprint:generate`
|
|
1527
1539
|
|
|
@@ -1552,7 +1564,7 @@ EXAMPLES
|
|
|
1552
1564
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1553
1565
|
```
|
|
1554
1566
|
|
|
1555
|
-
_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.11.0/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1556
1568
|
|
|
1557
1569
|
## `eas help [COMMAND]`
|
|
1558
1570
|
|
|
@@ -1631,7 +1643,7 @@ DESCRIPTION
|
|
|
1631
1643
|
connect a project to an App Store Connect app
|
|
1632
1644
|
```
|
|
1633
1645
|
|
|
1634
|
-
_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.11.0/packages/eas-cli/src/commands/integrations/asc/connect.ts)_
|
|
1635
1647
|
|
|
1636
1648
|
## `eas integrations:asc:disconnect`
|
|
1637
1649
|
|
|
@@ -1650,7 +1662,7 @@ DESCRIPTION
|
|
|
1650
1662
|
disconnect the current project from its App Store Connect app
|
|
1651
1663
|
```
|
|
1652
1664
|
|
|
1653
|
-
_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.11.0/packages/eas-cli/src/commands/integrations/asc/disconnect.ts)_
|
|
1654
1666
|
|
|
1655
1667
|
## `eas integrations:asc:status`
|
|
1656
1668
|
|
|
@@ -1668,7 +1680,130 @@ DESCRIPTION
|
|
|
1668
1680
|
show the App Store Connect app link status for the current project
|
|
1669
1681
|
```
|
|
1670
1682
|
|
|
1671
|
-
_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.11.0/packages/eas-cli/src/commands/integrations/asc/status.ts)_
|
|
1684
|
+
|
|
1685
|
+
## `eas integrations:convex:connect`
|
|
1686
|
+
|
|
1687
|
+
connect Convex to your Expo project
|
|
1688
|
+
|
|
1689
|
+
```
|
|
1690
|
+
USAGE
|
|
1691
|
+
$ eas integrations:convex:connect [--non-interactive] [--region aws-us-east-1|aws-eu-west-1] [--team-name <value>]
|
|
1692
|
+
[--project-name <value>]
|
|
1693
|
+
|
|
1694
|
+
FLAGS
|
|
1695
|
+
--non-interactive Run the command in non-interactive mode.
|
|
1696
|
+
--project-name=<value> Name for the Convex project (defaults to app slug)
|
|
1697
|
+
--region=<option> Convex deployment region (e.g. aws-us-east-1, aws-eu-west-1)
|
|
1698
|
+
<options: aws-us-east-1|aws-eu-west-1>
|
|
1699
|
+
--team-name=<value> Name for the new Convex team (defaults to EAS account name)
|
|
1700
|
+
|
|
1701
|
+
DESCRIPTION
|
|
1702
|
+
connect Convex to your Expo project
|
|
1703
|
+
```
|
|
1704
|
+
|
|
1705
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/connect.ts](https://github.com/expo/eas-cli/blob/v18.11.0/packages/eas-cli/src/commands/integrations/convex/connect.ts)_
|
|
1706
|
+
|
|
1707
|
+
## `eas integrations:convex:dashboard`
|
|
1708
|
+
|
|
1709
|
+
open the Convex dashboard for the linked Convex project
|
|
1710
|
+
|
|
1711
|
+
```
|
|
1712
|
+
USAGE
|
|
1713
|
+
$ eas integrations:convex:dashboard
|
|
1714
|
+
|
|
1715
|
+
DESCRIPTION
|
|
1716
|
+
open the Convex dashboard for the linked Convex project
|
|
1717
|
+
```
|
|
1718
|
+
|
|
1719
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/dashboard.ts](https://github.com/expo/eas-cli/blob/v18.11.0/packages/eas-cli/src/commands/integrations/convex/dashboard.ts)_
|
|
1720
|
+
|
|
1721
|
+
## `eas integrations:convex:project`
|
|
1722
|
+
|
|
1723
|
+
display the Convex project linked to the current Expo app
|
|
1724
|
+
|
|
1725
|
+
```
|
|
1726
|
+
USAGE
|
|
1727
|
+
$ eas integrations:convex:project
|
|
1728
|
+
|
|
1729
|
+
DESCRIPTION
|
|
1730
|
+
display the Convex project linked to the current Expo app
|
|
1731
|
+
```
|
|
1732
|
+
|
|
1733
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/project.ts](https://github.com/expo/eas-cli/blob/v18.11.0/packages/eas-cli/src/commands/integrations/convex/project.ts)_
|
|
1734
|
+
|
|
1735
|
+
## `eas integrations:convex:project:delete`
|
|
1736
|
+
|
|
1737
|
+
remove the Convex project link for the current Expo app from EAS servers
|
|
1738
|
+
|
|
1739
|
+
```
|
|
1740
|
+
USAGE
|
|
1741
|
+
$ eas integrations:convex:project:delete [--non-interactive] [-y]
|
|
1742
|
+
|
|
1743
|
+
FLAGS
|
|
1744
|
+
-y, --yes Skip confirmation prompt
|
|
1745
|
+
--non-interactive Run the command in non-interactive mode.
|
|
1746
|
+
|
|
1747
|
+
DESCRIPTION
|
|
1748
|
+
remove the Convex project link for the current Expo app from EAS servers
|
|
1749
|
+
```
|
|
1750
|
+
|
|
1751
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/project/delete.ts](https://github.com/expo/eas-cli/blob/v18.11.0/packages/eas-cli/src/commands/integrations/convex/project/delete.ts)_
|
|
1752
|
+
|
|
1753
|
+
## `eas integrations:convex:team`
|
|
1754
|
+
|
|
1755
|
+
display Convex teams linked to the current Expo app's owner account
|
|
1756
|
+
|
|
1757
|
+
```
|
|
1758
|
+
USAGE
|
|
1759
|
+
$ eas integrations:convex:team
|
|
1760
|
+
|
|
1761
|
+
DESCRIPTION
|
|
1762
|
+
display Convex teams linked to the current Expo app's owner account
|
|
1763
|
+
```
|
|
1764
|
+
|
|
1765
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/team.ts](https://github.com/expo/eas-cli/blob/v18.11.0/packages/eas-cli/src/commands/integrations/convex/team.ts)_
|
|
1766
|
+
|
|
1767
|
+
## `eas integrations:convex:team:delete [CONVEX_TEAM]`
|
|
1768
|
+
|
|
1769
|
+
remove a Convex team link from the current Expo app owner account's EAS servers
|
|
1770
|
+
|
|
1771
|
+
```
|
|
1772
|
+
USAGE
|
|
1773
|
+
$ eas integrations:convex:team:delete [CONVEX_TEAM] [--non-interactive] [-y]
|
|
1774
|
+
|
|
1775
|
+
ARGUMENTS
|
|
1776
|
+
[CONVEX_TEAM] Slug of the Convex team to remove
|
|
1777
|
+
|
|
1778
|
+
FLAGS
|
|
1779
|
+
-y, --yes Skip confirmation prompt
|
|
1780
|
+
--non-interactive Run the command in non-interactive mode.
|
|
1781
|
+
|
|
1782
|
+
DESCRIPTION
|
|
1783
|
+
remove a Convex team link from the current Expo app owner account's EAS servers
|
|
1784
|
+
```
|
|
1785
|
+
|
|
1786
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/team/delete.ts](https://github.com/expo/eas-cli/blob/v18.11.0/packages/eas-cli/src/commands/integrations/convex/team/delete.ts)_
|
|
1787
|
+
|
|
1788
|
+
## `eas integrations:convex:team:invite [CONVEX_TEAM]`
|
|
1789
|
+
|
|
1790
|
+
send a Convex team invitation to your verified email address
|
|
1791
|
+
|
|
1792
|
+
```
|
|
1793
|
+
USAGE
|
|
1794
|
+
$ eas integrations:convex:team:invite [CONVEX_TEAM] [--non-interactive]
|
|
1795
|
+
|
|
1796
|
+
ARGUMENTS
|
|
1797
|
+
[CONVEX_TEAM] Slug of the Convex team to invite yourself to
|
|
1798
|
+
|
|
1799
|
+
FLAGS
|
|
1800
|
+
--non-interactive Run the command in non-interactive mode.
|
|
1801
|
+
|
|
1802
|
+
DESCRIPTION
|
|
1803
|
+
send a Convex team invitation to your verified email address
|
|
1804
|
+
```
|
|
1805
|
+
|
|
1806
|
+
_See code: [packages/eas-cli/src/commands/integrations/convex/team/invite.ts](https://github.com/expo/eas-cli/blob/v18.11.0/packages/eas-cli/src/commands/integrations/convex/team/invite.ts)_
|
|
1672
1807
|
|
|
1673
1808
|
## `eas login`
|
|
1674
1809
|
|
|
@@ -1720,7 +1855,7 @@ DESCRIPTION
|
|
|
1720
1855
|
validate the local store configuration
|
|
1721
1856
|
```
|
|
1722
1857
|
|
|
1723
|
-
_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.11.0/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1724
1859
|
|
|
1725
1860
|
## `eas metadata:pull`
|
|
1726
1861
|
|
|
@@ -1738,7 +1873,7 @@ DESCRIPTION
|
|
|
1738
1873
|
generate the local store configuration from the app stores
|
|
1739
1874
|
```
|
|
1740
1875
|
|
|
1741
|
-
_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.11.0/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1742
1877
|
|
|
1743
1878
|
## `eas metadata:push`
|
|
1744
1879
|
|
|
@@ -1756,7 +1891,7 @@ DESCRIPTION
|
|
|
1756
1891
|
sync the local store configuration to the app stores
|
|
1757
1892
|
```
|
|
1758
1893
|
|
|
1759
|
-
_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.11.0/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1760
1895
|
|
|
1761
1896
|
## `eas new [PATH]`
|
|
1762
1897
|
|
|
@@ -1808,7 +1943,7 @@ DESCRIPTION
|
|
|
1808
1943
|
open the project page in a web browser
|
|
1809
1944
|
```
|
|
1810
1945
|
|
|
1811
|
-
_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.11.0/packages/eas-cli/src/commands/open.ts)_
|
|
1812
1947
|
|
|
1813
1948
|
## `eas project:info`
|
|
1814
1949
|
|
|
@@ -1822,7 +1957,7 @@ DESCRIPTION
|
|
|
1822
1957
|
information about the current project
|
|
1823
1958
|
```
|
|
1824
1959
|
|
|
1825
|
-
_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.11.0/packages/eas-cli/src/commands/project/info.ts)_
|
|
1826
1961
|
|
|
1827
1962
|
## `eas project:init`
|
|
1828
1963
|
|
|
@@ -1845,7 +1980,7 @@ ALIASES
|
|
|
1845
1980
|
$ eas init
|
|
1846
1981
|
```
|
|
1847
1982
|
|
|
1848
|
-
_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.11.0/packages/eas-cli/src/commands/project/init.ts)_
|
|
1849
1984
|
|
|
1850
1985
|
## `eas project:new [PATH]`
|
|
1851
1986
|
|
|
@@ -1869,7 +2004,7 @@ ALIASES
|
|
|
1869
2004
|
$ eas new
|
|
1870
2005
|
```
|
|
1871
2006
|
|
|
1872
|
-
_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.11.0/packages/eas-cli/src/commands/project/new.ts)_
|
|
1873
2008
|
|
|
1874
2009
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1875
2010
|
|
|
@@ -1887,7 +2022,7 @@ ALIASES
|
|
|
1887
2022
|
$ eas onboarding
|
|
1888
2023
|
```
|
|
1889
2024
|
|
|
1890
|
-
_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.11.0/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1891
2026
|
|
|
1892
2027
|
## `eas submit`
|
|
1893
2028
|
|
|
@@ -1920,7 +2055,7 @@ ALIASES
|
|
|
1920
2055
|
$ eas build:submit
|
|
1921
2056
|
```
|
|
1922
2057
|
|
|
1923
|
-
_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.11.0/packages/eas-cli/src/commands/submit.ts)_
|
|
1924
2059
|
|
|
1925
2060
|
## `eas update`
|
|
1926
2061
|
|
|
@@ -1963,7 +2098,7 @@ DESCRIPTION
|
|
|
1963
2098
|
publish an update group
|
|
1964
2099
|
```
|
|
1965
2100
|
|
|
1966
|
-
_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.11.0/packages/eas-cli/src/commands/update/index.ts)_
|
|
1967
2102
|
|
|
1968
2103
|
## `eas update:configure`
|
|
1969
2104
|
|
|
@@ -1984,7 +2119,7 @@ DESCRIPTION
|
|
|
1984
2119
|
configure the project to support EAS Update
|
|
1985
2120
|
```
|
|
1986
2121
|
|
|
1987
|
-
_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.11.0/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1988
2123
|
|
|
1989
2124
|
## `eas update:delete GROUPID`
|
|
1990
2125
|
|
|
@@ -2005,7 +2140,7 @@ DESCRIPTION
|
|
|
2005
2140
|
delete all the updates in an update group
|
|
2006
2141
|
```
|
|
2007
2142
|
|
|
2008
|
-
_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.11.0/packages/eas-cli/src/commands/update/delete.ts)_
|
|
2009
2144
|
|
|
2010
2145
|
## `eas update:edit [GROUPID]`
|
|
2011
2146
|
|
|
@@ -2030,7 +2165,7 @@ DESCRIPTION
|
|
|
2030
2165
|
edit all the updates in an update group
|
|
2031
2166
|
```
|
|
2032
2167
|
|
|
2033
|
-
_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.11.0/packages/eas-cli/src/commands/update/edit.ts)_
|
|
2034
2169
|
|
|
2035
2170
|
## `eas update:insights GROUPID`
|
|
2036
2171
|
|
|
@@ -2057,7 +2192,7 @@ DESCRIPTION
|
|
|
2057
2192
|
display launch, crash, unique-user, and size insights for an update group
|
|
2058
2193
|
```
|
|
2059
2194
|
|
|
2060
|
-
_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.11.0/packages/eas-cli/src/commands/update/insights.ts)_
|
|
2061
2196
|
|
|
2062
2197
|
## `eas update:list`
|
|
2063
2198
|
|
|
@@ -2084,7 +2219,7 @@ DESCRIPTION
|
|
|
2084
2219
|
view the recent updates
|
|
2085
2220
|
```
|
|
2086
2221
|
|
|
2087
|
-
_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.11.0/packages/eas-cli/src/commands/update/list.ts)_
|
|
2088
2223
|
|
|
2089
2224
|
## `eas update:republish`
|
|
2090
2225
|
|
|
@@ -2122,7 +2257,7 @@ DESCRIPTION
|
|
|
2122
2257
|
roll back to an existing update
|
|
2123
2258
|
```
|
|
2124
2259
|
|
|
2125
|
-
_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.11.0/packages/eas-cli/src/commands/update/republish.ts)_
|
|
2126
2261
|
|
|
2127
2262
|
## `eas update:revert-update-rollout`
|
|
2128
2263
|
|
|
@@ -2150,7 +2285,7 @@ DESCRIPTION
|
|
|
2150
2285
|
revert a rollout update for a project
|
|
2151
2286
|
```
|
|
2152
2287
|
|
|
2153
|
-
_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.11.0/packages/eas-cli/src/commands/update/revert-update-rollout.ts)_
|
|
2154
2289
|
|
|
2155
2290
|
## `eas update:roll-back-to-embedded`
|
|
2156
2291
|
|
|
@@ -2180,7 +2315,7 @@ DESCRIPTION
|
|
|
2180
2315
|
roll back to the embedded update
|
|
2181
2316
|
```
|
|
2182
2317
|
|
|
2183
|
-
_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.11.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
2184
2319
|
|
|
2185
2320
|
## `eas update:rollback`
|
|
2186
2321
|
|
|
@@ -2201,7 +2336,7 @@ DESCRIPTION
|
|
|
2201
2336
|
instead execute "eas update:republish" or "eas update:roll-back-to-embedded".
|
|
2202
2337
|
```
|
|
2203
2338
|
|
|
2204
|
-
_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.11.0/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
2205
2340
|
|
|
2206
2341
|
## `eas update:view GROUPID`
|
|
2207
2342
|
|
|
@@ -2225,7 +2360,7 @@ DESCRIPTION
|
|
|
2225
2360
|
update group details
|
|
2226
2361
|
```
|
|
2227
2362
|
|
|
2228
|
-
_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.11.0/packages/eas-cli/src/commands/update/view.ts)_
|
|
2229
2364
|
|
|
2230
2365
|
## `eas upload`
|
|
2231
2366
|
|
|
@@ -2246,7 +2381,7 @@ DESCRIPTION
|
|
|
2246
2381
|
upload a local build and generate a sharable link
|
|
2247
2382
|
```
|
|
2248
2383
|
|
|
2249
|
-
_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.11.0/packages/eas-cli/src/commands/upload.ts)_
|
|
2250
2385
|
|
|
2251
2386
|
## `eas webhook:create`
|
|
2252
2387
|
|
|
@@ -2268,7 +2403,7 @@ DESCRIPTION
|
|
|
2268
2403
|
create a webhook
|
|
2269
2404
|
```
|
|
2270
2405
|
|
|
2271
|
-
_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.11.0/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
2272
2407
|
|
|
2273
2408
|
## `eas webhook:delete [ID]`
|
|
2274
2409
|
|
|
@@ -2288,7 +2423,7 @@ DESCRIPTION
|
|
|
2288
2423
|
delete a webhook
|
|
2289
2424
|
```
|
|
2290
2425
|
|
|
2291
|
-
_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.11.0/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
2292
2427
|
|
|
2293
2428
|
## `eas webhook:list`
|
|
2294
2429
|
|
|
@@ -2307,7 +2442,7 @@ DESCRIPTION
|
|
|
2307
2442
|
list webhooks
|
|
2308
2443
|
```
|
|
2309
2444
|
|
|
2310
|
-
_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.11.0/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
2311
2446
|
|
|
2312
2447
|
## `eas webhook:update`
|
|
2313
2448
|
|
|
@@ -2330,7 +2465,7 @@ DESCRIPTION
|
|
|
2330
2465
|
update a webhook
|
|
2331
2466
|
```
|
|
2332
2467
|
|
|
2333
|
-
_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.11.0/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
2334
2469
|
|
|
2335
2470
|
## `eas webhook:view ID`
|
|
2336
2471
|
|
|
@@ -2347,7 +2482,7 @@ DESCRIPTION
|
|
|
2347
2482
|
view a webhook
|
|
2348
2483
|
```
|
|
2349
2484
|
|
|
2350
|
-
_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.11.0/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
2351
2486
|
|
|
2352
2487
|
## `eas whoami`
|
|
2353
2488
|
|
|
@@ -2468,7 +2603,7 @@ DESCRIPTION
|
|
|
2468
2603
|
to cancel.
|
|
2469
2604
|
```
|
|
2470
2605
|
|
|
2471
|
-
_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.11.0/packages/eas-cli/src/commands/workflow/cancel.ts)_
|
|
2472
2607
|
|
|
2473
2608
|
## `eas workflow:create [NAME]`
|
|
2474
2609
|
|
|
@@ -2488,7 +2623,7 @@ DESCRIPTION
|
|
|
2488
2623
|
create a new workflow configuration YAML file
|
|
2489
2624
|
```
|
|
2490
2625
|
|
|
2491
|
-
_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.11.0/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2492
2627
|
|
|
2493
2628
|
## `eas workflow:logs [ID]`
|
|
2494
2629
|
|
|
@@ -2512,7 +2647,7 @@ DESCRIPTION
|
|
|
2512
2647
|
If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.
|
|
2513
2648
|
```
|
|
2514
2649
|
|
|
2515
|
-
_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.11.0/packages/eas-cli/src/commands/workflow/logs.ts)_
|
|
2516
2651
|
|
|
2517
2652
|
## `eas workflow:run FILE`
|
|
2518
2653
|
|
|
@@ -2552,7 +2687,7 @@ FLAG DESCRIPTIONS
|
|
|
2552
2687
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2553
2688
|
```
|
|
2554
2689
|
|
|
2555
|
-
_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.11.0/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2556
2691
|
|
|
2557
2692
|
## `eas workflow:runs`
|
|
2558
2693
|
|
|
@@ -2574,7 +2709,7 @@ DESCRIPTION
|
|
|
2574
2709
|
list recent workflow runs for this project, with their IDs, statuses, and timestamps
|
|
2575
2710
|
```
|
|
2576
2711
|
|
|
2577
|
-
_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.11.0/packages/eas-cli/src/commands/workflow/runs.ts)_
|
|
2578
2713
|
|
|
2579
2714
|
## `eas workflow:status [WORKFLOW_RUN_ID]`
|
|
2580
2715
|
|
|
@@ -2602,7 +2737,7 @@ FLAG DESCRIPTIONS
|
|
|
2602
2737
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2603
2738
|
```
|
|
2604
2739
|
|
|
2605
|
-
_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.11.0/packages/eas-cli/src/commands/workflow/status.ts)_
|
|
2606
2741
|
|
|
2607
2742
|
## `eas workflow:validate PATH`
|
|
2608
2743
|
|
|
@@ -2622,7 +2757,7 @@ DESCRIPTION
|
|
|
2622
2757
|
validate a workflow configuration yaml file
|
|
2623
2758
|
```
|
|
2624
2759
|
|
|
2625
|
-
_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.11.0/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2626
2761
|
|
|
2627
2762
|
## `eas workflow:view [ID]`
|
|
2628
2763
|
|
|
@@ -2644,5 +2779,5 @@ DESCRIPTION
|
|
|
2644
2779
|
workflow runs for the current project.
|
|
2645
2780
|
```
|
|
2646
2781
|
|
|
2647
|
-
_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.11.0/packages/eas-cli/src/commands/workflow/view.ts)_
|
|
2648
2783
|
<!-- commandsstop -->
|