eas-cli 19.0.4 → 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,34 +973,48 @@
973
973
  "view.js"
974
974
  ]
975
975
  },
976
- "branch:create": {
976
+ "build:cancel": {
977
977
  "aliases": [],
978
978
  "args": {
979
- "name": {
980
- "description": "Name of the branch to create",
981
- "name": "name",
982
- "required": false
979
+ "BUILD_ID": {
980
+ "name": "BUILD_ID"
983
981
  }
984
982
  },
985
- "description": "create a branch",
983
+ "description": "cancel a build",
986
984
  "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
985
  "non-interactive": {
994
986
  "description": "Run the command in non-interactive mode.",
995
987
  "name": "non-interactive",
996
988
  "noCacheDefault": true,
997
989
  "allowNo": false,
998
990
  "type": "boolean"
991
+ },
992
+ "platform": {
993
+ "char": "p",
994
+ "description": "Filter builds by the platform if build ID is not provided",
995
+ "name": "platform",
996
+ "hasDynamicHelp": false,
997
+ "multiple": false,
998
+ "options": [
999
+ "android",
1000
+ "ios",
1001
+ "all"
1002
+ ],
1003
+ "type": "option"
1004
+ },
1005
+ "profile": {
1006
+ "char": "e",
1007
+ "description": "Filter builds by build profile if build ID is not provided",
1008
+ "name": "profile",
1009
+ "hasDynamicHelp": false,
1010
+ "helpValue": "PROFILE_NAME",
1011
+ "multiple": false,
1012
+ "type": "option"
999
1013
  }
1000
1014
  },
1001
1015
  "hasDynamicHelp": false,
1002
1016
  "hiddenAliases": [],
1003
- "id": "branch:create",
1017
+ "id": "build:cancel",
1004
1018
  "pluginAlias": "eas-cli",
1005
1019
  "pluginName": "eas-cli",
1006
1020
  "pluginType": "core",
@@ -1055,38 +1069,32 @@
1055
1069
  "relativePath": [
1056
1070
  "build",
1057
1071
  "commands",
1058
- "branch",
1059
- "create.js"
1072
+ "build",
1073
+ "cancel.js"
1060
1074
  ]
1061
1075
  },
1062
- "branch:delete": {
1076
+ "build:configure": {
1063
1077
  "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",
1078
+ "args": {},
1079
+ "description": "configure the project to support EAS Build",
1072
1080
  "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"
1081
+ "platform": {
1082
+ "char": "p",
1083
+ "description": "Platform to configure",
1084
+ "name": "platform",
1085
+ "hasDynamicHelp": false,
1086
+ "multiple": false,
1087
+ "options": [
1088
+ "android",
1089
+ "ios",
1090
+ "all"
1091
+ ],
1092
+ "type": "option"
1085
1093
  }
1086
1094
  },
1087
1095
  "hasDynamicHelp": false,
1088
1096
  "hiddenAliases": [],
1089
- "id": "branch:delete",
1097
+ "id": "build:configure",
1090
1098
  "pluginAlias": "eas-cli",
1091
1099
  "pluginName": "eas-cli",
1092
1100
  "pluginType": "core",
@@ -1133,53 +1141,60 @@
1133
1141
  }
1134
1142
  },
1135
1143
  "contextDefinition": {
1136
- "projectId": {},
1137
- "loggedIn": {}
1144
+ "loggedIn": {},
1145
+ "privateProjectConfig": {},
1146
+ "vcsClient": {}
1138
1147
  },
1139
1148
  "isESM": false,
1140
1149
  "relativePath": [
1141
1150
  "build",
1142
1151
  "commands",
1143
- "branch",
1144
- "delete.js"
1152
+ "build",
1153
+ "configure.js"
1145
1154
  ]
1146
1155
  },
