checkly 7.3.0-prerelease-51dcdcf → 7.3.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/oclif.manifest.json +177 -177
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -1175,44 +1175,24 @@
|
|
|
1175
1175
|
"parse-project.js"
|
|
1176
1176
|
]
|
|
1177
1177
|
},
|
|
1178
|
-
"
|
|
1178
|
+
"import:apply": {
|
|
1179
1179
|
"aliases": [],
|
|
1180
|
-
"args": {
|
|
1181
|
-
|
|
1182
|
-
"description": "Environment variable key.",
|
|
1183
|
-
"name": "key",
|
|
1184
|
-
"required": true
|
|
1185
|
-
},
|
|
1186
|
-
"value": {
|
|
1187
|
-
"description": "Environment variable value.",
|
|
1188
|
-
"name": "value",
|
|
1189
|
-
"required": false
|
|
1190
|
-
}
|
|
1191
|
-
},
|
|
1192
|
-
"description": "Add environment variable via \"checkly env add <key> <value>\".",
|
|
1180
|
+
"args": {},
|
|
1181
|
+
"description": "Attach imported resources into your project in a pending state.",
|
|
1193
1182
|
"flags": {
|
|
1194
|
-
"
|
|
1195
|
-
"char": "
|
|
1196
|
-
"description": "
|
|
1197
|
-
"name": "
|
|
1198
|
-
"
|
|
1199
|
-
"
|
|
1200
|
-
|
|
1201
|
-
"secret": {
|
|
1202
|
-
"char": "s",
|
|
1203
|
-
"description": "Indicate that the environment variable will be secret.",
|
|
1204
|
-
"exclusive": [
|
|
1205
|
-
"locked"
|
|
1206
|
-
],
|
|
1207
|
-
"name": "secret",
|
|
1208
|
-
"allowNo": false,
|
|
1209
|
-
"type": "boolean"
|
|
1183
|
+
"config": {
|
|
1184
|
+
"char": "c",
|
|
1185
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1186
|
+
"name": "config",
|
|
1187
|
+
"hasDynamicHelp": false,
|
|
1188
|
+
"multiple": false,
|
|
1189
|
+
"type": "option"
|
|
1210
1190
|
}
|
|
1211
1191
|
},
|
|
1212
1192
|
"hasDynamicHelp": false,
|
|
1213
1193
|
"hidden": false,
|
|
1214
1194
|
"hiddenAliases": [],
|
|
1215
|
-
"id": "
|
|
1195
|
+
"id": "import:apply",
|
|
1216
1196
|
"pluginAlias": "checkly",
|
|
1217
1197
|
"pluginName": "checkly",
|
|
1218
1198
|
"pluginType": "core",
|
|
@@ -1223,19 +1203,34 @@
|
|
|
1223
1203
|
"relativePath": [
|
|
1224
1204
|
"dist",
|
|
1225
1205
|
"commands",
|
|
1226
|
-
"
|
|
1227
|
-
"
|
|
1206
|
+
"import",
|
|
1207
|
+
"apply.js"
|
|
1228
1208
|
]
|
|
1229
1209
|
},
|
|
1230
|
-
"
|
|
1210
|
+
"import:cancel": {
|
|
1231
1211
|
"aliases": [],
|
|
1232
1212
|
"args": {},
|
|
1233
|
-
"description": "
|
|
1234
|
-
"flags": {
|
|
1213
|
+
"description": "Cancels an ongoing import plan that has not been committed yet.",
|
|
1214
|
+
"flags": {
|
|
1215
|
+
"config": {
|
|
1216
|
+
"char": "c",
|
|
1217
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1218
|
+
"name": "config",
|
|
1219
|
+
"hasDynamicHelp": false,
|
|
1220
|
+
"multiple": false,
|
|
1221
|
+
"type": "option"
|
|
1222
|
+
},
|
|
1223
|
+
"all": {
|
|
1224
|
+
"description": "Cancel all plans.",
|
|
1225
|
+
"name": "all",
|
|
1226
|
+
"allowNo": false,
|
|
1227
|
+
"type": "boolean"
|
|
1228
|
+
}
|
|
1229
|
+
},
|
|
1235
1230
|
"hasDynamicHelp": false,
|
|
1236
1231
|
"hidden": false,
|
|
1237
1232
|
"hiddenAliases": [],
|
|
1238
|
-
"id": "
|
|
1233
|
+
"id": "import:cancel",
|
|
1239
1234
|
"pluginAlias": "checkly",
|
|
1240
1235
|
"pluginName": "checkly",
|
|
1241
1236
|
"pluginType": "core",
|
|
@@ -1246,34 +1241,28 @@
|
|
|
1246
1241
|
"relativePath": [
|
|
1247
1242
|
"dist",
|
|
1248
1243
|
"commands",
|
|
1249
|
-
"
|
|
1250
|
-
"
|
|
1244
|
+
"import",
|
|
1245
|
+
"cancel.js"
|
|
1251
1246
|
]
|
|
1252
1247
|
},
|
|
1253
|
-
"
|
|
1248
|
+
"import:commit": {
|
|
1254
1249
|
"aliases": [],
|
|
1255
|
-
"args": {
|
|
1256
|
-
|
|
1257
|
-
"default": ".env",
|
|
1258
|
-
"description": "Filename of the generated file.",
|
|
1259
|
-
"name": "filename",
|
|
1260
|
-
"required": false
|
|
1261
|
-
}
|
|
1262
|
-
},
|
|
1263
|
-
"description": "Pull Checkly environment variables via \"checkly env pull <filename>\".",
|
|
1250
|
+
"args": {},
|
|
1251
|
+
"description": "Permanently commit imported resources into your project.",
|
|
1264
1252
|
"flags": {
|
|
1265
|
-
"
|
|
1266
|
-
"char": "
|
|
1267
|
-
"description": "
|
|
1268
|
-
"name": "
|
|
1269
|
-
"
|
|
1270
|
-
"
|
|
1253
|
+
"config": {
|
|
1254
|
+
"char": "c",
|
|
1255
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1256
|
+
"name": "config",
|
|
1257
|
+
"hasDynamicHelp": false,
|
|
1258
|
+
"multiple": false,
|
|
1259
|
+
"type": "option"
|
|
1271
1260
|
}
|
|
1272
1261
|
},
|
|
1273
1262
|
"hasDynamicHelp": false,
|
|
1274
1263
|
"hidden": false,
|
|
1275
1264
|
"hiddenAliases": [],
|
|
1276
|
-
"id": "
|
|
1265
|
+
"id": "import:commit",
|
|
1277
1266
|
"pluginAlias": "checkly",
|
|
1278
1267
|
"pluginName": "checkly",
|
|
1279
1268
|
"pluginType": "core",
|
|
@@ -1284,48 +1273,89 @@
|
|
|
1284
1273
|
"relativePath": [
|
|
1285
1274
|
"dist",
|
|
1286
1275
|
"commands",
|
|
1287
|
-
"
|
|
1288
|
-
"
|
|
1276
|
+
"import",
|
|
1277
|
+
"commit.js"
|
|
1289
1278
|
]
|
|
1290
1279
|
},
|
|
1291
|
-
"
|
|
1280
|
+
"import:plan": {
|
|
1292
1281
|
"aliases": [],
|
|
1293
1282
|
"args": {
|
|
1294
|
-
"
|
|
1295
|
-
"description": "
|
|
1296
|
-
"name": "
|
|
1297
|
-
"required":
|
|
1283
|
+
"resource": {
|
|
1284
|
+
"description": "A specific resource to import.",
|
|
1285
|
+
"name": "resource",
|
|
1286
|
+
"required": false
|
|
1298
1287
|
}
|
|
1299
1288
|
},
|
|
1300
|
-
"description": "
|
|
1289
|
+
"description": "Import existing resources from your Checkly account to your project.\n\nBy default, all resources that can be imported will be imported. However, you\nmay fine-tune the process by including or excluding any combination of\nresources.\n\nThe import process consists of three steps:\n\n1. Creating a plan, which generates the appropriate code for your resources\n2. Applying the plan, which links your resources to the generated code\n3. Committing the plan, which finalizes the import session\n\nCREATING A PLAN\n\nCreating a plan carries no risk as no concrete links to your Checkly resources\nare made at this point. However, if you accidentally deploy the generated code\nbefore applying the plan, you will end up with duplicate resources and will\nnot be able to complete the import session without first deleting the\nduplicates.\n\nFor the curious, you may also preview the generated code with the '--preview'\noption. No plan will be created, allowing you to leisurely inspect the\ngenerated code. However keep in mind that you will need to create a plan to\nactually import any resources, at which point the code will be generated\nagain.\n\nYou may cancel any plan you've created without affecting any of the\nunderlying resources.\n\nAPPLYING A PLAN\n\nApplying a plan links your existing resources to the generated code. You\nshould carefully review the generated code to make sure that it contains the\nresources you expect before applying a plan. After a plan has been applied,\nany deployments of those resources will irreversibly modify the underlying\nCheckly resources. However, as a fail safe against concurrent use, any\ndeployments not including the imported resources will not delete the\nunderlying resources (or the links to the resources). This means that there\nis no need to block deployments while working on an import session.\n\nEven after you've applied a plan, you may still cancel it, which will unlink\nthe underlying resources from your project once more. However, keep in mind\nthat any changes to the resources that you've already deployed cannot be\nundone.\n\nCOMMITTING A PLAN\n\nFinally, committing a plan removes all fail safes and permanently links the\nimported resources to your project. Any resources you remove from your code\nwill result in the underlying resources also getting irrevocably deleted on\nthe next deploy. You should only commit your plan once you are sure that all\nfuture deployments include the imported resources.",
|
|
1301
1290
|
"flags": {
|
|
1302
|
-
"
|
|
1303
|
-
"char": "
|
|
1304
|
-
"description": "
|
|
1305
|
-
"name": "
|
|
1291
|
+
"config": {
|
|
1292
|
+
"char": "c",
|
|
1293
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1294
|
+
"name": "config",
|
|
1295
|
+
"hasDynamicHelp": false,
|
|
1296
|
+
"multiple": false,
|
|
1297
|
+
"type": "option"
|
|
1298
|
+
},
|
|
1299
|
+
"root": {
|
|
1300
|
+
"description": "The root folder in which to write generated code files.",
|
|
1301
|
+
"name": "root",
|
|
1302
|
+
"default": "__checks__",
|
|
1303
|
+
"hasDynamicHelp": false,
|
|
1304
|
+
"multiple": false,
|
|
1305
|
+
"type": "option"
|
|
1306
|
+
},
|
|
1307
|
+
"preview": {
|
|
1308
|
+
"description": "Preview generated code without creating an actual import plan.",
|
|
1309
|
+
"name": "preview",
|
|
1310
|
+
"allowNo": false,
|
|
1311
|
+
"type": "boolean"
|
|
1312
|
+
},
|
|
1313
|
+
"debug-import-plan": {
|
|
1314
|
+
"description": "Output the import plan to a file.",
|
|
1315
|
+
"hidden": true,
|
|
1316
|
+
"name": "debug-import-plan",
|
|
1306
1317
|
"allowNo": false,
|
|
1307
1318
|
"type": "boolean"
|
|
1319
|
+
},
|
|
1320
|
+
"debug-import-plan-input-file": {
|
|
1321
|
+
"description": "A file to load an import plan from.",
|
|
1322
|
+
"hidden": true,
|
|
1323
|
+
"name": "debug-import-plan-input-file",
|
|
1324
|
+
"hasDynamicHelp": false,
|
|
1325
|
+
"multiple": false,
|
|
1326
|
+
"type": "option"
|
|
1327
|
+
},
|
|
1328
|
+
"debug-import-plan-output-file": {
|
|
1329
|
+
"description": "The file to output the import plan to.",
|
|
1330
|
+
"hidden": true,
|
|
1331
|
+
"name": "debug-import-plan-output-file",
|
|
1332
|
+
"default": "./debug-import-plan.json",
|
|
1333
|
+
"hasDynamicHelp": false,
|
|
1334
|
+
"multiple": false,
|
|
1335
|
+
"type": "option"
|
|
1308
1336
|
}
|
|
1309
1337
|
},
|
|
1310
1338
|
"hasDynamicHelp": false,
|
|
1311
1339
|
"hidden": false,
|
|
1312
|
-
"hiddenAliases": [
|
|
1313
|
-
|
|
1340
|
+
"hiddenAliases": [
|
|
1341
|
+
"import"
|
|
1342
|
+
],
|
|
1343
|
+
"id": "import:plan",
|
|
1314
1344
|
"pluginAlias": "checkly",
|
|
1315
1345
|
"pluginName": "checkly",
|
|
1316
1346
|
"pluginType": "core",
|
|
1317
|
-
"strict":
|
|
1347
|
+
"strict": false,
|
|
1318
1348
|
"enableJsonFlag": false,
|
|
1319
1349
|
"coreCommand": false,
|
|
1320
1350
|
"isESM": false,
|
|
1321
1351
|
"relativePath": [
|
|
1322
1352
|
"dist",
|
|
1323
1353
|
"commands",
|
|
1324
|
-
"
|
|
1325
|
-
"
|
|
1354
|
+
"import",
|
|
1355
|
+
"plan.js"
|
|
1326
1356
|
]
|
|
1327
1357
|
},
|
|
1328
|
-
"env:
|
|
1358
|
+
"env:add": {
|
|
1329
1359
|
"aliases": [],
|
|
1330
1360
|
"args": {
|
|
1331
1361
|
"key": {
|
|
@@ -1339,18 +1369,18 @@
|
|
|
1339
1369
|
"required": false
|
|
1340
1370
|
}
|
|
1341
1371
|
},
|
|
1342
|
-
"description": "
|
|
1372
|
+
"description": "Add environment variable via \"checkly env add <key> <value>\".",
|
|
1343
1373
|
"flags": {
|
|
1344
1374
|
"locked": {
|
|
1345
1375
|
"char": "l",
|
|
1346
|
-
"description": "Indicate
|
|
1376
|
+
"description": "Indicate that the environment variable will be locked.",
|
|
1347
1377
|
"name": "locked",
|
|
1348
1378
|
"allowNo": false,
|
|
1349
1379
|
"type": "boolean"
|
|
1350
1380
|
},
|
|
1351
1381
|
"secret": {
|
|
1352
1382
|
"char": "s",
|
|
1353
|
-
"description": "Indicate
|
|
1383
|
+
"description": "Indicate that the environment variable will be secret.",
|
|
1354
1384
|
"exclusive": [
|
|
1355
1385
|
"locked"
|
|
1356
1386
|
],
|
|
@@ -1362,7 +1392,7 @@
|
|
|
1362
1392
|
"hasDynamicHelp": false,
|
|
1363
1393
|
"hidden": false,
|
|
1364
1394
|
"hiddenAliases": [],
|
|
1365
|
-
"id": "env:
|
|
1395
|
+
"id": "env:add",
|
|
1366
1396
|
"pluginAlias": "checkly",
|
|
1367
1397
|
"pluginName": "checkly",
|
|
1368
1398
|
"pluginType": "core",
|
|
@@ -1374,27 +1404,18 @@
|
|
|
1374
1404
|
"dist",
|
|
1375
1405
|
"commands",
|
|
1376
1406
|
"env",
|
|
1377
|
-
"
|
|
1407
|
+
"add.js"
|
|
1378
1408
|
]
|
|
1379
1409
|
},
|
|
1380
|
-
"
|
|
1410
|
+
"env:ls": {
|
|
1381
1411
|
"aliases": [],
|
|
1382
1412
|
"args": {},
|
|
1383
|
-
"description": "
|
|
1384
|
-
"flags": {
|
|
1385
|
-
"config": {
|
|
1386
|
-
"char": "c",
|
|
1387
|
-
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1388
|
-
"name": "config",
|
|
1389
|
-
"hasDynamicHelp": false,
|
|
1390
|
-
"multiple": false,
|
|
1391
|
-
"type": "option"
|
|
1392
|
-
}
|
|
1393
|
-
},
|
|
1413
|
+
"description": "List all Checkly environment variables via \"checkly env ls\".",
|
|
1414
|
+
"flags": {},
|
|
1394
1415
|
"hasDynamicHelp": false,
|
|
1395
1416
|
"hidden": false,
|
|
1396
1417
|
"hiddenAliases": [],
|
|
1397
|
-
"id": "
|
|
1418
|
+
"id": "env:ls",
|
|
1398
1419
|
"pluginAlias": "checkly",
|
|
1399
1420
|
"pluginName": "checkly",
|
|
1400
1421
|
"pluginType": "core",
|
|
@@ -1405,26 +1426,26 @@
|
|
|
1405
1426
|
"relativePath": [
|
|
1406
1427
|
"dist",
|
|
1407
1428
|
"commands",
|
|
1408
|
-
"
|
|
1409
|
-
"
|
|
1429
|
+
"env",
|
|
1430
|
+
"ls.js"
|
|
1410
1431
|
]
|
|
1411
1432
|
},
|
|
1412
|
-
"
|
|
1433
|
+
"env:pull": {
|
|
1413
1434
|
"aliases": [],
|
|
1414
|
-
"args": {
|
|
1415
|
-
|
|
1435
|
+
"args": {
|
|
1436
|
+
"filename": {
|
|
1437
|
+
"default": ".env",
|
|
1438
|
+
"description": "Filename of the generated file.",
|
|
1439
|
+
"name": "filename",
|
|
1440
|
+
"required": false
|
|
1441
|
+
}
|
|
1442
|
+
},
|
|
1443
|
+
"description": "Pull Checkly environment variables via \"checkly env pull <filename>\".",
|
|
1416
1444
|
"flags": {
|
|
1417
|
-
"
|
|
1418
|
-
"char": "
|
|
1419
|
-
"description": "
|
|
1420
|
-
"name": "
|
|
1421
|
-
"hasDynamicHelp": false,
|
|
1422
|
-
"multiple": false,
|
|
1423
|
-
"type": "option"
|
|
1424
|
-
},
|
|
1425
|
-
"all": {
|
|
1426
|
-
"description": "Cancel all plans.",
|
|
1427
|
-
"name": "all",
|
|
1445
|
+
"force": {
|
|
1446
|
+
"char": "f",
|
|
1447
|
+
"description": "Force to overwrite existing file.",
|
|
1448
|
+
"name": "force",
|
|
1428
1449
|
"allowNo": false,
|
|
1429
1450
|
"type": "boolean"
|
|
1430
1451
|
}
|
|
@@ -1432,7 +1453,7 @@
|
|
|
1432
1453
|
"hasDynamicHelp": false,
|
|
1433
1454
|
"hidden": false,
|
|
1434
1455
|
"hiddenAliases": [],
|
|
1435
|
-
"id": "
|
|
1456
|
+
"id": "env:pull",
|
|
1436
1457
|
"pluginAlias": "checkly",
|
|
1437
1458
|
"pluginName": "checkly",
|
|
1438
1459
|
"pluginType": "core",
|
|
@@ -1443,28 +1464,33 @@
|
|
|
1443
1464
|
"relativePath": [
|
|
1444
1465
|
"dist",
|
|
1445
1466
|
"commands",
|
|
1446
|
-
"
|
|
1447
|
-
"
|
|
1467
|
+
"env",
|
|
1468
|
+
"pull.js"
|
|
1448
1469
|
]
|
|
1449
1470
|
},
|
|
1450
|
-
"
|
|
1471
|
+
"env:rm": {
|
|
1451
1472
|
"aliases": [],
|
|
1452
|
-
"args": {
|
|
1453
|
-
|
|
1473
|
+
"args": {
|
|
1474
|
+
"key": {
|
|
1475
|
+
"description": "Environment variable key to remove.",
|
|
1476
|
+
"name": "key",
|
|
1477
|
+
"required": true
|
|
1478
|
+
}
|
|
1479
|
+
},
|
|
1480
|
+
"description": "Remove environment variable via \"checkly env rm <key>\".",
|
|
1454
1481
|
"flags": {
|
|
1455
|
-
"
|
|
1456
|
-
"char": "
|
|
1457
|
-
"description": "
|
|
1458
|
-
"name": "
|
|
1459
|
-
"
|
|
1460
|
-
"
|
|
1461
|
-
"type": "option"
|
|
1482
|
+
"force": {
|
|
1483
|
+
"char": "f",
|
|
1484
|
+
"description": "Force to skip the confirmation prompt.",
|
|
1485
|
+
"name": "force",
|
|
1486
|
+
"allowNo": false,
|
|
1487
|
+
"type": "boolean"
|
|
1462
1488
|
}
|
|
1463
1489
|
},
|
|
1464
1490
|
"hasDynamicHelp": false,
|
|
1465
1491
|
"hidden": false,
|
|
1466
1492
|
"hiddenAliases": [],
|
|
1467
|
-
"id": "
|
|
1493
|
+
"id": "env:rm",
|
|
1468
1494
|
"pluginAlias": "checkly",
|
|
1469
1495
|
"pluginName": "checkly",
|
|
1470
1496
|
"pluginType": "core",
|
|
@@ -1475,86 +1501,60 @@
|
|
|
1475
1501
|
"relativePath": [
|
|
1476
1502
|
"dist",
|
|
1477
1503
|
"commands",
|
|
1478
|
-
"
|
|
1479
|
-
"
|
|
1504
|
+
"env",
|
|
1505
|
+
"rm.js"
|
|
1480
1506
|
]
|
|
1481
1507
|
},
|
|
1482
|
-
"
|
|
1508
|
+
"env:update": {
|
|
1483
1509
|
"aliases": [],
|
|
1484
1510
|
"args": {
|
|
1485
|
-
"
|
|
1486
|
-
"description": "
|
|
1487
|
-
"name": "
|
|
1511
|
+
"key": {
|
|
1512
|
+
"description": "Environment variable key.",
|
|
1513
|
+
"name": "key",
|
|
1514
|
+
"required": true
|
|
1515
|
+
},
|
|
1516
|
+
"value": {
|
|
1517
|
+
"description": "Environment variable value.",
|
|
1518
|
+
"name": "value",
|
|
1488
1519
|
"required": false
|
|
1489
1520
|
}
|
|
1490
1521
|
},
|
|
1491
|
-
"description": "
|
|
1522
|
+
"description": "Update environment variable via \"checkly env update <key> <value>\".",
|
|
1492
1523
|
"flags": {
|
|
1493
|
-
"
|
|
1494
|
-
"char": "
|
|
1495
|
-
"description": "
|
|
1496
|
-
"name": "
|
|
1497
|
-
"hasDynamicHelp": false,
|
|
1498
|
-
"multiple": false,
|
|
1499
|
-
"type": "option"
|
|
1500
|
-
},
|
|
1501
|
-
"root": {
|
|
1502
|
-
"description": "The root folder in which to write generated code files.",
|
|
1503
|
-
"name": "root",
|
|
1504
|
-
"default": "__checks__",
|
|
1505
|
-
"hasDynamicHelp": false,
|
|
1506
|
-
"multiple": false,
|
|
1507
|
-
"type": "option"
|
|
1508
|
-
},
|
|
1509
|
-
"preview": {
|
|
1510
|
-
"description": "Preview generated code without creating an actual import plan.",
|
|
1511
|
-
"name": "preview",
|
|
1524
|
+
"locked": {
|
|
1525
|
+
"char": "l",
|
|
1526
|
+
"description": "Indicate if environment variable is locked.",
|
|
1527
|
+
"name": "locked",
|
|
1512
1528
|
"allowNo": false,
|
|
1513
1529
|
"type": "boolean"
|
|
1514
1530
|
},
|
|
1515
|
-
"
|
|
1516
|
-
"
|
|
1517
|
-
"
|
|
1518
|
-
"
|
|
1531
|
+
"secret": {
|
|
1532
|
+
"char": "s",
|
|
1533
|
+
"description": "Indicate if environment variable is secret.",
|
|
1534
|
+
"exclusive": [
|
|
1535
|
+
"locked"
|
|
1536
|
+
],
|
|
1537
|
+
"name": "secret",
|
|
1519
1538
|
"allowNo": false,
|
|
1520
1539
|
"type": "boolean"
|
|
1521
|
-
},
|
|
1522
|
-
"debug-import-plan-input-file": {
|
|
1523
|
-
"description": "A file to load an import plan from.",
|
|
1524
|
-
"hidden": true,
|
|
1525
|
-
"name": "debug-import-plan-input-file",
|
|
1526
|
-
"hasDynamicHelp": false,
|
|
1527
|
-
"multiple": false,
|
|
1528
|
-
"type": "option"
|
|
1529
|
-
},
|
|
1530
|
-
"debug-import-plan-output-file": {
|
|
1531
|
-
"description": "The file to output the import plan to.",
|
|
1532
|
-
"hidden": true,
|
|
1533
|
-
"name": "debug-import-plan-output-file",
|
|
1534
|
-
"default": "./debug-import-plan.json",
|
|
1535
|
-
"hasDynamicHelp": false,
|
|
1536
|
-
"multiple": false,
|
|
1537
|
-
"type": "option"
|
|
1538
1540
|
}
|
|
1539
1541
|
},
|
|
1540
1542
|
"hasDynamicHelp": false,
|
|
1541
1543
|
"hidden": false,
|
|
1542
|
-
"hiddenAliases": [
|
|
1543
|
-
|
|
1544
|
-
],
|
|
1545
|
-
"id": "import:plan",
|
|
1544
|
+
"hiddenAliases": [],
|
|
1545
|
+
"id": "env:update",
|
|
1546
1546
|
"pluginAlias": "checkly",
|
|
1547
1547
|
"pluginName": "checkly",
|
|
1548
1548
|
"pluginType": "core",
|
|
1549
|
-
"strict":
|
|
1549
|
+
"strict": true,
|
|
1550
1550
|
"enableJsonFlag": false,
|
|
1551
1551
|
"coreCommand": false,
|
|
1552
1552
|
"isESM": false,
|
|
1553
1553
|
"relativePath": [
|
|
1554
1554
|
"dist",
|
|
1555
1555
|
"commands",
|
|
1556
|
-
"
|
|
1557
|
-
"
|
|
1556
|
+
"env",
|
|
1557
|
+
"update.js"
|
|
1558
1558
|
]
|
|
1559
1559
|
},
|
|
1560
1560
|
"status-pages:get": {
|
|
@@ -1662,5 +1662,5 @@
|
|
|
1662
1662
|
]
|
|
1663
1663
|
}
|
|
1664
1664
|
},
|
|
1665
|
-
"version": "7.3.0
|
|
1665
|
+
"version": "7.3.0"
|
|
1666
1666
|
}
|