eas-cli 18.13.1 → 19.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +104 -104
- package/build/commands/account/login.js +4 -3
- package/build/commands/observe/routes.d.ts +1 -0
- package/build/commands/observe/routes.js +8 -0
- package/build/graphql/generated.d.ts +57 -0
- package/build/graphql/generated.js +1 -0
- package/build/observe/fetchNavigationRoutes.d.ts +1 -0
- package/build/observe/fetchNavigationRoutes.js +1 -0
- package/build/project/projectUtils.js +19 -1
- package/build/utils/expoCli.d.ts +1 -0
- package/build/utils/expoCli.js +5 -2
- package/oclif.manifest.json +1076 -1069
- package/package.json +6 -6
package/oclif.manifest.json
CHANGED
|
@@ -685,16 +685,16 @@
|
|
|
685
685
|
"flags": {
|
|
686
686
|
"sso": {
|
|
687
687
|
"char": "s",
|
|
688
|
-
"description": "
|
|
688
|
+
"description": "Log in with SSO",
|
|
689
689
|
"name": "sso",
|
|
690
690
|
"allowNo": false,
|
|
691
691
|
"type": "boolean"
|
|
692
692
|
},
|
|
693
693
|
"browser": {
|
|
694
694
|
"char": "b",
|
|
695
|
-
"description": "
|
|
695
|
+
"description": "Log in with your browser (default; use --no-browser for CLI-based login)",
|
|
696
696
|
"name": "browser",
|
|
697
|
-
"allowNo":
|
|
697
|
+
"allowNo": true,
|
|
698
698
|
"type": "boolean"
|
|
699
699
|
}
|
|
700
700
|
},
|
|
@@ -973,34 +973,48 @@
|
|
|
973
973
|
"view.js"
|
|
974
974
|
]
|
|
975
975
|
},
|
|
976
|
-
"
|
|
976
|
+
"build:cancel": {
|
|
977
977
|
"aliases": [],
|
|
978
978
|
"args": {
|
|
979
|
-
"
|
|
980
|
-
"
|
|
981
|
-
"name": "name",
|
|
982
|
-
"required": false
|
|
979
|
+
"BUILD_ID": {
|
|
980
|
+
"name": "BUILD_ID"
|
|
983
981
|
}
|
|
984
982
|
},
|
|
985
|
-
"description": "
|
|
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": "
|
|
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
|
-
"
|
|
1059
|
-
"
|
|
1072
|
+
"build",
|
|
1073
|
+
"cancel.js"
|
|
1060
1074
|
]
|
|
1061
1075
|
},
|
|
1062
|
-
"
|
|
1076
|
+
"build:configure": {
|
|
1063
1077
|
"aliases": [],
|
|
1064
|
-
"args": {
|
|
1065
|
-
|
|
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
|
-
"
|
|
1074
|
-
"
|
|
1075
|
-
"
|
|
1076
|
-
"
|
|
1077
|
-
"
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
"type": "
|
|
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": "
|
|
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
|
-
"
|
|
1137
|
-
"
|
|
1144
|
+
"loggedIn": {},
|
|
1145
|
+
"privateProjectConfig": {},
|
|
1146
|
+
"vcsClient": {}
|
|
1138
1147
|
},
|
|
1139
1148
|
"isESM": false,
|
|
1140
1149
|
"relativePath": [
|
|
1141
1150
|
"build",
|
|
1142
1151
|
"commands",
|
|
1143
|
-
"
|
|
1144
|
-
"
|
|
1152
|
+
"build",
|
|
1153
|
+
"configure.js"
|
|
1145
1154
|
]
|
|
1146
1155
|
},
|
|
1147
|
-
"
|
|
1156
|
+
"build:delete": {
|
|
1148
1157
|
"aliases": [],
|
|
1149
|
-
"args": {
|
|
1150
|
-
|
|
1158
|
+
"args": {
|
|
1159
|
+
"BUILD_ID": {
|
|
1160
|
+
"name": "BUILD_ID"
|
|
1161
|
+
}
|
|
1162
|
+
},
|
|
1163
|
+
"description": "delete a build",
|
|
1151
1164
|
"flags": {
|
|
1152
|
-
"
|
|
1153
|
-
"description": "
|
|
1154
|
-
"name": "
|
|
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
|
-
"
|
|
1160
|
-
"
|
|
1161
|
-
"
|
|
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": "
|
|
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
|
-
"
|
|
1237
|
-
"
|
|
1252
|
+
"build",
|
|
1253
|
+
"delete.js"
|
|
1238
1254
|
]
|
|
1239
1255
|
},
|
|
1240
|
-
"
|
|
1256
|
+
"build:dev": {
|
|
1241
1257
|
"aliases": [],
|
|
1242
1258
|
"args": {},
|
|
1243
|
-
"description": "
|
|
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": "
|
|
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
|
-
"
|
|
1300
|
-
"
|
|
1362
|
+
"build",
|
|
1363
|
+
"dev.js"
|
|
1301
1364
|
]
|
|
1302
1365
|
},
|
|
1303
|
-
"
|
|
1366
|
+
"build:download": {
|
|
1304
1367
|
"aliases": [],
|
|
1305
1368
|
"args": {},
|
|
1306
|
-
"description": "
|
|
1369
|
+
"description": "download a simulator/emulator build by build ID or fingerprint hash",
|
|
1307
1370
|
"flags": {
|
|
1308
|
-
"
|
|
1309
|
-
"
|
|
1310
|
-
|
|
1311
|
-
|
|
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
|
-
"
|
|
1317
|
-
"description": "
|
|
1318
|
-
"
|
|
1319
|
-
|
|
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
|
-
"
|
|
1325
|
-
"
|
|
1326
|
-
"
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
"
|
|
1332
|
-
"
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
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"
|
|
1336
1437
|
}
|
|
1337
1438
|
},
|
|
1338
1439
|
"hasDynamicHelp": false,
|
|
1339
1440
|
"hiddenAliases": [],
|
|
1340
|
-
"id": "
|
|
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
|
-
"
|
|
1388
|
-
"
|
|
1488
|
+
"loggedIn": {},
|
|
1489
|
+
"projectId": {}
|
|
1389
1490
|
},
|
|
1390
1491
|
"isESM": false,
|
|
1391
1492
|
"relativePath": [
|
|
1392
1493
|
"build",
|
|
1393
1494
|
"commands",
|
|
1394
|
-
"
|
|
1395
|
-
"
|
|
1495
|
+
"build",
|
|
1496
|
+
"download.js"
|
|
1396
1497
|
]
|
|
1397
1498
|
},
|
|
1398
|
-
"
|
|
1499
|
+
"build": {
|
|
1399
1500
|
"aliases": [],
|
|
1400
|
-
"args": {
|
|
1401
|
-
|
|
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
|
-
"
|
|
1410
|
-
"
|
|
1411
|
-
"name": "
|
|
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
|
-
"
|
|
1417
|
-
"
|
|
1418
|
-
"name": "
|
|
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": "
|
|
1663
|
+
"id": "build",
|
|
1440
1664
|
"pluginAlias": "eas-cli",
|
|
1441
1665
|
"pluginName": "eas-cli",
|
|
1442
1666
|
"pluginType": "core",
|
|
@@ -1483,139 +1707,87 @@
|
|
|
1483
1707
|
}
|
|
1484
1708
|
},
|
|
1485
1709
|
"contextDefinition": {
|
|
1486
|
-
"
|
|
1487
|
-
"
|
|
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
|
-
"
|
|
1494
|
-
"
|
|
1721
|
+
"build",
|
|
1722
|
+
"index.js"
|
|
1495
1723
|
]
|
|
1496
1724
|
},
|
|
1497
|
-
"build:
|
|
1725
|
+
"build:inspect": {
|
|
1498
1726
|
"aliases": [],
|
|
1499
|
-
"args": {
|
|
1500
|
-
|
|
1501
|
-
"name": "BUILD_ID"
|
|
1502
|
-
}
|
|
1503
|
-
},
|
|
1504
|
-
"description": "cancel a build",
|
|
1727
|
+
"args": {},
|
|
1728
|
+
"description": "inspect the state of the project at specific build stages, useful for troubleshooting",
|
|
1505
1729
|
"flags": {
|
|
1506
|
-
"non-interactive": {
|
|
1507
|
-
"description": "Run the command in non-interactive mode.",
|
|
1508
|
-
"name": "non-interactive",
|
|
1509
|
-
"noCacheDefault": true,
|
|
1510
|
-
"allowNo": false,
|
|
1511
|
-
"type": "boolean"
|
|
1512
|
-
},
|
|
1513
1730
|
"platform": {
|
|
1514
1731
|
"char": "p",
|
|
1515
|
-
"description": "Filter builds by the platform if build ID is not provided",
|
|
1516
1732
|
"name": "platform",
|
|
1733
|
+
"required": true,
|
|
1517
1734
|
"hasDynamicHelp": false,
|
|
1518
1735
|
"multiple": false,
|
|
1519
1736
|
"options": [
|
|
1520
1737
|
"android",
|
|
1521
|
-
"ios"
|
|
1522
|
-
"all"
|
|
1738
|
+
"ios"
|
|
1523
1739
|
],
|
|
1524
1740
|
"type": "option"
|
|
1525
1741
|
},
|
|
1526
1742
|
"profile": {
|
|
1527
1743
|
"char": "e",
|
|
1528
|
-
"description": "
|
|
1744
|
+
"description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
|
|
1529
1745
|
"name": "profile",
|
|
1530
1746
|
"hasDynamicHelp": false,
|
|
1531
1747
|
"helpValue": "PROFILE_NAME",
|
|
1532
1748
|
"multiple": false,
|
|
1533
1749
|
"type": "option"
|
|
1534
|
-
}
|
|
1535
|
-
},
|
|
1536
|
-
"hasDynamicHelp": false,
|
|
1537
|
-
"hiddenAliases": [],
|
|
1538
|
-
"id": "build:cancel",
|
|
1539
|
-
"pluginAlias": "eas-cli",
|
|
1540
|
-
"pluginName": "eas-cli",
|
|
1541
|
-
"pluginType": "core",
|
|
1542
|
-
"strict": true,
|
|
1543
|
-
"enableJsonFlag": false,
|
|
1544
|
-
"ContextOptions": {
|
|
1545
|
-
"LoggedIn": {
|
|
1546
|
-
"loggedIn": {}
|
|
1547
1750
|
},
|
|
1548
|
-
"
|
|
1549
|
-
"
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
"
|
|
1553
|
-
},
|
|
1554
|
-
"SessionManagment": {
|
|
1555
|
-
"sessionManager": {}
|
|
1556
|
-
},
|
|
1557
|
-
"OptionalProjectConfig": {
|
|
1558
|
-
"optionalPrivateProjectConfig": {}
|
|
1559
|
-
},
|
|
1560
|
-
"ProjectDir": {
|
|
1561
|
-
"projectDir": {}
|
|
1562
|
-
},
|
|
1563
|
-
"DynamicProjectConfig": {
|
|
1564
|
-
"getDynamicPublicProjectConfigAsync": {},
|
|
1565
|
-
"getDynamicPrivateProjectConfigAsync": {}
|
|
1566
|
-
},
|
|
1567
|
-
"ProjectConfig": {
|
|
1568
|
-
"loggedIn": {},
|
|
1569
|
-
"privateProjectConfig": {}
|
|
1570
|
-
},
|
|
1571
|
-
"Analytics": {
|
|
1572
|
-
"analytics": {}
|
|
1573
|
-
},
|
|
1574
|
-
"Vcs": {
|
|
1575
|
-
"vcsClient": {}
|
|
1576
|
-
},
|
|
1577
|
-
"ServerSideEnvironmentVariables": {
|
|
1578
|
-
"getServerSideEnvironmentVariablesAsync": {}
|
|
1579
|
-
},
|
|
1580
|
-
"ProjectId": {
|
|
1581
|
-
"projectId": {}
|
|
1582
|
-
}
|
|
1583
|
-
},
|
|
1584
|
-
"contextDefinition": {
|
|
1585
|
-
"projectId": {},
|
|
1586
|
-
"loggedIn": {},
|
|
1587
|
-
"vcsClient": {}
|
|
1588
|
-
},
|
|
1589
|
-
"isESM": false,
|
|
1590
|
-
"relativePath": [
|
|
1591
|
-
"build",
|
|
1592
|
-
"commands",
|
|
1593
|
-
"build",
|
|
1594
|
-
"cancel.js"
|
|
1595
|
-
]
|
|
1596
|
-
},
|
|
1597
|
-
"build:configure": {
|
|
1598
|
-
"aliases": [],
|
|
1599
|
-
"args": {},
|
|
1600
|
-
"description": "configure the project to support EAS Build",
|
|
1601
|
-
"flags": {
|
|
1602
|
-
"platform": {
|
|
1603
|
-
"char": "p",
|
|
1604
|
-
"description": "Platform to configure",
|
|
1605
|
-
"name": "platform",
|
|
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,
|
|
1606
1756
|
"hasDynamicHelp": false,
|
|
1607
1757
|
"multiple": false,
|
|
1608
1758
|
"options": [
|
|
1609
|
-
"
|
|
1610
|
-
"
|
|
1611
|
-
"
|
|
1759
|
+
"archive",
|
|
1760
|
+
"pre-build",
|
|
1761
|
+
"post-build"
|
|
1612
1762
|
],
|
|
1613
1763
|
"type": "option"
|
|
1764
|
+
},
|
|
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"
|
|
1774
|
+
},
|
|
1775
|
+
"force": {
|
|
1776
|
+
"description": "Delete OUTPUT_DIRECTORY if it already exists.",
|
|
1777
|
+
"name": "force",
|
|
1778
|
+
"allowNo": false,
|
|
1779
|
+
"type": "boolean"
|
|
1780
|
+
},
|
|
1781
|
+
"verbose": {
|
|
1782
|
+
"char": "v",
|
|
1783
|
+
"name": "verbose",
|
|
1784
|
+
"allowNo": false,
|
|
1785
|
+
"type": "boolean"
|
|
1614
1786
|
}
|
|
1615
1787
|
},
|
|
1616
1788
|
"hasDynamicHelp": false,
|
|
1617
1789
|
"hiddenAliases": [],
|
|
1618
|
-
"id": "build:
|
|
1790
|
+
"id": "build:inspect",
|
|
1619
1791
|
"pluginAlias": "eas-cli",
|
|
1620
1792
|
"pluginName": "eas-cli",
|
|
1621
1793
|
"pluginType": "core",
|
|
@@ -1663,7 +1835,10 @@
|
|
|
1663
1835
|
},
|
|
1664
1836
|
"contextDefinition": {
|
|
1665
1837
|
"loggedIn": {},
|
|
1666
|
-
"
|
|
1838
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
1839
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
1840
|
+
"projectDir": {},
|
|
1841
|
+
"analytics": {},
|
|
1667
1842
|
"vcsClient": {}
|
|
1668
1843
|
},
|
|
1669
1844
|
"isESM": false,
|
|
@@ -1671,51 +1846,59 @@
|
|
|
1671
1846
|
"build",
|
|
1672
1847
|
"commands",
|
|
1673
1848
|
"build",
|
|
1674
|
-
"
|
|
1849
|
+
"inspect.js"
|
|
1675
1850
|
]
|
|
1676
1851
|
},
|
|
1677
|
-
"build:
|
|
1852
|
+
"build:internal": {
|
|
1678
1853
|
"aliases": [],
|
|
1679
|
-
"args": {
|
|
1680
|
-
"BUILD_ID": {
|
|
1681
|
-
"name": "BUILD_ID"
|
|
1682
|
-
}
|
|
1683
|
-
},
|
|
1684
|
-
"description": "delete a build",
|
|
1854
|
+
"args": {},
|
|
1685
1855
|
"flags": {
|
|
1686
|
-
"non-interactive": {
|
|
1687
|
-
"description": "Run the command in non-interactive mode.",
|
|
1688
|
-
"name": "non-interactive",
|
|
1689
|
-
"noCacheDefault": true,
|
|
1690
|
-
"allowNo": false,
|
|
1691
|
-
"type": "boolean"
|
|
1692
|
-
},
|
|
1693
1856
|
"platform": {
|
|
1694
1857
|
"char": "p",
|
|
1695
|
-
"description": "Filter builds by the platform if build ID is not provided",
|
|
1696
1858
|
"name": "platform",
|
|
1859
|
+
"required": true,
|
|
1697
1860
|
"hasDynamicHelp": false,
|
|
1698
1861
|
"multiple": false,
|
|
1699
1862
|
"options": [
|
|
1700
1863
|
"android",
|
|
1701
|
-
"ios"
|
|
1702
|
-
"all"
|
|
1864
|
+
"ios"
|
|
1703
1865
|
],
|
|
1704
1866
|
"type": "option"
|
|
1705
1867
|
},
|
|
1706
1868
|
"profile": {
|
|
1707
1869
|
"char": "e",
|
|
1708
|
-
"description": "
|
|
1870
|
+
"description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
|
|
1709
1871
|
"name": "profile",
|
|
1710
1872
|
"hasDynamicHelp": false,
|
|
1711
1873
|
"helpValue": "PROFILE_NAME",
|
|
1712
1874
|
"multiple": false,
|
|
1713
1875
|
"type": "option"
|
|
1876
|
+
},
|
|
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",
|
|
1883
|
+
"allowNo": false,
|
|
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"
|
|
1714
1896
|
}
|
|
1715
1897
|
},
|
|
1716
1898
|
"hasDynamicHelp": false,
|
|
1899
|
+
"hidden": true,
|
|
1717
1900
|
"hiddenAliases": [],
|
|
1718
|
-
"id": "build:
|
|
1901
|
+
"id": "build:internal",
|
|
1719
1902
|
"pluginAlias": "eas-cli",
|
|
1720
1903
|
"pluginName": "eas-cli",
|
|
1721
1904
|
"pluginType": "core",
|
|
@@ -1762,8 +1945,11 @@
|
|
|
1762
1945
|
}
|
|
1763
1946
|
},
|
|
1764
1947
|
"contextDefinition": {
|
|
1765
|
-
"projectId": {},
|
|
1766
1948
|
"loggedIn": {},
|
|
1949
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
1950
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
1951
|
+
"projectDir": {},
|
|
1952
|
+
"analytics": {},
|
|
1767
1953
|
"vcsClient": {}
|
|
1768
1954
|
},
|
|
1769
1955
|
"isESM": false,
|
|
@@ -1771,13 +1957,13 @@
|
|
|
1771
1957
|
"build",
|
|
1772
1958
|
"commands",
|
|
1773
1959
|
"build",
|
|
1774
|
-
"
|
|
1960
|
+
"internal.js"
|
|
1775
1961
|
]
|
|
1776
1962
|
},
|
|
1777
|
-
"build:
|
|
1963
|
+
"build:list": {
|
|
1778
1964
|
"aliases": [],
|
|
1779
1965
|
"args": {},
|
|
1780
|
-
"description": "
|
|
1966
|
+
"description": "list all builds for your project",
|
|
1781
1967
|
"flags": {
|
|
1782
1968
|
"platform": {
|
|
1783
1969
|
"char": "p",
|
|
@@ -1785,68 +1971,187 @@
|
|
|
1785
1971
|
"hasDynamicHelp": false,
|
|
1786
1972
|
"multiple": false,
|
|
1787
1973
|
"options": [
|
|
1974
|
+
"android",
|
|
1788
1975
|
"ios",
|
|
1789
|
-
"
|
|
1976
|
+
"all"
|
|
1790
1977
|
],
|
|
1791
1978
|
"type": "option"
|
|
1792
1979
|
},
|
|
1793
|
-
"
|
|
1794
|
-
"
|
|
1795
|
-
"
|
|
1796
|
-
"name": "profile",
|
|
1980
|
+
"status": {
|
|
1981
|
+
"description": "Filter only builds with the specified status",
|
|
1982
|
+
"name": "status",
|
|
1797
1983
|
"hasDynamicHelp": false,
|
|
1798
|
-
"helpValue": "PROFILE_NAME",
|
|
1799
1984
|
"multiple": false,
|
|
1985
|
+
"options": [
|
|
1986
|
+
"new",
|
|
1987
|
+
"in-queue",
|
|
1988
|
+
"in-progress",
|
|
1989
|
+
"pending-cancel",
|
|
1990
|
+
"errored",
|
|
1991
|
+
"finished",
|
|
1992
|
+
"canceled"
|
|
1993
|
+
],
|
|
1800
1994
|
"type": "option"
|
|
1801
1995
|
},
|
|
1802
|
-
"
|
|
1803
|
-
"description": "
|
|
1804
|
-
"name": "
|
|
1805
|
-
"allowNo": false,
|
|
1806
|
-
"type": "boolean"
|
|
1807
|
-
},
|
|
1808
|
-
"skip-bundler": {
|
|
1809
|
-
"description": "Install and run the development build without starting the bundler server.",
|
|
1810
|
-
"name": "skip-bundler",
|
|
1811
|
-
"allowNo": false,
|
|
1812
|
-
"type": "boolean"
|
|
1813
|
-
},
|
|
1814
|
-
"simulator": {
|
|
1815
|
-
"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.",
|
|
1816
|
-
"name": "simulator",
|
|
1996
|
+
"distribution": {
|
|
1997
|
+
"description": "Filter only builds with the specified distribution type",
|
|
1998
|
+
"name": "distribution",
|
|
1817
1999
|
"hasDynamicHelp": false,
|
|
1818
2000
|
"multiple": false,
|
|
2001
|
+
"options": [
|
|
2002
|
+
"store",
|
|
2003
|
+
"internal",
|
|
2004
|
+
"simulator"
|
|
2005
|
+
],
|
|
1819
2006
|
"type": "option"
|
|
1820
|
-
}
|
|
1821
|
-
},
|
|
1822
|
-
"hasDynamicHelp": false,
|
|
1823
|
-
"hiddenAliases": [],
|
|
1824
|
-
"id": "build:dev",
|
|
1825
|
-
"pluginAlias": "eas-cli",
|
|
1826
|
-
"pluginName": "eas-cli",
|
|
1827
|
-
"pluginType": "core",
|
|
1828
|
-
"strict": true,
|
|
1829
|
-
"enableJsonFlag": false,
|
|
1830
|
-
"ContextOptions": {
|
|
1831
|
-
"LoggedIn": {
|
|
1832
|
-
"loggedIn": {}
|
|
1833
2007
|
},
|
|
1834
|
-
"
|
|
1835
|
-
"
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
"
|
|
2008
|
+
"channel": {
|
|
2009
|
+
"name": "channel",
|
|
2010
|
+
"hasDynamicHelp": false,
|
|
2011
|
+
"multiple": false,
|
|
2012
|
+
"type": "option"
|
|
1839
2013
|
},
|
|
1840
|
-
"
|
|
1841
|
-
"
|
|
2014
|
+
"app-version": {
|
|
2015
|
+
"aliases": [
|
|
2016
|
+
"appVersion"
|
|
2017
|
+
],
|
|
2018
|
+
"description": "Filter only builds created with the specified main app version",
|
|
2019
|
+
"name": "app-version",
|
|
2020
|
+
"hasDynamicHelp": false,
|
|
2021
|
+
"multiple": false,
|
|
2022
|
+
"type": "option"
|
|
1842
2023
|
},
|
|
1843
|
-
"
|
|
1844
|
-
"
|
|
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"
|
|
1845
2033
|
},
|
|
1846
|
-
"
|
|
1847
|
-
"
|
|
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"
|
|
1848
2043
|
},
|
|
1849
|
-
"
|
|
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"
|
|
2053
|
+
},
|
|
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"
|
|
2063
|
+
},
|
|
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"
|
|
2075
|
+
},
|
|
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"
|
|
2085
|
+
},
|
|
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"
|
|
2092
|
+
},
|
|
2093
|
+
"offset": {
|
|
2094
|
+
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
2095
|
+
"name": "offset",
|
|
2096
|
+
"hasDynamicHelp": false,
|
|
2097
|
+
"multiple": false,
|
|
2098
|
+
"type": "option"
|
|
2099
|
+
},
|
|
2100
|
+
"limit": {
|
|
2101
|
+
"description": "The number of items to fetch each query. Defaults to 10 and is capped at 50.",
|
|
2102
|
+
"name": "limit",
|
|
2103
|
+
"hasDynamicHelp": false,
|
|
2104
|
+
"multiple": false,
|
|
2105
|
+
"type": "option"
|
|
2106
|
+
},
|
|
2107
|
+
"json": {
|
|
2108
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
2109
|
+
"name": "json",
|
|
2110
|
+
"allowNo": false,
|
|
2111
|
+
"type": "boolean"
|
|
2112
|
+
},
|
|
2113
|
+
"non-interactive": {
|
|
2114
|
+
"description": "Run the command in non-interactive mode.",
|
|
2115
|
+
"name": "non-interactive",
|
|
2116
|
+
"noCacheDefault": true,
|
|
2117
|
+
"allowNo": false,
|
|
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"
|
|
2125
|
+
}
|
|
2126
|
+
},
|
|
2127
|
+
"hasDynamicHelp": false,
|
|
2128
|
+
"hiddenAliases": [],
|
|
2129
|
+
"id": "build:list",
|
|
2130
|
+
"pluginAlias": "eas-cli",
|
|
2131
|
+
"pluginName": "eas-cli",
|
|
2132
|
+
"pluginType": "core",
|
|
2133
|
+
"strict": true,
|
|
2134
|
+
"enableJsonFlag": false,
|
|
2135
|
+
"ContextOptions": {
|
|
2136
|
+
"LoggedIn": {
|
|
2137
|
+
"loggedIn": {}
|
|
2138
|
+
},
|
|
2139
|
+
"MaybeLoggedIn": {
|
|
2140
|
+
"maybeLoggedIn": {}
|
|
2141
|
+
},
|
|
2142
|
+
"DynamicLoggedIn": {
|
|
2143
|
+
"getDynamicLoggedInAsync": {}
|
|
2144
|
+
},
|
|
2145
|
+
"SessionManagment": {
|
|
2146
|
+
"sessionManager": {}
|
|
2147
|
+
},
|
|
2148
|
+
"OptionalProjectConfig": {
|
|
2149
|
+
"optionalPrivateProjectConfig": {}
|
|
2150
|
+
},
|
|
2151
|
+
"ProjectDir": {
|
|
2152
|
+
"projectDir": {}
|
|
2153
|
+
},
|
|
2154
|
+
"DynamicProjectConfig": {
|
|
1850
2155
|
"getDynamicPublicProjectConfigAsync": {},
|
|
1851
2156
|
"getDynamicPrivateProjectConfigAsync": {}
|
|
1852
2157
|
},
|
|
@@ -1868,80 +2173,80 @@
|
|
|
1868
2173
|
}
|
|
1869
2174
|
},
|
|
1870
2175
|
"contextDefinition": {
|
|
2176
|
+
"projectId": {},
|
|
1871
2177
|
"loggedIn": {},
|
|
1872
|
-
"
|
|
1873
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
1874
|
-
"projectDir": {},
|
|
1875
|
-
"vcsClient": {},
|
|
1876
|
-
"analytics": {},
|
|
1877
|
-
"projectId": {}
|
|
2178
|
+
"vcsClient": {}
|
|
1878
2179
|
},
|
|
1879
2180
|
"isESM": false,
|
|
1880
2181
|
"relativePath": [
|
|
1881
2182
|
"build",
|
|
1882
2183
|
"commands",
|
|
1883
2184
|
"build",
|
|
1884
|
-
"
|
|
2185
|
+
"list.js"
|
|
1885
2186
|
]
|
|
1886
2187
|
},
|
|
1887
|
-
"build:
|
|
2188
|
+
"build:resign": {
|
|
1888
2189
|
"aliases": [],
|
|
1889
2190
|
"args": {},
|
|
1890
|
-
"description": "
|
|
2191
|
+
"description": "re-sign a build archive",
|
|
1891
2192
|
"flags": {
|
|
1892
|
-
"
|
|
1893
|
-
"
|
|
1894
|
-
|
|
1895
|
-
],
|
|
1896
|
-
"description": "ID of the build to download. Mutually exclusive with --fingerprint, --platform, and --dev-client; the platform is derived from the build itself.",
|
|
1897
|
-
"exclusive": [
|
|
1898
|
-
"fingerprint",
|
|
1899
|
-
"platform",
|
|
1900
|
-
"dev-client"
|
|
1901
|
-
],
|
|
1902
|
-
"name": "build-id",
|
|
2193
|
+
"platform": {
|
|
2194
|
+
"char": "p",
|
|
2195
|
+
"name": "platform",
|
|
1903
2196
|
"hasDynamicHelp": false,
|
|
1904
2197
|
"multiple": false,
|
|
2198
|
+
"options": [
|
|
2199
|
+
"android",
|
|
2200
|
+
"ios"
|
|
2201
|
+
],
|
|
1905
2202
|
"type": "option"
|
|
1906
2203
|
},
|
|
1907
|
-
"
|
|
1908
|
-
"
|
|
1909
|
-
|
|
1910
|
-
"build-id"
|
|
2204
|
+
"target-profile": {
|
|
2205
|
+
"aliases": [
|
|
2206
|
+
"profile"
|
|
1911
2207
|
],
|
|
1912
|
-
"
|
|
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",
|
|
1913
2211
|
"hasDynamicHelp": false,
|
|
2212
|
+
"helpValue": "PROFILE_NAME",
|
|
1914
2213
|
"multiple": false,
|
|
1915
2214
|
"type": "option"
|
|
1916
2215
|
},
|
|
1917
|
-
"
|
|
1918
|
-
"
|
|
1919
|
-
"
|
|
1920
|
-
"build-id"
|
|
1921
|
-
],
|
|
1922
|
-
"name": "platform",
|
|
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",
|
|
1923
2219
|
"hasDynamicHelp": false,
|
|
2220
|
+
"helpValue": "PROFILE_NAME",
|
|
1924
2221
|
"multiple": false,
|
|
1925
|
-
"options": [
|
|
1926
|
-
"ios",
|
|
1927
|
-
"android"
|
|
1928
|
-
],
|
|
1929
2222
|
"type": "option"
|
|
1930
2223
|
},
|
|
1931
|
-
"
|
|
1932
|
-
"description": "
|
|
1933
|
-
"
|
|
1934
|
-
"build-id"
|
|
1935
|
-
],
|
|
1936
|
-
"name": "dev-client",
|
|
2224
|
+
"wait": {
|
|
2225
|
+
"description": "Wait for build(s) to complete.",
|
|
2226
|
+
"name": "wait",
|
|
1937
2227
|
"allowNo": true,
|
|
1938
2228
|
"type": "boolean"
|
|
1939
2229
|
},
|
|
1940
|
-
"
|
|
1941
|
-
"description": "
|
|
1942
|
-
"name": "
|
|
1943
|
-
"
|
|
1944
|
-
"
|
|
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",
|
|
2247
|
+
"hasDynamicHelp": false,
|
|
2248
|
+
"multiple": false,
|
|
2249
|
+
"type": "option"
|
|
1945
2250
|
},
|
|
1946
2251
|
"json": {
|
|
1947
2252
|
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
@@ -1959,7 +2264,7 @@
|
|
|
1959
2264
|
},
|
|
1960
2265
|
"hasDynamicHelp": false,
|
|
1961
2266
|
"hiddenAliases": [],
|
|
1962
|
-
"id": "build:
|
|
2267
|
+
"id": "build:resign",
|
|
1963
2268
|
"pluginAlias": "eas-cli",
|
|
1964
2269
|
"pluginName": "eas-cli",
|
|
1965
2270
|
"pluginType": "core",
|
|
@@ -2007,181 +2312,192 @@
|
|
|
2007
2312
|
},
|
|
2008
2313
|
"contextDefinition": {
|
|
2009
2314
|
"loggedIn": {},
|
|
2010
|
-
"
|
|
2315
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
2316
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
2317
|
+
"projectDir": {},
|
|
2318
|
+
"analytics": {},
|
|
2319
|
+
"vcsClient": {}
|
|
2011
2320
|
},
|
|
2012
2321
|
"isESM": false,
|
|
2013
2322
|
"relativePath": [
|
|
2014
2323
|
"build",
|
|
2015
2324
|
"commands",
|
|
2016
2325
|
"build",
|
|
2017
|
-
"
|
|
2326
|
+
"resign.js"
|
|
2018
2327
|
]
|
|
2019
2328
|
},
|
|
2020
|
-
"build": {
|
|
2329
|
+
"build:run": {
|
|
2021
2330
|
"aliases": [],
|
|
2022
2331
|
"args": {},
|
|
2023
|
-
"description": "
|
|
2332
|
+
"description": "run simulator/emulator builds from eas-cli",
|
|
2024
2333
|
"flags": {
|
|
2025
|
-
"
|
|
2026
|
-
"
|
|
2027
|
-
"
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
"android",
|
|
2032
|
-
"ios",
|
|
2033
|
-
"all"
|
|
2334
|
+
"latest": {
|
|
2335
|
+
"description": "Run the latest simulator/emulator build for specified platform",
|
|
2336
|
+
"exclusive": [
|
|
2337
|
+
"id",
|
|
2338
|
+
"path",
|
|
2339
|
+
"url"
|
|
2034
2340
|
],
|
|
2035
|
-
"
|
|
2036
|
-
},
|
|
2037
|
-
"skip-credentials-check": {
|
|
2038
|
-
"hidden": true,
|
|
2039
|
-
"name": "skip-credentials-check",
|
|
2040
|
-
"allowNo": false,
|
|
2041
|
-
"type": "boolean"
|
|
2042
|
-
},
|
|
2043
|
-
"skip-project-configuration": {
|
|
2044
|
-
"hidden": true,
|
|
2045
|
-
"name": "skip-project-configuration",
|
|
2341
|
+
"name": "latest",
|
|
2046
2342
|
"allowNo": false,
|
|
2047
2343
|
"type": "boolean"
|
|
2048
2344
|
},
|
|
2049
|
-
"
|
|
2050
|
-
"
|
|
2051
|
-
"
|
|
2052
|
-
|
|
2345
|
+
"url": {
|
|
2346
|
+
"description": "Simulator/Emulator build archive url",
|
|
2347
|
+
"exclusive": [
|
|
2348
|
+
"latest",
|
|
2349
|
+
"id",
|
|
2350
|
+
"path"
|
|
2351
|
+
],
|
|
2352
|
+
"name": "url",
|
|
2053
2353
|
"hasDynamicHelp": false,
|
|
2054
|
-
"helpValue": "PROFILE_NAME",
|
|
2055
2354
|
"multiple": false,
|
|
2056
2355
|
"type": "option"
|
|
2057
2356
|
},
|
|
2058
|
-
"
|
|
2059
|
-
"description": "
|
|
2060
|
-
"
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
"
|
|
2066
|
-
"name": "output",
|
|
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",
|
|
2067
2365
|
"hasDynamicHelp": false,
|
|
2068
2366
|
"multiple": false,
|
|
2069
2367
|
"type": "option"
|
|
2070
2368
|
},
|
|
2071
|
-
"
|
|
2072
|
-
"description": "
|
|
2073
|
-
"name": "wait",
|
|
2074
|
-
"allowNo": true,
|
|
2075
|
-
"type": "boolean"
|
|
2076
|
-
},
|
|
2077
|
-
"clear-cache": {
|
|
2078
|
-
"description": "Clear cache before the build",
|
|
2079
|
-
"name": "clear-cache",
|
|
2080
|
-
"allowNo": false,
|
|
2081
|
-
"type": "boolean"
|
|
2082
|
-
},
|
|
2083
|
-
"auto-submit": {
|
|
2084
|
-
"aliases": [
|
|
2085
|
-
"submit"
|
|
2086
|
-
],
|
|
2087
|
-
"char": "s",
|
|
2088
|
-
"description": "Submit on build complete using the submit profile with the same name as the build profile",
|
|
2089
|
-
"exclusive": [
|
|
2090
|
-
"auto-submit-with-profile"
|
|
2091
|
-
],
|
|
2092
|
-
"name": "auto-submit",
|
|
2093
|
-
"allowNo": false,
|
|
2094
|
-
"type": "boolean"
|
|
2095
|
-
},
|
|
2096
|
-
"auto-submit-with-profile": {
|
|
2097
|
-
"description": "Submit on build complete using the submit profile with provided name",
|
|
2369
|
+
"id": {
|
|
2370
|
+
"description": "ID of the simulator/emulator build to run",
|
|
2098
2371
|
"exclusive": [
|
|
2099
|
-
"
|
|
2372
|
+
"latest, path, url"
|
|
2100
2373
|
],
|
|
2101
|
-
"name": "
|
|
2374
|
+
"name": "id",
|
|
2102
2375
|
"hasDynamicHelp": false,
|
|
2103
|
-
"helpValue": "PROFILE_NAME",
|
|
2104
2376
|
"multiple": false,
|
|
2105
2377
|
"type": "option"
|
|
2106
2378
|
},
|
|
2107
|
-
"
|
|
2108
|
-
"
|
|
2109
|
-
"name": "
|
|
2379
|
+
"platform": {
|
|
2380
|
+
"char": "p",
|
|
2381
|
+
"name": "platform",
|
|
2110
2382
|
"hasDynamicHelp": false,
|
|
2111
2383
|
"multiple": false,
|
|
2384
|
+
"options": [
|
|
2385
|
+
"android",
|
|
2386
|
+
"ios"
|
|
2387
|
+
],
|
|
2112
2388
|
"type": "option"
|
|
2113
2389
|
},
|
|
2114
|
-
"
|
|
2115
|
-
"
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
"
|
|
2119
|
-
"
|
|
2120
|
-
"
|
|
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",
|
|
2121
2402
|
"hasDynamicHelp": false,
|
|
2122
2403
|
"multiple": false,
|
|
2123
|
-
"options": [
|
|
2124
|
-
"default",
|
|
2125
|
-
"large",
|
|
2126
|
-
"m1-medium",
|
|
2127
|
-
"medium",
|
|
2128
|
-
"m-medium",
|
|
2129
|
-
"m-large"
|
|
2130
|
-
],
|
|
2131
2404
|
"type": "option"
|
|
2132
2405
|
},
|
|
2133
|
-
"
|
|
2134
|
-
"
|
|
2135
|
-
"
|
|
2136
|
-
"name": "message",
|
|
2406
|
+
"offset": {
|
|
2407
|
+
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
2408
|
+
"name": "offset",
|
|
2137
2409
|
"hasDynamicHelp": false,
|
|
2138
2410
|
"multiple": false,
|
|
2139
2411
|
"type": "option"
|
|
2140
2412
|
},
|
|
2141
|
-
"
|
|
2142
|
-
"description": "The
|
|
2143
|
-
"name": "
|
|
2413
|
+
"limit": {
|
|
2414
|
+
"description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
|
|
2415
|
+
"name": "limit",
|
|
2144
2416
|
"hasDynamicHelp": false,
|
|
2145
2417
|
"multiple": false,
|
|
2146
|
-
"options": [
|
|
2147
|
-
"trace",
|
|
2148
|
-
"debug",
|
|
2149
|
-
"info",
|
|
2150
|
-
"warn",
|
|
2151
|
-
"error",
|
|
2152
|
-
"fatal"
|
|
2153
|
-
],
|
|
2154
2418
|
"type": "option"
|
|
2419
|
+
}
|
|
2420
|
+
},
|
|
2421
|
+
"hasDynamicHelp": false,
|
|
2422
|
+
"hiddenAliases": [],
|
|
2423
|
+
"id": "build:run",
|
|
2424
|
+
"pluginAlias": "eas-cli",
|
|
2425
|
+
"pluginName": "eas-cli",
|
|
2426
|
+
"pluginType": "core",
|
|
2427
|
+
"strict": true,
|
|
2428
|
+
"enableJsonFlag": false,
|
|
2429
|
+
"ContextOptions": {
|
|
2430
|
+
"LoggedIn": {
|
|
2431
|
+
"loggedIn": {}
|
|
2155
2432
|
},
|
|
2156
|
-
"
|
|
2157
|
-
"
|
|
2158
|
-
"name": "freeze-credentials",
|
|
2159
|
-
"allowNo": false,
|
|
2160
|
-
"type": "boolean"
|
|
2433
|
+
"MaybeLoggedIn": {
|
|
2434
|
+
"maybeLoggedIn": {}
|
|
2161
2435
|
},
|
|
2162
|
-
"
|
|
2163
|
-
"
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
"
|
|
2436
|
+
"DynamicLoggedIn": {
|
|
2437
|
+
"getDynamicLoggedInAsync": {}
|
|
2438
|
+
},
|
|
2439
|
+
"SessionManagment": {
|
|
2440
|
+
"sessionManager": {}
|
|
2441
|
+
},
|
|
2442
|
+
"OptionalProjectConfig": {
|
|
2443
|
+
"optionalPrivateProjectConfig": {}
|
|
2444
|
+
},
|
|
2445
|
+
"ProjectDir": {
|
|
2446
|
+
"projectDir": {}
|
|
2447
|
+
},
|
|
2448
|
+
"DynamicProjectConfig": {
|
|
2449
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
2450
|
+
"getDynamicPrivateProjectConfigAsync": {}
|
|
2451
|
+
},
|
|
2452
|
+
"ProjectConfig": {
|
|
2453
|
+
"loggedIn": {},
|
|
2454
|
+
"privateProjectConfig": {}
|
|
2455
|
+
},
|
|
2456
|
+
"Analytics": {
|
|
2457
|
+
"analytics": {}
|
|
2458
|
+
},
|
|
2459
|
+
"Vcs": {
|
|
2460
|
+
"vcsClient": {}
|
|
2167
2461
|
},
|
|
2462
|
+
"ServerSideEnvironmentVariables": {
|
|
2463
|
+
"getServerSideEnvironmentVariablesAsync": {}
|
|
2464
|
+
},
|
|
2465
|
+
"ProjectId": {
|
|
2466
|
+
"projectId": {}
|
|
2467
|
+
}
|
|
2468
|
+
},
|
|
2469
|
+
"contextDefinition": {
|
|
2470
|
+
"loggedIn": {},
|
|
2471
|
+
"projectId": {},
|
|
2472
|
+
"vcsClient": {}
|
|
2473
|
+
},
|
|
2474
|
+
"isESM": false,
|
|
2475
|
+
"relativePath": [
|
|
2476
|
+
"build",
|
|
2477
|
+
"commands",
|
|
2478
|
+
"build",
|
|
2479
|
+
"run.js"
|
|
2480
|
+
]
|
|
2481
|
+
},
|
|
2482
|
+
"build:view": {
|
|
2483
|
+
"aliases": [],
|
|
2484
|
+
"args": {
|
|
2485
|
+
"BUILD_ID": {
|
|
2486
|
+
"name": "BUILD_ID"
|
|
2487
|
+
}
|
|
2488
|
+
},
|
|
2489
|
+
"description": "view a build for your project",
|
|
2490
|
+
"flags": {
|
|
2168
2491
|
"json": {
|
|
2169
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr.
|
|
2492
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
2170
2493
|
"name": "json",
|
|
2171
2494
|
"allowNo": false,
|
|
2172
2495
|
"type": "boolean"
|
|
2173
|
-
},
|
|
2174
|
-
"non-interactive": {
|
|
2175
|
-
"description": "Run the command in non-interactive mode.",
|
|
2176
|
-
"name": "non-interactive",
|
|
2177
|
-
"noCacheDefault": true,
|
|
2178
|
-
"allowNo": false,
|
|
2179
|
-
"type": "boolean"
|
|
2180
2496
|
}
|
|
2181
2497
|
},
|
|
2182
2498
|
"hasDynamicHelp": false,
|
|
2183
2499
|
"hiddenAliases": [],
|
|
2184
|
-
"id": "build",
|
|
2500
|
+
"id": "build:view",
|
|
2185
2501
|
"pluginAlias": "eas-cli",
|
|
2186
2502
|
"pluginName": "eas-cli",
|
|
2187
2503
|
"pluginType": "core",
|
|
@@ -2228,11 +2544,8 @@
|
|
|
2228
2544
|
}
|
|
2229
2545
|
},
|
|
2230
2546
|
"contextDefinition": {
|
|
2547
|
+
"projectId": {},
|
|
2231
2548
|
"loggedIn": {},
|
|
2232
|
-
"getDynamicPublicProjectConfigAsync": {},
|
|
2233
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
2234
|
-
"projectDir": {},
|
|
2235
|
-
"analytics": {},
|
|
2236
2549
|
"vcsClient": {}
|
|
2237
2550
|
},
|
|
2238
2551
|
"isESM": false,
|
|
@@ -2240,75 +2553,37 @@
|
|
|
2240
2553
|
"build",
|
|
2241
2554
|
"commands",
|
|
2242
2555
|
"build",
|
|
2243
|
-
"
|
|
2556
|
+
"view.js"
|
|
2244
2557
|
]
|
|
2245
2558
|
},
|
|
2246
|
-
"
|
|
2559
|
+
"branch:create": {
|
|
2247
2560
|
"aliases": [],
|
|
2248
|
-
"args": {
|
|
2249
|
-
|
|
2561
|
+
"args": {
|
|
2562
|
+
"name": {
|
|
2563
|
+
"description": "Name of the branch to create",
|
|
2564
|
+
"name": "name",
|
|
2565
|
+
"required": false
|
|
2566
|
+
}
|
|
2567
|
+
},
|
|
2568
|
+
"description": "create a branch",
|
|
2250
2569
|
"flags": {
|
|
2251
|
-
"
|
|
2252
|
-
"
|
|
2253
|
-
"name": "
|
|
2254
|
-
"required": true,
|
|
2255
|
-
"hasDynamicHelp": false,
|
|
2256
|
-
"multiple": false,
|
|
2257
|
-
"options": [
|
|
2258
|
-
"android",
|
|
2259
|
-
"ios"
|
|
2260
|
-
],
|
|
2261
|
-
"type": "option"
|
|
2262
|
-
},
|
|
2263
|
-
"profile": {
|
|
2264
|
-
"char": "e",
|
|
2265
|
-
"description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
|
|
2266
|
-
"name": "profile",
|
|
2267
|
-
"hasDynamicHelp": false,
|
|
2268
|
-
"helpValue": "PROFILE_NAME",
|
|
2269
|
-
"multiple": false,
|
|
2270
|
-
"type": "option"
|
|
2271
|
-
},
|
|
2272
|
-
"stage": {
|
|
2273
|
-
"char": "s",
|
|
2274
|
-
"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",
|
|
2275
|
-
"name": "stage",
|
|
2276
|
-
"required": true,
|
|
2277
|
-
"hasDynamicHelp": false,
|
|
2278
|
-
"multiple": false,
|
|
2279
|
-
"options": [
|
|
2280
|
-
"archive",
|
|
2281
|
-
"pre-build",
|
|
2282
|
-
"post-build"
|
|
2283
|
-
],
|
|
2284
|
-
"type": "option"
|
|
2285
|
-
},
|
|
2286
|
-
"output": {
|
|
2287
|
-
"char": "o",
|
|
2288
|
-
"description": "Output directory.",
|
|
2289
|
-
"name": "output",
|
|
2290
|
-
"required": true,
|
|
2291
|
-
"hasDynamicHelp": false,
|
|
2292
|
-
"helpValue": "OUTPUT_DIRECTORY",
|
|
2293
|
-
"multiple": false,
|
|
2294
|
-
"type": "option"
|
|
2295
|
-
},
|
|
2296
|
-
"force": {
|
|
2297
|
-
"description": "Delete OUTPUT_DIRECTORY if it already exists.",
|
|
2298
|
-
"name": "force",
|
|
2570
|
+
"json": {
|
|
2571
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
2572
|
+
"name": "json",
|
|
2299
2573
|
"allowNo": false,
|
|
2300
2574
|
"type": "boolean"
|
|
2301
2575
|
},
|
|
2302
|
-
"
|
|
2303
|
-
"
|
|
2304
|
-
"name": "
|
|
2576
|
+
"non-interactive": {
|
|
2577
|
+
"description": "Run the command in non-interactive mode.",
|
|
2578
|
+
"name": "non-interactive",
|
|
2579
|
+
"noCacheDefault": true,
|
|
2305
2580
|
"allowNo": false,
|
|
2306
2581
|
"type": "boolean"
|
|
2307
2582
|
}
|
|
2308
2583
|
},
|
|
2309
2584
|
"hasDynamicHelp": false,
|
|
2310
2585
|
"hiddenAliases": [],
|
|
2311
|
-
"id": "
|
|
2586
|
+
"id": "branch:create",
|
|
2312
2587
|
"pluginAlias": "eas-cli",
|
|
2313
2588
|
"pluginName": "eas-cli",
|
|
2314
2589
|
"pluginType": "core",
|
|
@@ -2355,71 +2630,46 @@
|
|
|
2355
2630
|
}
|
|
2356
2631
|
},
|
|
2357
2632
|
"contextDefinition": {
|
|
2633
|
+
"projectId": {},
|
|
2358
2634
|
"loggedIn": {},
|
|
2359
|
-
"getDynamicPublicProjectConfigAsync": {},
|
|
2360
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
2361
|
-
"projectDir": {},
|
|
2362
|
-
"analytics": {},
|
|
2363
2635
|
"vcsClient": {}
|
|
2364
2636
|
},
|
|
2365
2637
|
"isESM": false,
|
|
2366
2638
|
"relativePath": [
|
|
2367
2639
|
"build",
|
|
2368
2640
|
"commands",
|
|
2369
|
-
"
|
|
2370
|
-
"
|
|
2641
|
+
"branch",
|
|
2642
|
+
"create.js"
|
|
2371
2643
|
]
|
|
2372
2644
|
},
|
|
2373
|
-
"
|
|
2645
|
+
"branch:delete": {
|
|
2374
2646
|
"aliases": [],
|
|
2375
|
-
"args": {
|
|
2647
|
+
"args": {
|
|
2648
|
+
"name": {
|
|
2649
|
+
"description": "Name of the branch to delete",
|
|
2650
|
+
"name": "name",
|
|
2651
|
+
"required": false
|
|
2652
|
+
}
|
|
2653
|
+
},
|
|
2654
|
+
"description": "delete a branch",
|
|
2376
2655
|
"flags": {
|
|
2377
|
-
"
|
|
2378
|
-
"
|
|
2379
|
-
"name": "
|
|
2380
|
-
"required": true,
|
|
2381
|
-
"hasDynamicHelp": false,
|
|
2382
|
-
"multiple": false,
|
|
2383
|
-
"options": [
|
|
2384
|
-
"android",
|
|
2385
|
-
"ios"
|
|
2386
|
-
],
|
|
2387
|
-
"type": "option"
|
|
2388
|
-
},
|
|
2389
|
-
"profile": {
|
|
2390
|
-
"char": "e",
|
|
2391
|
-
"description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
|
|
2392
|
-
"name": "profile",
|
|
2393
|
-
"hasDynamicHelp": false,
|
|
2394
|
-
"helpValue": "PROFILE_NAME",
|
|
2395
|
-
"multiple": false,
|
|
2396
|
-
"type": "option"
|
|
2397
|
-
},
|
|
2398
|
-
"auto-submit": {
|
|
2399
|
-
"description": "Submit on build complete using the submit profile with the same name as the build profile",
|
|
2400
|
-
"exclusive": [
|
|
2401
|
-
"auto-submit-with-profile"
|
|
2402
|
-
],
|
|
2403
|
-
"name": "auto-submit",
|
|
2656
|
+
"json": {
|
|
2657
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
2658
|
+
"name": "json",
|
|
2404
2659
|
"allowNo": false,
|
|
2405
2660
|
"type": "boolean"
|
|
2406
2661
|
},
|
|
2407
|
-
"
|
|
2408
|
-
"description": "
|
|
2409
|
-
"
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
"
|
|
2413
|
-
"hasDynamicHelp": false,
|
|
2414
|
-
"helpValue": "PROFILE_NAME",
|
|
2415
|
-
"multiple": false,
|
|
2416
|
-
"type": "option"
|
|
2662
|
+
"non-interactive": {
|
|
2663
|
+
"description": "Run the command in non-interactive mode.",
|
|
2664
|
+
"name": "non-interactive",
|
|
2665
|
+
"noCacheDefault": true,
|
|
2666
|
+
"allowNo": false,
|
|
2667
|
+
"type": "boolean"
|
|
2417
2668
|
}
|
|
2418
2669
|
},
|
|
2419
2670
|
"hasDynamicHelp": false,
|
|
2420
|
-
"hidden": true,
|
|
2421
2671
|
"hiddenAliases": [],
|
|
2422
|
-
"id": "
|
|
2672
|
+
"id": "branch:delete",
|
|
2423
2673
|
"pluginAlias": "eas-cli",
|
|
2424
2674
|
"pluginName": "eas-cli",
|
|
2425
2675
|
"pluginType": "core",
|
|
@@ -2466,151 +2716,22 @@
|
|
|
2466
2716
|
}
|
|
2467
2717
|
},
|
|
2468
2718
|
"contextDefinition": {
|
|
2469
|
-
"
|
|
2470
|
-
"
|
|
2471
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
2472
|
-
"projectDir": {},
|
|
2473
|
-
"analytics": {},
|
|
2474
|
-
"vcsClient": {}
|
|
2719
|
+
"projectId": {},
|
|
2720
|
+
"loggedIn": {}
|
|
2475
2721
|
},
|
|
2476
2722
|
"isESM": false,
|
|
2477
2723
|
"relativePath": [
|
|
2478
2724
|
"build",
|
|
2479
2725
|
"commands",
|
|
2480
|
-
"
|
|
2481
|
-
"
|
|
2726
|
+
"branch",
|
|
2727
|
+
"delete.js"
|
|
2482
2728
|
]
|
|
2483
2729
|
},
|
|
2484
|
-
"
|
|
2730
|
+
"branch:list": {
|
|
2485
2731
|
"aliases": [],
|
|
2486
2732
|
"args": {},
|
|
2487
|
-
"description": "list all
|
|
2733
|
+
"description": "list all branches",
|
|
2488
2734
|
"flags": {
|
|
2489
|
-
"platform": {
|
|
2490
|
-
"char": "p",
|
|
2491
|
-
"name": "platform",
|
|
2492
|
-
"hasDynamicHelp": false,
|
|
2493
|
-
"multiple": false,
|
|
2494
|
-
"options": [
|
|
2495
|
-
"android",
|
|
2496
|
-
"ios",
|
|
2497
|
-
"all"
|
|
2498
|
-
],
|
|
2499
|
-
"type": "option"
|
|
2500
|
-
},
|
|
2501
|
-
"status": {
|
|
2502
|
-
"description": "Filter only builds with the specified status",
|
|
2503
|
-
"name": "status",
|
|
2504
|
-
"hasDynamicHelp": false,
|
|
2505
|
-
"multiple": false,
|
|
2506
|
-
"options": [
|
|
2507
|
-
"new",
|
|
2508
|
-
"in-queue",
|
|
2509
|
-
"in-progress",
|
|
2510
|
-
"pending-cancel",
|
|
2511
|
-
"errored",
|
|
2512
|
-
"finished",
|
|
2513
|
-
"canceled"
|
|
2514
|
-
],
|
|
2515
|
-
"type": "option"
|
|
2516
|
-
},
|
|
2517
|
-
"distribution": {
|
|
2518
|
-
"description": "Filter only builds with the specified distribution type",
|
|
2519
|
-
"name": "distribution",
|
|
2520
|
-
"hasDynamicHelp": false,
|
|
2521
|
-
"multiple": false,
|
|
2522
|
-
"options": [
|
|
2523
|
-
"store",
|
|
2524
|
-
"internal",
|
|
2525
|
-
"simulator"
|
|
2526
|
-
],
|
|
2527
|
-
"type": "option"
|
|
2528
|
-
},
|
|
2529
|
-
"channel": {
|
|
2530
|
-
"name": "channel",
|
|
2531
|
-
"hasDynamicHelp": false,
|
|
2532
|
-
"multiple": false,
|
|
2533
|
-
"type": "option"
|
|
2534
|
-
},
|
|
2535
|
-
"app-version": {
|
|
2536
|
-
"aliases": [
|
|
2537
|
-
"appVersion"
|
|
2538
|
-
],
|
|
2539
|
-
"description": "Filter only builds created with the specified main app version",
|
|
2540
|
-
"name": "app-version",
|
|
2541
|
-
"hasDynamicHelp": false,
|
|
2542
|
-
"multiple": false,
|
|
2543
|
-
"type": "option"
|
|
2544
|
-
},
|
|
2545
|
-
"app-build-version": {
|
|
2546
|
-
"aliases": [
|
|
2547
|
-
"appBuildVersion"
|
|
2548
|
-
],
|
|
2549
|
-
"description": "Filter only builds created with the specified app build version",
|
|
2550
|
-
"name": "app-build-version",
|
|
2551
|
-
"hasDynamicHelp": false,
|
|
2552
|
-
"multiple": false,
|
|
2553
|
-
"type": "option"
|
|
2554
|
-
},
|
|
2555
|
-
"sdk-version": {
|
|
2556
|
-
"aliases": [
|
|
2557
|
-
"sdkVersion"
|
|
2558
|
-
],
|
|
2559
|
-
"description": "Filter only builds created with the specified Expo SDK version",
|
|
2560
|
-
"name": "sdk-version",
|
|
2561
|
-
"hasDynamicHelp": false,
|
|
2562
|
-
"multiple": false,
|
|
2563
|
-
"type": "option"
|
|
2564
|
-
},
|
|
2565
|
-
"runtime-version": {
|
|
2566
|
-
"aliases": [
|
|
2567
|
-
"runtimeVersion"
|
|
2568
|
-
],
|
|
2569
|
-
"description": "Filter only builds created with the specified runtime version",
|
|
2570
|
-
"name": "runtime-version",
|
|
2571
|
-
"hasDynamicHelp": false,
|
|
2572
|
-
"multiple": false,
|
|
2573
|
-
"type": "option"
|
|
2574
|
-
},
|
|
2575
|
-
"app-identifier": {
|
|
2576
|
-
"aliases": [
|
|
2577
|
-
"appIdentifier"
|
|
2578
|
-
],
|
|
2579
|
-
"description": "Filter only builds created with the specified app identifier",
|
|
2580
|
-
"name": "app-identifier",
|
|
2581
|
-
"hasDynamicHelp": false,
|
|
2582
|
-
"multiple": false,
|
|
2583
|
-
"type": "option"
|
|
2584
|
-
},
|
|
2585
|
-
"build-profile": {
|
|
2586
|
-
"aliases": [
|
|
2587
|
-
"profile",
|
|
2588
|
-
"buildProfile"
|
|
2589
|
-
],
|
|
2590
|
-
"char": "e",
|
|
2591
|
-
"description": "Filter only builds created with the specified build profile",
|
|
2592
|
-
"name": "build-profile",
|
|
2593
|
-
"hasDynamicHelp": false,
|
|
2594
|
-
"multiple": false,
|
|
2595
|
-
"type": "option"
|
|
2596
|
-
},
|
|
2597
|
-
"git-commit-hash": {
|
|
2598
|
-
"aliases": [
|
|
2599
|
-
"gitCommitHash"
|
|
2600
|
-
],
|
|
2601
|
-
"description": "Filter only builds created with the specified git commit hash",
|
|
2602
|
-
"name": "git-commit-hash",
|
|
2603
|
-
"hasDynamicHelp": false,
|
|
2604
|
-
"multiple": false,
|
|
2605
|
-
"type": "option"
|
|
2606
|
-
},
|
|
2607
|
-
"fingerprint-hash": {
|
|
2608
|
-
"description": "Filter only builds with the specified fingerprint hash",
|
|
2609
|
-
"name": "fingerprint-hash",
|
|
2610
|
-
"hasDynamicHelp": false,
|
|
2611
|
-
"multiple": false,
|
|
2612
|
-
"type": "option"
|
|
2613
|
-
},
|
|
2614
2735
|
"offset": {
|
|
2615
2736
|
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
2616
2737
|
"name": "offset",
|
|
@@ -2619,7 +2740,7 @@
|
|
|
2619
2740
|
"type": "option"
|
|
2620
2741
|
},
|
|
2621
2742
|
"limit": {
|
|
2622
|
-
"description": "The number of items to fetch each query. Defaults to
|
|
2743
|
+
"description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
|
|
2623
2744
|
"name": "limit",
|
|
2624
2745
|
"hasDynamicHelp": false,
|
|
2625
2746
|
"multiple": false,
|
|
@@ -2637,17 +2758,11 @@
|
|
|
2637
2758
|
"noCacheDefault": true,
|
|
2638
2759
|
"allowNo": false,
|
|
2639
2760
|
"type": "boolean"
|
|
2640
|
-
},
|
|
2641
|
-
"simulator": {
|
|
2642
|
-
"description": "Filter only iOS simulator builds. Can only be used with --platform flag set to \"ios\"",
|
|
2643
|
-
"name": "simulator",
|
|
2644
|
-
"allowNo": false,
|
|
2645
|
-
"type": "boolean"
|
|
2646
2761
|
}
|
|
2647
2762
|
},
|
|
2648
2763
|
"hasDynamicHelp": false,
|
|
2649
2764
|
"hiddenAliases": [],
|
|
2650
|
-
"id": "
|
|
2765
|
+
"id": "branch:list",
|
|
2651
2766
|
"pluginAlias": "eas-cli",
|
|
2652
2767
|
"pluginName": "eas-cli",
|
|
2653
2768
|
"pluginType": "core",
|
|
@@ -2695,97 +2810,25 @@
|
|
|
2695
2810
|
},
|
|
2696
2811
|
"contextDefinition": {
|
|
2697
2812
|
"projectId": {},
|
|
2698
|
-
"loggedIn": {}
|
|
2699
|
-
"vcsClient": {}
|
|
2813
|
+
"loggedIn": {}
|
|
2700
2814
|
},
|
|
2701
2815
|
"isESM": false,
|
|
2702
2816
|
"relativePath": [
|
|
2703
2817
|
"build",
|
|
2704
2818
|
"commands",
|
|
2705
|
-
"
|
|
2819
|
+
"branch",
|
|
2706
2820
|
"list.js"
|
|
2707
2821
|
]
|
|
2708
2822
|
},
|
|
2709
|
-
"
|
|
2823
|
+
"branch:publish": {
|
|
2710
2824
|
"aliases": [],
|
|
2711
2825
|
"args": {},
|
|
2712
|
-
"description": "
|
|
2713
|
-
"flags": {
|
|
2714
|
-
"platform": {
|
|
2715
|
-
"char": "p",
|
|
2716
|
-
"name": "platform",
|
|
2717
|
-
"hasDynamicHelp": false,
|
|
2718
|
-
"multiple": false,
|
|
2719
|
-
"options": [
|
|
2720
|
-
"android",
|
|
2721
|
-
"ios"
|
|
2722
|
-
],
|
|
2723
|
-
"type": "option"
|
|
2724
|
-
},
|
|
2725
|
-
"target-profile": {
|
|
2726
|
-
"aliases": [
|
|
2727
|
-
"profile"
|
|
2728
|
-
],
|
|
2729
|
-
"char": "e",
|
|
2730
|
-
"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.",
|
|
2731
|
-
"name": "target-profile",
|
|
2732
|
-
"hasDynamicHelp": false,
|
|
2733
|
-
"helpValue": "PROFILE_NAME",
|
|
2734
|
-
"multiple": false,
|
|
2735
|
-
"type": "option"
|
|
2736
|
-
},
|
|
2737
|
-
"source-profile": {
|
|
2738
|
-
"description": "Name of the source build profile from eas.json. Used to filter builds eligible for re-signing.",
|
|
2739
|
-
"name": "source-profile",
|
|
2740
|
-
"hasDynamicHelp": false,
|
|
2741
|
-
"helpValue": "PROFILE_NAME",
|
|
2742
|
-
"multiple": false,
|
|
2743
|
-
"type": "option"
|
|
2744
|
-
},
|
|
2745
|
-
"wait": {
|
|
2746
|
-
"description": "Wait for build(s) to complete.",
|
|
2747
|
-
"name": "wait",
|
|
2748
|
-
"allowNo": true,
|
|
2749
|
-
"type": "boolean"
|
|
2750
|
-
},
|
|
2751
|
-
"id": {
|
|
2752
|
-
"description": "ID of the build to re-sign.",
|
|
2753
|
-
"name": "id",
|
|
2754
|
-
"hasDynamicHelp": false,
|
|
2755
|
-
"multiple": false,
|
|
2756
|
-
"type": "option"
|
|
2757
|
-
},
|
|
2758
|
-
"offset": {
|
|
2759
|
-
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
2760
|
-
"name": "offset",
|
|
2761
|
-
"hasDynamicHelp": false,
|
|
2762
|
-
"multiple": false,
|
|
2763
|
-
"type": "option"
|
|
2764
|
-
},
|
|
2765
|
-
"limit": {
|
|
2766
|
-
"description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
|
|
2767
|
-
"name": "limit",
|
|
2768
|
-
"hasDynamicHelp": false,
|
|
2769
|
-
"multiple": false,
|
|
2770
|
-
"type": "option"
|
|
2771
|
-
},
|
|
2772
|
-
"json": {
|
|
2773
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
2774
|
-
"name": "json",
|
|
2775
|
-
"allowNo": false,
|
|
2776
|
-
"type": "boolean"
|
|
2777
|
-
},
|
|
2778
|
-
"non-interactive": {
|
|
2779
|
-
"description": "Run the command in non-interactive mode.",
|
|
2780
|
-
"name": "non-interactive",
|
|
2781
|
-
"noCacheDefault": true,
|
|
2782
|
-
"allowNo": false,
|
|
2783
|
-
"type": "boolean"
|
|
2784
|
-
}
|
|
2785
|
-
},
|
|
2826
|
+
"description": "deprecated, use \"eas update\"",
|
|
2827
|
+
"flags": {},
|
|
2786
2828
|
"hasDynamicHelp": false,
|
|
2829
|
+
"hidden": true,
|
|
2787
2830
|
"hiddenAliases": [],
|
|
2788
|
-
"id": "
|
|
2831
|
+
"id": "branch:publish",
|
|
2789
2832
|
"pluginAlias": "eas-cli",
|
|
2790
2833
|
"pluginName": "eas-cli",
|
|
2791
2834
|
"pluginType": "core",
|
|
@@ -2823,125 +2866,61 @@
|
|
|
2823
2866
|
},
|
|
2824
2867
|
"Vcs": {
|
|
2825
2868
|
"vcsClient": {}
|
|
2826
|
-
},
|
|
2827
|
-
"ServerSideEnvironmentVariables": {
|
|
2828
|
-
"getServerSideEnvironmentVariablesAsync": {}
|
|
2829
|
-
},
|
|
2830
|
-
"ProjectId": {
|
|
2831
|
-
"projectId": {}
|
|
2832
|
-
}
|
|
2833
|
-
},
|
|
2834
|
-
"contextDefinition": {
|
|
2835
|
-
"loggedIn": {},
|
|
2836
|
-
"getDynamicPublicProjectConfigAsync": {},
|
|
2837
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
2838
|
-
"projectDir": {},
|
|
2839
|
-
"analytics": {},
|
|
2840
|
-
"vcsClient": {}
|
|
2869
|
+
},
|
|
2870
|
+
"ServerSideEnvironmentVariables": {
|
|
2871
|
+
"getServerSideEnvironmentVariablesAsync": {}
|
|
2872
|
+
},
|
|
2873
|
+
"ProjectId": {
|
|
2874
|
+
"projectId": {}
|
|
2875
|
+
}
|
|
2841
2876
|
},
|
|
2877
|
+
"contextDefinition": {},
|
|
2842
2878
|
"isESM": false,
|
|
2843
2879
|
"relativePath": [
|
|
2844
2880
|
"build",
|
|
2845
2881
|
"commands",
|
|
2846
|
-
"
|
|
2847
|
-
"
|
|
2882
|
+
"branch",
|
|
2883
|
+
"publish.js"
|
|
2848
2884
|
]
|
|
2849
2885
|
},
|
|
2850
|
-
"
|
|
2886
|
+
"branch:rename": {
|
|
2851
2887
|
"aliases": [],
|
|
2852
2888
|
"args": {},
|
|
2853
|
-
"description": "
|
|
2889
|
+
"description": "rename a branch",
|
|
2854
2890
|
"flags": {
|
|
2855
|
-
"
|
|
2856
|
-
"description": "
|
|
2857
|
-
"
|
|
2858
|
-
|
|
2859
|
-
"path",
|
|
2860
|
-
"url"
|
|
2861
|
-
],
|
|
2862
|
-
"name": "latest",
|
|
2863
|
-
"allowNo": false,
|
|
2864
|
-
"type": "boolean"
|
|
2865
|
-
},
|
|
2866
|
-
"url": {
|
|
2867
|
-
"description": "Simulator/Emulator build archive url",
|
|
2868
|
-
"exclusive": [
|
|
2869
|
-
"latest",
|
|
2870
|
-
"id",
|
|
2871
|
-
"path"
|
|
2872
|
-
],
|
|
2873
|
-
"name": "url",
|
|
2874
|
-
"hasDynamicHelp": false,
|
|
2875
|
-
"multiple": false,
|
|
2876
|
-
"type": "option"
|
|
2877
|
-
},
|
|
2878
|
-
"path": {
|
|
2879
|
-
"description": "Path to the simulator/emulator build archive or app",
|
|
2880
|
-
"exclusive": [
|
|
2881
|
-
"latest",
|
|
2882
|
-
"id",
|
|
2883
|
-
"url"
|
|
2884
|
-
],
|
|
2885
|
-
"name": "path",
|
|
2886
|
-
"hasDynamicHelp": false,
|
|
2887
|
-
"multiple": false,
|
|
2888
|
-
"type": "option"
|
|
2889
|
-
},
|
|
2890
|
-
"id": {
|
|
2891
|
-
"description": "ID of the simulator/emulator build to run",
|
|
2892
|
-
"exclusive": [
|
|
2893
|
-
"latest, path, url"
|
|
2894
|
-
],
|
|
2895
|
-
"name": "id",
|
|
2896
|
-
"hasDynamicHelp": false,
|
|
2897
|
-
"multiple": false,
|
|
2898
|
-
"type": "option"
|
|
2899
|
-
},
|
|
2900
|
-
"platform": {
|
|
2901
|
-
"char": "p",
|
|
2902
|
-
"name": "platform",
|
|
2903
|
-
"hasDynamicHelp": false,
|
|
2904
|
-
"multiple": false,
|
|
2905
|
-
"options": [
|
|
2906
|
-
"android",
|
|
2907
|
-
"ios"
|
|
2908
|
-
],
|
|
2909
|
-
"type": "option"
|
|
2910
|
-
},
|
|
2911
|
-
"profile": {
|
|
2912
|
-
"char": "e",
|
|
2913
|
-
"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.",
|
|
2914
|
-
"name": "profile",
|
|
2891
|
+
"from": {
|
|
2892
|
+
"description": "current name of the branch.",
|
|
2893
|
+
"name": "from",
|
|
2894
|
+
"required": false,
|
|
2915
2895
|
"hasDynamicHelp": false,
|
|
2916
|
-
"helpValue": "PROFILE_NAME",
|
|
2917
2896
|
"multiple": false,
|
|
2918
2897
|
"type": "option"
|
|
2919
2898
|
},
|
|
2920
|
-
"
|
|
2921
|
-
"description": "
|
|
2922
|
-
"name": "
|
|
2899
|
+
"to": {
|
|
2900
|
+
"description": "new name of the branch.",
|
|
2901
|
+
"name": "to",
|
|
2902
|
+
"required": false,
|
|
2923
2903
|
"hasDynamicHelp": false,
|
|
2924
2904
|
"multiple": false,
|
|
2925
2905
|
"type": "option"
|
|
2926
2906
|
},
|
|
2927
|
-
"
|
|
2928
|
-
"description": "
|
|
2929
|
-
"name": "
|
|
2930
|
-
"
|
|
2931
|
-
"
|
|
2932
|
-
"type": "option"
|
|
2907
|
+
"json": {
|
|
2908
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
2909
|
+
"name": "json",
|
|
2910
|
+
"allowNo": false,
|
|
2911
|
+
"type": "boolean"
|
|
2933
2912
|
},
|
|
2934
|
-
"
|
|
2935
|
-
"description": "
|
|
2936
|
-
"name": "
|
|
2937
|
-
"
|
|
2938
|
-
"
|
|
2939
|
-
"type": "
|
|
2913
|
+
"non-interactive": {
|
|
2914
|
+
"description": "Run the command in non-interactive mode.",
|
|
2915
|
+
"name": "non-interactive",
|
|
2916
|
+
"noCacheDefault": true,
|
|
2917
|
+
"allowNo": false,
|
|
2918
|
+
"type": "boolean"
|
|
2940
2919
|
}
|
|
2941
2920
|
},
|
|
2942
2921
|
"hasDynamicHelp": false,
|
|
2943
2922
|
"hiddenAliases": [],
|
|
2944
|
-
"id": "
|
|
2923
|
+
"id": "branch:rename",
|
|
2945
2924
|
"pluginAlias": "eas-cli",
|
|
2946
2925
|
"pluginName": "eas-cli",
|
|
2947
2926
|
"pluginType": "core",
|
|
@@ -2988,37 +2967,59 @@
|
|
|
2988
2967
|
}
|
|
2989
2968
|
},
|
|
2990
2969
|
"contextDefinition": {
|
|
2991
|
-
"loggedIn": {},
|
|
2992
2970
|
"projectId": {},
|
|
2993
|
-
"
|
|
2971
|
+
"loggedIn": {}
|
|
2994
2972
|
},
|
|
2995
2973
|
"isESM": false,
|
|
2996
2974
|
"relativePath": [
|
|
2997
2975
|
"build",
|
|
2998
2976
|
"commands",
|
|
2999
|
-
"
|
|
3000
|
-
"
|
|
2977
|
+
"branch",
|
|
2978
|
+
"rename.js"
|
|
3001
2979
|
]
|
|
3002
2980
|
},
|
|
3003
|
-
"
|
|
2981
|
+
"branch:view": {
|
|
3004
2982
|
"aliases": [],
|
|
3005
2983
|
"args": {
|
|
3006
|
-
"
|
|
3007
|
-
"
|
|
2984
|
+
"name": {
|
|
2985
|
+
"description": "Name of the branch to view",
|
|
2986
|
+
"name": "name",
|
|
2987
|
+
"required": false
|
|
3008
2988
|
}
|
|
3009
2989
|
},
|
|
3010
|
-
"description": "view a
|
|
2990
|
+
"description": "view a branch",
|
|
3011
2991
|
"flags": {
|
|
2992
|
+
"offset": {
|
|
2993
|
+
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
2994
|
+
"name": "offset",
|
|
2995
|
+
"hasDynamicHelp": false,
|
|
2996
|
+
"multiple": false,
|
|
2997
|
+
"type": "option"
|
|
2998
|
+
},
|
|
2999
|
+
"limit": {
|
|
3000
|
+
"description": "The number of items to fetch each query. Defaults to 25 and is capped at 50.",
|
|
3001
|
+
"name": "limit",
|
|
3002
|
+
"hasDynamicHelp": false,
|
|
3003
|
+
"multiple": false,
|
|
3004
|
+
"type": "option"
|
|
3005
|
+
},
|
|
3012
3006
|
"json": {
|
|
3013
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
3007
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
3014
3008
|
"name": "json",
|
|
3015
3009
|
"allowNo": false,
|
|
3016
3010
|
"type": "boolean"
|
|
3011
|
+
},
|
|
3012
|
+
"non-interactive": {
|
|
3013
|
+
"description": "Run the command in non-interactive mode.",
|
|
3014
|
+
"name": "non-interactive",
|
|
3015
|
+
"noCacheDefault": true,
|
|
3016
|
+
"allowNo": false,
|
|
3017
|
+
"type": "boolean"
|
|
3017
3018
|
}
|
|
3018
3019
|
},
|
|
3019
3020
|
"hasDynamicHelp": false,
|
|
3020
3021
|
"hiddenAliases": [],
|
|
3021
|
-
"id": "
|
|
3022
|
+
"id": "branch:view",
|
|
3022
3023
|
"pluginAlias": "eas-cli",
|
|
3023
3024
|
"pluginName": "eas-cli",
|
|
3024
3025
|
"pluginType": "core",
|
|
@@ -3066,14 +3067,13 @@
|
|
|
3066
3067
|
},
|
|
3067
3068
|
"contextDefinition": {
|
|
3068
3069
|
"projectId": {},
|
|
3069
|
-
"loggedIn": {}
|
|
3070
|
-
"vcsClient": {}
|
|
3070
|
+
"loggedIn": {}
|
|
3071
3071
|
},
|
|
3072
3072
|
"isESM": false,
|
|
3073
3073
|
"relativePath": [
|
|
3074
3074
|
"build",
|
|
3075
3075
|
"commands",
|
|
3076
|
-
"
|
|
3076
|
+
"branch",
|
|
3077
3077
|
"view.js"
|
|
3078
3078
|
]
|
|
3079
3079
|
},
|
|
@@ -6871,6 +6871,13 @@
|
|
|
6871
6871
|
"multiple": false,
|
|
6872
6872
|
"type": "option"
|
|
6873
6873
|
},
|
|
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"
|
|
6880
|
+
},
|
|
6874
6881
|
"project-id": {
|
|
6875
6882
|
"description": "EAS project ID (defaults to the project ID of the current directory)",
|
|
6876
6883
|
"name": "project-id",
|
|
@@ -7401,54 +7408,19 @@
|
|
|
7401
7408
|
"onboarding.js"
|
|
7402
7409
|
]
|
|
7403
7410
|
},
|
|
7404
|
-
"
|
|
7411
|
+
"simulator:get": {
|
|
7405
7412
|
"aliases": [],
|
|
7406
7413
|
"args": {},
|
|
7407
|
-
"description": "
|
|
7414
|
+
"description": "[EXPERIMENTAL] get info about a remote simulator session on EAS by its device run session ID",
|
|
7408
7415
|
"flags": {
|
|
7409
|
-
"
|
|
7410
|
-
"description": "
|
|
7411
|
-
"name": "
|
|
7412
|
-
"
|
|
7413
|
-
"hasDynamicHelp": false,
|
|
7414
|
-
"multiple": false,
|
|
7415
|
-
"options": [
|
|
7416
|
-
"account",
|
|
7417
|
-
"project"
|
|
7418
|
-
],
|
|
7419
|
-
"type": "option"
|
|
7420
|
-
},
|
|
7421
|
-
"name": {
|
|
7422
|
-
"description": "Name of the secret",
|
|
7423
|
-
"name": "name",
|
|
7424
|
-
"hasDynamicHelp": false,
|
|
7425
|
-
"multiple": false,
|
|
7426
|
-
"type": "option"
|
|
7427
|
-
},
|
|
7428
|
-
"value": {
|
|
7429
|
-
"description": "Text value or path to a file to store in the secret",
|
|
7430
|
-
"name": "value",
|
|
7431
|
-
"hasDynamicHelp": false,
|
|
7432
|
-
"multiple": false,
|
|
7433
|
-
"type": "option"
|
|
7434
|
-
},
|
|
7435
|
-
"type": {
|
|
7436
|
-
"description": "The type of secret",
|
|
7437
|
-
"name": "type",
|
|
7416
|
+
"id": {
|
|
7417
|
+
"description": "Device run session ID",
|
|
7418
|
+
"name": "id",
|
|
7419
|
+
"required": true,
|
|
7438
7420
|
"hasDynamicHelp": false,
|
|
7439
7421
|
"multiple": false,
|
|
7440
|
-
"options": [
|
|
7441
|
-
"string",
|
|
7442
|
-
"file"
|
|
7443
|
-
],
|
|
7444
7422
|
"type": "option"
|
|
7445
7423
|
},
|
|
7446
|
-
"force": {
|
|
7447
|
-
"description": "Delete and recreate existing secrets",
|
|
7448
|
-
"name": "force",
|
|
7449
|
-
"allowNo": false,
|
|
7450
|
-
"type": "boolean"
|
|
7451
|
-
},
|
|
7452
7424
|
"non-interactive": {
|
|
7453
7425
|
"description": "Run the command in non-interactive mode.",
|
|
7454
7426
|
"name": "non-interactive",
|
|
@@ -7460,7 +7432,7 @@
|
|
|
7460
7432
|
"hasDynamicHelp": false,
|
|
7461
7433
|
"hidden": true,
|
|
7462
7434
|
"hiddenAliases": [],
|
|
7463
|
-
"id": "
|
|
7435
|
+
"id": "simulator:get",
|
|
7464
7436
|
"pluginAlias": "eas-cli",
|
|
7465
7437
|
"pluginName": "eas-cli",
|
|
7466
7438
|
"pluginType": "core",
|
|
@@ -7502,30 +7474,53 @@
|
|
|
7502
7474
|
"ServerSideEnvironmentVariables": {
|
|
7503
7475
|
"getServerSideEnvironmentVariablesAsync": {}
|
|
7504
7476
|
},
|
|
7505
|
-
"ProjectId": {
|
|
7506
|
-
"projectId": {}
|
|
7507
|
-
}
|
|
7508
|
-
},
|
|
7509
|
-
"contextDefinition": {
|
|
7510
|
-
"
|
|
7511
|
-
|
|
7512
|
-
|
|
7513
|
-
"
|
|
7514
|
-
|
|
7515
|
-
"
|
|
7516
|
-
"
|
|
7517
|
-
"
|
|
7518
|
-
|
|
7519
|
-
|
|
7520
|
-
|
|
7521
|
-
|
|
7522
|
-
"
|
|
7523
|
-
"
|
|
7524
|
-
"
|
|
7525
|
-
|
|
7526
|
-
|
|
7527
|
-
"
|
|
7528
|
-
"
|
|
7477
|
+
"ProjectId": {
|
|
7478
|
+
"projectId": {}
|
|
7479
|
+
}
|
|
7480
|
+
},
|
|
7481
|
+
"contextDefinition": {
|
|
7482
|
+
"loggedIn": {}
|
|
7483
|
+
},
|
|
7484
|
+
"isESM": false,
|
|
7485
|
+
"relativePath": [
|
|
7486
|
+
"build",
|
|
7487
|
+
"commands",
|
|
7488
|
+
"simulator",
|
|
7489
|
+
"get.js"
|
|
7490
|
+
]
|
|
7491
|
+
},
|
|
7492
|
+
"simulator:start": {
|
|
7493
|
+
"aliases": [],
|
|
7494
|
+
"args": {},
|
|
7495
|
+
"description": "[EXPERIMENTAL] start a remote simulator session on EAS and get instructions to connect to it",
|
|
7496
|
+
"flags": {
|
|
7497
|
+
"platform": {
|
|
7498
|
+
"description": "Device platform",
|
|
7499
|
+
"name": "platform",
|
|
7500
|
+
"required": true,
|
|
7501
|
+
"hasDynamicHelp": false,
|
|
7502
|
+
"multiple": false,
|
|
7503
|
+
"options": [
|
|
7504
|
+
"android",
|
|
7505
|
+
"ios"
|
|
7506
|
+
],
|
|
7507
|
+
"type": "option"
|
|
7508
|
+
},
|
|
7509
|
+
"type": {
|
|
7510
|
+
"description": "Type of device run session to create",
|
|
7511
|
+
"name": "type",
|
|
7512
|
+
"default": "agent-device",
|
|
7513
|
+
"hasDynamicHelp": false,
|
|
7514
|
+
"multiple": false,
|
|
7515
|
+
"options": [
|
|
7516
|
+
"agent-device",
|
|
7517
|
+
"serve-sim"
|
|
7518
|
+
],
|
|
7519
|
+
"type": "option"
|
|
7520
|
+
},
|
|
7521
|
+
"package-version": {
|
|
7522
|
+
"description": "Version of the package backing the device run session (e.g. \"0.1.3-alpha.3\"). Defaults to \"latest\" when omitted.",
|
|
7523
|
+
"name": "package-version",
|
|
7529
7524
|
"hasDynamicHelp": false,
|
|
7530
7525
|
"multiple": false,
|
|
7531
7526
|
"type": "option"
|
|
@@ -7541,7 +7536,7 @@
|
|
|
7541
7536
|
"hasDynamicHelp": false,
|
|
7542
7537
|
"hidden": true,
|
|
7543
7538
|
"hiddenAliases": [],
|
|
7544
|
-
"id": "
|
|
7539
|
+
"id": "simulator:start",
|
|
7545
7540
|
"pluginAlias": "eas-cli",
|
|
7546
7541
|
"pluginName": "eas-cli",
|
|
7547
7542
|
"pluginType": "core",
|
|
@@ -7595,19 +7590,35 @@
|
|
|
7595
7590
|
"relativePath": [
|
|
7596
7591
|
"build",
|
|
7597
7592
|
"commands",
|
|
7598
|
-
"
|
|
7599
|
-
"
|
|
7593
|
+
"simulator",
|
|
7594
|
+
"start.js"
|
|
7600
7595
|
]
|
|
7601
7596
|
},
|
|
7602
|
-
"
|
|
7597
|
+
"simulator:stop": {
|
|
7603
7598
|
"aliases": [],
|
|
7604
7599
|
"args": {},
|
|
7605
|
-
"description": "
|
|
7606
|
-
"flags": {
|
|
7600
|
+
"description": "[EXPERIMENTAL] stop a remote simulator session on EAS by its device run session ID",
|
|
7601
|
+
"flags": {
|
|
7602
|
+
"id": {
|
|
7603
|
+
"description": "Device run session ID",
|
|
7604
|
+
"name": "id",
|
|
7605
|
+
"required": true,
|
|
7606
|
+
"hasDynamicHelp": false,
|
|
7607
|
+
"multiple": false,
|
|
7608
|
+
"type": "option"
|
|
7609
|
+
},
|
|
7610
|
+
"non-interactive": {
|
|
7611
|
+
"description": "Run the command in non-interactive mode.",
|
|
7612
|
+
"name": "non-interactive",
|
|
7613
|
+
"noCacheDefault": true,
|
|
7614
|
+
"allowNo": false,
|
|
7615
|
+
"type": "boolean"
|
|
7616
|
+
}
|
|
7617
|
+
},
|
|
7607
7618
|
"hasDynamicHelp": false,
|
|
7608
7619
|
"hidden": true,
|
|
7609
7620
|
"hiddenAliases": [],
|
|
7610
|
-
"id": "
|
|
7621
|
+
"id": "simulator:stop",
|
|
7611
7622
|
"pluginAlias": "eas-cli",
|
|
7612
7623
|
"pluginName": "eas-cli",
|
|
7613
7624
|
"pluginType": "core",
|
|
@@ -7654,24 +7665,23 @@
|
|
|
7654
7665
|
}
|
|
7655
7666
|
},
|
|
7656
7667
|
"contextDefinition": {
|
|
7657
|
-
"projectId": {},
|
|
7658
7668
|
"loggedIn": {}
|
|
7659
7669
|
},
|
|
7660
7670
|
"isESM": false,
|
|
7661
7671
|
"relativePath": [
|
|
7662
7672
|
"build",
|
|
7663
7673
|
"commands",
|
|
7664
|
-
"
|
|
7665
|
-
"
|
|
7674
|
+
"simulator",
|
|
7675
|
+
"stop.js"
|
|
7666
7676
|
]
|
|
7667
7677
|
},
|
|
7668
|
-
"secret:
|
|
7678
|
+
"secret:create": {
|
|
7669
7679
|
"aliases": [],
|
|
7670
7680
|
"args": {},
|
|
7671
|
-
"description": "
|
|
7681
|
+
"description": "create an environment secret on the current project or owner account",
|
|
7672
7682
|
"flags": {
|
|
7673
7683
|
"scope": {
|
|
7674
|
-
"description": "Scope for the
|
|
7684
|
+
"description": "Scope for the secret",
|
|
7675
7685
|
"name": "scope",
|
|
7676
7686
|
"default": "project",
|
|
7677
7687
|
"hasDynamicHelp": false,
|
|
@@ -7682,11 +7692,29 @@
|
|
|
7682
7692
|
],
|
|
7683
7693
|
"type": "option"
|
|
7684
7694
|
},
|
|
7685
|
-
"
|
|
7686
|
-
"description": "
|
|
7687
|
-
"name": "
|
|
7695
|
+
"name": {
|
|
7696
|
+
"description": "Name of the secret",
|
|
7697
|
+
"name": "name",
|
|
7698
|
+
"hasDynamicHelp": false,
|
|
7699
|
+
"multiple": false,
|
|
7700
|
+
"type": "option"
|
|
7701
|
+
},
|
|
7702
|
+
"value": {
|
|
7703
|
+
"description": "Text value or path to a file to store in the secret",
|
|
7704
|
+
"name": "value",
|
|
7705
|
+
"hasDynamicHelp": false,
|
|
7706
|
+
"multiple": false,
|
|
7707
|
+
"type": "option"
|
|
7708
|
+
},
|
|
7709
|
+
"type": {
|
|
7710
|
+
"description": "The type of secret",
|
|
7711
|
+
"name": "type",
|
|
7688
7712
|
"hasDynamicHelp": false,
|
|
7689
7713
|
"multiple": false,
|
|
7714
|
+
"options": [
|
|
7715
|
+
"string",
|
|
7716
|
+
"file"
|
|
7717
|
+
],
|
|
7690
7718
|
"type": "option"
|
|
7691
7719
|
},
|
|
7692
7720
|
"force": {
|
|
@@ -7706,7 +7734,7 @@
|
|
|
7706
7734
|
"hasDynamicHelp": false,
|
|
7707
7735
|
"hidden": true,
|
|
7708
7736
|
"hiddenAliases": [],
|
|
7709
|
-
"id": "secret:
|
|
7737
|
+
"id": "secret:create",
|
|
7710
7738
|
"pluginAlias": "eas-cli",
|
|
7711
7739
|
"pluginName": "eas-cli",
|
|
7712
7740
|
"pluginType": "core",
|
|
@@ -7761,44 +7789,33 @@
|
|
|
7761
7789
|
"build",
|
|
7762
7790
|
"commands",
|
|
7763
7791
|
"secret",
|
|
7764
|
-
"
|
|
7792
|
+
"create.js"
|
|
7765
7793
|
]
|
|
7766
7794
|
},
|
|
7767
|
-
"
|
|
7795
|
+
"secret:delete": {
|
|
7768
7796
|
"aliases": [],
|
|
7769
7797
|
"args": {},
|
|
7798
|
+
"description": "delete an environment secret by ID",
|
|
7770
7799
|
"flags": {
|
|
7771
|
-
"platform": {
|
|
7772
|
-
"name": "platform",
|
|
7773
|
-
"required": true,
|
|
7774
|
-
"hasDynamicHelp": false,
|
|
7775
|
-
"multiple": false,
|
|
7776
|
-
"options": [
|
|
7777
|
-
"android",
|
|
7778
|
-
"ios"
|
|
7779
|
-
],
|
|
7780
|
-
"type": "option"
|
|
7781
|
-
},
|
|
7782
|
-
"profile": {
|
|
7783
|
-
"description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
|
|
7784
|
-
"name": "profile",
|
|
7785
|
-
"hasDynamicHelp": false,
|
|
7786
|
-
"multiple": false,
|
|
7787
|
-
"type": "option"
|
|
7788
|
-
},
|
|
7789
7800
|
"id": {
|
|
7790
|
-
"description": "ID of the
|
|
7801
|
+
"description": "ID of the secret to delete",
|
|
7791
7802
|
"name": "id",
|
|
7792
|
-
"required": true,
|
|
7793
7803
|
"hasDynamicHelp": false,
|
|
7794
7804
|
"multiple": false,
|
|
7795
7805
|
"type": "option"
|
|
7806
|
+
},
|
|
7807
|
+
"non-interactive": {
|
|
7808
|
+
"description": "Run the command in non-interactive mode.",
|
|
7809
|
+
"name": "non-interactive",
|
|
7810
|
+
"noCacheDefault": true,
|
|
7811
|
+
"allowNo": false,
|
|
7812
|
+
"type": "boolean"
|
|
7796
7813
|
}
|
|
7797
7814
|
},
|
|
7798
7815
|
"hasDynamicHelp": false,
|
|
7799
7816
|
"hidden": true,
|
|
7800
7817
|
"hiddenAliases": [],
|
|
7801
|
-
"id": "
|
|
7818
|
+
"id": "secret:delete",
|
|
7802
7819
|
"pluginAlias": "eas-cli",
|
|
7803
7820
|
"pluginName": "eas-cli",
|
|
7804
7821
|
"pluginType": "core",
|
|
@@ -7845,45 +7862,26 @@
|
|
|
7845
7862
|
}
|
|
7846
7863
|
},
|
|
7847
7864
|
"contextDefinition": {
|
|
7848
|
-
"
|
|
7849
|
-
"
|
|
7850
|
-
"projectDir": {},
|
|
7851
|
-
"analytics": {},
|
|
7852
|
-
"vcsClient": {}
|
|
7865
|
+
"projectId": {},
|
|
7866
|
+
"loggedIn": {}
|
|
7853
7867
|
},
|
|
7854
7868
|
"isESM": false,
|
|
7855
7869
|
"relativePath": [
|
|
7856
7870
|
"build",
|
|
7857
7871
|
"commands",
|
|
7858
|
-
"
|
|
7859
|
-
"
|
|
7872
|
+
"secret",
|
|
7873
|
+
"delete.js"
|
|
7860
7874
|
]
|
|
7861
7875
|
},
|
|
7862
|
-
"
|
|
7876
|
+
"secret:list": {
|
|
7863
7877
|
"aliases": [],
|
|
7864
7878
|
"args": {},
|
|
7865
|
-
"description": "
|
|
7866
|
-
"flags": {
|
|
7867
|
-
"id": {
|
|
7868
|
-
"description": "Device run session ID",
|
|
7869
|
-
"name": "id",
|
|
7870
|
-
"required": true,
|
|
7871
|
-
"hasDynamicHelp": false,
|
|
7872
|
-
"multiple": false,
|
|
7873
|
-
"type": "option"
|
|
7874
|
-
},
|
|
7875
|
-
"non-interactive": {
|
|
7876
|
-
"description": "Run the command in non-interactive mode.",
|
|
7877
|
-
"name": "non-interactive",
|
|
7878
|
-
"noCacheDefault": true,
|
|
7879
|
-
"allowNo": false,
|
|
7880
|
-
"type": "boolean"
|
|
7881
|
-
}
|
|
7882
|
-
},
|
|
7879
|
+
"description": "list environment secrets available for your current app",
|
|
7880
|
+
"flags": {},
|
|
7883
7881
|
"hasDynamicHelp": false,
|
|
7884
7882
|
"hidden": true,
|
|
7885
7883
|
"hiddenAliases": [],
|
|
7886
|
-
"id": "
|
|
7884
|
+
"id": "secret:list",
|
|
7887
7885
|
"pluginAlias": "eas-cli",
|
|
7888
7886
|
"pluginName": "eas-cli",
|
|
7889
7887
|
"pluginType": "core",
|
|
@@ -7930,51 +7928,46 @@
|
|
|
7930
7928
|
}
|
|
7931
7929
|
},
|
|
7932
7930
|
"contextDefinition": {
|
|
7931
|
+
"projectId": {},
|
|
7933
7932
|
"loggedIn": {}
|
|
7934
7933
|
},
|
|
7935
7934
|
"isESM": false,
|
|
7936
7935
|
"relativePath": [
|
|
7937
7936
|
"build",
|
|
7938
7937
|
"commands",
|
|
7939
|
-
"
|
|
7940
|
-
"
|
|
7938
|
+
"secret",
|
|
7939
|
+
"list.js"
|
|
7941
7940
|
]
|
|
7942
7941
|
},
|
|
7943
|
-
"
|
|
7942
|
+
"secret:push": {
|
|
7944
7943
|
"aliases": [],
|
|
7945
7944
|
"args": {},
|
|
7946
|
-
"description": "
|
|
7945
|
+
"description": "read environment secrets from env file and store on the server",
|
|
7947
7946
|
"flags": {
|
|
7948
|
-
"
|
|
7949
|
-
"description": "
|
|
7950
|
-
"name": "
|
|
7951
|
-
"
|
|
7947
|
+
"scope": {
|
|
7948
|
+
"description": "Scope for the secrets",
|
|
7949
|
+
"name": "scope",
|
|
7950
|
+
"default": "project",
|
|
7952
7951
|
"hasDynamicHelp": false,
|
|
7953
7952
|
"multiple": false,
|
|
7954
7953
|
"options": [
|
|
7955
|
-
"
|
|
7956
|
-
"
|
|
7954
|
+
"account",
|
|
7955
|
+
"project"
|
|
7957
7956
|
],
|
|
7958
7957
|
"type": "option"
|
|
7959
7958
|
},
|
|
7960
|
-
"
|
|
7961
|
-
"description": "
|
|
7962
|
-
"name": "
|
|
7963
|
-
"default": "agent-device",
|
|
7959
|
+
"env-file": {
|
|
7960
|
+
"description": "Env file with secrets",
|
|
7961
|
+
"name": "env-file",
|
|
7964
7962
|
"hasDynamicHelp": false,
|
|
7965
7963
|
"multiple": false,
|
|
7966
|
-
"options": [
|
|
7967
|
-
"agent-device",
|
|
7968
|
-
"serve-sim"
|
|
7969
|
-
],
|
|
7970
7964
|
"type": "option"
|
|
7971
7965
|
},
|
|
7972
|
-
"
|
|
7973
|
-
"description": "
|
|
7974
|
-
"name": "
|
|
7975
|
-
"
|
|
7976
|
-
"
|
|
7977
|
-
"type": "option"
|
|
7966
|
+
"force": {
|
|
7967
|
+
"description": "Delete and recreate existing secrets",
|
|
7968
|
+
"name": "force",
|
|
7969
|
+
"allowNo": false,
|
|
7970
|
+
"type": "boolean"
|
|
7978
7971
|
},
|
|
7979
7972
|
"non-interactive": {
|
|
7980
7973
|
"description": "Run the command in non-interactive mode.",
|
|
@@ -7987,7 +7980,7 @@
|
|
|
7987
7980
|
"hasDynamicHelp": false,
|
|
7988
7981
|
"hidden": true,
|
|
7989
7982
|
"hiddenAliases": [],
|
|
7990
|
-
"id": "
|
|
7983
|
+
"id": "secret:push",
|
|
7991
7984
|
"pluginAlias": "eas-cli",
|
|
7992
7985
|
"pluginName": "eas-cli",
|
|
7993
7986
|
"pluginType": "core",
|
|
@@ -8041,35 +8034,45 @@
|
|
|
8041
8034
|
"relativePath": [
|
|
8042
8035
|
"build",
|
|
8043
8036
|
"commands",
|
|
8044
|
-
"
|
|
8045
|
-
"
|
|
8037
|
+
"secret",
|
|
8038
|
+
"push.js"
|
|
8046
8039
|
]
|
|
8047
8040
|
},
|
|
8048
|
-
"
|
|
8041
|
+
"submit:internal": {
|
|
8049
8042
|
"aliases": [],
|
|
8050
8043
|
"args": {},
|
|
8051
|
-
"description": "[EXPERIMENTAL] stop a remote simulator session on EAS by its device run session ID",
|
|
8052
8044
|
"flags": {
|
|
8045
|
+
"platform": {
|
|
8046
|
+
"name": "platform",
|
|
8047
|
+
"required": true,
|
|
8048
|
+
"hasDynamicHelp": false,
|
|
8049
|
+
"multiple": false,
|
|
8050
|
+
"options": [
|
|
8051
|
+
"android",
|
|
8052
|
+
"ios"
|
|
8053
|
+
],
|
|
8054
|
+
"type": "option"
|
|
8055
|
+
},
|
|
8056
|
+
"profile": {
|
|
8057
|
+
"description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
|
|
8058
|
+
"name": "profile",
|
|
8059
|
+
"hasDynamicHelp": false,
|
|
8060
|
+
"multiple": false,
|
|
8061
|
+
"type": "option"
|
|
8062
|
+
},
|
|
8053
8063
|
"id": {
|
|
8054
|
-
"description": "
|
|
8064
|
+
"description": "ID of the build to submit",
|
|
8055
8065
|
"name": "id",
|
|
8056
8066
|
"required": true,
|
|
8057
8067
|
"hasDynamicHelp": false,
|
|
8058
8068
|
"multiple": false,
|
|
8059
8069
|
"type": "option"
|
|
8060
|
-
},
|
|
8061
|
-
"non-interactive": {
|
|
8062
|
-
"description": "Run the command in non-interactive mode.",
|
|
8063
|
-
"name": "non-interactive",
|
|
8064
|
-
"noCacheDefault": true,
|
|
8065
|
-
"allowNo": false,
|
|
8066
|
-
"type": "boolean"
|
|
8067
8070
|
}
|
|
8068
8071
|
},
|
|
8069
8072
|
"hasDynamicHelp": false,
|
|
8070
8073
|
"hidden": true,
|
|
8071
8074
|
"hiddenAliases": [],
|
|
8072
|
-
"id": "
|
|
8075
|
+
"id": "submit:internal",
|
|
8073
8076
|
"pluginAlias": "eas-cli",
|
|
8074
8077
|
"pluginName": "eas-cli",
|
|
8075
8078
|
"pluginType": "core",
|
|
@@ -8116,14 +8119,18 @@
|
|
|
8116
8119
|
}
|
|
8117
8120
|
},
|
|
8118
8121
|
"contextDefinition": {
|
|
8119
|
-
"loggedIn": {}
|
|
8122
|
+
"loggedIn": {},
|
|
8123
|
+
"privateProjectConfig": {},
|
|
8124
|
+
"projectDir": {},
|
|
8125
|
+
"analytics": {},
|
|
8126
|
+
"vcsClient": {}
|
|
8120
8127
|
},
|
|
8121
8128
|
"isESM": false,
|
|
8122
8129
|
"relativePath": [
|
|
8123
8130
|
"build",
|
|
8124
8131
|
"commands",
|
|
8125
|
-
"
|
|
8126
|
-
"
|
|
8132
|
+
"submit",
|
|
8133
|
+
"internal.js"
|
|
8127
8134
|
]
|
|
8128
8135
|
},
|
|
8129
8136
|
"update:configure": {
|
|
@@ -12014,5 +12021,5 @@
|
|
|
12014
12021
|
]
|
|
12015
12022
|
}
|
|
12016
12023
|
},
|
|
12017
|
-
"version": "
|
|
12024
|
+
"version": "19.0.0"
|
|
12018
12025
|
}
|