eas-cli 19.0.5 → 19.0.6

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.
@@ -973,527 +973,6 @@
973
973
  "view.js"
974
974
  ]
975
975
  },
976
- "branch:create": {
977
- "aliases": [],
978
- "args": {
979
- "name": {
980
- "description": "Name of the branch to create",
981
- "name": "name",
982
- "required": false
983
- }
984
- },
985
- "description": "create a branch",
986
- "flags": {
987
- "json": {
988
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
989
- "name": "json",
990
- "allowNo": false,
991
- "type": "boolean"
992
- },
993
- "non-interactive": {
994
- "description": "Run the command in non-interactive mode.",
995
- "name": "non-interactive",
996
- "noCacheDefault": true,
997
- "allowNo": false,
998
- "type": "boolean"
999
- }
1000
- },
1001
- "hasDynamicHelp": false,
1002
- "hiddenAliases": [],
1003
- "id": "branch:create",
1004
- "pluginAlias": "eas-cli",
1005
- "pluginName": "eas-cli",
1006
- "pluginType": "core",
1007
- "strict": true,
1008
- "enableJsonFlag": false,
1009
- "ContextOptions": {
1010
- "LoggedIn": {
1011
- "loggedIn": {}
1012
- },
1013
- "MaybeLoggedIn": {
1014
- "maybeLoggedIn": {}
1015
- },
1016
- "DynamicLoggedIn": {
1017
- "getDynamicLoggedInAsync": {}
1018
- },
1019
- "SessionManagment": {
1020
- "sessionManager": {}
1021
- },
1022
- "OptionalProjectConfig": {
1023
- "optionalPrivateProjectConfig": {}
1024
- },
1025
- "ProjectDir": {
1026
- "projectDir": {}
1027
- },
1028
- "DynamicProjectConfig": {
1029
- "getDynamicPublicProjectConfigAsync": {},
1030
- "getDynamicPrivateProjectConfigAsync": {}
1031
- },
1032
- "ProjectConfig": {
1033
- "loggedIn": {},
1034
- "privateProjectConfig": {}
1035
- },
1036
- "Analytics": {
1037
- "analytics": {}
1038
- },
1039
- "Vcs": {
1040
- "vcsClient": {}
1041
- },
1042
- "ServerSideEnvironmentVariables": {
1043
- "getServerSideEnvironmentVariablesAsync": {}
1044
- },
1045
- "ProjectId": {
1046
- "projectId": {}
1047
- }
1048
- },
1049
- "contextDefinition": {
1050
- "projectId": {},
1051
- "loggedIn": {},
1052
- "vcsClient": {}
1053
- },
1054
- "isESM": false,
1055
- "relativePath": [
1056
- "build",
1057
- "commands",
1058
- "branch",
1059
- "create.js"
1060
- ]
1061
- },
1062
- "branch:delete": {
1063
- "aliases": [],
1064
- "args": {
1065
- "name": {
1066
- "description": "Name of the branch to delete",
1067
- "name": "name",
1068
- "required": false
1069
- }
1070
- },
1071
- "description": "delete a branch",
1072
- "flags": {
1073
- "json": {
1074
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
1075
- "name": "json",
1076
- "allowNo": false,
1077
- "type": "boolean"
1078
- },
1079
- "non-interactive": {
1080
- "description": "Run the command in non-interactive mode.",
1081
- "name": "non-interactive",
1082
- "noCacheDefault": true,
1083
- "allowNo": false,
1084
- "type": "boolean"
1085
- }
1086
- },
1087
- "hasDynamicHelp": false,
1088
- "hiddenAliases": [],
1089
- "id": "branch:delete",
1090
- "pluginAlias": "eas-cli",
1091
- "pluginName": "eas-cli",
1092
- "pluginType": "core",
1093
- "strict": true,
1094
- "enableJsonFlag": false,
1095
- "ContextOptions": {
1096
- "LoggedIn": {
1097
- "loggedIn": {}
1098
- },
1099
- "MaybeLoggedIn": {
1100
- "maybeLoggedIn": {}
1101
- },
1102
- "DynamicLoggedIn": {
1103
- "getDynamicLoggedInAsync": {}
1104
- },
1105
- "SessionManagment": {
1106
- "sessionManager": {}
1107
- },
1108
- "OptionalProjectConfig": {
1109
- "optionalPrivateProjectConfig": {}
1110
- },
1111
- "ProjectDir": {
1112
- "projectDir": {}
1113
- },
1114
- "DynamicProjectConfig": {
1115
- "getDynamicPublicProjectConfigAsync": {},
1116
- "getDynamicPrivateProjectConfigAsync": {}
1117
- },
1118
- "ProjectConfig": {
1119
- "loggedIn": {},
1120
- "privateProjectConfig": {}
1121
- },
1122
- "Analytics": {
1123
- "analytics": {}
1124
- },
1125
- "Vcs": {
1126
- "vcsClient": {}
1127
- },
1128
- "ServerSideEnvironmentVariables": {
1129
- "getServerSideEnvironmentVariablesAsync": {}
1130
- },
1131
- "ProjectId": {
1132
- "projectId": {}
1133
- }
1134
- },
1135
- "contextDefinition": {
1136
- "projectId": {},
1137
- "loggedIn": {}
1138
- },
1139
- "isESM": false,
1140
- "relativePath": [
1141
- "build",
1142
- "commands",
1143
- "branch",
1144
- "delete.js"
1145
- ]
1146
- },
1147
- "branch:list": {
1148
- "aliases": [],
1149
- "args": {},
1150
- "description": "list all branches",
1151
- "flags": {
1152
- "offset": {
1153
- "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
1154
- "name": "offset",
1155
- "hasDynamicHelp": false,
1156
- "multiple": false,
1157
- "type": "option"
1158
- },
1159
- "limit": {
1160
- "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
1161
- "name": "limit",
1162
- "hasDynamicHelp": false,
1163
- "multiple": false,
1164
- "type": "option"
1165
- },
1166
- "json": {
1167
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
1168
- "name": "json",
1169
- "allowNo": false,
1170
- "type": "boolean"
1171
- },
1172
- "non-interactive": {
1173
- "description": "Run the command in non-interactive mode.",
1174
- "name": "non-interactive",
1175
- "noCacheDefault": true,
1176
- "allowNo": false,
1177
- "type": "boolean"
1178
- }
1179
- },
1180
- "hasDynamicHelp": false,
1181
- "hiddenAliases": [],
1182
- "id": "branch:list",
1183
- "pluginAlias": "eas-cli",
1184
- "pluginName": "eas-cli",
1185
- "pluginType": "core",
1186
- "strict": true,
1187
- "enableJsonFlag": false,
1188
- "ContextOptions": {
1189
- "LoggedIn": {
1190
- "loggedIn": {}
1191
- },
1192
- "MaybeLoggedIn": {
1193
- "maybeLoggedIn": {}
1194
- },
1195
- "DynamicLoggedIn": {
1196
- "getDynamicLoggedInAsync": {}
1197
- },
1198
- "SessionManagment": {
1199
- "sessionManager": {}
1200
- },
1201
- "OptionalProjectConfig": {
1202
- "optionalPrivateProjectConfig": {}
1203
- },
1204
- "ProjectDir": {
1205
- "projectDir": {}
1206
- },
1207
- "DynamicProjectConfig": {
1208
- "getDynamicPublicProjectConfigAsync": {},
1209
- "getDynamicPrivateProjectConfigAsync": {}
1210
- },
1211
- "ProjectConfig": {
1212
- "loggedIn": {},
1213
- "privateProjectConfig": {}
1214
- },
1215
- "Analytics": {
1216
- "analytics": {}
1217
- },
1218
- "Vcs": {
1219
- "vcsClient": {}
1220
- },
1221
- "ServerSideEnvironmentVariables": {
1222
- "getServerSideEnvironmentVariablesAsync": {}
1223
- },
1224
- "ProjectId": {
1225
- "projectId": {}
1226
- }
1227
- },
1228
- "contextDefinition": {
1229
- "projectId": {},
1230
- "loggedIn": {}
1231
- },
1232
- "isESM": false,
1233
- "relativePath": [
1234
- "build",
1235
- "commands",
1236
- "branch",
1237
- "list.js"
1238
- ]
1239
- },
1240
- "branch:publish": {
1241
- "aliases": [],
1242
- "args": {},
1243
- "description": "deprecated, use \"eas update\"",
1244
- "flags": {},
1245
- "hasDynamicHelp": false,
1246
- "hidden": true,
1247
- "hiddenAliases": [],
1248
- "id": "branch:publish",
1249
- "pluginAlias": "eas-cli",
1250
- "pluginName": "eas-cli",
1251
- "pluginType": "core",
1252
- "strict": true,
1253
- "enableJsonFlag": false,
1254
- "ContextOptions": {
1255
- "LoggedIn": {
1256
- "loggedIn": {}
1257
- },
1258
- "MaybeLoggedIn": {
1259
- "maybeLoggedIn": {}
1260
- },
1261
- "DynamicLoggedIn": {
1262
- "getDynamicLoggedInAsync": {}
1263
- },
1264
- "SessionManagment": {
1265
- "sessionManager": {}
1266
- },
1267
- "OptionalProjectConfig": {
1268
- "optionalPrivateProjectConfig": {}
1269
- },
1270
- "ProjectDir": {
1271
- "projectDir": {}
1272
- },
1273
- "DynamicProjectConfig": {
1274
- "getDynamicPublicProjectConfigAsync": {},
1275
- "getDynamicPrivateProjectConfigAsync": {}
1276
- },
1277
- "ProjectConfig": {
1278
- "loggedIn": {},
1279
- "privateProjectConfig": {}
1280
- },
1281
- "Analytics": {
1282
- "analytics": {}
1283
- },
1284
- "Vcs": {
1285
- "vcsClient": {}
1286
- },
1287
- "ServerSideEnvironmentVariables": {
1288
- "getServerSideEnvironmentVariablesAsync": {}
1289
- },
1290
- "ProjectId": {
1291
- "projectId": {}
1292
- }
1293
- },
1294
- "contextDefinition": {},
1295
- "isESM": false,
1296
- "relativePath": [
1297
- "build",
1298
- "commands",
1299
- "branch",
1300
- "publish.js"
1301
- ]
1302
- },
1303
- "branch:rename": {
1304
- "aliases": [],
1305
- "args": {},
1306
- "description": "rename a branch",
1307
- "flags": {
1308
- "from": {
1309
- "description": "current name of the branch.",
1310
- "name": "from",
1311
- "required": false,
1312
- "hasDynamicHelp": false,
1313
- "multiple": false,
1314
- "type": "option"
1315
- },
1316
- "to": {
1317
- "description": "new name of the branch.",
1318
- "name": "to",
1319
- "required": false,
1320
- "hasDynamicHelp": false,
1321
- "multiple": false,
1322
- "type": "option"
1323
- },
1324
- "json": {
1325
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
1326
- "name": "json",
1327
- "allowNo": false,
1328
- "type": "boolean"
1329
- },
1330
- "non-interactive": {
1331
- "description": "Run the command in non-interactive mode.",
1332
- "name": "non-interactive",
1333
- "noCacheDefault": true,
1334
- "allowNo": false,
1335
- "type": "boolean"
1336
- }
1337
- },
1338
- "hasDynamicHelp": false,
1339
- "hiddenAliases": [],
1340
- "id": "branch:rename",
1341
- "pluginAlias": "eas-cli",
1342
- "pluginName": "eas-cli",
1343
- "pluginType": "core",
1344
- "strict": true,
1345
- "enableJsonFlag": false,
1346
- "ContextOptions": {
1347
- "LoggedIn": {
1348
- "loggedIn": {}
1349
- },
1350
- "MaybeLoggedIn": {
1351
- "maybeLoggedIn": {}
1352
- },
1353
- "DynamicLoggedIn": {
1354
- "getDynamicLoggedInAsync": {}
1355
- },
1356
- "SessionManagment": {
1357
- "sessionManager": {}
1358
- },
1359
- "OptionalProjectConfig": {
1360
- "optionalPrivateProjectConfig": {}
1361
- },
1362
- "ProjectDir": {
1363
- "projectDir": {}
1364
- },
1365
- "DynamicProjectConfig": {
1366
- "getDynamicPublicProjectConfigAsync": {},
1367
- "getDynamicPrivateProjectConfigAsync": {}
1368
- },
1369
- "ProjectConfig": {
1370
- "loggedIn": {},
1371
- "privateProjectConfig": {}
1372
- },
1373
- "Analytics": {
1374
- "analytics": {}
1375
- },
1376
- "Vcs": {
1377
- "vcsClient": {}
1378
- },
1379
- "ServerSideEnvironmentVariables": {
1380
- "getServerSideEnvironmentVariablesAsync": {}
1381
- },
1382
- "ProjectId": {
1383
- "projectId": {}
1384
- }
1385
- },
1386
- "contextDefinition": {
1387
- "projectId": {},
1388
- "loggedIn": {}
1389
- },
1390
- "isESM": false,
1391
- "relativePath": [
1392
- "build",
1393
- "commands",
1394
- "branch",
1395
- "rename.js"
1396
- ]
1397
- },
1398
- "branch:view": {
1399
- "aliases": [],
1400
- "args": {
1401
- "name": {
1402
- "description": "Name of the branch to view",
1403
- "name": "name",
1404
- "required": false
1405
- }
1406
- },
1407
- "description": "view a branch",
1408
- "flags": {
1409
- "offset": {
1410
- "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
1411
- "name": "offset",
1412
- "hasDynamicHelp": false,
1413
- "multiple": false,
1414
- "type": "option"
1415
- },
1416
- "limit": {
1417
- "description": "The number of items to fetch each query. Defaults to 25 and is capped at 50.",
1418
- "name": "limit",
1419
- "hasDynamicHelp": false,
1420
- "multiple": false,
1421
- "type": "option"
1422
- },
1423
- "json": {
1424
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
1425
- "name": "json",
1426
- "allowNo": false,
1427
- "type": "boolean"
1428
- },
1429
- "non-interactive": {
1430
- "description": "Run the command in non-interactive mode.",
1431
- "name": "non-interactive",
1432
- "noCacheDefault": true,
1433
- "allowNo": false,
1434
- "type": "boolean"
1435
- }
1436
- },
1437
- "hasDynamicHelp": false,
1438
- "hiddenAliases": [],
1439
- "id": "branch:view",
1440
- "pluginAlias": "eas-cli",
1441
- "pluginName": "eas-cli",
1442
- "pluginType": "core",
1443
- "strict": true,
1444
- "enableJsonFlag": false,
1445
- "ContextOptions": {
1446
- "LoggedIn": {
1447
- "loggedIn": {}
1448
- },
1449
- "MaybeLoggedIn": {
1450
- "maybeLoggedIn": {}
1451
- },
1452
- "DynamicLoggedIn": {
1453
- "getDynamicLoggedInAsync": {}
1454
- },
1455
- "SessionManagment": {
1456
- "sessionManager": {}
1457
- },
1458
- "OptionalProjectConfig": {
1459
- "optionalPrivateProjectConfig": {}
1460
- },
1461
- "ProjectDir": {
1462
- "projectDir": {}
1463
- },
1464
- "DynamicProjectConfig": {
1465
- "getDynamicPublicProjectConfigAsync": {},
1466
- "getDynamicPrivateProjectConfigAsync": {}
1467
- },
1468
- "ProjectConfig": {
1469
- "loggedIn": {},
1470
- "privateProjectConfig": {}
1471
- },
1472
- "Analytics": {
1473
- "analytics": {}
1474
- },
1475
- "Vcs": {
1476
- "vcsClient": {}
1477
- },
1478
- "ServerSideEnvironmentVariables": {
1479
- "getServerSideEnvironmentVariablesAsync": {}
1480
- },
1481
- "ProjectId": {
1482
- "projectId": {}
1483
- }
1484
- },
1485
- "contextDefinition": {
1486
- "projectId": {},
1487
- "loggedIn": {}
1488
- },
1489
- "isESM": false,
1490
- "relativePath": [
1491
- "build",
1492
- "commands",
1493
- "branch",
1494
- "view.js"
1495
- ]
1496
- },
1497
976
  "build:cancel": {
1498
977
  "aliases": [],
1499
978
  "args": {
@@ -2941,7 +2420,255 @@
2941
2420
  },
2942
2421
  "hasDynamicHelp": false,
2943
2422
  "hiddenAliases": [],
2944
- "id": "build:run",
2423
+ "id": "build:run",
2424
+ "pluginAlias": "eas-cli",
2425
+ "pluginName": "eas-cli",
2426
+ "pluginType": "core",
2427
+ "strict": true,
2428
+ "enableJsonFlag": false,
2429
+ "ContextOptions": {
2430
+ "LoggedIn": {
2431
+ "loggedIn": {}
2432
+ },
2433
+ "MaybeLoggedIn": {
2434
+ "maybeLoggedIn": {}
2435
+ },
2436
+ "DynamicLoggedIn": {
2437
+ "getDynamicLoggedInAsync": {}
2438
+ },
2439
+ "SessionManagment": {
2440
+ "sessionManager": {}
2441
+ },
2442
+ "OptionalProjectConfig": {
2443
+ "optionalPrivateProjectConfig": {}
2444
+ },
2445
+ "ProjectDir": {
2446
+ "projectDir": {}
2447
+ },
2448
+ "DynamicProjectConfig": {
2449
+ "getDynamicPublicProjectConfigAsync": {},
2450
+ "getDynamicPrivateProjectConfigAsync": {}
2451
+ },
2452
+ "ProjectConfig": {
2453
+ "loggedIn": {},
2454
+ "privateProjectConfig": {}
2455
+ },
2456
+ "Analytics": {
2457
+ "analytics": {}
2458
+ },
2459
+ "Vcs": {
2460
+ "vcsClient": {}
2461
+ },
2462
+ "ServerSideEnvironmentVariables": {
2463
+ "getServerSideEnvironmentVariablesAsync": {}
2464
+ },
2465
+ "ProjectId": {
2466
+ "projectId": {}
2467
+ }
2468
+ },
2469
+ "contextDefinition": {
2470
+ "loggedIn": {},
2471
+ "projectId": {},
2472
+ "vcsClient": {}
2473
+ },
2474
+ "isESM": false,
2475
+ "relativePath": [
2476
+ "build",
2477
+ "commands",
2478
+ "build",
2479
+ "run.js"
2480
+ ]
2481
+ },
2482
+ "build:view": {
2483
+ "aliases": [],
2484
+ "args": {
2485
+ "BUILD_ID": {
2486
+ "name": "BUILD_ID"
2487
+ }
2488
+ },
2489
+ "description": "view a build for your project",
2490
+ "flags": {
2491
+ "json": {
2492
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
2493
+ "name": "json",
2494
+ "allowNo": false,
2495
+ "type": "boolean"
2496
+ }
2497
+ },
2498
+ "hasDynamicHelp": false,
2499
+ "hiddenAliases": [],
2500
+ "id": "build:view",
2501
+ "pluginAlias": "eas-cli",
2502
+ "pluginName": "eas-cli",
2503
+ "pluginType": "core",
2504
+ "strict": true,
2505
+ "enableJsonFlag": false,
2506
+ "ContextOptions": {
2507
+ "LoggedIn": {
2508
+ "loggedIn": {}
2509
+ },
2510
+ "MaybeLoggedIn": {
2511
+ "maybeLoggedIn": {}
2512
+ },
2513
+ "DynamicLoggedIn": {
2514
+ "getDynamicLoggedInAsync": {}
2515
+ },
2516
+ "SessionManagment": {
2517
+ "sessionManager": {}
2518
+ },
2519
+ "OptionalProjectConfig": {
2520
+ "optionalPrivateProjectConfig": {}
2521
+ },
2522
+ "ProjectDir": {
2523
+ "projectDir": {}
2524
+ },
2525
+ "DynamicProjectConfig": {
2526
+ "getDynamicPublicProjectConfigAsync": {},
2527
+ "getDynamicPrivateProjectConfigAsync": {}
2528
+ },
2529
+ "ProjectConfig": {
2530
+ "loggedIn": {},
2531
+ "privateProjectConfig": {}
2532
+ },
2533
+ "Analytics": {
2534
+ "analytics": {}
2535
+ },
2536
+ "Vcs": {
2537
+ "vcsClient": {}
2538
+ },
2539
+ "ServerSideEnvironmentVariables": {
2540
+ "getServerSideEnvironmentVariablesAsync": {}
2541
+ },
2542
+ "ProjectId": {
2543
+ "projectId": {}
2544
+ }
2545
+ },
2546
+ "contextDefinition": {
2547
+ "projectId": {},
2548
+ "loggedIn": {},
2549
+ "vcsClient": {}
2550
+ },
2551
+ "isESM": false,
2552
+ "relativePath": [
2553
+ "build",
2554
+ "commands",
2555
+ "build",
2556
+ "view.js"
2557
+ ]
2558
+ },
2559
+ "channel:create": {
2560
+ "aliases": [],
2561
+ "args": {
2562
+ "name": {
2563
+ "description": "Name of the channel to create",
2564
+ "name": "name",
2565
+ "required": false
2566
+ }
2567
+ },
2568
+ "description": "create a channel",
2569
+ "flags": {
2570
+ "json": {
2571
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
2572
+ "name": "json",
2573
+ "allowNo": false,
2574
+ "type": "boolean"
2575
+ },
2576
+ "non-interactive": {
2577
+ "description": "Run the command in non-interactive mode.",
2578
+ "name": "non-interactive",
2579
+ "noCacheDefault": true,
2580
+ "allowNo": false,
2581
+ "type": "boolean"
2582
+ }
2583
+ },
2584
+ "hasDynamicHelp": false,
2585
+ "hiddenAliases": [],
2586
+ "id": "channel:create",
2587
+ "pluginAlias": "eas-cli",
2588
+ "pluginName": "eas-cli",
2589
+ "pluginType": "core",
2590
+ "strict": true,
2591
+ "enableJsonFlag": false,
2592
+ "ContextOptions": {
2593
+ "LoggedIn": {
2594
+ "loggedIn": {}
2595
+ },
2596
+ "MaybeLoggedIn": {
2597
+ "maybeLoggedIn": {}
2598
+ },
2599
+ "DynamicLoggedIn": {
2600
+ "getDynamicLoggedInAsync": {}
2601
+ },
2602
+ "SessionManagment": {
2603
+ "sessionManager": {}
2604
+ },
2605
+ "OptionalProjectConfig": {
2606
+ "optionalPrivateProjectConfig": {}
2607
+ },
2608
+ "ProjectDir": {
2609
+ "projectDir": {}
2610
+ },
2611
+ "DynamicProjectConfig": {
2612
+ "getDynamicPublicProjectConfigAsync": {},
2613
+ "getDynamicPrivateProjectConfigAsync": {}
2614
+ },
2615
+ "ProjectConfig": {
2616
+ "loggedIn": {},
2617
+ "privateProjectConfig": {}
2618
+ },
2619
+ "Analytics": {
2620
+ "analytics": {}
2621
+ },
2622
+ "Vcs": {
2623
+ "vcsClient": {}
2624
+ },
2625
+ "ServerSideEnvironmentVariables": {
2626
+ "getServerSideEnvironmentVariablesAsync": {}
2627
+ },
2628
+ "ProjectId": {
2629
+ "projectId": {}
2630
+ }
2631
+ },
2632
+ "contextDefinition": {
2633
+ "projectId": {},
2634
+ "loggedIn": {}
2635
+ },
2636
+ "isESM": false,
2637
+ "relativePath": [
2638
+ "build",
2639
+ "commands",
2640
+ "channel",
2641
+ "create.js"
2642
+ ]
2643
+ },
2644
+ "channel:delete": {
2645
+ "aliases": [],
2646
+ "args": {
2647
+ "name": {
2648
+ "description": "Name of the channel to delete",
2649
+ "name": "name",
2650
+ "required": false
2651
+ }
2652
+ },
2653
+ "description": "Delete a channel",
2654
+ "flags": {
2655
+ "json": {
2656
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
2657
+ "name": "json",
2658
+ "allowNo": false,
2659
+ "type": "boolean"
2660
+ },
2661
+ "non-interactive": {
2662
+ "description": "Run the command in non-interactive mode.",
2663
+ "name": "non-interactive",
2664
+ "noCacheDefault": true,
2665
+ "allowNo": false,
2666
+ "type": "boolean"
2667
+ }
2668
+ },
2669
+ "hasDynamicHelp": false,
2670
+ "hiddenAliases": [],
2671
+ "id": "channel:delete",
2945
2672
  "pluginAlias": "eas-cli",
2946
2673
  "pluginName": "eas-cli",
2947
2674
  "pluginType": "core",
@@ -2988,37 +2715,52 @@
2988
2715
  }