1147
- "branch:list": {
1156
+ "build:delete": {
1148
1157
  "aliases": [],
1149
- "args": {},
1150
- "description": "list all branches",
1158
+ "args": {
1159
+ "BUILD_ID": {
1160
+ "name": "BUILD_ID"
1161
+ }
1162
+ },
1163
+ "description": "delete a build",
1151
1164
  "flags": {
1152
- "offset": {
1153
- "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
1154
- "name": "offset",
1165
+ "non-interactive": {
1166
+ "description": "Run the command in non-interactive mode.",
1167
+ "name": "non-interactive",
1168
+ "noCacheDefault": true,
1169
+ "allowNo": false,
1170
+ "type": "boolean"
1171
+ },
1172
+ "platform": {
1173
+ "char": "p",
1174
+ "description": "Filter builds by the platform if build ID is not provided",
1175
+ "name": "platform",
1155
1176
  "hasDynamicHelp": false,
1156
1177
  "multiple": false,
1178
+ "options": [
1179
+ "android",
1180
+ "ios",
1181
+ "all"
1182
+ ],
1157
1183
  "type": "option"
1158
1184
  },
1159
- "limit": {
1160
- "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
1161
- "name": "limit",
1185
+ "profile": {
1186
+ "char": "e",
1187
+ "description": "Filter builds by build profile if build ID is not provided",
1188
+ "name": "profile",
1162
1189
  "hasDynamicHelp": false,
1190
+ "helpValue": "PROFILE_NAME",
1163
1191
  "multiple": false,
1164
1192
  "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
1193
  }
1179
1194
  },
1180
1195
  "hasDynamicHelp": false,
1181
1196
  "hiddenAliases": [],
1182
- "id": "branch:list",
1197
+ "id": "build:delete",
1183
1198
  "pluginAlias": "eas-cli",
1184
1199
  "pluginName": "eas-cli",
1185
1200
  "pluginType": "core",
@@ -1227,25 +1242,65 @@
1227
1242
  },
1228
1243
  "contextDefinition": {
1229
1244
  "projectId": {},
1230
- "loggedIn": {}
1245
+ "loggedIn": {},
1246
+ "vcsClient": {}
1231
1247
  },
1232
1248
  "isESM": false,
1233
1249
  "relativePath": [
1234
1250
  "build",
1235
1251
  "commands",
1236
- "branch",
1237
- "list.js"
1252
+ "build",
1253
+ "delete.js"
1238
1254
  ]
1239
1255
  },
1240
- "branch:publish": {
1256
+ "build:dev": {
1241
1257
  "aliases": [],
1242
1258
  "args": {},
1243
- "description": "deprecated, use \"eas update\"",
1244
- "flags": {},
1259
+ "description": "run dev client simulator/emulator build with matching fingerprint or create a new one",
1260
+ "flags": {
1261
+ "platform": {
1262
+ "char": "p",
1263
+ "name": "platform",
1264
+ "hasDynamicHelp": false,
1265
+ "multiple": false,
1266
+ "options": [
1267
+ "ios",
1268
+ "android"
1269
+ ],
1270
+ "type": "option"
1271
+ },
1272
+ "profile": {
1273
+ "char": "e",
1274
+ "description": "Name of the build profile from eas.json. It must be a profile allowing to create emulator/simulator internal distribution dev client builds. The \"development-simulator\" build profile will be selected by default.",
1275
+ "name": "profile",
1276
+ "hasDynamicHelp": false,
1277
+ "helpValue": "PROFILE_NAME",
1278
+ "multiple": false,
1279
+ "type": "option"
1280
+ },
1281
+ "skip-build-if-not-found": {
1282
+ "description": "Skip build if no successful build with matching fingerprint is found.",
1283
+ "name": "skip-build-if-not-found",
1284
+ "allowNo": false,
1285
+ "type": "boolean"
1286
+ },
1287
+ "skip-bundler": {
1288
+ "description": "Install and run the development build without starting the bundler server.",
1289
+ "name": "skip-bundler",
1290
+ "allowNo": false,
1291
+ "type": "boolean"
1292
+ },
1293
+ "simulator": {
1294
+ "description": "iOS simulator name or UDID to install and run the development build on. If no value is provided, you will be prompted to select a simulator.",
1295
+ "name": "simulator",
1296
+ "hasDynamicHelp": false,
1297
+ "multiple": false,
1298
+ "type": "option"
1299
+ }
1300
+ },
1245
1301
  "hasDynamicHelp": false,
1246
- "hidden": true,
1247
1302
  "hiddenAliases": [],
1248
- "id": "branch:publish",
1303
+ "id": "build:dev",
1249
1304
  "pluginAlias": "eas-cli",
1250
1305
  "pluginName": "eas-cli",
1251
1306
  "pluginType": "core",
@@ -1291,53 +1346,99 @@
1291
1346
  "projectId": {}
1292
1347
  }
1293
1348
  },
1294
- "contextDefinition": {},
1349
+ "contextDefinition": {
1350
+ "loggedIn": {},
1351
+ "getDynamicPublicProjectConfigAsync": {},
1352
+ "getDynamicPrivateProjectConfigAsync": {},
1353
+ "projectDir": {},
1354
+ "vcsClient": {},
1355
+ "analytics": {},
1356
+ "projectId": {}
1357
+ },
1295
1358
  "isESM": false,
1296
1359
  "relativePath": [
1297
1360
  "build",
1298
1361
  "commands",
1299
- "branch",
1300
- "publish.js"
1362
+ "build",
1363
+ "dev.js"
1301
1364
  ]
1302
1365
  },
1303
- "branch:rename": {
1366
+ "build:download": {
1304
1367
  "aliases": [],
1305
1368
  "args": {},
1306
- "description": "rename a branch",
1369
+ "description": "download a simulator/emulator build by build ID or fingerprint hash",
1307
1370
  "flags": {
1308
- "from": {
1309
- "description": "current name of the branch.",
1310
- "name": "from",
1311
- "required": false,
1371
+ "build-id": {
1372
+ "aliases": [
1373
+ "id"
1374
+ ],
1375
+ "description": "ID of the build to download. Mutually exclusive with --fingerprint, --platform, and --dev-client; the platform is derived from the build itself.",
1376
+ "exclusive": [
1377
+ "fingerprint",
1378
+ "platform",
1379
+ "dev-client"
1380
+ ],
1381
+ "name": "build-id",
1312
1382
  "hasDynamicHelp": false,
1313
1383
  "multiple": false,
1314
1384
  "type": "option"
1315
1385
  },
1316
- "to": {
1317
- "description": "new name of the branch.",
1318
- "name": "to",
1319
- "required": false,
1386
+ "fingerprint": {
1387
+ "description": "Fingerprint hash of the build to download",
1388
+ "exclusive": [
1389
+ "build-id"
1390
+ ],
1391
+ "name": "fingerprint",
1320
1392
  "hasDynamicHelp": false,
1321
1393
  "multiple": false,
1322
1394
  "type": "option"
1323
1395
  },
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
- },
1396
+ "platform": {
1397
+ "char": "p",
1398
+ "exclusive": [
1399
+ "build-id"
1400
+ ],
1401
+ "name": "platform",
1402
+ "hasDynamicHelp": false,
1403
+ "multiple": false,
1404
+ "options": [
1405
+ "ios",
1406
+ "android"
1407
+ ],
1408
+ "type": "option"
1409
+ },
1410
+ "dev-client": {
1411
+ "description": "Filter only dev-client builds.",
1412
+ "exclusive": [
1413
+ "build-id"
1414
+ ],
1415
+ "name": "dev-client",
1416
+ "allowNo": true,
1417
+ "type": "boolean"
1418
+ },
1419
+ "all-artifacts": {
1420
+ "description": "Download all available build artifacts (build artifacts archive, Xcode logs, etc.) in addition to the application archive. Without this flag, only the application archive is downloaded and the command errors if it is missing.",
1421
+ "name": "all-artifacts",
1422
+ "allowNo": false,
1423
+ "type": "boolean"
1424
+ },
1425
+ "json": {
1426
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
1427
+ "name": "json",
1428
+ "allowNo": false,
1429
+ "type": "boolean"
1430
+ },
1431
+ "non-interactive": {
1432
+ "description": "Run the command in non-interactive mode.",
1433
+ "name": "non-interactive",
1434
+ "noCacheDefault": true,
1435
+ "allowNo": false,
1436
+ "type": "boolean"
1437
+ }
1438
+ },
1338
1439
  "hasDynamicHelp": false,
1339
1440
  "hiddenAliases": [],
1340
- "id": "branch:rename",
1441
+ "id": "build:download",
1341
1442
  "pluginAlias": "eas-cli",
1342
1443
  "pluginName": "eas-cli",
1343
1444
  "pluginType": "core",
@@ -1384,42 +1485,165 @@
1384
1485
  }
1385
1486
  },
1386
1487
  "contextDefinition": {
1387
- "projectId": {},
1388
- "loggedIn": {}
1488
+ "loggedIn": {},
1489
+ "projectId": {}
1389
1490
  },
1390
1491
  "isESM": false,
1391
1492
  "relativePath": [
1392
1493
  "build",
1393
1494
  "commands",
1394
- "branch",
1395
- "rename.js"
1495
+ "build",
1496
+ "download.js"
1396
1497
  ]
1397
1498
  },
1398
- "branch:view": {
1499
+ "build": {
1399
1500
  "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",
1501
+ "args": {},
1502
+ "description": "start a build",
1408
1503
  "flags": {
1409
- "offset": {
1410
- "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
1411
- "name": "offset",
1504
+ "platform": {
1505
+ "char": "p",
1506
+ "name": "platform",
1412
1507
  "hasDynamicHelp": false,
1413
1508
  "multiple": false,
1509
+ "options": [
1510
+ "android",
1511
+ "ios",
1512
+ "all"
1513
+ ],
1414
1514
  "type": "option"
1415
1515
  },
1416
- "limit": {
1417
- "description": "The number of items to fetch each query. Defaults to 25 and is capped at 50.",
1418
- "name": "limit",
1516
+ "skip-credentials-check": {
1517
+ "hidden": true,
1518
+ "name": "skip-credentials-check",
1519
+ "allowNo": false,
1520
+ "type": "boolean"
1521
+ },
1522
+ "skip-project-configuration": {
1523
+ "hidden": true,
1524
+ "name": "skip-project-configuration",
1525
+ "allowNo": false,
1526
+ "type": "boolean"
1527
+ },
1528
+ "profile": {
1529
+ "char": "e",
1530
+ "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
1531
+ "name": "profile",
1532
+ "hasDynamicHelp": false,
1533
+ "helpValue": "PROFILE_NAME",
1534
+ "multiple": false,
1535
+ "type": "option"
1536
+ },
1537
+ "local": {
1538
+ "description": "Run build locally [experimental]",
1539
+ "name": "local",
1540
+ "allowNo": false,
1541
+ "type": "boolean"
1542
+ },
1543
+ "output": {
1544
+ "description": "Output path for local build",
1545
+ "name": "output",
1546
+ "hasDynamicHelp": false,
1547
+ "multiple": false,
1548
+ "type": "option"
1549
+ },
1550
+ "wait": {
1551
+ "description": "Wait for build(s) to complete",
1552
+ "name": "wait",
1553
+ "allowNo": true,
1554
+ "type": "boolean"
1555
+ },
1556
+ "clear-cache": {
1557
+ "description": "Clear cache before the build",
1558
+ "name": "clear-cache",
1559
+ "allowNo": false,
1560
+ "type": "boolean"
1561
+ },
1562
+ "auto-submit": {
1563
+ "aliases": [
1564
+ "submit"
1565
+ ],
1566
+ "char": "s",
1567
+ "description": "Submit on build complete using the submit profile with the same name as the build profile",
1568
+ "exclusive": [
1569
+ "auto-submit-with-profile"
1570
+ ],
1571
+ "name": "auto-submit",
1572
+ "allowNo": false,
1573
+ "type": "boolean"
1574
+ },
1575
+ "auto-submit-with-profile": {
1576
+ "description": "Submit on build complete using the submit profile with provided name",
1577
+ "exclusive": [
1578
+ "auto-submit"
1579
+ ],
1580
+ "name": "auto-submit-with-profile",
1581
+ "hasDynamicHelp": false,
1582
+ "helpValue": "PROFILE_NAME",
1583
+ "multiple": false,
1584
+ "type": "option"
1585
+ },
1586
+ "what-to-test": {
1587
+ "description": "Specify the \"What to Test\" information for the build in TestFlight (iOS-only). To be used with the `auto-submit` flag",
1588
+ "name": "what-to-test",
1589
+ "hasDynamicHelp": false,
1590
+ "multiple": false,
1591
+ "type": "option"
1592
+ },
1593
+ "resource-class": {
1594
+ "deprecated": {
1595
+ "message": "The --resource-class flag has been deprecated. Define the resource class in eas.json.\nLearn more: https://docs.expo.dev/build-reference/eas-json/"
1596
+ },
1597
+ "description": "The instance type that will be used to run this build [experimental]",
1598
+ "hidden": true,
1599
+ "name": "resource-class",
1600
+ "hasDynamicHelp": false,
1601
+ "multiple": false,
1602
+ "options": [
1603
+ "default",
1604
+ "large",
1605
+ "m1-medium",
1606
+ "medium",
1607
+ "m-medium",
1608
+ "m-large"
1609
+ ],
1610
+ "type": "option"
1611
+ },
1612
+ "message": {
1613
+ "char": "m",
1614
+ "description": "A short message describing the build",
1615
+ "name": "message",
1616
+ "hasDynamicHelp": false,
1617
+ "multiple": false,
1618
+ "type": "option"
1619
+ },
1620
+ "build-logger-level": {
1621
+ "description": "The level of logs to output during the build process. Defaults to \"info\".",
1622
+ "name": "build-logger-level",
1419
1623
  "hasDynamicHelp": false,
1420
1624
  "multiple": false,
1625
+ "options": [
1626
+ "trace",
1627
+ "debug",
1628
+ "info",
1629
+ "warn",
1630
+ "error",
1631
+ "fatal"
1632
+ ],
1421
1633
  "type": "option"
1422
1634
  },
1635
+ "freeze-credentials": {
1636
+ "description": "Prevent the build from updating credentials in non-interactive mode",
1637
+ "name": "freeze-credentials",
1638
+ "allowNo": false,
1639
+ "type": "boolean"
1640
+ },
1641
+ "verbose-logs": {
1642
+ "description": "Use verbose logs for the build process",
1643
+ "name": "verbose-logs",
1644
+ "allowNo": false,
1645
+ "type": "boolean"
1646
+ },
1423
1647
  "json": {
1424
1648
  "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
1425
1649
  "name": "json",
@@ -1436,7 +1660,7 @@
1436
1660
  },
1437
1661
  "hasDynamicHelp": false,
1438
1662
  "hiddenAliases": [],
1439
- "id": "branch:view",
1663
+ "id": "build",
1440
1664
  "pluginAlias": "eas-cli",
1441
1665
  "pluginName": "eas-cli",
1442
1666
  "pluginType": "core",
@@ -1483,130 +1707,87 @@
1483
1707
  }
1484
1708
  },
1485
1709
  "contextDefinition": {
1486
- "projectId": {},
1487
- "loggedIn": {}
1710
+ "loggedIn": {},
1711
+ "getDynamicPublicProjectConfigAsync": {},
1712
+ "getDynamicPrivateProjectConfigAsync": {},
1713
+ "projectDir": {},
1714
+ "analytics": {},
1715
+ "vcsClient": {}
1488
1716
  },
1489
1717
  "isESM": false,
1490
1718
  "relativePath": [
1491
1719
  "build",
1492
1720
  "commands",
1493
- "branch",
1494
- "view.js"
1721
+ "build",
1722
+ "index.js"
1495
1723
  ]
1496
1724
  },
1497
- "channel:create": {
1725
+ "build:inspect": {
1498
1726
  "aliases": [],
1499
- "args": {
1500
- "name": {
1501
- "description": "Name of the channel to create",
1502
- "name": "name",
1503
- "required": false
1504
- }
1505
- },
1506
- "description": "create a channel",
1727
+ "args": {},
1728
+ "description": "inspect the state of the project at specific build stages, useful for troubleshooting",
1507
1729
  "flags": {
1508
- "json": {
1509
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
1510
- "name": "json",
1511
- "allowNo": false,
1512
- "type": "boolean"
1730
+ "platform": {
1731
+ "char": "p",
1732
+ "name": "platform",
1733
+ "required": true,
1734
+ "hasDynamicHelp": false,
1735
+ "multiple": false,
1736
+ "options": [
1737
+ "android",
1738
+ "ios"
1739
+ ],
1740
+ "type": "option"
1513
1741
  },
1514
- "non-interactive": {
1515
- "description": "Run the command in non-interactive mode.",
1516
- "name": "non-interactive",
1517
- "noCacheDefault": true,
1518
- "allowNo": false,
1519
- "type": "boolean"
1520
- }
1521
- },
1522
- "hasDynamicHelp": false,
1523
- "hiddenAliases": [],
1524
- "id": "channel:create",
1525
- "pluginAlias": "eas-cli",
1526
- "pluginName": "eas-cli",
1527
- "pluginType": "core",
1528
- "strict": true,
1529
- "enableJsonFlag": false,
1530
- "ContextOptions": {
1531
- "LoggedIn": {
1532
- "loggedIn": {}
1533
- },
1534
- "MaybeLoggedIn": {
1535
- "maybeLoggedIn": {}
1536
- },
1537
- "DynamicLoggedIn": {
1538
- "getDynamicLoggedInAsync": {}
1539
- },
1540
- "SessionManagment": {
1541
- "sessionManager": {}
1542
- },
1543
- "OptionalProjectConfig": {
1544
- "optionalPrivateProjectConfig": {}
1545
- },
1546
- "ProjectDir": {
1547
- "projectDir": {}
1548
- },
1549
- "DynamicProjectConfig": {
1550
- "getDynamicPublicProjectConfigAsync": {},
1551
- "getDynamicPrivateProjectConfigAsync": {}
1552
- },
1553
- "ProjectConfig": {
1554
- "loggedIn": {},
1555
- "privateProjectConfig": {}
1556
- },
1557
- "Analytics": {
1558
- "analytics": {}
1742
+ "profile": {
1743
+ "char": "e",
1744
+ "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
1745
+ "name": "profile",
1746
+ "hasDynamicHelp": false,
1747
+ "helpValue": "PROFILE_NAME",
1748
+ "multiple": false,
1749
+ "type": "option"
1559
1750
  },
1560
- "Vcs": {
1561
- "vcsClient": {}
1751
+ "stage": {
1752
+ "char": "s",
1753
+ "description": "Stage of the build you want to inspect.\n archive - builds the project archive that would be uploaded to EAS when building\n pre-build - prepares the project to be built with Gradle/Xcode. Does not run the native build.\n post-build - builds the native project and leaves the output directory for inspection",
1754
+ "name": "stage",
1755
+ "required": true,
1756
+ "hasDynamicHelp": false,
1757
+ "multiple": false,
1758
+ "options": [
1759
+ "archive",
1760
+ "pre-build",
1761
+ "post-build"
1762
+ ],
1763
+ "type": "option"
1562
1764
  },
1563
- "ServerSideEnvironmentVariables": {
1564
- "getServerSideEnvironmentVariablesAsync": {}
1765
+ "output": {
1766
+ "char": "o",
1767
+ "description": "Output directory.",
1768
+ "name": "output",
1769
+ "required": true,
1770
+ "hasDynamicHelp": false,
1771
+ "helpValue": "OUTPUT_DIRECTORY",
1772
+ "multiple": false,
1773
+ "type": "option"
1565
1774
  },
1566
- "ProjectId": {
1567
- "projectId": {}
1568
- }
1569
- },
1570
- "contextDefinition": {
1571
- "projectId": {},
1572
- "loggedIn": {}
1573
- },
1574
- "isESM": false,
1575
- "relativePath": [
1576
- "build",
1577
- "commands",
1578
- "channel",
1579
- "create.js"
1580
- ]
1581
- },
1582
- "channel:delete": {
1583
- "aliases": [],
1584
- "args": {
1585
- "name": {
1586
- "description": "Name of the channel to delete",
1587
- "name": "name",
1588
- "required": false
1589
- }
1590
- },
1591
- "description": "Delete a channel",
1592
- "flags": {
1593
- "json": {
1594
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
1595
- "name": "json",
1775
+ "force": {
1776
+ "description": "Delete OUTPUT_DIRECTORY if it already exists.",
1777
+ "name": "force",
1596
1778
  "allowNo": false,
1597
1779
  "type": "boolean"
1598
1780
  },
1599
- "non-interactive": {
1600
- "description": "Run the command in non-interactive mode.",
1601
- "name": "non-interactive",
1602
- "noCacheDefault": true,
1781
+ "verbose": {
1782
+ "char": "v",
1783
+ "name": "verbose",
1603
1784
  "allowNo": false,
1604
1785
  "type": "boolean"
1605
1786
  }
1606
1787
  },
1607
1788
  "hasDynamicHelp": false,
1608
1789
  "hiddenAliases": [],
1609
- "id": "channel:delete",
1790
+ "id": "build:inspect",
1610
1791
  "pluginAlias": "eas-cli",
1611
1792
  "pluginName": "eas-cli",
1612
1793
  "pluginType": "core",
@@ -1653,52 +1834,71 @@
1653
1834
  }
1654
1835
  },
1655
1836
  "contextDefinition": {
1656
- "projectId": {},
1657
- "loggedIn": {}
1837
+ "loggedIn": {},
1838
+ "getDynamicPublicProjectConfigAsync": {},
1839
+ "getDynamicPrivateProjectConfigAsync": {},
1840
+ "projectDir": {},
1841
+ "analytics": {},
1842
+ "vcsClient": {}
1658
1843
  },
1659
1844
  "isESM": false,
1660
1845
  "relativePath": [
1661
1846
  "build",
1662
1847
  "commands",
1663
- "channel",
1664
- "delete.js"
1848
+ "build",
1849
+ "inspect.js"
1665
1850
  ]
1666
1851
  },
1667
- "channel:edit": {
1852
+ "build:internal": {
1668
1853
  "aliases": [],
1669
- "args": {
1670
- "name": {
1671
- "description": "Name of the channel to edit",
1672
- "name": "name",
1673
- "required": false
1674
- }
1675
- },
1676
- "description": "point a channel at a new branch",
1854
+ "args": {},
1677
1855
  "flags": {
1678
- "branch": {
1679
- "description": "Name of the branch to point to",
1680
- "name": "branch",
1856
+ "platform": {
1857
+ "char": "p",
1858
+ "name": "platform",
1859
+ "required": true,
1681
1860
  "hasDynamicHelp": false,
1682
1861
  "multiple": false,
1862
+ "options": [
1863
+ "android",
1864
+ "ios"
1865
+ ],
1683
1866
  "type": "option"
1684
1867
  },
1685
- "json": {
1686
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
1687
- "name": "json",
1688
- "allowNo": false,
1689
- "type": "boolean"
1868
+ "profile": {
1869
+ "char": "e",
1870
+ "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
1871
+ "name": "profile",
1872
+ "hasDynamicHelp": false,
1873
+ "helpValue": "PROFILE_NAME",
1874
+ "multiple": false,
1875
+ "type": "option"
1690
1876
  },
1691
- "non-interactive": {
1692
- "description": "Run the command in non-interactive mode.",
1693
- "name": "non-interactive",
1694
- "noCacheDefault": true,
1877
+ "auto-submit": {
1878
+ "description": "Submit on build complete using the submit profile with the same name as the build profile",
1879
+ "exclusive": [
1880
+ "auto-submit-with-profile"
1881
+ ],
1882
+ "name": "auto-submit",
1695
1883
  "allowNo": false,
1696
1884
  "type": "boolean"
1885
+ },
1886
+ "auto-submit-with-profile": {
1887
+ "description": "Submit on build complete using the submit profile with provided name",
1888
+ "exclusive": [
1889
+ "auto-submit"
1890
+ ],
1891
+ "name": "auto-submit-with-profile",
1892
+ "hasDynamicHelp": false,
1893
+ "helpValue": "PROFILE_NAME",
1894
+ "multiple": false,
1895
+ "type": "option"
1697
1896
  }
1698
1897
  },
1699
1898
  "hasDynamicHelp": false,
1899
+ "hidden": true,
1700
1900
  "hiddenAliases": [],
1701
- "id": "channel:edit",
1901
+ "id": "build:internal",
1702
1902
  "pluginAlias": "eas-cli",
1703
1903
  "pluginName": "eas-cli",
1704
1904
  "pluginType": "core",
@@ -1745,148 +1945,151 @@
1745
1945
  }
1746
1946
  },
1747
1947
  "contextDefinition": {
1748
- "projectId": {},
1749
- "loggedIn": {}
1948
+ "loggedIn": {},
1949
+ "getDynamicPublicProjectConfigAsync": {},
1950
+ "getDynamicPrivateProjectConfigAsync": {},
1951
+ "projectDir": {},
1952
+ "analytics": {},
1953
+ "vcsClient": {}
1750
1954
  },
1751
1955
  "isESM": false,
1752
1956
  "relativePath": [
1753
1957
  "build",
1754
1958
  "commands",
1755
- "channel",
1756
- "edit.js"
1959
+ "build",
1960
+ "internal.js"
1757
1961
  ]
1758
1962
  },
1759
- "channel:insights": {
1963
+ "build:list": {
1760
1964
  "aliases": [],
1761
1965
  "args": {},
1762
- "description": "display adoption, crash, and unique-user insights for a channel + runtime version",
1966
+ "description": "list all builds for your project",
1763
1967
  "flags": {
1764
- "channel": {
1765
- "description": "Name of the channel.",
1766
- "name": "channel",
1767
- "required": true,
1968
+ "platform": {
1969
+ "char": "p",
1970
+ "name": "platform",
1768
1971
  "hasDynamicHelp": false,
1769
1972
  "multiple": false,
1973
+ "options": [
1974
+ "android",
1975
+ "ios",
1976
+ "all"
1977
+ ],
1770
1978
  "type": "option"
1771
1979
  },
1772
- "runtime-version": {
1773
- "description": "Runtime version to query insights for.",
1774
- "name": "runtime-version",
1775
- "required": true,
1980
+ "status": {
1981
+ "description": "Filter only builds with the specified status",
1982
+ "name": "status",
1776
1983
  "hasDynamicHelp": false,
1777
1984
  "multiple": false,
1985
+ "options": [
1986
+ "new",
1987
+ "in-queue",
1988
+ "in-progress",
1989
+ "pending-cancel",
1990
+ "errored",
1991
+ "finished",
1992
+ "canceled"
1993
+ ],
1778
1994
  "type": "option"
1779
1995
  },
1780
- "days": {
1781
- "description": "Show insights from the last N days (default 7, mutually exclusive with --start/--end).",
1782
- "exclusive": [
1783
- "start",
1784
- "end"
1785
- ],
1786
- "name": "days",
1996
+ "distribution": {
1997
+ "description": "Filter only builds with the specified distribution type",
1998
+ "name": "distribution",
1787
1999
  "hasDynamicHelp": false,
1788
2000
  "multiple": false,
2001
+ "options": [
2002
+ "store",
2003
+ "internal",
2004
+ "simulator"
2005
+ ],
1789
2006
  "type": "option"
1790
2007
  },
1791
- "start": {
1792
- "description": "Start of insights time range (ISO date).",
1793
- "exclusive": [
1794
- "days"
1795
- ],
1796
- "name": "start",
2008
+ "channel": {
2009
+ "name": "channel",
1797
2010
  "hasDynamicHelp": false,
1798
2011
  "multiple": false,
1799
2012
  "type": "option"
1800
2013
  },
1801
- "end": {
1802
- "description": "End of insights time range (ISO date).",
1803
- "exclusive": [
1804
- "days"
1805
- ],
1806
- "name": "end",
2014
+ "app-version": {
2015
+ "aliases": [
2016
+ "appVersion"
2017
+ ],
2018
+ "description": "Filter only builds created with the specified main app version",
2019
+ "name": "app-version",
1807
2020
  "hasDynamicHelp": false,
1808
2021
  "multiple": false,
1809
2022
  "type": "option"
1810
2023
  },
1811
- "json": {
1812
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
1813
- "name": "json",
1814
- "allowNo": false,
1815
- "type": "boolean"
1816
- },
1817
- "non-interactive": {
1818
- "description": "Run the command in non-interactive mode.",
1819
- "name": "non-interactive",
1820
- "noCacheDefault": true,
1821
- "allowNo": false,
1822
- "type": "boolean"
1823
- }
1824
- },
1825
- "hasDynamicHelp": false,
1826
- "hiddenAliases": [],
1827
- "id": "channel:insights",
1828
- "pluginAlias": "eas-cli",
1829
- "pluginName": "eas-cli",
1830
- "pluginType": "core",
1831
- "strict": true,
1832
- "enableJsonFlag": false,
1833
- "ContextOptions": {
1834
- "LoggedIn": {
1835
- "loggedIn": {}
1836
- },
1837
- "MaybeLoggedIn": {
1838
- "maybeLoggedIn": {}
1839
- },
1840
- "DynamicLoggedIn": {
1841
- "getDynamicLoggedInAsync": {}
1842
- },
1843
- "SessionManagment": {
1844
- "sessionManager": {}
1845
- },
1846
- "OptionalProjectConfig": {
1847
- "optionalPrivateProjectConfig": {}
2024
+ "app-build-version": {
2025
+ "aliases": [
2026
+ "appBuildVersion"
2027
+ ],
2028
+ "description": "Filter only builds created with the specified app build version",
2029
+ "name": "app-build-version",
2030
+ "hasDynamicHelp": false,
2031
+ "multiple": false,
2032
+ "type": "option"
1848
2033
  },
1849
- "ProjectDir": {
1850
- "projectDir": {}
2034
+ "sdk-version": {
2035
+ "aliases": [
2036
+ "sdkVersion"
2037
+ ],
2038
+ "description": "Filter only builds created with the specified Expo SDK version",
2039
+ "name": "sdk-version",
2040
+ "hasDynamicHelp": false,
2041
+ "multiple": false,
2042
+ "type": "option"
1851
2043
  },
1852
- "DynamicProjectConfig": {
1853
- "getDynamicPublicProjectConfigAsync": {},
1854
- "getDynamicPrivateProjectConfigAsync": {}
2044
+ "runtime-version": {
2045
+ "aliases": [
2046
+ "runtimeVersion"
2047
+ ],
2048
+ "description": "Filter only builds created with the specified runtime version",
2049
+ "name": "runtime-version",
2050
+ "hasDynamicHelp": false,
2051
+ "multiple": false,
2052
+ "type": "option"
1855
2053
  },
1856
- "ProjectConfig": {
1857
- "loggedIn": {},
1858
- "privateProjectConfig": {}
2054
+ "app-identifier": {
2055
+ "aliases": [
2056
+ "appIdentifier"
2057
+ ],
2058
+ "description": "Filter only builds created with the specified app identifier",
2059
+ "name": "app-identifier",
2060
+ "hasDynamicHelp": false,
2061
+ "multiple": false,
2062
+ "type": "option"
1859
2063
  },
1860
- "Analytics": {
1861
- "analytics": {}
2064
+ "build-profile": {
2065
+ "aliases": [
2066
+ "profile",
2067
+ "buildProfile"
2068
+ ],
2069
+ "char": "e",
2070
+ "description": "Filter only builds created with the specified build profile",
2071
+ "name": "build-profile",
2072
+ "hasDynamicHelp": false,
2073
+ "multiple": false,
2074
+ "type": "option"
1862
2075
  },
1863
- "Vcs": {
1864
- "vcsClient": {}
2076
+ "git-commit-hash": {
2077
+ "aliases": [
2078
+ "gitCommitHash"
2079
+ ],
2080
+ "description": "Filter only builds created with the specified git commit hash",
2081
+ "name": "git-commit-hash",
2082
+ "hasDynamicHelp": false,
2083
+ "multiple": false,
2084
+ "type": "option"
1865
2085
  },
1866
- "ServerSideEnvironmentVariables": {
1867
- "getServerSideEnvironmentVariablesAsync": {}
2086
+ "fingerprint-hash": {
2087
+ "description": "Filter only builds with the specified fingerprint hash",
2088
+ "name": "fingerprint-hash",
2089
+ "hasDynamicHelp": false,
2090
+ "multiple": false,
2091
+ "type": "option"
1868
2092
  },
1869
- "ProjectId": {
1870
- "projectId": {}
1871
- }
1872
- },
1873
- "contextDefinition": {
1874
- "projectId": {},
1875
- "loggedIn": {}
1876
- },
1877
- "isESM": false,
1878
- "relativePath": [
1879
- "build",
1880
- "commands",
1881
- "channel",
1882
- "insights.js"
1883
- ]
1884
- },
1885
- "channel:list": {
1886
- "aliases": [],
1887
- "args": {},
1888
- "description": "list all channels",
1889
- "flags": {
1890
2093
  "offset": {
1891
2094
  "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
1892
2095
  "name": "offset",
@@ -1895,7 +2098,7 @@
1895
2098
  "type": "option"
1896
2099
  },
1897
2100
  "limit": {
1898
- "description": "The number of items to fetch each query. Defaults to 10 and is capped at 25.",
2101
+ "description": "The number of items to fetch each query. Defaults to 10 and is capped at 50.",
1899
2102
  "name": "limit",
1900
2103
  "hasDynamicHelp": false,
1901
2104
  "multiple": false,
@@ -1913,11 +2116,17 @@
1913
2116
  "noCacheDefault": true,
1914
2117
  "allowNo": false,
1915
2118
  "type": "boolean"
2119
+ },
2120
+ "simulator": {
2121
+ "description": "Filter only iOS simulator builds. Can only be used with --platform flag set to \"ios\"",
2122
+ "name": "simulator",
2123
+ "allowNo": false,
2124
+ "type": "boolean"
1916
2125
  }
1917
2126
  },
1918
2127
  "hasDynamicHelp": false,
1919
2128
  "hiddenAliases": [],
1920
- "id": "channel:list",
2129
+ "id": "build:list",
1921
2130
  "pluginAlias": "eas-cli",
1922
2131
  "pluginName": "eas-cli",
1923
2132
  "pluginType": "core",
@@ -1965,30 +2174,76 @@
1965
2174
  },
1966
2175
  "contextDefinition": {
1967
2176
  "projectId": {},
1968
- "loggedIn": {}
2177
+ "loggedIn": {},
2178
+ "vcsClient": {}
1969
2179
  },
1970
2180
  "isESM": false,
1971
2181
  "relativePath": [
1972
2182
  "build",
1973
2183
  "commands",
1974
- "channel",
2184
+ "build",
1975
2185
  "list.js"
1976
2186
  ]
1977
2187
  },
1978
- "channel:pause": {
2188
+ "build:resign": {
1979
2189
  "aliases": [],
1980
- "args": {
1981
- "name": {
1982
- "description": "Name of the channel to edit",
1983
- "name": "name",
1984
- "required": false
1985
- }
1986
- },
1987
- "description": "pause a channel to stop it from sending updates",
2190
+ "args": {},
2191
+ "description": "re-sign a build archive",
1988
2192
  "flags": {
1989
- "branch": {
1990
- "description": "Name of the branch to point to",
1991
- "name": "branch",
2193
+ "platform": {
2194
+ "char": "p",
2195
+ "name": "platform",
2196
+ "hasDynamicHelp": false,
2197
+ "multiple": false,
2198
+ "options": [
2199
+ "android",
2200
+ "ios"
2201
+ ],
2202
+ "type": "option"
2203
+ },
2204
+ "target-profile": {
2205
+ "aliases": [
2206
+ "profile"
2207
+ ],
2208
+ "char": "e",
2209
+ "description": "Name of the target build profile from eas.json. Credentials and environment variables from this profile will be used when re-signing. Defaults to \"production\" if defined in eas.json.",
2210
+ "name": "target-profile",
2211
+ "hasDynamicHelp": false,
2212
+ "helpValue": "PROFILE_NAME",
2213
+ "multiple": false,
2214
+ "type": "option"
2215
+ },
2216
+ "source-profile": {
2217
+ "description": "Name of the source build profile from eas.json. Used to filter builds eligible for re-signing.",
2218
+ "name": "source-profile",
2219
+ "hasDynamicHelp": false,
2220
+ "helpValue": "PROFILE_NAME",
2221
+ "multiple": false,
2222
+ "type": "option"
2223
+ },
2224
+ "wait": {
2225
+ "description": "Wait for build(s) to complete.",
2226
+ "name": "wait",
2227
+ "allowNo": true,
2228
+ "type": "boolean"
2229
+ },
2230
+ "id": {
2231
+ "description": "ID of the build to re-sign.",
2232
+ "name": "id",
2233
+ "hasDynamicHelp": false,
2234
+ "multiple": false,
2235
+ "type": "option"
2236
+ },
2237
+ "offset": {
2238
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
2239
+ "name": "offset",
2240
+ "hasDynamicHelp": false,
2241
+ "multiple": false,
2242
+ "type": "option"
2243
+ },
2244
+ "limit": {
2245
+ "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
2246
+ "name": "limit",
1992
2247
  "hasDynamicHelp": false,
1993
2248
  "multiple": false,
1994
2249
  "type": "option"
@@ -2009,7 +2264,7 @@
2009
2264
  },
2010
2265
  "hasDynamicHelp": false,
2011
2266
  "hiddenAliases": [],
2012
- "id": "channel:pause",
2267
+ "id": "build:resign",
2013
2268
  "pluginAlias": "eas-cli",
2014
2269
  "pluginName": "eas-cli",
2015
2270
  "pluginType": "core",
@@ -2056,52 +2311,116 @@
2056
2311
  }
2057
2312
  },
2058
2313
  "contextDefinition": {
2059
- "projectId": {},
2060
- "loggedIn": {}
2314
+ "loggedIn": {},
2315
+ "getDynamicPublicProjectConfigAsync": {},
2316
+ "getDynamicPrivateProjectConfigAsync": {},
2317
+ "projectDir": {},
2318
+ "analytics": {},
2319
+ "vcsClient": {}
2061
2320
  },
2062
2321
  "isESM": false,
2063
2322
  "relativePath": [
2064
2323
  "build",
2065
2324
  "commands",
2066
- "channel",
2067
- "pause.js"
2325
+ "build",
2326
+ "resign.js"
2068
2327
  ]
2069
2328
  },
2070
- "channel:resume": {
2329
+ "build:run": {
2071
2330
  "aliases": [],
2072
- "args": {
2073
- "name": {
2074
- "description": "Name of the channel to edit",
2075
- "name": "name",
2076
- "required": false
2077
- }
2078
- },
2079
- "description": "resume a channel to start sending updates",
2331
+ "args": {},
2332
+ "description": "run simulator/emulator builds from eas-cli",
2080
2333
  "flags": {
2081
- "branch": {
2082
- "description": "Name of the branch to point to",
2083
- "name": "branch",
2084
- "hasDynamicHelp": false,
2085
- "multiple": false,
2086
- "type": "option"
2087
- },
2088
- "json": {
2089
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
2090
- "name": "json",
2334
+ "latest": {
2335
+ "description": "Run the latest simulator/emulator build for specified platform",
2336
+ "exclusive": [
2337
+ "id",
2338
+ "path",
2339
+ "url"
2340
+ ],
2341
+ "name": "latest",
2091
2342
  "allowNo": false,
2092
2343
  "type": "boolean"
2093
2344
  },
2094
- "non-interactive": {
2095
- "description": "Run the command in non-interactive mode.",
2096
- "name": "non-interactive",
2097
- "noCacheDefault": true,
2098
- "allowNo": false,
2099
- "type": "boolean"
2345
+ "url": {
2346
+ "description": "Simulator/Emulator build archive url",
2347
+ "exclusive": [
2348
+ "latest",
2349
+ "id",
2350
+ "path"
2351
+ ],
2352
+ "name": "url",
2353
+ "hasDynamicHelp": false,
2354
+ "multiple": false,
2355
+ "type": "option"
2356
+ },
2357
+ "path": {
2358
+ "description": "Path to the simulator/emulator build archive or app",
2359
+ "exclusive": [
2360
+ "latest",
2361
+ "id",
2362
+ "url"
2363
+ ],
2364
+ "name": "path",
2365
+ "hasDynamicHelp": false,
2366
+ "multiple": false,
2367
+ "type": "option"
2368
+ },
2369
+ "id": {
2370
+ "description": "ID of the simulator/emulator build to run",
2371
+ "exclusive": [
2372
+ "latest, path, url"
2373
+ ],
2374
+ "name": "id",
2375
+ "hasDynamicHelp": false,
2376
+ "multiple": false,
2377
+ "type": "option"
2378
+ },
2379
+ "platform": {
2380
+ "char": "p",
2381
+ "name": "platform",
2382
+ "hasDynamicHelp": false,
2383
+ "multiple": false,
2384
+ "options": [
2385
+ "android",
2386
+ "ios"
2387
+ ],
2388
+ "type": "option"
2389
+ },
2390
+ "profile": {
2391
+ "char": "e",
2392
+ "description": "Name of the build profile used to create the build to run. When specified, only builds created with the specified build profile will be queried.",
2393
+ "name": "profile",
2394
+ "hasDynamicHelp": false,
2395
+ "helpValue": "PROFILE_NAME",
2396
+ "multiple": false,
2397
+ "type": "option"
2398
+ },
2399
+ "simulator": {
2400
+ "description": "iOS simulator name or UDID to install and run the build on. If no value is provided, you will be prompted to select a simulator.",
2401
+ "name": "simulator",
2402
+ "hasDynamicHelp": false,
2403
+ "multiple": false,
2404
+ "type": "option"
2405
+ },
2406
+ "offset": {
2407
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
2408
+ "name": "offset",
2409
+ "hasDynamicHelp": false,
2410
+ "multiple": false,
2411
+ "type": "option"
2412
+ },
2413
+ "limit": {
2414
+ "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
2415
+ "name": "limit",
2416
+ "hasDynamicHelp": false,
2417
+ "multiple": false,
2418
+ "type": "option"
2100
2419
  }
2101
2420
  },
2102
2421
  "hasDynamicHelp": false,
2103
2422
  "hiddenAliases": [],
2104
- "id": "channel:resume",
2423
+ "id": "build:run",
2105
2424
  "pluginAlias": "eas-cli",
2106
2425
  "pluginName": "eas-cli",
2107
2426
  "pluginType": "core",
@@ -2148,121 +2467,37 @@
2148
2467
  }
2149
2468
  },
2150
2469
  "contextDefinition": {
2470
+ "loggedIn": {},
2151
2471
  "projectId": {},
2152
- "loggedIn": {}
2472
+ "vcsClient": {}
2153
2473
  },
2154
2474
  "isESM": false,
2155
2475
  "relativePath": [
2156
2476
  "build",
2157
2477
  "commands",
2158
- "channel",
2159
- "resume.js"
2478
+ "build",
2479
+ "run.js"
2160
2480
  ]
2161
2481
  },
2162
- "channel:rollout": {
2482
+ "build:view": {
2163
2483
  "aliases": [],
2164
2484
  "args": {
2165
- "channel": {
2166
- "description": "channel on which the rollout should be done",
2167
- "name": "channel"
2485
+ "BUILD_ID": {
2486
+ "name": "BUILD_ID"
2168
2487
  }
2169
2488
  },
2170
- "description": "Roll a new branch out on a channel incrementally.",
2489
+ "description": "view a build for your project",
2171
2490
  "flags": {
2172
- "action": {
2173
- "description": "Rollout action to perform",
2174
- "name": "action",
2175
- "relationships": [
2176
- {
2177
- "type": "all",
2178
- "flags": [
2179
- {
2180
- "name": "percent"
2181
- },
2182
- {
2183
- "name": "outcome"
2184
- },
2185
- {
2186
- "name": "branch"
2187
- },
2188
- {
2189
- "name": "runtime-version"
2190
- }
2191
- ]
2192
- }
2193
- ],
2194
- "required": false,
2195
- "hasDynamicHelp": false,
2196
- "multiple": false,
2197
- "options": [
2198
- "create",
2199
- "edit",
2200
- "end",
2201
- "view"
2202
- ],
2203
- "type": "option"
2204
- },
2205
- "percent": {
2206
- "description": "Percent of users to send to the new branch. Use with --action=edit or --action=create",
2207
- "name": "percent",
2208
- "required": false,
2209
- "hasDynamicHelp": false,
2210
- "multiple": false,
2211
- "type": "option"
2212
- },
2213
- "outcome": {
2214
- "description": "End outcome of rollout. Use with --action=end",
2215
- "name": "outcome",
2216
- "required": false,
2217
- "hasDynamicHelp": false,
2218
- "multiple": false,
2219
- "options": [
2220
- "republish-and-revert",
2221
- "revert"
2222
- ],
2223
- "type": "option"
2224
- },
2225
- "branch": {
2226
- "description": "Branch to roll out. Use with --action=create",
2227
- "name": "branch",
2228
- "required": false,
2229
- "hasDynamicHelp": false,
2230
- "multiple": false,
2231
- "type": "option"
2232
- },
2233
- "runtime-version": {
2234
- "description": "Runtime version to target. Use with --action=create",
2235
- "name": "runtime-version",
2236
- "required": false,
2237
- "hasDynamicHelp": false,
2238
- "multiple": false,
2239
- "type": "option"
2240
- },
2241
- "private-key-path": {
2242
- "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/",
2243
- "name": "private-key-path",
2244
- "required": false,
2245
- "hasDynamicHelp": false,
2246
- "multiple": false,
2247
- "type": "option"
2248
- },
2249
2491
  "json": {
2250
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
2492
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
2251
2493
  "name": "json",
2252
2494
  "allowNo": false,
2253
2495
  "type": "boolean"
2254
- },
2255
- "non-interactive": {
2256
- "description": "Run the command in non-interactive mode.",
2257
- "name": "non-interactive",
2258
- "noCacheDefault": true,
2259
- "allowNo": false,
2260
- "type": "boolean"
2261
2496
  }
2262
2497
  },
2263
2498
  "hasDynamicHelp": false,
2264
2499
  "hiddenAliases": [],
2265
- "id": "channel:rollout",
2500
+ "id": "build:view",
2266
2501
  "pluginAlias": "eas-cli",
2267
2502
  "pluginName": "eas-cli",
2268
2503
  "pluginType": "core",
@@ -2309,28 +2544,28 @@
2309
2544
  }
2310
2545
  },
2311
2546
  "contextDefinition": {
2547
+ "projectId": {},
2312
2548
  "loggedIn": {},
2313
- "privateProjectConfig": {},
2314
2549
  "vcsClient": {}
2315
2550
  },
2316
2551
  "isESM": false,
2317
2552
  "relativePath": [
2318
2553
  "build",
2319
2554
  "commands",
2320
- "channel",
2321
- "rollout.js"
2555
+ "build",
2556
+ "view.js"
2322
2557
  ]
2323
2558
  },
2324
- "channel:view": {
2559
+ "channel:create": {
2325
2560
  "aliases": [],
2326
2561
  "args": {
2327
2562
  "name": {
2328
- "description": "Name of the channel to view",
2563
+ "description": "Name of the channel to create",
2329
2564
  "name": "name",
2330
2565
  "required": false
2331
2566
  }
2332
2567
  },
2333
- "description": "view a channel",
2568
+ "description": "create a channel",
2334
2569
  "flags": {
2335
2570
  "json": {
2336
2571
  "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
@@ -2344,25 +2579,11 @@
2344
2579
  "noCacheDefault": true,
2345
2580
  "allowNo": false,
2346
2581
  "type": "boolean"
2347
- },
2348
- "offset": {
2349
- "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
2350
- "name": "offset",
2351
- "hasDynamicHelp": false,
2352
- "multiple": false,
2353
- "type": "option"
2354
- },
2355
- "limit": {
2356
- "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
2357
- "name": "limit",
2358
- "hasDynamicHelp": false,
2359
- "multiple": false,
2360
- "type": "option"
2361
2582
  }
2362
2583
  },
2363
2584
  "hasDynamicHelp": false,
2364
2585
  "hiddenAliases": [],
2365
- "id": "channel:view",
2586
+ "id": "channel:create",
2366
2587
  "pluginAlias": "eas-cli",
2367
2588
  "pluginName": "eas-cli",
2368
2589
  "pluginType": "core",
@@ -2417,51 +2638,37 @@
2417
2638
  "build",
2418
2639
  "commands",
2419
2640
  "channel",
2420
- "view.js"
2641
+ "create.js"
2421
2642
  ]
2422
2643
  },
2423
- "build:cancel": {
2644
+ "channel:delete": {
2424
2645
  "aliases": [],
2425
2646
  "args": {
2426
- "BUILD_ID": {
2427
- "name": "BUILD_ID"
2647
+ "name": {
2648
+ "description": "Name of the channel to delete",
2649
+ "name": "name",
2650
+ "required": false
2428
2651
  }
2429
2652
  },
2430
- "description": "cancel a build",
2653
+ "description": "Delete a channel",
2431
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
+ },
2432
2661
  "non-interactive": {
2433
2662
  "description": "Run the command in non-interactive mode.",
2434
2663
  "name": "non-interactive",
2435
2664
  "noCacheDefault": true,
2436
2665
  "allowNo": false,
2437
2666
  "type": "boolean"
2438
- },
2439
- "platform": {
2440
- "char": "p",
2441
- "description": "Filter builds by the platform if build ID is not provided",
2442
- "name": "platform",
2443
- "hasDynamicHelp": false,
2444
- "multiple": false,
2445
- "options": [
2446
- "android",
2447
- "ios",
2448
- "all"
2449
- ],
2450
- "type": "option"
2451
- },
2452
- "profile": {
2453
- "char": "e",
2454
- "description": "Filter builds by build profile if build ID is not provided",
2455
- "name": "profile",
2456
- "hasDynamicHelp": false,
2457
- "helpValue": "PROFILE_NAME",
2458
- "multiple": false,
2459
- "type": "option"
2460
2667
  }
2461
2668
  },
2462
2669
  "hasDynamicHelp": false,
2463
2670
  "hiddenAliases": [],
2464
- "id": "build:cancel",
2671
+ "id": "channel:delete",
2465
2672
  "pluginAlias": "eas-cli",
2466
2673
  "pluginName": "eas-cli",
2467
2674
  "pluginType": "core",
@@ -2509,39 +2716,51 @@
2509
2716
  },
2510
2717
  "contextDefinition": {
2511
2718
  "projectId": {},
2512
- "loggedIn": {},
2513
- "vcsClient": {}
2719
+ "loggedIn": {}
2514
2720
  },
2515
2721
  "isESM": false,
2516
2722
  "relativePath": [
2517
2723
  "build",
2518
2724
  "commands",
2519
- "build",
2520
- "cancel.js"
2725
+ "channel",
2726
+ "delete.js"
2521
2727
  ]
2522
2728
  },
2523
- "build:configure": {
2729
+ "channel:edit": {
2524
2730
  "aliases": [],
2525
- "args": {},
2526
- "description": "configure the project to support EAS Build",
2731
+ "args": {
2732
+ "name": {
2733
+ "description": "Name of the channel to edit",
2734
+ "name": "name",
2735
+ "required": false
2736
+ }
2737
+ },
2738
+ "description": "point a channel at a new branch",
2527
2739
  "flags": {
2528
- "platform": {
2529
- "char": "p",
2530
- "description": "Platform to configure",
2531
- "name": "platform",
2740
+ "branch": {
2741
+ "description": "Name of the branch to point to",
2742
+ "name": "branch",
2532
2743
  "hasDynamicHelp": false,
2533
2744
  "multiple": false,
2534
- "options": [
2535
- "android",
2536
- "ios",
2537
- "all"
2538
- ],
2539
2745
  "type": "option"
2746
+ },
2747
+ "json": {
2748
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
2749
+ "name": "json",
2750
+ "allowNo": false,
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"
2540
2759
  }
2541
2760
  },
2542
2761
  "hasDynamicHelp": false,
2543
2762
  "hiddenAliases": [],
2544
- "id": "build:configure",
2763
+ "id": "channel:edit",
2545
2764
  "pluginAlias": "eas-cli",
2546
2765
  "pluginName": "eas-cli",
2547
2766
  "pluginType": "core",
@@ -2588,60 +2807,86 @@
2588
2807
  }
2589
2808
  },
2590
2809
  "contextDefinition": {
2591
- "loggedIn": {},
2592
- "privateProjectConfig": {},
2593
- "vcsClient": {}
2810
+ "projectId": {},
2811
+ "loggedIn": {}
2594
2812
  },
2595
2813
  "isESM": false,
2596
2814
  "relativePath": [
2597
2815
  "build",
2598
2816
  "commands",
2599
- "build",
2600
- "configure.js"
2817
+ "channel",
2818
+ "edit.js"
2601
2819
  ]
2602
2820
  },
2603
- "build:delete": {
2821
+ "channel:insights": {
2604
2822
  "aliases": [],
2605
- "args": {
2606
- "BUILD_ID": {
2607
- "name": "BUILD_ID"
2608
- }
2609
- },
2610
- "description": "delete a build",
2823
+ "args": {},
2824
+ "description": "display adoption, crash, and unique-user insights for a channel + runtime version",
2611
2825
  "flags": {
2612
- "non-interactive": {
2613
- "description": "Run the command in non-interactive mode.",
2614
- "name": "non-interactive",
2615
- "noCacheDefault": true,
2616
- "allowNo": false,
2617
- "type": "boolean"
2826
+ "channel": {
2827
+ "description": "Name of the channel.",
2828
+ "name": "channel",
2829
+ "required": true,
2830
+ "hasDynamicHelp": false,
2831
+ "multiple": false,
2832
+ "type": "option"
2618
2833
  },
2619
- "platform": {
2620
- "char": "p",
2621
- "description": "Filter builds by the platform if build ID is not provided",
2622
- "name": "platform",
2834
+ "runtime-version": {
2835
+ "description": "Runtime version to query insights for.",
2836
+ "name": "runtime-version",
2837
+ "required": true,
2623
2838
  "hasDynamicHelp": false,
2624
2839
  "multiple": false,
2625
- "options": [
2626
- "android",
2627
- "ios",
2628
- "all"
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"
2629
2847
  ],
2848
+ "name": "days",
2849
+ "hasDynamicHelp": false,
2850
+ "multiple": false,
2630
2851
  "type": "option"
2631
2852
  },
2632
- "profile": {
2633
- "char": "e",
2634
- "description": "Filter builds by build profile if build ID is not provided",
2635
- "name": "profile",
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",
2636
2869
  "hasDynamicHelp": false,
2637
- "helpValue": "PROFILE_NAME",
2638
2870
  "multiple": false,
2639
2871
  "type": "option"
2872
+ },
2873
+ "json": {
2874
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
2875
+ "name": "json",
2876
+ "allowNo": false,
2877
+ "type": "boolean"
2878
+ },
2879
+ "non-interactive": {
2880
+ "description": "Run the command in non-interactive mode.",
2881
+ "name": "non-interactive",
2882
+ "noCacheDefault": true,
2883
+ "allowNo": false,
2884
+ "type": "boolean"
2640
2885
  }
2641
2886
  },
2642
2887
  "hasDynamicHelp": false,
2643
2888
  "hiddenAliases": [],
2644
- "id": "build:delete",
2889
+ "id": "channel:insights",
2645
2890
  "pluginAlias": "eas-cli",
2646
2891
  "pluginName": "eas-cli",
2647
2892
  "pluginType": "core",
@@ -2689,65 +2934,52 @@
2689
2934
  },
2690
2935
  "contextDefinition": {
2691
2936
  "projectId": {},
2692
- "loggedIn": {},
2693
- "vcsClient": {}
2937
+ "loggedIn": {}
2694
2938
  },
2695
2939
  "isESM": false,
2696
2940
  "relativePath": [
2697
2941
  "build",
2698
2942
  "commands",
2699
- "build",
2700
- "delete.js"
2943
+ "channel",
2944
+ "insights.js"
2701
2945
  ]
2702
2946
  },
2703
- "build:dev": {
2947
+ "channel:list": {
2704
2948
  "aliases": [],
2705
2949
  "args": {},
2706
- "description": "run dev client simulator/emulator build with matching fingerprint or create a new one",
2950
+ "description": "list all channels",
2707
2951
  "flags": {
2708
- "platform": {
2709
- "char": "p",
2710
- "name": "platform",
2952
+ "offset": {
2953
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
2954
+ "name": "offset",
2711
2955
  "hasDynamicHelp": false,
2712
2956
  "multiple": false,
2713
- "options": [
2714
- "ios",
2715
- "android"
2716
- ],
2717
2957
  "type": "option"
2718
2958
  },
2719
- "profile": {
2720
- "char": "e",
2721
- "description": "Name of the build profile from eas.json. It must be a profile allowing to create emulator/simulator internal distribution dev client builds. The \"development-simulator\" build profile will be selected by default.",
2722
- "name": "profile",
2959
+ "limit": {
2960
+ "description": "The number of items to fetch each query. Defaults to 10 and is capped at 25.",
2961
+ "name": "limit",
2723
2962
  "hasDynamicHelp": false,
2724
- "helpValue": "PROFILE_NAME",
2725
2963
  "multiple": false,
2726
2964
  "type": "option"
2727
2965
  },
2728
- "skip-build-if-not-found": {
2729
- "description": "Skip build if no successful build with matching fingerprint is found.",
2730
- "name": "skip-build-if-not-found",
2966
+ "json": {
2967
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
2968
+ "name": "json",
2731
2969
  "allowNo": false,
2732
2970
  "type": "boolean"
2733
2971
  },
2734
- "skip-bundler": {
2735
- "description": "Install and run the development build without starting the bundler server.",
2736
- "name": "skip-bundler",
2972
+ "non-interactive": {
2973
+ "description": "Run the command in non-interactive mode.",
2974
+ "name": "non-interactive",
2975
+ "noCacheDefault": true,
2737
2976
  "allowNo": false,
2738
2977
  "type": "boolean"
2739
- },
2740
- "simulator": {
2741
- "description": "iOS simulator name or UDID to install and run the development build on. If no value is provided, you will be prompted to select a simulator.",
2742
- "name": "simulator",
2743
- "hasDynamicHelp": false,
2744
- "multiple": false,
2745
- "type": "option"
2746
2978
  }
2747
2979
  },
2748
2980
  "hasDynamicHelp": false,
2749
2981
  "hiddenAliases": [],
2750
- "id": "build:dev",
2982
+ "id": "channel:list",
2751
2983
  "pluginAlias": "eas-cli",
2752
2984
  "pluginName": "eas-cli",
2753
2985
  "pluginType": "core",
@@ -2794,86 +3026,40 @@
2794
3026
  }
2795
3027
  },
2796
3028
  "contextDefinition": {
2797
- "loggedIn": {},
2798
- "getDynamicPublicProjectConfigAsync": {},
2799
- "getDynamicPrivateProjectConfigAsync": {},
2800
- "projectDir": {},
2801
- "vcsClient": {},
2802
- "analytics": {},
2803
- "projectId": {}
3029
+ "projectId": {},
3030
+ "loggedIn": {}
2804
3031
  },
2805
3032
  "isESM": false,
2806
3033
  "relativePath": [
2807
3034
  "build",
2808
3035
  "commands",
2809
- "build",
2810
- "dev.js"
3036
+ "channel",
3037
+ "list.js"
2811
3038
  ]
2812
3039
  },
2813
- "build:download": {
3040
+ "channel:pause": {
2814
3041
  "aliases": [],
2815
- "args": {},
2816
- "description": "download a simulator/emulator build by build ID or fingerprint hash",
3042
+ "args": {
3043
+ "name": {
3044
+ "description": "Name of the channel to edit",
3045
+ "name": "name",
3046
+ "required": false
3047
+ }
3048
+ },
3049
+ "description": "pause a channel to stop it from sending updates",
2817
3050
  "flags": {
2818
- "build-id": {
2819
- "aliases": [
2820
- "id"
2821
- ],
2822
- "description": "ID of the build to download. Mutually exclusive with --fingerprint, --platform, and --dev-client; the platform is derived from the build itself.",
2823
- "exclusive": [
2824
- "fingerprint",
2825
- "platform",
2826
- "dev-client"
2827
- ],
2828
- "name": "build-id",
3051
+ "branch": {
3052
+ "description": "Name of the branch to point to",
3053
+ "name": "branch",
2829
3054
  "hasDynamicHelp": false,
2830
3055
  "multiple": false,
2831
3056
  "type": "option"
2832
3057
  },
2833
- "fingerprint": {
2834
- "description": "Fingerprint hash of the build to download",
2835
- "exclusive": [
2836
- "build-id"
2837
- ],
2838
- "name": "fingerprint",
2839
- "hasDynamicHelp": false,
2840
- "multiple": false,
2841
- "type": "option"
2842
- },
2843
- "platform": {
2844
- "char": "p",
2845
- "exclusive": [
2846
- "build-id"
2847
- ],
2848
- "name": "platform",
2849
- "hasDynamicHelp": false,
2850
- "multiple": false,
2851
- "options": [
2852
- "ios",
2853
- "android"
2854
- ],
2855
- "type": "option"
2856
- },
2857
- "dev-client": {
2858
- "description": "Filter only dev-client builds.",
2859
- "exclusive": [
2860
- "build-id"
2861
- ],
2862
- "name": "dev-client",
2863
- "allowNo": true,
2864
- "type": "boolean"
2865
- },
2866
- "all-artifacts": {
2867
- "description": "Download all available build artifacts (build artifacts archive, Xcode logs, etc.) in addition to the application archive. Without this flag, only the application archive is downloaded and the command errors if it is missing.",
2868
- "name": "all-artifacts",
2869
- "allowNo": false,
2870
- "type": "boolean"
2871
- },
2872
- "json": {
2873
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
2874
- "name": "json",
2875
- "allowNo": false,
2876
- "type": "boolean"
3058
+ "json": {
3059
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3060
+ "name": "json",
3061
+ "allowNo": false,
3062
+ "type": "boolean"
2877
3063
  },
2878
3064
  "non-interactive": {
2879
3065
  "description": "Run the command in non-interactive mode.",
@@ -2885,7 +3071,7 @@
2885
3071
  },
2886
3072
  "hasDynamicHelp": false,
2887
3073
  "hiddenAliases": [],
2888
- "id": "build:download",
3074
+ "id": "channel:pause",
2889
3075
  "pluginAlias": "eas-cli",
2890
3076
  "pluginName": "eas-cli",
2891
3077
  "pluginType": "core",
@@ -2932,165 +3118,35 @@
2932
3118
  }
2933
3119
  },
2934
3120
  "contextDefinition": {
2935
- "loggedIn": {},
2936
- "projectId": {}
3121
+ "projectId": {},
3122
+ "loggedIn": {}
2937
3123
  },
2938
3124
  "isESM": false,
2939
3125
  "relativePath": [
2940
3126
  "build",
2941
3127
  "commands",
2942
- "build",
2943
- "download.js"
3128
+ "channel",
3129
+ "pause.js"
2944
3130
  ]
2945
3131
  },
2946
- "build": {
3132
+ "channel:resume": {
2947
3133
  "aliases": [],
2948
- "args": {},
2949
- "description": "start a build",
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",
2950
3142
  "flags": {
2951
- "platform": {
2952
- "char": "p",
2953
- "name": "platform",
2954
- "hasDynamicHelp": false,
2955
- "multiple": false,
2956
- "options": [
2957
- "android",
2958
- "ios",
2959
- "all"
2960
- ],
2961
- "type": "option"
2962
- },
2963
- "skip-credentials-check": {
2964
- "hidden": true,
2965
- "name": "skip-credentials-check",
2966
- "allowNo": false,
2967
- "type": "boolean"
2968
- },
2969
- "skip-project-configuration": {
2970
- "hidden": true,
2971
- "name": "skip-project-configuration",
2972
- "allowNo": false,
2973
- "type": "boolean"
2974
- },
2975
- "profile": {
2976
- "char": "e",
2977
- "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
2978
- "name": "profile",
2979
- "hasDynamicHelp": false,
2980
- "helpValue": "PROFILE_NAME",
2981
- "multiple": false,
2982
- "type": "option"
2983
- },
2984
- "local": {
2985
- "description": "Run build locally [experimental]",
2986
- "name": "local",
2987
- "allowNo": false,
2988
- "type": "boolean"
2989
- },
2990
- "output": {
2991
- "description": "Output path for local build",
2992
- "name": "output",
2993
- "hasDynamicHelp": false,
2994
- "multiple": false,
2995
- "type": "option"
2996
- },
2997
- "wait": {
2998
- "description": "Wait for build(s) to complete",
2999
- "name": "wait",
3000
- "allowNo": true,
3001
- "type": "boolean"
3002
- },
3003
- "clear-cache": {
3004
- "description": "Clear cache before the build",
3005
- "name": "clear-cache",
3006
- "allowNo": false,
3007
- "type": "boolean"
3008
- },
3009
- "auto-submit": {
3010
- "aliases": [
3011
- "submit"
3012
- ],
3013
- "char": "s",
3014
- "description": "Submit on build complete using the submit profile with the same name as the build profile",
3015
- "exclusive": [
3016
- "auto-submit-with-profile"
3017
- ],
3018
- "name": "auto-submit",
3019
- "allowNo": false,
3020
- "type": "boolean"
3021
- },
3022
- "auto-submit-with-profile": {
3023
- "description": "Submit on build complete using the submit profile with provided name",
3024
- "exclusive": [
3025
- "auto-submit"
3026
- ],
3027
- "name": "auto-submit-with-profile",
3028
- "hasDynamicHelp": false,
3029
- "helpValue": "PROFILE_NAME",
3030
- "multiple": false,
3031
- "type": "option"
3032
- },
3033
- "what-to-test": {
3034
- "description": "Specify the \"What to Test\" information for the build in TestFlight (iOS-only). To be used with the `auto-submit` flag",
3035
- "name": "what-to-test",
3036
- "hasDynamicHelp": false,
3037
- "multiple": false,
3038
- "type": "option"
3039
- },
3040
- "resource-class": {
3041
- "deprecated": {
3042
- "message": "The --resource-class flag has been deprecated. Define the resource class in eas.json.\nLearn more: https://docs.expo.dev/build-reference/eas-json/"
3043
- },
3044
- "description": "The instance type that will be used to run this build [experimental]",
3045
- "hidden": true,
3046
- "name": "resource-class",
3047
- "hasDynamicHelp": false,
3048
- "multiple": false,
3049
- "options": [
3050
- "default",
3051
- "large",
3052
- "m1-medium",
3053
- "medium",
3054
- "m-medium",
3055
- "m-large"
3056
- ],
3057
- "type": "option"
3058
- },
3059
- "message": {
3060
- "char": "m",
3061
- "description": "A short message describing the build",
3062
- "name": "message",
3063
- "hasDynamicHelp": false,
3064
- "multiple": false,
3065
- "type": "option"
3066
- },
3067
- "build-logger-level": {
3068
- "description": "The level of logs to output during the build process. Defaults to \"info\".",
3069
- "name": "build-logger-level",
3143
+ "branch": {
3144
+ "description": "Name of the branch to point to",
3145
+ "name": "branch",
3070
3146
  "hasDynamicHelp": false,
3071
3147
  "multiple": false,
3072
- "options": [
3073
- "trace",
3074
- "debug",
3075
- "info",
3076
- "warn",
3077
- "error",
3078
- "fatal"
3079
- ],
3080
3148
  "type": "option"
3081
3149
  },
3082
- "freeze-credentials": {
3083
- "description": "Prevent the build from updating credentials in non-interactive mode",
3084
- "name": "freeze-credentials",
3085
- "allowNo": false,
3086
- "type": "boolean"
3087
- },
3088
- "verbose-logs": {
3089
- "description": "Use verbose logs for the build process",
3090
- "name": "verbose-logs",
3091
- "allowNo": false,
3092
- "type": "boolean"
3093
- },
3094
3150
  "json": {
3095
3151
  "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3096
3152
  "name": "json",
@@ -3107,7 +3163,7 @@
3107
3163
  },
3108
3164
  "hasDynamicHelp": false,
3109
3165
  "hiddenAliases": [],
3110
- "id": "build",
3166
+ "id": "channel:resume",
3111
3167
  "pluginAlias": "eas-cli",
3112
3168
  "pluginName": "eas-cli",
3113
3169
  "pluginType": "core",
@@ -3154,198 +3210,121 @@
3154
3210
  }
3155
3211
  },
3156
3212
  "contextDefinition": {
3157
- "loggedIn": {},
3158
- "getDynamicPublicProjectConfigAsync": {},
3159
- "getDynamicPrivateProjectConfigAsync": {},
3160
- "projectDir": {},
3161
- "analytics": {},
3162
- "vcsClient": {}
3213
+ "projectId": {},
3214
+ "loggedIn": {}
3163
3215
  },
3164
3216
  "isESM": false,
3165
3217
  "relativePath": [
3166
3218
  "build",
3167
3219
  "commands",
3168
- "build",
3169
- "index.js"
3220
+ "channel",
3221
+ "resume.js"
3170
3222
  ]
3171
3223
  },
3172
- "build:inspect": {
3224
+ "channel:rollout": {
3173
3225
  "aliases": [],
3174
- "args": {},
3175
- "description": "inspect the state of the project at specific build stages, useful for troubleshooting",
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.",
3176
3233
  "flags": {
3177
- "platform": {
3178
- "char": "p",
3179
- "name": "platform",
3180
- "required": true,
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,
3181
3257
  "hasDynamicHelp": false,
3182
3258
  "multiple": false,
3183
3259
  "options": [
3184
- "android",
3185
- "ios"
3260
+ "create",
3261
+ "edit",
3262
+ "end",
3263
+ "view"
3186
3264
  ],
3187
3265
  "type": "option"
3188
3266
  },
3189
- "profile": {
3190
- "char": "e",
3191
- "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
3192
- "name": "profile",
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,
3193
3271
  "hasDynamicHelp": false,
3194
- "helpValue": "PROFILE_NAME",
3195
3272
  "multiple": false,
3196
3273
  "type": "option"
3197
3274
  },
3198
- "stage": {
3199
- "char": "s",
3200
- "description": "Stage of the build you want to inspect.\n archive - builds the project archive that would be uploaded to EAS when building\n pre-build - prepares the project to be built with Gradle/Xcode. Does not run the native build.\n post-build - builds the native project and leaves the output directory for inspection",
3201
- "name": "stage",
3202
- "required": true,
3275
+ "outcome": {
3276
+ "description": "End outcome of rollout. Use with --action=end",
3277
+ "name": "outcome",
3278
+ "required": false,
3203
3279
  "hasDynamicHelp": false,
3204
3280
  "multiple": false,
3205
3281
  "options": [
3206
- "archive",
3207
- "pre-build",
3208
- "post-build"
3282
+ "republish-and-revert",
3283
+ "revert"
3209
3284
  ],
3210
3285
  "type": "option"
3211
3286
  },
3212
- "output": {
3213
- "char": "o",
3214
- "description": "Output directory.",
3215
- "name": "output",
3216
- "required": true,
3287
+ "branch": {
3288
+ "description": "Branch to roll out. Use with --action=create",
3289
+ "name": "branch",
3290
+ "required": false,
3217
3291
  "hasDynamicHelp": false,
3218
- "helpValue": "OUTPUT_DIRECTORY",
3219
3292
  "multiple": false,
3220
3293
  "type": "option"
3221
3294
  },
3222
- "force": {
3223
- "description": "Delete OUTPUT_DIRECTORY if it already exists.",
3224
- "name": "force",
3225
- "allowNo": false,
3226
- "type": "boolean"
3227
- },
3228
- "verbose": {
3229
- "char": "v",
3230
- "name": "verbose",
3231
- "allowNo": false,
3232
- "type": "boolean"
3233
- }
3234
- },
3235
- "hasDynamicHelp": false,
3236
- "hiddenAliases": [],
3237
- "id": "build:inspect",
3238
- "pluginAlias": "eas-cli",
3239
- "pluginName": "eas-cli",
3240
- "pluginType": "core",
3241
- "strict": true,
3242
- "enableJsonFlag": false,
3243
- "ContextOptions": {
3244
- "LoggedIn": {
3245
- "loggedIn": {}
3246
- },
3247
- "MaybeLoggedIn": {
3248
- "maybeLoggedIn": {}
3249
- },
3250
- "DynamicLoggedIn": {
3251
- "getDynamicLoggedInAsync": {}
3252
- },
3253
- "SessionManagment": {
3254
- "sessionManager": {}
3255
- },
3256
- "OptionalProjectConfig": {
3257
- "optionalPrivateProjectConfig": {}
3258
- },
3259
- "ProjectDir": {
3260
- "projectDir": {}
3261
- },
3262
- "DynamicProjectConfig": {
3263
- "getDynamicPublicProjectConfigAsync": {},
3264
- "getDynamicPrivateProjectConfigAsync": {}
3265
- },
3266
- "ProjectConfig": {
3267
- "loggedIn": {},
3268
- "privateProjectConfig": {}
3269
- },
3270
- "Analytics": {
3271
- "analytics": {}
3272
- },
3273
- "Vcs": {
3274
- "vcsClient": {}
3275
- },
3276
- "ServerSideEnvironmentVariables": {
3277
- "getServerSideEnvironmentVariablesAsync": {}
3278
- },
3279
- "ProjectId": {
3280
- "projectId": {}
3281
- }
3282
- },
3283
- "contextDefinition": {
3284
- "loggedIn": {},
3285
- "getDynamicPublicProjectConfigAsync": {},
3286
- "getDynamicPrivateProjectConfigAsync": {},
3287
- "projectDir": {},
3288
- "analytics": {},
3289
- "vcsClient": {}
3290
- },
3291
- "isESM": false,
3292
- "relativePath": [
3293
- "build",
3294
- "commands",
3295
- "build",
3296
- "inspect.js"
3297
- ]
3298
- },
3299
- "build:internal": {
3300
- "aliases": [],
3301
- "args": {},
3302
- "flags": {
3303
- "platform": {
3304
- "char": "p",
3305
- "name": "platform",
3306
- "required": true,
3295
+ "runtime-version": {
3296
+ "description": "Runtime version to target. Use with --action=create",
3297
+ "name": "runtime-version",
3298
+ "required": false,
3307
3299
  "hasDynamicHelp": false,
3308
3300
  "multiple": false,
3309
- "options": [
3310
- "android",
3311
- "ios"
3312
- ],
3313
3301
  "type": "option"
3314
3302
  },
3315
- "profile": {
3316
- "char": "e",
3317
- "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
3318
- "name": "profile",
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,
3319
3307
  "hasDynamicHelp": false,
3320
- "helpValue": "PROFILE_NAME",
3321
3308
  "multiple": false,
3322
3309
  "type": "option"
3323
3310
  },
3324
- "auto-submit": {
3325
- "description": "Submit on build complete using the submit profile with the same name as the build profile",
3326
- "exclusive": [
3327
- "auto-submit-with-profile"
3328
- ],
3329
- "name": "auto-submit",
3311
+ "json": {
3312
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3313
+ "name": "json",
3330
3314
  "allowNo": false,
3331
3315
  "type": "boolean"
3332
3316
  },
3333
- "auto-submit-with-profile": {
3334
- "description": "Submit on build complete using the submit profile with provided name",
3335
- "exclusive": [
3336
- "auto-submit"
3337
- ],
3338
- "name": "auto-submit-with-profile",
3339
- "hasDynamicHelp": false,
3340
- "helpValue": "PROFILE_NAME",
3341
- "multiple": false,
3342
- "type": "option"
3317
+ "non-interactive": {
3318
+ "description": "Run the command in non-interactive mode.",
3319
+ "name": "non-interactive",
3320
+ "noCacheDefault": true,
3321
+ "allowNo": false,
3322
+ "type": "boolean"
3343
3323
  }
3344
3324
  },
3345
3325
  "hasDynamicHelp": false,
3346
- "hidden": true,
3347
3326
  "hiddenAliases": [],
3348
- "id": "build:internal",
3327
+ "id": "channel:rollout",
3349
3328
  "pluginAlias": "eas-cli",
3350
3329
  "pluginName": "eas-cli",
3351
3330
  "pluginType": "core",
@@ -3393,149 +3372,40 @@
3393
3372
  },
3394
3373
  "contextDefinition": {
3395
3374
  "loggedIn": {},
3396
- "getDynamicPublicProjectConfigAsync": {},
3397
- "getDynamicPrivateProjectConfigAsync": {},
3398
- "projectDir": {},
3399
- "analytics": {},
3375
+ "privateProjectConfig": {},
3400
3376
  "vcsClient": {}
3401
3377
  },
3402
3378
  "isESM": false,
3403
3379
  "relativePath": [
3404
3380
  "build",
3405
3381
  "commands",
3406
- "build",
3407
- "internal.js"
3382
+ "channel",
3383
+ "rollout.js"
3408
3384
  ]
3409
3385
  },
3410
- "build:list": {
3386
+ "channel:view": {
3411
3387
  "aliases": [],
3412
- "args": {},
3413
- "description": "list all builds for your project",
3414
- "flags": {
3415
- "platform": {
3416
- "char": "p",
3417
- "name": "platform",
3418
- "hasDynamicHelp": false,
3419
- "multiple": false,
3420
- "options": [
3421
- "android",
3422
- "ios",
3423
- "all"
3424
- ],
3425
- "type": "option"
3426
- },
3427
- "status": {
3428
- "description": "Filter only builds with the specified status",
3429
- "name": "status",
3430
- "hasDynamicHelp": false,
3431
- "multiple": false,
3432
- "options": [
3433
- "new",
3434
- "in-queue",
3435
- "in-progress",
3436
- "pending-cancel",
3437
- "errored",
3438
- "finished",
3439
- "canceled"
3440
- ],
3441
- "type": "option"
3442
- },
3443
- "distribution": {
3444
- "description": "Filter only builds with the specified distribution type",
3445
- "name": "distribution",
3446
- "hasDynamicHelp": false,
3447
- "multiple": false,
3448
- "options": [
3449
- "store",
3450
- "internal",
3451
- "simulator"
3452
- ],
3453
- "type": "option"
3454
- },
3455
- "channel": {
3456
- "name": "channel",
3457
- "hasDynamicHelp": false,
3458
- "multiple": false,
3459
- "type": "option"
3460
- },
3461
- "app-version": {
3462
- "aliases": [
3463
- "appVersion"
3464
- ],
3465
- "description": "Filter only builds created with the specified main app version",
3466
- "name": "app-version",
3467
- "hasDynamicHelp": false,
3468
- "multiple": false,
3469
- "type": "option"
3470
- },
3471
- "app-build-version": {
3472
- "aliases": [
3473
- "appBuildVersion"
3474
- ],
3475
- "description": "Filter only builds created with the specified app build version",
3476
- "name": "app-build-version",
3477
- "hasDynamicHelp": false,
3478
- "multiple": false,
3479
- "type": "option"
3480
- },
3481
- "sdk-version": {
3482
- "aliases": [
3483
- "sdkVersion"
3484
- ],
3485
- "description": "Filter only builds created with the specified Expo SDK version",
3486
- "name": "sdk-version",
3487
- "hasDynamicHelp": false,
3488
- "multiple": false,
3489
- "type": "option"
3490
- },
3491
- "runtime-version": {
3492
- "aliases": [
3493
- "runtimeVersion"
3494
- ],
3495
- "description": "Filter only builds created with the specified runtime version",
3496
- "name": "runtime-version",
3497
- "hasDynamicHelp": false,
3498
- "multiple": false,
3499
- "type": "option"
3500
- },
3501
- "app-identifier": {
3502
- "aliases": [
3503
- "appIdentifier"
3504
- ],
3505
- "description": "Filter only builds created with the specified app identifier",
3506
- "name": "app-identifier",
3507
- "hasDynamicHelp": false,
3508
- "multiple": false,
3509
- "type": "option"
3510
- },
3511
- "build-profile": {
3512
- "aliases": [
3513
- "profile",
3514
- "buildProfile"
3515
- ],
3516
- "char": "e",
3517
- "description": "Filter only builds created with the specified build profile",
3518
- "name": "build-profile",
3519
- "hasDynamicHelp": false,
3520
- "multiple": false,
3521
- "type": "option"
3522
- },
3523
- "git-commit-hash": {
3524
- "aliases": [
3525
- "gitCommitHash"
3526
- ],
3527
- "description": "Filter only builds created with the specified git commit hash",
3528
- "name": "git-commit-hash",
3529
- "hasDynamicHelp": false,
3530
- "multiple": false,
3531
- "type": "option"
3388
+ "args": {
3389
+ "name": {
3390
+ "description": "Name of the channel to view",
3391
+ "name": "name",
3392
+ "required": false
3393
+ }
3394
+ },
3395
+ "description": "view a channel",
3396
+ "flags": {
3397
+ "json": {
3398
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3399
+ "name": "json",
3400
+ "allowNo": false,
3401
+ "type": "boolean"
3532
3402
  },
3533
- "fingerprint-hash": {
3534
- "description": "Filter only builds with the specified fingerprint hash",
3535
- "name": "fingerprint-hash",
3536
- "hasDynamicHelp": false,
3537
- "multiple": false,
3538
- "type": "option"
3403
+ "non-interactive": {
3404
+ "description": "Run the command in non-interactive mode.",
3405
+ "name": "non-interactive",
3406
+ "noCacheDefault": true,
3407
+ "allowNo": false,
3408
+ "type": "boolean"
3539
3409
  },
3540
3410
  "offset": {
3541
3411
  "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
@@ -3545,35 +3415,16 @@
3545
3415
  "type": "option"
3546
3416
  },
3547
3417
  "limit": {
3548
- "description": "The number of items to fetch each query. Defaults to 10 and is capped at 50.",
3418
+ "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
3549
3419
  "name": "limit",
3550
3420
  "hasDynamicHelp": false,
3551
3421
  "multiple": false,
3552
3422
  "type": "option"
3553
- },
3554
- "json": {
3555
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3556
- "name": "json",
3557
- "allowNo": false,
3558
- "type": "boolean"
3559
- },
3560
- "non-interactive": {
3561
- "description": "Run the command in non-interactive mode.",
3562
- "name": "non-interactive",
3563
- "noCacheDefault": true,
3564
- "allowNo": false,
3565
- "type": "boolean"
3566
- },
3567
- "simulator": {
3568
- "description": "Filter only iOS simulator builds. Can only be used with --platform flag set to \"ios\"",
3569
- "name": "simulator",
3570
- "allowNo": false,
3571
- "type": "boolean"
3572
3423
  }
3573
3424
  },
3574
3425
  "hasDynamicHelp": false,
3575
3426
  "hiddenAliases": [],
3576
- "id": "build:list",
3427
+ "id": "channel:view",
3577
3428
  "pluginAlias": "eas-cli",
3578
3429
  "pluginName": "eas-cli",
3579
3430
  "pluginType": "core",
@@ -3621,80 +3472,27 @@
3621
3472
  },
3622
3473
  "contextDefinition": {
3623
3474
  "projectId": {},
3624
- "loggedIn": {},
3625
- "vcsClient": {}
3475
+ "loggedIn": {}
3626
3476
  },
3627
3477
  "isESM": false,
3628
3478
  "relativePath": [
3629
3479
  "build",
3630
3480
  "commands",
3631
- "build",
3632
- "list.js"
3481
+ "channel",
3482
+ "view.js"
3633
3483
  ]
3634
3484
  },
3635
- "build:resign": {
3485
+ "branch:create": {
3636
3486
  "aliases": [],
3637
- "args": {},
3638
- "description": "re-sign a build archive",
3487
+ "args": {
3488
+ "name": {
3489
+ "description": "Name of the branch to create",
3490
+ "name": "name",
3491
+ "required": false
3492
+ }
3493
+ },
3494
+ "description": "create a branch",
3639
3495
  "flags": {
3640
- "platform": {
3641
- "char": "p",
3642
- "name": "platform",
3643
- "hasDynamicHelp": false,
3644
- "multiple": false,
3645
- "options": [
3646
- "android",
3647
- "ios"
3648
- ],
3649
- "type": "option"
3650
- },
3651
- "target-profile": {
3652
- "aliases": [
3653
- "profile"
3654
- ],
3655
- "char": "e",
3656
- "description": "Name of the target build profile from eas.json. Credentials and environment variables from this profile will be used when re-signing. Defaults to \"production\" if defined in eas.json.",
3657
- "name": "target-profile",
3658
- "hasDynamicHelp": false,
3659
- "helpValue": "PROFILE_NAME",
3660
- "multiple": false,
3661
- "type": "option"
3662
- },
3663
- "source-profile": {
3664
- "description": "Name of the source build profile from eas.json. Used to filter builds eligible for re-signing.",
3665
- "name": "source-profile",
3666
- "hasDynamicHelp": false,
3667
- "helpValue": "PROFILE_NAME",
3668
- "multiple": false,
3669
- "type": "option"
3670
- },
3671
- "wait": {
3672
- "description": "Wait for build(s) to complete.",
3673
- "name": "wait",
3674
- "allowNo": true,
3675
- "type": "boolean"
3676
- },
3677
- "id": {
3678
- "description": "ID of the build to re-sign.",
3679
- "name": "id",
3680
- "hasDynamicHelp": false,
3681
- "multiple": false,
3682
- "type": "option"
3683
- },
3684
- "offset": {
3685
- "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
3686
- "name": "offset",
3687
- "hasDynamicHelp": false,
3688
- "multiple": false,
3689
- "type": "option"
3690
- },
3691
- "limit": {
3692
- "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
3693
- "name": "limit",
3694
- "hasDynamicHelp": false,
3695
- "multiple": false,
3696
- "type": "option"
3697
- },
3698
3496
  "json": {
3699
3497
  "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3700
3498
  "name": "json",
@@ -3711,7 +3509,7 @@
3711
3509
  },
3712
3510
  "hasDynamicHelp": false,
3713
3511
  "hiddenAliases": [],
3714
- "id": "build:resign",
3512
+ "id": "branch:create",
3715
3513
  "pluginAlias": "eas-cli",
3716
3514
  "pluginName": "eas-cli",
3717
3515
  "pluginType": "core",
@@ -3758,116 +3556,46 @@
3758
3556
  }
3759
3557
  },
3760
3558
  "contextDefinition": {
3559
+ "projectId": {},
3761
3560
  "loggedIn": {},
3762
- "getDynamicPublicProjectConfigAsync": {},
3763
- "getDynamicPrivateProjectConfigAsync": {},
3764
- "projectDir": {},
3765
- "analytics": {},
3766
3561
  "vcsClient": {}
3767
3562
  },
3768
3563
  "isESM": false,
3769
3564
  "relativePath": [
3770
3565
  "build",
3771
3566
  "commands",
3772
- "build",
3773
- "resign.js"
3567
+ "branch",
3568
+ "create.js"
3774
3569
  ]
3775
3570
  },
3776
- "build:run": {
3571
+ "branch:delete": {
3777
3572
  "aliases": [],
3778
- "args": {},
3779
- "description": "run simulator/emulator builds from eas-cli",
3573
+ "args": {
3574
+ "name": {
3575
+ "description": "Name of the branch to delete",
3576
+ "name": "name",
3577
+ "required": false
3578
+ }
3579
+ },
3580
+ "description": "delete a branch",
3780
3581
  "flags": {
3781
- "latest": {
3782
- "description": "Run the latest simulator/emulator build for specified platform",
3783
- "exclusive": [
3784
- "id",
3785
- "path",
3786
- "url"
3787
- ],
3788
- "name": "latest",
3582
+ "json": {
3583
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3584
+ "name": "json",
3789
3585
  "allowNo": false,
3790
3586
  "type": "boolean"
3791
3587
  },
3792
- "url": {
3793
- "description": "Simulator/Emulator build archive url",
3794
- "exclusive": [
3795
- "latest",
3796
- "id",
3797
- "path"
3798
- ],
3799
- "name": "url",
3800
- "hasDynamicHelp": false,
3801
- "multiple": false,
3802
- "type": "option"
3803
- },
3804
- "path": {
3805
- "description": "Path to the simulator/emulator build archive or app",
3806
- "exclusive": [
3807
- "latest",
3808
- "id",
3809
- "url"
3810
- ],
3811
- "name": "path",
3812
- "hasDynamicHelp": false,
3813
- "multiple": false,
3814
- "type": "option"
3815
- },
3816
- "id": {
3817
- "description": "ID of the simulator/emulator build to run",
3818
- "exclusive": [
3819
- "latest, path, url"
3820
- ],
3821
- "name": "id",
3822
- "hasDynamicHelp": false,
3823
- "multiple": false,
3824
- "type": "option"
3825
- },
3826
- "platform": {
3827
- "char": "p",
3828
- "name": "platform",
3829
- "hasDynamicHelp": false,
3830
- "multiple": false,
3831
- "options": [
3832
- "android",
3833
- "ios"
3834
- ],
3835
- "type": "option"
3836
- },
3837
- "profile": {
3838
- "char": "e",
3839
- "description": "Name of the build profile used to create the build to run. When specified, only builds created with the specified build profile will be queried.",
3840
- "name": "profile",
3841
- "hasDynamicHelp": false,
3842
- "helpValue": "PROFILE_NAME",
3843
- "multiple": false,
3844
- "type": "option"
3845
- },
3846
- "simulator": {
3847
- "description": "iOS simulator name or UDID to install and run the build on. If no value is provided, you will be prompted to select a simulator.",
3848
- "name": "simulator",
3849
- "hasDynamicHelp": false,
3850
- "multiple": false,
3851
- "type": "option"
3852
- },
3853
- "offset": {
3854
- "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
3855
- "name": "offset",
3856
- "hasDynamicHelp": false,
3857
- "multiple": false,
3858
- "type": "option"
3859
- },
3860
- "limit": {
3861
- "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
3862
- "name": "limit",
3863
- "hasDynamicHelp": false,
3864
- "multiple": false,
3865
- "type": "option"
3588
+ "non-interactive": {
3589
+ "description": "Run the command in non-interactive mode.",
3590
+ "name": "non-interactive",
3591
+ "noCacheDefault": true,
3592
+ "allowNo": false,
3593
+ "type": "boolean"
3866
3594
  }
3867
3595
  },
3868
3596
  "hasDynamicHelp": false,
3869
3597
  "hiddenAliases": [],
3870
- "id": "build:run",
3598
+ "id": "branch:delete",
3871
3599
  "pluginAlias": "eas-cli",
3872
3600
  "pluginName": "eas-cli",
3873
3601
  "pluginType": "core",
@@ -3914,37 +3642,53 @@
3914
3642
  }
3915
3643
  },
3916
3644
  "contextDefinition": {
3917
- "loggedIn": {},
3918
3645
  "projectId": {},
3919
- "vcsClient": {}
3646
+ "loggedIn": {}
3920
3647
  },
3921
3648
  "isESM": false,
3922
3649
  "relativePath": [
3923
3650
  "build",
3924
3651
  "commands",
3925
- "build",
3926
- "run.js"
3652
+ "branch",
3653
+ "delete.js"
3927
3654
  ]
3928
3655
  },
3929
- "build:view": {
3930
- "aliases": [],
3931
- "args": {
3932
- "BUILD_ID": {
3933
- "name": "BUILD_ID"
3934
- }
3935
- },
3936
- "description": "view a build for your project",
3656
+ "branch:list": {
3657
+ "aliases": [],
3658
+ "args": {},
3659
+ "description": "list all branches",
3937
3660
  "flags": {
3661
+ "offset": {
3662
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
3663
+ "name": "offset",
3664
+ "hasDynamicHelp": false,
3665
+ "multiple": false,
3666
+ "type": "option"
3667
+ },
3668
+ "limit": {
3669
+ "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
3670
+ "name": "limit",
3671
+ "hasDynamicHelp": false,
3672
+ "multiple": false,
3673
+ "type": "option"
3674
+ },
3938
3675
  "json": {
3939
- "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
3676
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3940
3677
  "name": "json",
3941
3678
  "allowNo": false,
3942
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"
3943
3687
  }
3944
3688
  },
3945
3689
  "hasDynamicHelp": false,
3946
3690
  "hiddenAliases": [],
3947
- "id": "build:view",
3691
+ "id": "branch:list",
3948
3692
  "pluginAlias": "eas-cli",
3949
3693
  "pluginName": "eas-cli",
3950
3694
  "pluginType": "core",
@@ -3992,46 +3736,25 @@
3992
3736
  },
3993
3737
  "contextDefinition": {
3994
3738
  "projectId": {},
3995
- "loggedIn": {},
3996
- "vcsClient": {}
3739
+ "loggedIn": {}
3997
3740
  },
3998
3741
  "isESM": false,
3999
3742
  "relativePath": [
4000
3743
  "build",
4001
3744
  "commands",
4002
- "build",
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.4"
12043
+ "version": "19.0.6"
12032
12044
  }