2989
2716
  },
2990
2717
  "contextDefinition": {
2991
- "loggedIn": {},
2992
2718
  "projectId": {},
2993
- "vcsClient": {}
2719
+ "loggedIn": {}
2994
2720
  },
2995
2721
  "isESM": false,
2996
2722
  "relativePath": [
2997
2723
  "build",
2998
2724
  "commands",
2999
- "build",
3000
- "run.js"
2725
+ "channel",
2726
+ "delete.js"
3001
2727
  ]
3002
2728
  },
3003
- "build:view": {
2729
+ "channel:edit": {
3004
2730
  "aliases": [],
3005
2731
  "args": {
3006
- "BUILD_ID": {
3007
- "name": "BUILD_ID"
2732
+ "name": {
2733
+ "description": "Name of the channel to edit",
2734
+ "name": "name",
2735
+ "required": false
3008
2736
  }
3009
2737
  },
3010
- "description": "view a build for your project",
2738
+ "description": "point a channel at a new branch",
3011
2739
  "flags": {
2740
+ "branch": {
2741
+ "description": "Name of the branch to point to",
2742
+ "name": "branch",
2743
+ "hasDynamicHelp": false,
2744
+ "multiple": false,
2745
+ "type": "option"
2746
+ },
3012
2747
  "json": {
3013
- "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
2748
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3014
2749
  "name": "json",
3015
2750
  "allowNo": false,
3016
2751
  "type": "boolean"
2752
+ },
2753
+ "non-interactive": {
2754
+ "description": "Run the command in non-interactive mode.",
2755
+ "name": "non-interactive",
2756
+ "noCacheDefault": true,
2757
+ "allowNo": false,
2758
+ "type": "boolean"
3017
2759
  }
3018
2760
  },
3019
2761
  "hasDynamicHelp": false,
3020
2762
  "hiddenAliases": [],
3021
- "id": "build:view",
2763
+ "id": "channel:edit",
3022
2764
  "pluginAlias": "eas-cli",
3023
2765
  "pluginName": "eas-cli",
3024
2766
  "pluginType": "core",
@@ -3066,28 +2808,68 @@
3066
2808
  },
3067
2809
  "contextDefinition": {
3068
2810
  "projectId": {},
3069
- "loggedIn": {},
3070
- "vcsClient": {}
2811
+ "loggedIn": {}
3071
2812
  },
3072
2813
  "isESM": false,
3073
2814
  "relativePath": [
3074
2815
  "build",
3075
2816
  "commands",
3076
- "build",
3077
- "view.js"
2817
+ "channel",
2818
+ "edit.js"
3078
2819
  ]
3079
2820
  },
3080
- "channel:create": {
2821
+ "channel:insights": {
3081
2822
  "aliases": [],
3082
- "args": {
3083
- "name": {
3084
- "description": "Name of the channel to create",
3085
- "name": "name",
3086
- "required": false
3087
- }
3088
- },
3089
- "description": "create a channel",
2823
+ "args": {},
2824
+ "description": "display adoption, crash, and unique-user insights for a channel + runtime version",
3090
2825
  "flags": {
2826
+ "channel": {
2827
+ "description": "Name of the channel.",
2828
+ "name": "channel",
2829
+ "required": true,
2830
+ "hasDynamicHelp": false,
2831
+ "multiple": false,
2832
+ "type": "option"
2833
+ },
2834
+ "runtime-version": {
2835
+ "description": "Runtime version to query insights for.",
2836
+ "name": "runtime-version",
2837
+ "required": true,
2838
+ "hasDynamicHelp": false,
2839
+ "multiple": false,
2840
+ "type": "option"
2841
+ },
2842
+ "days": {
2843
+ "description": "Show insights from the last N days (default 7, mutually exclusive with --start/--end).",
2844
+ "exclusive": [
2845
+ "start",
2846
+ "end"
2847
+ ],
2848
+ "name": "days",
2849
+ "hasDynamicHelp": false,
2850
+ "multiple": false,
2851
+ "type": "option"
2852
+ },
2853
+ "start": {
2854
+ "description": "Start of insights time range (ISO date).",
2855
+ "exclusive": [
2856
+ "days"
2857
+ ],
2858
+ "name": "start",
2859
+ "hasDynamicHelp": false,
2860
+ "multiple": false,
2861
+ "type": "option"
2862
+ },
2863
+ "end": {
2864
+ "description": "End of insights time range (ISO date).",
2865
+ "exclusive": [
2866
+ "days"
2867
+ ],
2868
+ "name": "end",
2869
+ "hasDynamicHelp": false,
2870
+ "multiple": false,
2871
+ "type": "option"
2872
+ },
3091
2873
  "json": {
3092
2874
  "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3093
2875
  "name": "json",
@@ -3104,7 +2886,7 @@
3104
2886
  },
3105
2887
  "hasDynamicHelp": false,
3106
2888
  "hiddenAliases": [],
3107
- "id": "channel:create",
2889
+ "id": "channel:insights",
3108
2890
  "pluginAlias": "eas-cli",
3109
2891
  "pluginName": "eas-cli",
3110
2892
  "pluginType": "core",
@@ -3159,20 +2941,28 @@
3159
2941
  "build",
3160
2942
  "commands",
3161
2943
  "channel",
3162
- "create.js"
2944
+ "insights.js"
3163
2945
  ]
3164
2946
  },
3165
- "channel:delete": {
2947
+ "channel:list": {
3166
2948
  "aliases": [],
3167
- "args": {
3168
- "name": {
3169
- "description": "Name of the channel to delete",
3170
- "name": "name",
3171
- "required": false
3172
- }
3173
- },
3174
- "description": "Delete a channel",
2949
+ "args": {},
2950
+ "description": "list all channels",
3175
2951
  "flags": {
2952
+ "offset": {
2953
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
2954
+ "name": "offset",
2955
+ "hasDynamicHelp": false,
2956
+ "multiple": false,
2957
+ "type": "option"
2958
+ },
2959
+ "limit": {
2960
+ "description": "The number of items to fetch each query. Defaults to 10 and is capped at 25.",
2961
+ "name": "limit",
2962
+ "hasDynamicHelp": false,
2963
+ "multiple": false,
2964
+ "type": "option"
2965
+ },
3176
2966
  "json": {
3177
2967
  "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3178
2968
  "name": "json",
@@ -3189,7 +2979,7 @@
3189
2979
  },
3190
2980
  "hasDynamicHelp": false,
3191
2981
  "hiddenAliases": [],
3192
- "id": "channel:delete",
2982
+ "id": "channel:list",
3193
2983
  "pluginAlias": "eas-cli",
3194
2984
  "pluginName": "eas-cli",
3195
2985
  "pluginType": "core",
@@ -3244,10 +3034,10 @@
3244
3034
  "build",
3245
3035
  "commands",
3246
3036
  "channel",
3247
- "delete.js"
3037
+ "list.js"
3248
3038
  ]
3249
3039
  },
3250
- "channel:edit": {
3040
+ "channel:pause": {
3251
3041
  "aliases": [],
3252
3042
  "args": {
3253
3043
  "name": {
@@ -3256,7 +3046,7 @@
3256
3046
  "required": false
3257
3047
  }
3258
3048
  },
3259
- "description": "point a channel at a new branch",
3049
+ "description": "pause a channel to stop it from sending updates",
3260
3050
  "flags": {
3261
3051
  "branch": {
3262
3052
  "description": "Name of the branch to point to",
@@ -3281,7 +3071,7 @@
3281
3071
  },
3282
3072
  "hasDynamicHelp": false,
3283
3073
  "hiddenAliases": [],
3284
- "id": "channel:edit",
3074
+ "id": "channel:pause",
3285
3075
  "pluginAlias": "eas-cli",
3286
3076
  "pluginName": "eas-cli",
3287
3077
  "pluginType": "core",
@@ -3336,57 +3126,23 @@
3336
3126
  "build",
3337
3127
  "commands",
3338
3128
  "channel",
3339
- "edit.js"
3129
+ "pause.js"
3340
3130
  ]
3341
3131
  },
3342
- "channel:insights": {
3132
+ "channel:resume": {
3343
3133
  "aliases": [],
3344
- "args": {},
3345
- "description": "display adoption, crash, and unique-user insights for a channel + runtime version",
3134
+ "args": {
3135
+ "name": {
3136
+ "description": "Name of the channel to edit",
3137
+ "name": "name",
3138
+ "required": false
3139
+ }
3140
+ },
3141
+ "description": "resume a channel to start sending updates",
3346
3142
  "flags": {
3347
- "channel": {
3348
- "description": "Name of the channel.",
3349
- "name": "channel",
3350
- "required": true,
3351
- "hasDynamicHelp": false,
3352
- "multiple": false,
3353
- "type": "option"
3354
- },
3355
- "runtime-version": {
3356
- "description": "Runtime version to query insights for.",
3357
- "name": "runtime-version",
3358
- "required": true,
3359
- "hasDynamicHelp": false,
3360
- "multiple": false,
3361
- "type": "option"
3362
- },
3363
- "days": {
3364
- "description": "Show insights from the last N days (default 7, mutually exclusive with --start/--end).",
3365
- "exclusive": [
3366
- "start",
3367
- "end"
3368
- ],
3369
- "name": "days",
3370
- "hasDynamicHelp": false,
3371
- "multiple": false,
3372
- "type": "option"
3373
- },
3374
- "start": {
3375
- "description": "Start of insights time range (ISO date).",
3376
- "exclusive": [
3377
- "days"
3378
- ],
3379
- "name": "start",
3380
- "hasDynamicHelp": false,
3381
- "multiple": false,
3382
- "type": "option"
3383
- },
3384
- "end": {
3385
- "description": "End of insights time range (ISO date).",
3386
- "exclusive": [
3387
- "days"
3388
- ],
3389
- "name": "end",
3143
+ "branch": {
3144
+ "description": "Name of the branch to point to",
3145
+ "name": "branch",
3390
3146
  "hasDynamicHelp": false,
3391
3147
  "multiple": false,
3392
3148
  "type": "option"
@@ -3407,7 +3163,7 @@
3407
3163
  },
3408
3164
  "hasDynamicHelp": false,
3409
3165
  "hiddenAliases": [],
3410
- "id": "channel:insights",
3166
+ "id": "channel:resume",
3411
3167
  "pluginAlias": "eas-cli",
3412
3168
  "pluginName": "eas-cli",
3413
3169
  "pluginType": "core",
@@ -3440,46 +3196,114 @@
3440
3196
  "loggedIn": {},
3441
3197
  "privateProjectConfig": {}
3442
3198
  },
3443
- "Analytics": {
3444
- "analytics": {}
3199
+ "Analytics": {
3200
+ "analytics": {}
3201
+ },
3202
+ "Vcs": {
3203
+ "vcsClient": {}
3204
+ },
3205
+ "ServerSideEnvironmentVariables": {
3206
+ "getServerSideEnvironmentVariablesAsync": {}
3207
+ },
3208
+ "ProjectId": {
3209
+ "projectId": {}
3210
+ }
3211
+ },
3212
+ "contextDefinition": {
3213
+ "projectId": {},
3214
+ "loggedIn": {}
3215
+ },
3216
+ "isESM": false,
3217
+ "relativePath": [
3218
+ "build",
3219
+ "commands",
3220
+ "channel",
3221
+ "resume.js"
3222
+ ]
3223
+ },
3224
+ "channel:rollout": {
3225
+ "aliases": [],
3226
+ "args": {
3227
+ "channel": {
3228
+ "description": "channel on which the rollout should be done",
3229
+ "name": "channel"
3230
+ }
3231
+ },
3232
+ "description": "Roll a new branch out on a channel incrementally.",
3233
+ "flags": {
3234
+ "action": {
3235
+ "description": "Rollout action to perform",
3236
+ "name": "action",
3237
+ "relationships": [
3238
+ {
3239
+ "type": "all",
3240
+ "flags": [
3241
+ {
3242
+ "name": "percent"
3243
+ },
3244
+ {
3245
+ "name": "outcome"
3246
+ },
3247
+ {
3248
+ "name": "branch"
3249
+ },
3250
+ {
3251
+ "name": "runtime-version"
3252
+ }
3253
+ ]
3254
+ }
3255
+ ],
3256
+ "required": false,
3257
+ "hasDynamicHelp": false,
3258
+ "multiple": false,
3259
+ "options": [
3260
+ "create",
3261
+ "edit",
3262
+ "end",
3263
+ "view"
3264
+ ],
3265
+ "type": "option"
3266
+ },
3267
+ "percent": {
3268
+ "description": "Percent of users to send to the new branch. Use with --action=edit or --action=create",
3269
+ "name": "percent",
3270
+ "required": false,
3271
+ "hasDynamicHelp": false,
3272
+ "multiple": false,
3273
+ "type": "option"
3445
3274
  },
3446
- "Vcs": {
3447
- "vcsClient": {}
3275
+ "outcome": {
3276
+ "description": "End outcome of rollout. Use with --action=end",
3277
+ "name": "outcome",
3278
+ "required": false,
3279
+ "hasDynamicHelp": false,
3280
+ "multiple": false,
3281
+ "options": [
3282
+ "republish-and-revert",
3283
+ "revert"
3284
+ ],
3285
+ "type": "option"
3448
3286
  },
3449
- "ServerSideEnvironmentVariables": {
3450
- "getServerSideEnvironmentVariablesAsync": {}
3287
+ "branch": {
3288
+ "description": "Branch to roll out. Use with --action=create",
3289
+ "name": "branch",
3290
+ "required": false,
3291
+ "hasDynamicHelp": false,
3292
+ "multiple": false,
3293
+ "type": "option"
3451
3294
  },
3452
- "ProjectId": {
3453
- "projectId": {}
3454
- }
3455
- },
3456
- "contextDefinition": {
3457
- "projectId": {},
3458
- "loggedIn": {}
3459
- },
3460
- "isESM": false,
3461
- "relativePath": [
3462
- "build",
3463
- "commands",
3464
- "channel",
3465
- "insights.js"
3466
- ]
3467
- },
3468
- "channel:list": {
3469
- "aliases": [],
3470
- "args": {},
3471
- "description": "list all channels",
3472
- "flags": {
3473
- "offset": {
3474
- "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
3475
- "name": "offset",
3295
+ "runtime-version": {
3296
+ "description": "Runtime version to target. Use with --action=create",
3297
+ "name": "runtime-version",
3298
+ "required": false,
3476
3299
  "hasDynamicHelp": false,
3477
3300
  "multiple": false,
3478
3301
  "type": "option"
3479
3302
  },
3480
- "limit": {
3481
- "description": "The number of items to fetch each query. Defaults to 10 and is capped at 25.",
3482
- "name": "limit",
3303
+ "private-key-path": {
3304
+ "description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/",
3305
+ "name": "private-key-path",
3306
+ "required": false,
3483
3307
  "hasDynamicHelp": false,
3484
3308
  "multiple": false,
3485
3309
  "type": "option"
@@ -3500,7 +3324,7 @@
3500
3324
  },
3501
3325
  "hasDynamicHelp": false,
3502
3326
  "hiddenAliases": [],
3503
- "id": "channel:list",
3327
+ "id": "channel:rollout",
3504
3328
  "pluginAlias": "eas-cli",
3505
3329
  "pluginName": "eas-cli",
3506
3330
  "pluginType": "core",
@@ -3547,35 +3371,29 @@
3547
3371
  }
3548
3372
  },
3549
3373
  "contextDefinition": {
3550
- "projectId": {},
3551
- "loggedIn": {}
3374
+ "loggedIn": {},
3375
+ "privateProjectConfig": {},
3376
+ "vcsClient": {}
3552
3377
  },
3553
3378
  "isESM": false,
3554
3379
  "relativePath": [
3555
3380
  "build",
3556
3381
  "commands",
3557
3382
  "channel",
3558
- "list.js"
3383
+ "rollout.js"
3559
3384
  ]
3560
3385
  },
3561
- "channel:pause": {
3386
+ "channel:view": {
3562
3387
  "aliases": [],
3563
3388
  "args": {
3564
3389
  "name": {
3565
- "description": "Name of the channel to edit",
3390
+ "description": "Name of the channel to view",
3566
3391
  "name": "name",
3567
3392
  "required": false
3568
3393
  }
3569
3394
  },
3570
- "description": "pause a channel to stop it from sending updates",
3395
+ "description": "view a channel",
3571
3396
  "flags": {
3572
- "branch": {
3573
- "description": "Name of the branch to point to",
3574
- "name": "branch",
3575
- "hasDynamicHelp": false,
3576
- "multiple": false,
3577
- "type": "option"
3578
- },
3579
3397
  "json": {
3580
3398
  "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3581
3399
  "name": "json",
@@ -3588,11 +3406,25 @@
3588
3406
  "noCacheDefault": true,
3589
3407
  "allowNo": false,
3590
3408
  "type": "boolean"
3409
+ },
3410
+ "offset": {
3411
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
3412
+ "name": "offset",
3413
+ "hasDynamicHelp": false,
3414
+ "multiple": false,
3415
+ "type": "option"
3416
+ },
3417
+ "limit": {
3418
+ "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
3419
+ "name": "limit",
3420
+ "hasDynamicHelp": false,
3421
+ "multiple": false,
3422
+ "type": "option"
3591
3423
  }
3592
3424
  },
3593
3425
  "hasDynamicHelp": false,
3594
3426
  "hiddenAliases": [],
3595
- "id": "channel:pause",
3427
+ "id": "channel:view",
3596
3428
  "pluginAlias": "eas-cli",
3597
3429
  "pluginName": "eas-cli",
3598
3430
  "pluginType": "core",
@@ -3647,27 +3479,20 @@
3647
3479
  "build",
3648
3480
  "commands",
3649
3481
  "channel",
3650
- "pause.js"
3482
+ "view.js"
3651
3483
  ]
3652
3484
  },
3653
- "channel:resume": {
3485
+ "branch:create": {
3654
3486
  "aliases": [],
3655
3487
  "args": {
3656
3488
  "name": {
3657
- "description": "Name of the channel to edit",
3489
+ "description": "Name of the branch to create",
3658
3490
  "name": "name",
3659
3491
  "required": false
3660
3492
  }
3661
3493
  },
3662
- "description": "resume a channel to start sending updates",
3494
+ "description": "create a branch",
3663
3495
  "flags": {
3664
- "branch": {
3665
- "description": "Name of the branch to point to",
3666
- "name": "branch",
3667
- "hasDynamicHelp": false,
3668
- "multiple": false,
3669
- "type": "option"
3670
- },
3671
3496
  "json": {
3672
3497
  "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3673
3498
  "name": "json",
@@ -3684,7 +3509,7 @@
3684
3509
  },
3685
3510
  "hasDynamicHelp": false,
3686
3511
  "hiddenAliases": [],
3687
- "id": "channel:resume",
3512
+ "id": "branch:create",
3688
3513
  "pluginAlias": "eas-cli",
3689
3514
  "pluginName": "eas-cli",
3690
3515
  "pluginType": "core",
@@ -3732,103 +3557,28 @@
3732
3557
  },
3733
3558
  "contextDefinition": {
3734
3559
  "projectId": {},
3735
- "loggedIn": {}
3560
+ "loggedIn": {},
3561
+ "vcsClient": {}
3736
3562
  },
3737
3563
  "isESM": false,
3738
3564
  "relativePath": [
3739
3565
  "build",
3740
3566
  "commands",
3741
- "channel",
3742
- "resume.js"
3567
+ "branch",
3568
+ "create.js"
3743
3569
  ]
3744
3570
  },
3745
- "channel:rollout": {
3571
+ "branch:delete": {
3746
3572
  "aliases": [],
3747
3573
  "args": {
3748
- "channel": {
3749
- "description": "channel on which the rollout should be done",
3750
- "name": "channel"
3574
+ "name": {
3575
+ "description": "Name of the branch to delete",
3576
+ "name": "name",
3577
+ "required": false
3751
3578
  }
3752
3579
  },
3753
- "description": "Roll a new branch out on a channel incrementally.",
3580
+ "description": "delete a branch",
3754
3581
  "flags": {
3755
- "action": {
3756
- "description": "Rollout action to perform",
3757
- "name": "action",
3758
- "relationships": [
3759
- {
3760
- "type": "all",
3761
- "flags": [
3762
- {
3763
- "name": "percent"
3764
- },
3765
- {
3766
- "name": "outcome"
3767
- },
3768
- {
3769
- "name": "branch"
3770
- },
3771
- {
3772
- "name": "runtime-version"
3773
- }
3774
- ]
3775
- }
3776
- ],
3777
- "required": false,
3778
- "hasDynamicHelp": false,
3779
- "multiple": false,
3780
- "options": [
3781
- "create",
3782
- "edit",
3783
- "end",
3784
- "view"
3785
- ],
3786
- "type": "option"
3787
- },
3788
- "percent": {
3789
- "description": "Percent of users to send to the new branch. Use with --action=edit or --action=create",
3790
- "name": "percent",
3791
- "required": false,
3792
- "hasDynamicHelp": false,
3793
- "multiple": false,
3794
- "type": "option"
3795
- },
3796
- "outcome": {
3797
- "description": "End outcome of rollout. Use with --action=end",
3798
- "name": "outcome",
3799
- "required": false,
3800
- "hasDynamicHelp": false,
3801
- "multiple": false,
3802
- "options": [
3803
- "republish-and-revert",
3804
- "revert"
3805
- ],
3806
- "type": "option"
3807
- },
3808
- "branch": {
3809
- "description": "Branch to roll out. Use with --action=create",
3810
- "name": "branch",
3811
- "required": false,
3812
- "hasDynamicHelp": false,
3813
- "multiple": false,
3814
- "type": "option"
3815
- },
3816
- "runtime-version": {
3817
- "description": "Runtime version to target. Use with --action=create",
3818
- "name": "runtime-version",
3819
- "required": false,
3820
- "hasDynamicHelp": false,
3821
- "multiple": false,
3822
- "type": "option"
3823
- },
3824
- "private-key-path": {
3825
- "description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/",
3826
- "name": "private-key-path",
3827
- "required": false,
3828
- "hasDynamicHelp": false,
3829
- "multiple": false,
3830
- "type": "option"
3831
- },
3832
3582
  "json": {
3833
3583
  "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3834
3584
  "name": "json",
@@ -3845,7 +3595,7 @@
3845
3595
  },
3846
3596
  "hasDynamicHelp": false,
3847
3597
  "hiddenAliases": [],
3848
- "id": "channel:rollout",
3598
+ "id": "branch:delete",
3849
3599
  "pluginAlias": "eas-cli",
3850
3600
  "pluginName": "eas-cli",
3851
3601
  "pluginType": "core",
@@ -3892,42 +3642,22 @@
3892
3642
  }
3893
3643
  },
3894
3644
  "contextDefinition": {
3895
- "loggedIn": {},
3896
- "privateProjectConfig": {},
3897
- "vcsClient": {}
3645
+ "projectId": {},
3646
+ "loggedIn": {}
3898
3647
  },
3899
3648
  "isESM": false,
3900
3649
  "relativePath": [
3901
3650
  "build",
3902
3651
  "commands",
3903
- "channel",
3904
- "rollout.js"
3652
+ "branch",
3653
+ "delete.js"
3905
3654
  ]
3906
3655
  },
3907
- "channel:view": {
3908
- "aliases": [],
3909
- "args": {
3910
- "name": {
3911
- "description": "Name of the channel to view",
3912
- "name": "name",
3913
- "required": false
3914
- }
3915
- },
3916
- "description": "view a channel",
3656
+ "branch:list": {
3657
+ "aliases": [],
3658
+ "args": {},
3659
+ "description": "list all branches",
3917
3660
  "flags": {
3918
- "json": {
3919
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3920
- "name": "json",
3921
- "allowNo": false,
3922
- "type": "boolean"
3923
- },
3924
- "non-interactive": {
3925
- "description": "Run the command in non-interactive mode.",
3926
- "name": "non-interactive",
3927
- "noCacheDefault": true,
3928
- "allowNo": false,
3929
- "type": "boolean"
3930
- },
3931
3661
  "offset": {
3932
3662
  "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
3933
3663
  "name": "offset",
@@ -3941,11 +3671,24 @@
3941
3671
  "hasDynamicHelp": false,
3942
3672
  "multiple": false,
3943
3673
  "type": "option"
3674
+ },
3675
+ "json": {
3676
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3677
+ "name": "json",
3678
+ "allowNo": false,
3679
+ "type": "boolean"
3680
+ },
3681
+ "non-interactive": {
3682
+ "description": "Run the command in non-interactive mode.",
3683
+ "name": "non-interactive",
3684
+ "noCacheDefault": true,
3685
+ "allowNo": false,
3686
+ "type": "boolean"
3944
3687
  }
3945
3688
  },
3946
3689
  "hasDynamicHelp": false,
3947
3690
  "hiddenAliases": [],
3948
- "id": "channel:view",
3691
+ "id": "branch:list",
3949
3692
  "pluginAlias": "eas-cli",
3950
3693
  "pluginName": "eas-cli",
3951
3694
  "pluginType": "core",
@@ -3999,39 +3742,19 @@
3999
3742
  "relativePath": [
4000
3743
  "build",
4001
3744
  "commands",
4002
- "channel",
4003
- "view.js"
3745
+ "branch",
3746
+ "list.js"
4004
3747
  ]
4005
3748
  },
4006
- "credentials:configure-build": {
3749
+ "branch:publish": {
4007
3750
  "aliases": [],
4008
3751
  "args": {},
4009
- "description": "Set up credentials for building your project.",
4010
- "flags": {
4011
- "platform": {
4012
- "char": "p",
4013
- "name": "platform",
4014
- "hasDynamicHelp": false,
4015
- "multiple": false,
4016
- "options": [
4017
- "android",
4018
- "ios"
4019
- ],
4020
- "type": "option"
4021
- },
4022
- "profile": {
4023
- "char": "e",
4024
- "description": "The name of the build profile in eas.json.",
4025
- "name": "profile",
4026
- "hasDynamicHelp": false,
4027
- "helpValue": "PROFILE_NAME",
4028
- "multiple": false,
4029
- "type": "option"
4030
- }
4031
- },
3752
+ "description": "deprecated, use \"eas update\"",
3753
+ "flags": {},
4032
3754
  "hasDynamicHelp": false,
3755
+ "hidden": true,
4033
3756
  "hiddenAliases": [],
4034
- "id": "credentials:configure-build",
3757
+ "id": "branch:publish",
4035
3758
  "pluginAlias": "eas-cli",
4036
3759
  "pluginName": "eas-cli",
4037
3760
  "pluginType": "core",
@@ -4077,42 +3800,53 @@
4077
3800
  "projectId": {}
4078
3801
  }
4079
3802
  },
4080
- "contextDefinition": {
4081
- "loggedIn": {},
4082
- "privateProjectConfig": {},
4083
- "getDynamicPublicProjectConfigAsync": {},
4084
- "getDynamicPrivateProjectConfigAsync": {},
4085
- "analytics": {},
4086
- "vcsClient": {}
4087
- },
3803
+ "contextDefinition": {},
4088
3804
  "isESM": false,
4089
3805
  "relativePath": [
4090
3806
  "build",
4091
3807
  "commands",
4092
- "credentials",
4093
- "configure-build.js"
3808
+ "branch",
3809
+ "publish.js"
4094
3810
  ]
4095
3811
  },
4096
- "credentials": {
3812
+ "branch:rename": {
4097
3813
  "aliases": [],
4098
3814
  "args": {},
4099
- "description": "manage credentials",
3815
+ "description": "rename a branch",
4100
3816
  "flags": {
4101
- "platform": {
4102
- "char": "p",
4103
- "name": "platform",
3817
+ "from": {
3818
+ "description": "current name of the branch.",
3819
+ "name": "from",
3820
+ "required": false,
3821
+ "hasDynamicHelp": false,
3822
+ "multiple": false,
3823
+ "type": "option"
3824
+ },
3825
+ "to": {
3826
+ "description": "new name of the branch.",
3827
+ "name": "to",
3828
+ "required": false,
4104
3829
  "hasDynamicHelp": false,
4105
3830
  "multiple": false,
4106
- "options": [
4107
- "android",
4108
- "ios"
4109
- ],
4110
3831
  "type": "option"
3832
+ },
3833
+ "json": {
3834
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3835
+ "name": "json",
3836
+ "allowNo": false,
3837
+ "type": "boolean"
3838
+ },
3839
+ "non-interactive": {
3840
+ "description": "Run the command in non-interactive mode.",
3841
+ "name": "non-interactive",
3842
+ "noCacheDefault": true,
3843
+ "allowNo": false,
3844
+ "type": "boolean"
4111
3845
  }
4112
3846
  },
4113
3847
  "hasDynamicHelp": false,
4114
3848
  "hiddenAliases": [],
4115
- "id": "credentials",
3849
+ "id": "branch:rename",
4116
3850
  "pluginAlias": "eas-cli",
4117
3851
  "pluginName": "eas-cli",
4118
3852
  "pluginType": "core",
@@ -4159,32 +3893,42 @@
4159
3893
  }
4160
3894
  },
4161
3895
  "contextDefinition": {
4162
- "loggedIn": {},
4163
- "optionalPrivateProjectConfig": {},
4164
- "getDynamicPublicProjectConfigAsync": {},
4165
- "getDynamicPrivateProjectConfigAsync": {},
4166
- "analytics": {},
4167
- "vcsClient": {}
3896
+ "projectId": {},
3897
+ "loggedIn": {}
4168
3898
  },
4169
3899
  "isESM": false,
4170
3900
  "relativePath": [
4171
3901
  "build",
4172
3902
  "commands",
4173
- "credentials",
4174
- "index.js"
3903
+ "branch",
3904
+ "rename.js"
4175
3905
  ]
4176
3906
  },
4177
- "deploy:delete": {
4178
- "aliases": [
4179
- "worker:delete"
4180
- ],
3907
+ "branch:view": {
3908
+ "aliases": [],
4181
3909
  "args": {
4182
- "DEPLOYMENT_ID": {
4183
- "name": "DEPLOYMENT_ID"
3910
+ "name": {
3911
+ "description": "Name of the branch to view",
3912
+ "name": "name",
3913
+ "required": false
4184
3914
  }
4185
3915
  },
4186
- "description": "Delete a deployment.",
3916
+ "description": "view a branch",
4187
3917
  "flags": {
3918
+ "offset": {
3919
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
3920
+ "name": "offset",
3921
+ "hasDynamicHelp": false,
3922
+ "multiple": false,
3923
+ "type": "option"
3924
+ },
3925
+ "limit": {
3926
+ "description": "The number of items to fetch each query. Defaults to 25 and is capped at 50.",
3927
+ "name": "limit",
3928
+ "hasDynamicHelp": false,
3929
+ "multiple": false,
3930
+ "type": "option"
3931
+ },
4188
3932
  "json": {
4189
3933
  "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
4190
3934
  "name": "json",
@@ -4201,11 +3945,10 @@
4201
3945
  },
4202
3946
  "hasDynamicHelp": false,
4203
3947
  "hiddenAliases": [],
4204
- "id": "deploy:delete",
3948
+ "id": "branch:view",
4205
3949
  "pluginAlias": "eas-cli",
4206
3950
  "pluginName": "eas-cli",
4207
3951
  "pluginType": "core",
4208
- "state": "preview",
4209
3952
  "strict": true,
4210
3953
  "enableJsonFlag": false,
4211
3954
  "ContextOptions": {
@@ -4249,105 +3992,131 @@
4249
3992
  }
4250
3993
  },
4251
3994
  "contextDefinition": {
4252
- "getDynamicPublicProjectConfigAsync": {},
4253
- "getDynamicPrivateProjectConfigAsync": {},
4254
- "projectDir": {},
3995
+ "projectId": {},
4255
3996
  "loggedIn": {}
4256
3997
  },
4257
3998
  "isESM": false,
4258
3999
  "relativePath": [
4259
4000
  "build",
4260
4001
  "commands",
4261
- "deploy",
4262
- "delete.js"
4002
+ "branch",
4003
+ "view.js"
4263
4004
  ]
4264
4005
  },
4265
- "deploy": {
4266
- "aliases": [
4267
- "worker:deploy"
4268
- ],
4006
+ "credentials:configure-build": {
4007
+ "aliases": [],
4269
4008
  "args": {},
4270
- "description": "deploy your Expo Router web build and API Routes",
4009
+ "description": "Set up credentials for building your project.",
4271
4010
  "flags": {
4272
- "prod": {
4273
- "aliases": [
4274
- "production"
4275
- ],
4276
- "description": "Create a new production deployment.",
4277
- "name": "prod",
4278
- "allowNo": false,
4279
- "type": "boolean"
4280
- },
4281
- "alias": {
4282
- "description": "Custom alias to assign to the new deployment.",
4283
- "name": "alias",
4011
+ "platform": {
4012
+ "char": "p",
4013
+ "name": "platform",
4284
4014
  "hasDynamicHelp": false,
4285
- "helpValue": "name",
4286
4015
  "multiple": false,
4016
+ "options": [
4017
+ "android",
4018
+ "ios"
4019
+ ],
4287
4020
  "type": "option"
4288
4021
  },
4289
- "id": {
4290
- "description": "Custom unique identifier for the new deployment.",
4291
- "name": "id",
4022
+ "profile": {
4023
+ "char": "e",
4024
+ "description": "The name of the build profile in eas.json.",
4025
+ "name": "profile",
4292
4026
  "hasDynamicHelp": false,
4293
- "helpValue": "xyz123",
4027
+ "helpValue": "PROFILE_NAME",
4294
4028
  "multiple": false,
4295
4029
  "type": "option"
4030
+ }
4031
+ },
4032
+ "hasDynamicHelp": false,
4033
+ "hiddenAliases": [],
4034
+ "id": "credentials:configure-build",
4035
+ "pluginAlias": "eas-cli",
4036
+ "pluginName": "eas-cli",
4037
+ "pluginType": "core",
4038
+ "strict": true,
4039
+ "enableJsonFlag": false,
4040
+ "ContextOptions": {
4041
+ "LoggedIn": {
4042
+ "loggedIn": {}
4296
4043
  },
4297
- "export-dir": {
4298
- "description": "Directory where the Expo project was exported.",
4299
- "name": "export-dir",
4300
- "default": "dist",
4301
- "hasDynamicHelp": false,
4302
- "helpValue": "dir",
4303
- "multiple": false,
4304
- "type": "option"
4044
+ "MaybeLoggedIn": {
4045
+ "maybeLoggedIn": {}
4305
4046
  },
4306
- "dry-run": {
4307
- "description": "Outputs a tarball of the new deployment instead of uploading it.",
4308
- "name": "dry-run",
4309
- "allowNo": false,
4310
- "type": "boolean"
4047
+ "DynamicLoggedIn": {
4048
+ "getDynamicLoggedInAsync": {}
4049
+ },
4050
+ "SessionManagment": {
4051
+ "sessionManager": {}
4052
+ },
4053
+ "OptionalProjectConfig": {
4054
+ "optionalPrivateProjectConfig": {}
4055
+ },
4056
+ "ProjectDir": {
4057
+ "projectDir": {}
4058
+ },
4059
+ "DynamicProjectConfig": {
4060
+ "getDynamicPublicProjectConfigAsync": {},
4061
+ "getDynamicPrivateProjectConfigAsync": {}
4062
+ },
4063
+ "ProjectConfig": {
4064
+ "loggedIn": {},
4065
+ "privateProjectConfig": {}
4066
+ },
4067
+ "Analytics": {
4068
+ "analytics": {}
4069
+ },
4070
+ "Vcs": {
4071
+ "vcsClient": {}
4311
4072
  },
4312
- "source-maps": {
4313
- "description": "Include source maps in the deployment.",
4314
- "name": "source-maps",
4315
- "allowNo": true,
4316
- "type": "boolean"
4073
+ "ServerSideEnvironmentVariables": {
4074
+ "getServerSideEnvironmentVariablesAsync": {}
4317
4075
  },
4318
- "environment": {
4319
- "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
4320
- "name": "environment",
4076
+ "ProjectId": {
4077
+ "projectId": {}
4078
+ }
4079
+ },
4080
+ "contextDefinition": {
4081
+ "loggedIn": {},
4082
+ "privateProjectConfig": {},
4083
+ "getDynamicPublicProjectConfigAsync": {},
4084
+ "getDynamicPrivateProjectConfigAsync": {},
4085
+ "analytics": {},
4086
+ "vcsClient": {}
4087
+ },
4088
+ "isESM": false,
4089
+ "relativePath": [
4090
+ "build",
4091
+ "commands",
4092
+ "credentials",
4093
+ "configure-build.js"
4094
+ ]
4095
+ },
4096
+ "credentials": {
4097
+ "aliases": [],
4098
+ "args": {},
4099
+ "description": "manage credentials",
4100
+ "flags": {
4101
+ "platform": {
4102
+ "char": "p",
4103
+ "name": "platform",
4321
4104
  "hasDynamicHelp": false,
4322
4105
  "multiple": false,
4106
+ "options": [
4107
+ "android",
4108
+ "ios"
4109
+ ],
4323
4110
  "type": "option"
4324
- },
4325
- "json": {
4326
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
4327
- "name": "json",
4328
- "allowNo": false,
4329
- "type": "boolean"
4330
- },
4331
- "non-interactive": {
4332
- "description": "Run the command in non-interactive mode.",
4333
- "name": "non-interactive",
4334
- "noCacheDefault": true,
4335
- "allowNo": false,
4336
- "type": "boolean"
4337
4111
  }
4338
4112
  },
4339
4113
  "hasDynamicHelp": false,
4340
4114
  "hiddenAliases": [],
4341
- "id": "deploy",
4115
+ "id": "credentials",
4342
4116
  "pluginAlias": "eas-cli",
4343
4117
  "pluginName": "eas-cli",
4344
4118
  "pluginType": "core",
4345
- "state": "preview",
4346
4119
  "strict": true,
4347
- "usage": [
4348
- "deploy [options]",
4349
- "deploy --prod"
4350
- ],
4351
4120
  "enableJsonFlag": false,
4352
4121
  "ContextOptions": {
4353
4122
  "LoggedIn": {
@@ -4390,16 +4159,18 @@
4390
4159
  }
4391
4160
  },
4392
4161
  "contextDefinition": {
4162
+ "loggedIn": {},
4163
+ "optionalPrivateProjectConfig": {},
4393
4164
  "getDynamicPublicProjectConfigAsync": {},
4394
4165
  "getDynamicPrivateProjectConfigAsync": {},
4395
- "projectDir": {},
4396
- "loggedIn": {}
4166
+ "analytics": {},
4167
+ "vcsClient": {}
4397
4168
  },
4398
4169
  "isESM": false,
4399
4170
  "relativePath": [
4400
4171
  "build",
4401
4172
  "commands",
4402
- "deploy",
4173
+ "credentials",
4403
4174
  "index.js"
4404
4175
  ]
4405
4176
  },
@@ -5988,31 +5759,38 @@
5988
5759
  "generate.js"
5989
5760
  ]
5990
5761
  },
5991
- "metadata:lint": {
5992
- "aliases": [],
5993
- "args": {},
5994
- "description": "validate the local store configuration",
5762
+ "deploy:delete": {
5763
+ "aliases": [
5764
+ "worker:delete"
5765
+ ],
5766
+ "args": {
5767
+ "DEPLOYMENT_ID": {
5768
+ "name": "DEPLOYMENT_ID"
5769
+ }
5770
+ },
5771
+ "description": "Delete a deployment.",
5995
5772
  "flags": {
5996
5773
  "json": {
5997
- "description": "Enable JSON output, non-JSON messages will be printed to stderr",
5774
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
5998
5775
  "name": "json",
5999
5776
  "allowNo": false,
6000
5777
  "type": "boolean"
6001
5778
  },
6002
- "profile": {
6003
- "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
6004
- "name": "profile",
6005
- "hasDynamicHelp": false,
6006
- "multiple": false,
6007
- "type": "option"
5779
+ "non-interactive": {
5780
+ "description": "Run the command in non-interactive mode.",
5781
+ "name": "non-interactive",
5782
+ "noCacheDefault": true,
5783
+ "allowNo": false,
5784
+ "type": "boolean"
6008
5785
  }
6009
5786
  },
6010
5787
  "hasDynamicHelp": false,
6011
5788
  "hiddenAliases": [],
6012
- "id": "metadata:lint",
5789
+ "id": "deploy:delete",
6013
5790
  "pluginAlias": "eas-cli",
6014
5791
  "pluginName": "eas-cli",
6015
5792
  "pluginType": "core",
5793
+ "state": "preview",
6016
5794
  "strict": true,
6017
5795
  "enableJsonFlag": false,
6018
5796
  "ContextOptions": {
@@ -6056,112 +5834,85 @@
6056
5834
  }
6057
5835
  },
6058
5836
  "contextDefinition": {
6059
- "projectDir": {}
5837
+ "getDynamicPublicProjectConfigAsync": {},
5838
+ "getDynamicPrivateProjectConfigAsync": {},
5839
+ "projectDir": {},
5840
+ "loggedIn": {}
6060
5841
  },
6061
5842
  "isESM": false,
6062
5843
  "relativePath": [
6063
5844
  "build",
6064
5845
  "commands",
6065
- "metadata",
6066
- "lint.js"
5846
+ "deploy",
5847
+ "delete.js"
6067
5848
  ]
6068
5849
  },
6069
- "metadata:pull": {
6070
- "aliases": [],
5850
+ "deploy": {
5851
+ "aliases": [
5852
+ "worker:deploy"
5853
+ ],
6071
5854
  "args": {},
6072
- "description": "generate the local store configuration from the app stores",
5855
+ "description": "deploy your Expo Router web build and API Routes",
6073
5856
  "flags": {
6074
- "profile": {
6075
- "char": "e",
6076
- "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
6077
- "name": "profile",
6078
- "hasDynamicHelp": false,
6079
- "multiple": false,
6080
- "type": "option"
6081
- },
6082
- "non-interactive": {
6083
- "description": "Run the command in non-interactive mode.",
6084
- "name": "non-interactive",
6085
- "noCacheDefault": true,
5857
+ "prod": {
5858
+ "aliases": [
5859
+ "production"
5860
+ ],
5861
+ "description": "Create a new production deployment.",
5862
+ "name": "prod",
6086
5863
  "allowNo": false,
6087
5864
  "type": "boolean"
6088
- }
6089
- },
6090
- "hasDynamicHelp": false,
6091
- "hiddenAliases": [],
6092
- "id": "metadata:pull",
6093
- "pluginAlias": "eas-cli",
6094
- "pluginName": "eas-cli",
6095
- "pluginType": "core",
6096
- "strict": true,
6097
- "enableJsonFlag": false,
6098
- "ContextOptions": {
6099
- "LoggedIn": {
6100
- "loggedIn": {}
6101
- },
6102
- "MaybeLoggedIn": {
6103
- "maybeLoggedIn": {}
6104
- },
6105
- "DynamicLoggedIn": {
6106
- "getDynamicLoggedInAsync": {}
6107
- },
6108
- "SessionManagment": {
6109
- "sessionManager": {}
6110
- },
6111
- "OptionalProjectConfig": {
6112
- "optionalPrivateProjectConfig": {}
6113
- },
6114
- "ProjectDir": {
6115
- "projectDir": {}
6116
5865
  },
6117
- "DynamicProjectConfig": {
6118
- "getDynamicPublicProjectConfigAsync": {},
6119
- "getDynamicPrivateProjectConfigAsync": {}
5866
+ "alias": {
5867
+ "description": "Custom alias to assign to the new deployment.",
5868
+ "name": "alias",
5869
+ "hasDynamicHelp": false,
5870
+ "helpValue": "name",
5871
+ "multiple": false,
5872
+ "type": "option"
6120
5873
  },
6121
- "ProjectConfig": {
6122
- "loggedIn": {},
6123
- "privateProjectConfig": {}
5874
+ "id": {
5875
+ "description": "Custom unique identifier for the new deployment.",
5876
+ "name": "id",
5877
+ "hasDynamicHelp": false,
5878
+ "helpValue": "xyz123",
5879
+ "multiple": false,
5880
+ "type": "option"
6124
5881
  },
6125
- "Analytics": {
6126
- "analytics": {}
5882
+ "export-dir": {
5883
+ "description": "Directory where the Expo project was exported.",
5884
+ "name": "export-dir",
5885
+ "default": "dist",
5886
+ "hasDynamicHelp": false,
5887
+ "helpValue": "dir",
5888
+ "multiple": false,
5889
+ "type": "option"
6127
5890
  },
6128
- "Vcs": {
6129
- "vcsClient": {}
5891
+ "dry-run": {
5892
+ "description": "Outputs a tarball of the new deployment instead of uploading it.",
5893
+ "name": "dry-run",
5894
+ "allowNo": false,
5895
+ "type": "boolean"
6130
5896
  },
6131
- "ServerSideEnvironmentVariables": {
6132
- "getServerSideEnvironmentVariablesAsync": {}
5897
+ "source-maps": {
5898
+ "description": "Include source maps in the deployment.",
5899
+ "name": "source-maps",
5900
+ "allowNo": true,
5901
+ "type": "boolean"
6133
5902
  },
6134
- "ProjectId": {
6135
- "projectId": {}
6136
- }
6137
- },
6138
- "contextDefinition": {
6139
- "loggedIn": {},
6140
- "privateProjectConfig": {},
6141
- "analytics": {},
6142
- "vcsClient": {}
6143
- },
6144
- "isESM": false,
6145
- "relativePath": [
6146
- "build",
6147
- "commands",
6148
- "metadata",
6149
- "pull.js"
6150
- ]
6151
- },
6152
- "metadata:push": {
6153
- "aliases": [],
6154
- "args": {},
6155
- "description": "sync the local store configuration to the app stores",
6156
- "flags": {
6157
- "profile": {
6158
- "char": "e",
6159
- "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
6160
- "name": "profile",
5903
+ "environment": {
5904
+ "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
5905
+ "name": "environment",
6161
5906
  "hasDynamicHelp": false,
6162
5907
  "multiple": false,
6163
5908
  "type": "option"
6164
5909
  },
5910
+ "json": {
5911
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
5912
+ "name": "json",
5913
+ "allowNo": false,
5914
+ "type": "boolean"
5915
+ },
6165
5916
  "non-interactive": {
6166
5917
  "description": "Run the command in non-interactive mode.",
6167
5918
  "name": "non-interactive",
@@ -6172,11 +5923,16 @@
6172
5923
  },
6173
5924
  "hasDynamicHelp": false,
6174
5925
  "hiddenAliases": [],
6175
- "id": "metadata:push",
5926
+ "id": "deploy",
6176
5927
  "pluginAlias": "eas-cli",
6177
5928
  "pluginName": "eas-cli",
6178
5929
  "pluginType": "core",
5930
+ "state": "preview",
6179
5931
  "strict": true,
5932
+ "usage": [
5933
+ "deploy [options]",
5934
+ "deploy --prod"
5935
+ ],
6180
5936
  "enableJsonFlag": false,
6181
5937
  "ContextOptions": {
6182
5938
  "LoggedIn": {
@@ -6219,17 +5975,17 @@
6219
5975
  }
6220
5976
  },
6221
5977
  "contextDefinition": {
6222
- "loggedIn": {},
6223
- "privateProjectConfig": {},
6224
- "analytics": {},
6225
- "vcsClient": {}
5978
+ "getDynamicPublicProjectConfigAsync": {},
5979
+ "getDynamicPrivateProjectConfigAsync": {},
5980
+ "projectDir": {},
5981
+ "loggedIn": {}
6226
5982
  },
6227
5983
  "isESM": false,
6228
5984
  "relativePath": [
6229
5985
  "build",
6230
5986
  "commands",
6231
- "metadata",
6232
- "push.js"
5987
+ "deploy",
5988
+ "index.js"
6233
5989
  ]
6234
5990
  },
6235
5991
  "observe:events": {
@@ -6857,40 +6613,335 @@
6857
6613
  "multiple": false,
6858
6614
  "type": "option"
6859
6615
  },
6860
- "update-id": {
6861
- "description": "Filter by EAS update ID",
6862
- "name": "update-id",
6616
+ "update-id": {
6617
+ "description": "Filter by EAS update ID",
6618
+ "name": "update-id",
6619
+ "hasDynamicHelp": false,
6620
+ "multiple": false,
6621
+ "type": "option"
6622
+ },
6623
+ "build-number": {
6624
+ "description": "Filter by app build number",
6625
+ "name": "build-number",
6626
+ "hasDynamicHelp": false,
6627
+ "multiple": false,
6628
+ "type": "option"
6629
+ },
6630
+ "route-name": {
6631
+ "description": "Filter by route name (can be specified multiple times to include several routes)",
6632
+ "name": "route-name",
6633
+ "hasDynamicHelp": false,
6634
+ "multiple": true,
6635
+ "type": "option"
6636
+ },
6637
+ "project-id": {
6638
+ "description": "EAS project ID (defaults to the project ID of the current directory)",
6639
+ "name": "project-id",
6640
+ "hasDynamicHelp": false,
6641
+ "multiple": false,
6642
+ "type": "option"
6643
+ },
6644
+ "json": {
6645
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
6646
+ "name": "json",
6647
+ "allowNo": false,
6648
+ "type": "boolean"
6649
+ },
6650
+ "non-interactive": {
6651
+ "description": "Run the command in non-interactive mode.",
6652
+ "name": "non-interactive",
6653
+ "noCacheDefault": true,
6654
+ "allowNo": false,
6655
+ "type": "boolean"
6656
+ }
6657
+ },
6658
+ "hasDynamicHelp": false,
6659
+ "hidden": true,
6660
+ "hiddenAliases": [],
6661
+ "id": "observe:routes",
6662
+ "pluginAlias": "eas-cli",
6663
+ "pluginName": "eas-cli",
6664
+ "pluginType": "core",
6665
+ "strict": true,
6666
+ "enableJsonFlag": false,
6667
+ "ContextOptions": {
6668
+ "LoggedIn": {
6669
+ "loggedIn": {}
6670
+ },
6671
+ "MaybeLoggedIn": {
6672
+ "maybeLoggedIn": {}
6673
+ },
6674
+ "DynamicLoggedIn": {
6675
+ "getDynamicLoggedInAsync": {}
6676
+ },
6677
+ "SessionManagment": {
6678
+ "sessionManager": {}
6679
+ },
6680
+ "OptionalProjectConfig": {
6681
+ "optionalPrivateProjectConfig": {}
6682
+ },
6683
+ "ProjectDir": {
6684
+ "projectDir": {}
6685
+ },
6686
+ "DynamicProjectConfig": {
6687
+ "getDynamicPublicProjectConfigAsync": {},
6688
+ "getDynamicPrivateProjectConfigAsync": {}
6689
+ },
6690
+ "ProjectConfig": {
6691
+ "loggedIn": {},
6692
+ "privateProjectConfig": {}
6693
+ },
6694
+ "Analytics": {
6695
+ "analytics": {}
6696
+ },
6697
+ "Vcs": {
6698
+ "vcsClient": {}
6699
+ },
6700
+ "ServerSideEnvironmentVariables": {
6701
+ "getServerSideEnvironmentVariablesAsync": {}
6702
+ },
6703
+ "ProjectId": {
6704
+ "projectId": {}
6705
+ }
6706
+ },
6707
+ "contextDefinition": {
6708
+ "projectId": {},
6709
+ "loggedIn": {}
6710
+ },
6711
+ "loggedInOnlyContextDefinition": {
6712
+ "loggedIn": {}
6713
+ },
6714
+ "isESM": false,
6715
+ "relativePath": [
6716
+ "build",
6717
+ "commands",
6718
+ "observe",
6719
+ "routes.js"
6720
+ ]
6721
+ },
6722
+ "observe:versions": {
6723
+ "aliases": [],
6724
+ "args": {},
6725
+ "description": "display app versions with build and update details",
6726
+ "flags": {
6727
+ "platform": {
6728
+ "description": "Filter by platform",
6729
+ "name": "platform",
6730
+ "hasDynamicHelp": false,
6731
+ "multiple": false,
6732
+ "options": [
6733
+ "android",
6734
+ "ios"
6735
+ ],
6736
+ "type": "option"
6737
+ },
6738
+ "start": {
6739
+ "description": "Start of time range (ISO date)",
6740
+ "exclusive": [
6741
+ "days"
6742
+ ],
6743
+ "name": "start",
6744
+ "hasDynamicHelp": false,
6745
+ "multiple": false,
6746
+ "type": "option"
6747
+ },
6748
+ "end": {
6749
+ "description": "End of time range (ISO date)",
6750
+ "exclusive": [
6751
+ "days"
6752
+ ],
6753
+ "name": "end",
6754
+ "hasDynamicHelp": false,
6755
+ "multiple": false,
6756
+ "type": "option"
6757
+ },
6758
+ "days": {
6759
+ "description": "Show results from the last N days (mutually exclusive with --start/--end)",
6760
+ "exclusive": [
6761
+ "start",
6762
+ "end"
6763
+ ],
6764
+ "name": "days",
6765
+ "hasDynamicHelp": false,
6766
+ "multiple": false,
6767
+ "type": "option"
6768
+ },
6769
+ "project-id": {
6770
+ "description": "EAS project ID (defaults to the project ID of the current directory)",
6771
+ "name": "project-id",
6772
+ "hasDynamicHelp": false,
6773
+ "multiple": false,
6774
+ "type": "option"
6775
+ },
6776
+ "json": {
6777
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
6778
+ "name": "json",
6779
+ "allowNo": false,
6780
+ "type": "boolean"
6781
+ },
6782
+ "non-interactive": {
6783
+ "description": "Run the command in non-interactive mode.",
6784
+ "name": "non-interactive",
6785
+ "noCacheDefault": true,
6786
+ "allowNo": false,
6787
+ "type": "boolean"
6788
+ }
6789
+ },
6790
+ "hasDynamicHelp": false,
6791
+ "hidden": true,
6792
+ "hiddenAliases": [],
6793
+ "id": "observe:versions",
6794
+ "pluginAlias": "eas-cli",
6795
+ "pluginName": "eas-cli",
6796
+ "pluginType": "core",
6797
+ "strict": true,
6798
+ "enableJsonFlag": false,
6799
+ "ContextOptions": {
6800
+ "LoggedIn": {
6801
+ "loggedIn": {}
6802
+ },
6803
+ "MaybeLoggedIn": {
6804
+ "maybeLoggedIn": {}
6805
+ },
6806
+ "DynamicLoggedIn": {
6807
+ "getDynamicLoggedInAsync": {}
6808
+ },
6809
+ "SessionManagment": {
6810
+ "sessionManager": {}
6811
+ },
6812
+ "OptionalProjectConfig": {
6813
+ "optionalPrivateProjectConfig": {}
6814
+ },
6815
+ "ProjectDir": {
6816
+ "projectDir": {}
6817
+ },
6818
+ "DynamicProjectConfig": {
6819
+ "getDynamicPublicProjectConfigAsync": {},
6820
+ "getDynamicPrivateProjectConfigAsync": {}
6821
+ },
6822
+ "ProjectConfig": {
6823
+ "loggedIn": {},
6824
+ "privateProjectConfig": {}
6825
+ },
6826
+ "Analytics": {
6827
+ "analytics": {}
6828
+ },
6829
+ "Vcs": {
6830
+ "vcsClient": {}
6831
+ },
6832
+ "ServerSideEnvironmentVariables": {
6833
+ "getServerSideEnvironmentVariablesAsync": {}
6834
+ },
6835
+ "ProjectId": {
6836
+ "projectId": {}
6837
+ }
6838
+ },
6839
+ "contextDefinition": {
6840
+ "projectId": {},
6841
+ "loggedIn": {}
6842
+ },
6843
+ "loggedInOnlyContextDefinition": {
6844
+ "loggedIn": {}
6845
+ },
6846
+ "isESM": false,
6847
+ "relativePath": [
6848
+ "build",
6849
+ "commands",
6850
+ "observe",
6851
+ "versions.js"
6852
+ ]
6853
+ },
6854
+ "metadata:lint": {
6855
+ "aliases": [],
6856
+ "args": {},
6857
+ "description": "validate the local store configuration",
6858
+ "flags": {
6859
+ "json": {
6860
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr",
6861
+ "name": "json",
6862
+ "allowNo": false,
6863
+ "type": "boolean"
6864
+ },
6865
+ "profile": {
6866
+ "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
6867
+ "name": "profile",
6863
6868
  "hasDynamicHelp": false,
6864
6869
  "multiple": false,
6865
6870
  "type": "option"
6871
+ }
6872
+ },
6873
+ "hasDynamicHelp": false,
6874
+ "hiddenAliases": [],
6875
+ "id": "metadata:lint",
6876
+ "pluginAlias": "eas-cli",
6877
+ "pluginName": "eas-cli",
6878
+ "pluginType": "core",
6879
+ "strict": true,
6880
+ "enableJsonFlag": false,
6881
+ "ContextOptions": {
6882
+ "LoggedIn": {
6883
+ "loggedIn": {}
6866
6884
  },
6867
- "build-number": {
6868
- "description": "Filter by app build number",
6869
- "name": "build-number",
6870
- "hasDynamicHelp": false,
6871
- "multiple": false,
6872
- "type": "option"
6885
+ "MaybeLoggedIn": {
6886
+ "maybeLoggedIn": {}
6873
6887
  },
6874
- "route-name": {
6875
- "description": "Filter by route name (can be specified multiple times to include several routes)",
6876
- "name": "route-name",
6877
- "hasDynamicHelp": false,
6878
- "multiple": true,
6879
- "type": "option"
6888
+ "DynamicLoggedIn": {
6889
+ "getDynamicLoggedInAsync": {}
6880
6890
  },
6881
- "project-id": {
6882
- "description": "EAS project ID (defaults to the project ID of the current directory)",
6883
- "name": "project-id",
6891
+ "SessionManagment": {
6892
+ "sessionManager": {}
6893
+ },
6894
+ "OptionalProjectConfig": {
6895
+ "optionalPrivateProjectConfig": {}
6896
+ },
6897
+ "ProjectDir": {
6898
+ "projectDir": {}
6899
+ },
6900
+ "DynamicProjectConfig": {
6901
+ "getDynamicPublicProjectConfigAsync": {},
6902
+ "getDynamicPrivateProjectConfigAsync": {}
6903
+ },
6904
+ "ProjectConfig": {
6905
+ "loggedIn": {},
6906
+ "privateProjectConfig": {}
6907
+ },
6908
+ "Analytics": {
6909
+ "analytics": {}
6910
+ },
6911
+ "Vcs": {
6912
+ "vcsClient": {}
6913
+ },
6914
+ "ServerSideEnvironmentVariables": {
6915
+ "getServerSideEnvironmentVariablesAsync": {}
6916
+ },
6917
+ "ProjectId": {
6918
+ "projectId": {}
6919
+ }
6920
+ },
6921
+ "contextDefinition": {
6922
+ "projectDir": {}
6923
+ },
6924
+ "isESM": false,
6925
+ "relativePath": [
6926
+ "build",
6927
+ "commands",
6928
+ "metadata",
6929
+ "lint.js"
6930
+ ]
6931
+ },
6932
+ "metadata:pull": {
6933
+ "aliases": [],
6934
+ "args": {},
6935
+ "description": "generate the local store configuration from the app stores",
6936
+ "flags": {
6937
+ "profile": {
6938
+ "char": "e",
6939
+ "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
6940
+ "name": "profile",
6884
6941
  "hasDynamicHelp": false,
6885
6942
  "multiple": false,
6886
6943
  "type": "option"
6887
6944
  },
6888
- "json": {
6889
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
6890
- "name": "json",
6891
- "allowNo": false,
6892
- "type": "boolean"
6893
- },
6894
6945
  "non-interactive": {
6895
6946
  "description": "Run the command in non-interactive mode.",
6896
6947
  "name": "non-interactive",
@@ -6900,9 +6951,8 @@
6900
6951
  }
6901
6952
  },
6902
6953
  "hasDynamicHelp": false,
6903
- "hidden": true,
6904
6954
  "hiddenAliases": [],
6905
- "id": "observe:routes",
6955
+ "id": "metadata:pull",
6906
6956
  "pluginAlias": "eas-cli",
6907
6957
  "pluginName": "eas-cli",
6908
6958
  "pluginType": "core",
@@ -6949,80 +6999,32 @@
6949
6999
  }
6950
7000
  },
6951
7001
  "contextDefinition": {
6952
- "projectId": {},
6953
- "loggedIn": {}
6954
- },
6955
- "loggedInOnlyContextDefinition": {
6956
- "loggedIn": {}
7002
+ "loggedIn": {},
7003
+ "privateProjectConfig": {},
7004
+ "analytics": {},
7005
+ "vcsClient": {}
6957
7006
  },
6958
7007
  "isESM": false,
6959
7008
  "relativePath": [
6960
7009
  "build",
6961
7010
  "commands",
6962
- "observe",
6963
- "routes.js"
7011
+ "metadata",
7012
+ "pull.js"
6964
7013
  ]
6965
7014
  },
6966
- "observe:versions": {
7015
+ "metadata:push": {
6967
7016
  "aliases": [],
6968
7017
  "args": {},
6969
- "description": "display app versions with build and update details",
7018
+ "description": "sync the local store configuration to the app stores",
6970
7019
  "flags": {
6971
- "platform": {
6972
- "description": "Filter by platform",
6973
- "name": "platform",
6974
- "hasDynamicHelp": false,
6975
- "multiple": false,
6976
- "options": [
6977
- "android",
6978
- "ios"
6979
- ],
6980
- "type": "option"
6981
- },
6982
- "start": {
6983
- "description": "Start of time range (ISO date)",
6984
- "exclusive": [
6985
- "days"
6986
- ],
6987
- "name": "start",
6988
- "hasDynamicHelp": false,
6989
- "multiple": false,
6990
- "type": "option"
6991
- },
6992
- "end": {
6993
- "description": "End of time range (ISO date)",
6994
- "exclusive": [
6995
- "days"
6996
- ],
6997
- "name": "end",
6998
- "hasDynamicHelp": false,
6999
- "multiple": false,
7000
- "type": "option"
7001
- },
7002
- "days": {
7003
- "description": "Show results from the last N days (mutually exclusive with --start/--end)",
7004
- "exclusive": [
7005
- "start",
7006
- "end"
7007
- ],
7008
- "name": "days",
7009
- "hasDynamicHelp": false,
7010
- "multiple": false,
7011
- "type": "option"
7012
- },
7013
- "project-id": {
7014
- "description": "EAS project ID (defaults to the project ID of the current directory)",
7015
- "name": "project-id",
7020
+ "profile": {
7021
+ "char": "e",
7022
+ "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
7023
+ "name": "profile",
7016
7024
  "hasDynamicHelp": false,
7017
7025
  "multiple": false,
7018
7026
  "type": "option"
7019
7027
  },
7020
- "json": {
7021
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
7022
- "name": "json",
7023
- "allowNo": false,
7024
- "type": "boolean"
7025
- },
7026
7028
  "non-interactive": {
7027
7029
  "description": "Run the command in non-interactive mode.",
7028
7030
  "name": "non-interactive",
@@ -7032,9 +7034,8 @@
7032
7034
  }
7033
7035
  },
7034
7036
  "hasDynamicHelp": false,
7035
- "hidden": true,
7036
7037
  "hiddenAliases": [],
7037
- "id": "observe:versions",
7038
+ "id": "metadata:push",
7038
7039
  "pluginAlias": "eas-cli",
7039
7040
  "pluginName": "eas-cli",
7040
7041
  "pluginType": "core",
@@ -7081,18 +7082,17 @@
7081
7082
  }
7082
7083
  },
7083
7084
  "contextDefinition": {
7084
- "projectId": {},
7085
- "loggedIn": {}
7086
- },
7087
- "loggedInOnlyContextDefinition": {
7088
- "loggedIn": {}
7085
+ "loggedIn": {},
7086
+ "privateProjectConfig": {},
7087
+ "analytics": {},
7088
+ "vcsClient": {}
7089
7089
  },
7090
7090
  "isESM": false,
7091
7091
  "relativePath": [
7092
7092
  "build",
7093
7093
  "commands",
7094
- "observe",
7095
- "versions.js"
7094
+ "metadata",
7095
+ "push.js"
7096
7096
  ]
7097
7097
  },
7098
7098
  "project:info": {
@@ -7784,6 +7784,12 @@
7784
7784
  "multiple": false,
7785
7785
  "type": "option"
7786
7786
  },
7787
+ "json": {
7788
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
7789
+ "name": "json",
7790
+ "allowNo": false,
7791
+ "type": "boolean"
7792
+ },
7787
7793
  "non-interactive": {
7788
7794
  "description": "Run the command in non-interactive mode.",
7789
7795
  "name": "non-interactive",
@@ -7977,6 +7983,12 @@
7977
7983
  "multiple": false,
7978
7984
  "type": "option"
7979
7985
  },
7986
+ "json": {
7987
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
7988
+ "name": "json",
7989
+ "allowNo": false,
7990
+ "type": "boolean"
7991
+ },
7980
7992
  "non-interactive": {
7981
7993
  "description": "Run the command in non-interactive mode.",
7982
7994
  "name": "non-interactive",
@@ -11776,10 +11788,16 @@
11776
11788
  "team.js"
11777
11789
  ]
11778
11790
  },
11779
- "integrations:convex:project:delete": {
11791
+ "integrations:convex:team:delete": {
11780
11792
  "aliases": [],
11781
- "args": {},
11782
- "description": "remove the Convex project link for the current Expo app from EAS servers",
11793
+ "args": {
11794
+ "CONVEX_TEAM": {
11795
+ "description": "Slug of the Convex team to remove",
11796
+ "name": "CONVEX_TEAM",
11797
+ "required": false
11798
+ }
11799
+ },
11800
+ "description": "remove a Convex team link from the current Expo app owner account's EAS servers",
11783
11801
  "flags": {
11784
11802
  "non-interactive": {
11785
11803
  "description": "Run the command in non-interactive mode.",
@@ -11798,7 +11816,7 @@
11798
11816
  },
11799
11817
  "hasDynamicHelp": false,
11800
11818
  "hiddenAliases": [],
11801
- "id": "integrations:convex:project:delete",
11819
+ "id": "integrations:convex:team:delete",
11802
11820
  "pluginAlias": "eas-cli",
11803
11821
  "pluginName": "eas-cli",
11804
11822
  "pluginType": "core",
@@ -11854,20 +11872,20 @@
11854
11872
  "commands",
11855
11873
  "integrations",
11856
11874
  "convex",
11857
- "project",
11875
+ "team",
11858
11876
  "delete.js"
11859
11877
  ]
11860
11878
  },
11861
- "integrations:convex:team:delete": {
11879
+ "integrations:convex:team:invite": {
11862
11880
  "aliases": [],
11863
11881
  "args": {
11864
11882
  "CONVEX_TEAM": {
11865
- "description": "Slug of the Convex team to remove",
11883
+ "description": "Slug of the Convex team to invite yourself to",
11866
11884
  "name": "CONVEX_TEAM",
11867
11885
  "required": false
11868
11886
  }
11869
11887
  },
11870
- "description": "remove a Convex team link from the current Expo app owner account's EAS servers",
11888
+ "description": "send a Convex team invitation to your verified email address",
11871
11889
  "flags": {
11872
11890
  "non-interactive": {
11873
11891
  "description": "Run the command in non-interactive mode.",
@@ -11875,18 +11893,11 @@
11875
11893
  "noCacheDefault": true,
11876
11894
  "allowNo": false,
11877
11895
  "type": "boolean"
11878
- },
11879
- "yes": {
11880
- "char": "y",
11881
- "description": "Skip confirmation prompt",
11882
- "name": "yes",
11883
- "allowNo": false,
11884
- "type": "boolean"
11885
11896
  }
11886
11897
  },
11887
11898
  "hasDynamicHelp": false,
11888
11899
  "hiddenAliases": [],
11889
- "id": "integrations:convex:team:delete",
11900
+ "id": "integrations:convex:team:invite",
11890
11901
  "pluginAlias": "eas-cli",
11891
11902
  "pluginName": "eas-cli",
11892
11903
  "pluginType": "core",
@@ -11943,19 +11954,13 @@
11943
11954
  "integrations",
11944
11955
  "convex",
11945
11956
  "team",
11946
- "delete.js"
11957
+ "invite.js"
11947
11958
  ]
11948
11959
  },
11949
- "integrations:convex:team:invite": {
11960
+ "integrations:convex:project:delete": {
11950
11961
  "aliases": [],
11951
- "args": {
11952
- "CONVEX_TEAM": {
11953
- "description": "Slug of the Convex team to invite yourself to",
11954
- "name": "CONVEX_TEAM",
11955
- "required": false
11956
- }
11957
- },
11958
- "description": "send a Convex team invitation to your verified email address",
11962
+ "args": {},
11963
+ "description": "remove the Convex project link for the current Expo app from EAS servers",
11959
11964
  "flags": {
11960
11965
  "non-interactive": {
11961
11966
  "description": "Run the command in non-interactive mode.",
@@ -11963,11 +11968,18 @@
11963
11968
  "noCacheDefault": true,
11964
11969
  "allowNo": false,
11965
11970
  "type": "boolean"
11971
+ },
11972
+ "yes": {
11973
+ "char": "y",
11974
+ "description": "Skip confirmation prompt",
11975
+ "name": "yes",
11976
+ "allowNo": false,
11977
+ "type": "boolean"
11966
11978
  }
11967
11979
  },
11968
11980
  "hasDynamicHelp": false,
11969
11981
  "hiddenAliases": [],
11970
- "id": "integrations:convex:team:invite",
11982
+ "id": "integrations:convex:project:delete",
11971
11983
  "pluginAlias": "eas-cli",
11972
11984
  "pluginName": "eas-cli",
11973
11985
  "pluginType": "core",
@@ -12023,10 +12035,10 @@
12023
12035
  "commands",
12024
12036
  "integrations",
12025
12037
  "convex",
12026
- "team",
12027
- "invite.js"
12038
+ "project",
12039
+ "delete.js"
12028
12040
  ]
12029
12041
  }
12030
12042
  },
12031
- "version": "19.0.5"
12043
+ "version": "19.0.6"
12032
12044
  }