checkly 7.5.4 → 7.5.5-prerelease-e3ea0f5
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/dist/ai-context/context.d.ts +22 -0
- package/dist/ai-context/context.js +23 -1
- package/dist/ai-context/context.js.map +1 -1
- package/dist/ai-context/public-skills/checkly/SKILL.md +18 -0
- package/dist/ai-context/skills-command/references/communicate-incidents.md +75 -0
- package/dist/ai-context/skills-command/references/communicate.md +33 -0
- package/dist/ai-context/skills-command/references/investigate-checks.md +47 -0
- package/dist/ai-context/skills-command/references/investigate.md +12 -0
- package/dist/commands/checks/list.js +1 -0
- package/dist/commands/checks/list.js.map +1 -1
- package/dist/commands/debug/parse-file.js +1 -0
- package/dist/commands/debug/parse-file.js.map +1 -1
- package/dist/commands/debug/parse-project.js +1 -0
- package/dist/commands/debug/parse-project.js.map +1 -1
- package/dist/commands/incidents/create.js +1 -0
- package/dist/commands/incidents/create.js.map +1 -1
- package/dist/commands/pw-test.d.ts +1 -1
- package/dist/commands/pw-test.js +2 -0
- package/dist/commands/pw-test.js.map +1 -1
- package/dist/commands/skills.js +8 -3
- package/dist/commands/skills.js.map +1 -1
- package/dist/commands/test.d.ts +1 -1
- package/dist/commands/test.js +2 -0
- package/dist/commands/test.js.map +1 -1
- package/dist/commands/trigger.d.ts +2 -2
- package/dist/commands/trigger.js +4 -2
- package/dist/commands/trigger.js.map +1 -1
- package/dist/helpers/test-helper.d.ts +1 -1
- package/dist/helpers/test-helper.js +2 -2
- package/dist/helpers/test-helper.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/oclif.manifest.json +203 -196
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -318,8 +318,9 @@
|
|
|
318
318
|
"reporter": {
|
|
319
319
|
"description": "A list of custom reporters for the test output.",
|
|
320
320
|
"name": "reporter",
|
|
321
|
+
"delimiter": ",",
|
|
321
322
|
"hasDynamicHelp": false,
|
|
322
|
-
"multiple":
|
|
323
|
+
"multiple": true,
|
|
323
324
|
"options": [
|
|
324
325
|
"list",
|
|
325
326
|
"dot",
|
|
@@ -661,8 +662,9 @@
|
|
|
661
662
|
"char": "r",
|
|
662
663
|
"description": "A list of custom reporters for the test output.",
|
|
663
664
|
"name": "reporter",
|
|
665
|
+
"delimiter": ",",
|
|
664
666
|
"hasDynamicHelp": false,
|
|
665
|
-
"multiple":
|
|
667
|
+
"multiple": true,
|
|
666
668
|
"options": [
|
|
667
669
|
"list",
|
|
668
670
|
"dot",
|
|
@@ -801,8 +803,9 @@
|
|
|
801
803
|
"char": "r",
|
|
802
804
|
"description": "A list of custom reporters for the test output.",
|
|
803
805
|
"name": "reporter",
|
|
806
|
+
"delimiter": ",",
|
|
804
807
|
"hasDynamicHelp": false,
|
|
805
|
-
"multiple":
|
|
808
|
+
"multiple": true,
|
|
806
809
|
"options": [
|
|
807
810
|
"list",
|
|
808
811
|
"dot",
|
|
@@ -1047,6 +1050,7 @@
|
|
|
1047
1050
|
"char": "t",
|
|
1048
1051
|
"description": "Filter by tag. Can be specified multiple times.",
|
|
1049
1052
|
"name": "tag",
|
|
1053
|
+
"delimiter": ",",
|
|
1050
1054
|
"hasDynamicHelp": false,
|
|
1051
1055
|
"multiple": true,
|
|
1052
1056
|
"type": "option"
|
|
@@ -1156,6 +1160,7 @@
|
|
|
1156
1160
|
"supported-module": {
|
|
1157
1161
|
"name": "supported-module",
|
|
1158
1162
|
"default": [],
|
|
1163
|
+
"delimiter": ",",
|
|
1159
1164
|
"hasDynamicHelp": false,
|
|
1160
1165
|
"multiple": true,
|
|
1161
1166
|
"type": "option"
|
|
@@ -1263,6 +1268,7 @@
|
|
|
1263
1268
|
"description": "Pretend that the given private location exists (e.g., \"70c4ded4-2229-45a7-acf4-6b1eb56a86df:my-external-private-location\").",
|
|
1264
1269
|
"name": "inject-private-location",
|
|
1265
1270
|
"default": [],
|
|
1271
|
+
"delimiter": ",",
|
|
1266
1272
|
"hasDynamicHelp": false,
|
|
1267
1273
|
"multiple": true,
|
|
1268
1274
|
"type": "option"
|
|
@@ -1285,198 +1291,6 @@
|
|
|
1285
1291
|
"parse-project.js"
|
|
1286
1292
|
]
|
|
1287
1293
|
},
|
|
1288
|
-
"import:apply": {
|
|
1289
|
-
"aliases": [],
|
|
1290
|
-
"args": {},
|
|
1291
|
-
"description": "Attach imported resources into your project in a pending state.",
|
|
1292
|
-
"flags": {
|
|
1293
|
-
"config": {
|
|
1294
|
-
"char": "c",
|
|
1295
|
-
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1296
|
-
"name": "config",
|
|
1297
|
-
"hasDynamicHelp": false,
|
|
1298
|
-
"multiple": false,
|
|
1299
|
-
"type": "option"
|
|
1300
|
-
}
|
|
1301
|
-
},
|
|
1302
|
-
"hasDynamicHelp": false,
|
|
1303
|
-
"hidden": false,
|
|
1304
|
-
"hiddenAliases": [],
|
|
1305
|
-
"id": "import:apply",
|
|
1306
|
-
"pluginAlias": "checkly",
|
|
1307
|
-
"pluginName": "checkly",
|
|
1308
|
-
"pluginType": "core",
|
|
1309
|
-
"strict": true,
|
|
1310
|
-
"enableJsonFlag": false,
|
|
1311
|
-
"coreCommand": false,
|
|
1312
|
-
"readOnly": false,
|
|
1313
|
-
"destructive": false,
|
|
1314
|
-
"idempotent": false,
|
|
1315
|
-
"isESM": false,
|
|
1316
|
-
"relativePath": [
|
|
1317
|
-
"dist",
|
|
1318
|
-
"commands",
|
|
1319
|
-
"import",
|
|
1320
|
-
"apply.js"
|
|
1321
|
-
]
|
|
1322
|
-
},
|
|
1323
|
-
"import:cancel": {
|
|
1324
|
-
"aliases": [],
|
|
1325
|
-
"args": {},
|
|
1326
|
-
"description": "Cancels an ongoing import plan that has not been committed yet.",
|
|
1327
|
-
"flags": {
|
|
1328
|
-
"config": {
|
|
1329
|
-
"char": "c",
|
|
1330
|
-
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1331
|
-
"name": "config",
|
|
1332
|
-
"hasDynamicHelp": false,
|
|
1333
|
-
"multiple": false,
|
|
1334
|
-
"type": "option"
|
|
1335
|
-
},
|
|
1336
|
-
"all": {
|
|
1337
|
-
"description": "Cancel all plans.",
|
|
1338
|
-
"name": "all",
|
|
1339
|
-
"allowNo": false,
|
|
1340
|
-
"type": "boolean"
|
|
1341
|
-
}
|
|
1342
|
-
},
|
|
1343
|
-
"hasDynamicHelp": false,
|
|
1344
|
-
"hidden": false,
|
|
1345
|
-
"hiddenAliases": [],
|
|
1346
|
-
"id": "import:cancel",
|
|
1347
|
-
"pluginAlias": "checkly",
|
|
1348
|
-
"pluginName": "checkly",
|
|
1349
|
-
"pluginType": "core",
|
|
1350
|
-
"strict": true,
|
|
1351
|
-
"enableJsonFlag": false,
|
|
1352
|
-
"coreCommand": false,
|
|
1353
|
-
"readOnly": false,
|
|
1354
|
-
"destructive": false,
|
|
1355
|
-
"idempotent": true,
|
|
1356
|
-
"isESM": false,
|
|
1357
|
-
"relativePath": [
|
|
1358
|
-
"dist",
|
|
1359
|
-
"commands",
|
|
1360
|
-
"import",
|
|
1361
|
-
"cancel.js"
|
|
1362
|
-
]
|
|
1363
|
-
},
|
|
1364
|
-
"import:commit": {
|
|
1365
|
-
"aliases": [],
|
|
1366
|
-
"args": {},
|
|
1367
|
-
"description": "Permanently commit imported resources into your project.",
|
|
1368
|
-
"flags": {
|
|
1369
|
-
"config": {
|
|
1370
|
-
"char": "c",
|
|
1371
|
-
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1372
|
-
"name": "config",
|
|
1373
|
-
"hasDynamicHelp": false,
|
|
1374
|
-
"multiple": false,
|
|
1375
|
-
"type": "option"
|
|
1376
|
-
}
|
|
1377
|
-
},
|
|
1378
|
-
"hasDynamicHelp": false,
|
|
1379
|
-
"hidden": false,
|
|
1380
|
-
"hiddenAliases": [],
|
|
1381
|
-
"id": "import:commit",
|
|
1382
|
-
"pluginAlias": "checkly",
|
|
1383
|
-
"pluginName": "checkly",
|
|
1384
|
-
"pluginType": "core",
|
|
1385
|
-
"strict": true,
|
|
1386
|
-
"enableJsonFlag": false,
|
|
1387
|
-
"coreCommand": false,
|
|
1388
|
-
"readOnly": false,
|
|
1389
|
-
"destructive": false,
|
|
1390
|
-
"idempotent": false,
|
|
1391
|
-
"isESM": false,
|
|
1392
|
-
"relativePath": [
|
|
1393
|
-
"dist",
|
|
1394
|
-
"commands",
|
|
1395
|
-
"import",
|
|
1396
|
-
"commit.js"
|
|
1397
|
-
]
|
|
1398
|
-
},
|
|
1399
|
-
"import:plan": {
|
|
1400
|
-
"aliases": [],
|
|
1401
|
-
"args": {
|
|
1402
|
-
"resource": {
|
|
1403
|
-
"description": "A specific resource to import.",
|
|
1404
|
-
"name": "resource",
|
|
1405
|
-
"required": false
|
|
1406
|
-
}
|
|
1407
|
-
},
|
|
1408
|
-
"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.",
|
|
1409
|
-
"flags": {
|
|
1410
|
-
"config": {
|
|
1411
|
-
"char": "c",
|
|
1412
|
-
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1413
|
-
"name": "config",
|
|
1414
|
-
"hasDynamicHelp": false,
|
|
1415
|
-
"multiple": false,
|
|
1416
|
-
"type": "option"
|
|
1417
|
-
},
|
|
1418
|
-
"root": {
|
|
1419
|
-
"description": "The root folder in which to write generated code files.",
|
|
1420
|
-
"name": "root",
|
|
1421
|
-
"default": "__checks__",
|
|
1422
|
-
"hasDynamicHelp": false,
|
|
1423
|
-
"multiple": false,
|
|
1424
|
-
"type": "option"
|
|
1425
|
-
},
|
|
1426
|
-
"preview": {
|
|
1427
|
-
"description": "Preview generated code without creating an actual import plan.",
|
|
1428
|
-
"name": "preview",
|
|
1429
|
-
"allowNo": false,
|
|
1430
|
-
"type": "boolean"
|
|
1431
|
-
},
|
|
1432
|
-
"debug-import-plan": {
|
|
1433
|
-
"description": "Output the import plan to a file.",
|
|
1434
|
-
"hidden": true,
|
|
1435
|
-
"name": "debug-import-plan",
|
|
1436
|
-
"allowNo": false,
|
|
1437
|
-
"type": "boolean"
|
|
1438
|
-
},
|
|
1439
|
-
"debug-import-plan-input-file": {
|
|
1440
|
-
"description": "A file to load an import plan from.",
|
|
1441
|
-
"hidden": true,
|
|
1442
|
-
"name": "debug-import-plan-input-file",
|
|
1443
|
-
"hasDynamicHelp": false,
|
|
1444
|
-
"multiple": false,
|
|
1445
|
-
"type": "option"
|
|
1446
|
-
},
|
|
1447
|
-
"debug-import-plan-output-file": {
|
|
1448
|
-
"description": "The file to output the import plan to.",
|
|
1449
|
-
"hidden": true,
|
|
1450
|
-
"name": "debug-import-plan-output-file",
|
|
1451
|
-
"default": "./debug-import-plan.json",
|
|
1452
|
-
"hasDynamicHelp": false,
|
|
1453
|
-
"multiple": false,
|
|
1454
|
-
"type": "option"
|
|
1455
|
-
}
|
|
1456
|
-
},
|
|
1457
|
-
"hasDynamicHelp": false,
|
|
1458
|
-
"hidden": false,
|
|
1459
|
-
"hiddenAliases": [
|
|
1460
|
-
"import"
|
|
1461
|
-
],
|
|
1462
|
-
"id": "import:plan",
|
|
1463
|
-
"pluginAlias": "checkly",
|
|
1464
|
-
"pluginName": "checkly",
|
|
1465
|
-
"pluginType": "core",
|
|
1466
|
-
"strict": false,
|
|
1467
|
-
"enableJsonFlag": false,
|
|
1468
|
-
"coreCommand": false,
|
|
1469
|
-
"readOnly": true,
|
|
1470
|
-
"destructive": false,
|
|
1471
|
-
"idempotent": true,
|
|
1472
|
-
"isESM": false,
|
|
1473
|
-
"relativePath": [
|
|
1474
|
-
"dist",
|
|
1475
|
-
"commands",
|
|
1476
|
-
"import",
|
|
1477
|
-
"plan.js"
|
|
1478
|
-
]
|
|
1479
|
-
},
|
|
1480
1294
|
"env:add": {
|
|
1481
1295
|
"aliases": [],
|
|
1482
1296
|
"args": {
|
|
@@ -1718,6 +1532,7 @@
|
|
|
1718
1532
|
"services": {
|
|
1719
1533
|
"description": "Affected service IDs. Repeat the flag for multiple services.",
|
|
1720
1534
|
"name": "services",
|
|
1535
|
+
"delimiter": ",",
|
|
1721
1536
|
"hasDynamicHelp": false,
|
|
1722
1537
|
"multiple": true,
|
|
1723
1538
|
"type": "option"
|
|
@@ -2041,6 +1856,198 @@
|
|
|
2041
1856
|
"update.js"
|
|
2042
1857
|
]
|
|
2043
1858
|
},
|
|
1859
|
+
"import:apply": {
|
|
1860
|
+
"aliases": [],
|
|
1861
|
+
"args": {},
|
|
1862
|
+
"description": "Attach imported resources into your project in a pending state.",
|
|
1863
|
+
"flags": {
|
|
1864
|
+
"config": {
|
|
1865
|
+
"char": "c",
|
|
1866
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1867
|
+
"name": "config",
|
|
1868
|
+
"hasDynamicHelp": false,
|
|
1869
|
+
"multiple": false,
|
|
1870
|
+
"type": "option"
|
|
1871
|
+
}
|
|
1872
|
+
},
|
|
1873
|
+
"hasDynamicHelp": false,
|
|
1874
|
+
"hidden": false,
|
|
1875
|
+
"hiddenAliases": [],
|
|
1876
|
+
"id": "import:apply",
|
|
1877
|
+
"pluginAlias": "checkly",
|
|
1878
|
+
"pluginName": "checkly",
|
|
1879
|
+
"pluginType": "core",
|
|
1880
|
+
"strict": true,
|
|
1881
|
+
"enableJsonFlag": false,
|
|
1882
|
+
"coreCommand": false,
|
|
1883
|
+
"readOnly": false,
|
|
1884
|
+
"destructive": false,
|
|
1885
|
+
"idempotent": false,
|
|
1886
|
+
"isESM": false,
|
|
1887
|
+
"relativePath": [
|
|
1888
|
+
"dist",
|
|
1889
|
+
"commands",
|
|
1890
|
+
"import",
|
|
1891
|
+
"apply.js"
|
|
1892
|
+
]
|
|
1893
|
+
},
|
|
1894
|
+
"import:cancel": {
|
|
1895
|
+
"aliases": [],
|
|
1896
|
+
"args": {},
|
|
1897
|
+
"description": "Cancels an ongoing import plan that has not been committed yet.",
|
|
1898
|
+
"flags": {
|
|
1899
|
+
"config": {
|
|
1900
|
+
"char": "c",
|
|
1901
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1902
|
+
"name": "config",
|
|
1903
|
+
"hasDynamicHelp": false,
|
|
1904
|
+
"multiple": false,
|
|
1905
|
+
"type": "option"
|
|
1906
|
+
},
|
|
1907
|
+
"all": {
|
|
1908
|
+
"description": "Cancel all plans.",
|
|
1909
|
+
"name": "all",
|
|
1910
|
+
"allowNo": false,
|
|
1911
|
+
"type": "boolean"
|
|
1912
|
+
}
|
|
1913
|
+
},
|
|
1914
|
+
"hasDynamicHelp": false,
|
|
1915
|
+
"hidden": false,
|
|
1916
|
+
"hiddenAliases": [],
|
|
1917
|
+
"id": "import:cancel",
|
|
1918
|
+
"pluginAlias": "checkly",
|
|
1919
|
+
"pluginName": "checkly",
|
|
1920
|
+
"pluginType": "core",
|
|
1921
|
+
"strict": true,
|
|
1922
|
+
"enableJsonFlag": false,
|
|
1923
|
+
"coreCommand": false,
|
|
1924
|
+
"readOnly": false,
|
|
1925
|
+
"destructive": false,
|
|
1926
|
+
"idempotent": true,
|
|
1927
|
+
"isESM": false,
|
|
1928
|
+
"relativePath": [
|
|
1929
|
+
"dist",
|
|
1930
|
+
"commands",
|
|
1931
|
+
"import",
|
|
1932
|
+
"cancel.js"
|
|
1933
|
+
]
|
|
1934
|
+
},
|
|
1935
|
+
"import:commit": {
|
|
1936
|
+
"aliases": [],
|
|
1937
|
+
"args": {},
|
|
1938
|
+
"description": "Permanently commit imported resources into your project.",
|
|
1939
|
+
"flags": {
|
|
1940
|
+
"config": {
|
|
1941
|
+
"char": "c",
|
|
1942
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1943
|
+
"name": "config",
|
|
1944
|
+
"hasDynamicHelp": false,
|
|
1945
|
+
"multiple": false,
|
|
1946
|
+
"type": "option"
|
|
1947
|
+
}
|
|
1948
|
+
},
|
|
1949
|
+
"hasDynamicHelp": false,
|
|
1950
|
+
"hidden": false,
|
|
1951
|
+
"hiddenAliases": [],
|
|
1952
|
+
"id": "import:commit",
|
|
1953
|
+
"pluginAlias": "checkly",
|
|
1954
|
+
"pluginName": "checkly",
|
|
1955
|
+
"pluginType": "core",
|
|
1956
|
+
"strict": true,
|
|
1957
|
+
"enableJsonFlag": false,
|
|
1958
|
+
"coreCommand": false,
|
|
1959
|
+
"readOnly": false,
|
|
1960
|
+
"destructive": false,
|
|
1961
|
+
"idempotent": false,
|
|
1962
|
+
"isESM": false,
|
|
1963
|
+
"relativePath": [
|
|
1964
|
+
"dist",
|
|
1965
|
+
"commands",
|
|
1966
|
+
"import",
|
|
1967
|
+
"commit.js"
|
|
1968
|
+
]
|
|
1969
|
+
},
|
|
1970
|
+
"import:plan": {
|
|
1971
|
+
"aliases": [],
|
|
1972
|
+
"args": {
|
|
1973
|
+
"resource": {
|
|
1974
|
+
"description": "A specific resource to import.",
|
|
1975
|
+
"name": "resource",
|
|
1976
|
+
"required": false
|
|
1977
|
+
}
|
|
1978
|
+
},
|
|
1979
|
+
"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.",
|
|
1980
|
+
"flags": {
|
|
1981
|
+
"config": {
|
|
1982
|
+
"char": "c",
|
|
1983
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1984
|
+
"name": "config",
|
|
1985
|
+
"hasDynamicHelp": false,
|
|
1986
|
+
"multiple": false,
|
|
1987
|
+
"type": "option"
|
|
1988
|
+
},
|
|
1989
|
+
"root": {
|
|
1990
|
+
"description": "The root folder in which to write generated code files.",
|
|
1991
|
+
"name": "root",
|
|
1992
|
+
"default": "__checks__",
|
|
1993
|
+
"hasDynamicHelp": false,
|
|
1994
|
+
"multiple": false,
|
|
1995
|
+
"type": "option"
|
|
1996
|
+
},
|
|
1997
|
+
"preview": {
|
|
1998
|
+
"description": "Preview generated code without creating an actual import plan.",
|
|
1999
|
+
"name": "preview",
|
|
2000
|
+
"allowNo": false,
|
|
2001
|
+
"type": "boolean"
|
|
2002
|
+
},
|
|
2003
|
+
"debug-import-plan": {
|
|
2004
|
+
"description": "Output the import plan to a file.",
|
|
2005
|
+
"hidden": true,
|
|
2006
|
+
"name": "debug-import-plan",
|
|
2007
|
+
"allowNo": false,
|
|
2008
|
+
"type": "boolean"
|
|
2009
|
+
},
|
|
2010
|
+
"debug-import-plan-input-file": {
|
|
2011
|
+
"description": "A file to load an import plan from.",
|
|
2012
|
+
"hidden": true,
|
|
2013
|
+
"name": "debug-import-plan-input-file",
|
|
2014
|
+
"hasDynamicHelp": false,
|
|
2015
|
+
"multiple": false,
|
|
2016
|
+
"type": "option"
|
|
2017
|
+
},
|
|
2018
|
+
"debug-import-plan-output-file": {
|
|
2019
|
+
"description": "The file to output the import plan to.",
|
|
2020
|
+
"hidden": true,
|
|
2021
|
+
"name": "debug-import-plan-output-file",
|
|
2022
|
+
"default": "./debug-import-plan.json",
|
|
2023
|
+
"hasDynamicHelp": false,
|
|
2024
|
+
"multiple": false,
|
|
2025
|
+
"type": "option"
|
|
2026
|
+
}
|
|
2027
|
+
},
|
|
2028
|
+
"hasDynamicHelp": false,
|
|
2029
|
+
"hidden": false,
|
|
2030
|
+
"hiddenAliases": [
|
|
2031
|
+
"import"
|
|
2032
|
+
],
|
|
2033
|
+
"id": "import:plan",
|
|
2034
|
+
"pluginAlias": "checkly",
|
|
2035
|
+
"pluginName": "checkly",
|
|
2036
|
+
"pluginType": "core",
|
|
2037
|
+
"strict": false,
|
|
2038
|
+
"enableJsonFlag": false,
|
|
2039
|
+
"coreCommand": false,
|
|
2040
|
+
"readOnly": true,
|
|
2041
|
+
"destructive": false,
|
|
2042
|
+
"idempotent": true,
|
|
2043
|
+
"isESM": false,
|
|
2044
|
+
"relativePath": [
|
|
2045
|
+
"dist",
|
|
2046
|
+
"commands",
|
|
2047
|
+
"import",
|
|
2048
|
+
"plan.js"
|
|
2049
|
+
]
|
|
2050
|
+
},
|
|
2044
2051
|
"status-pages:get": {
|
|
2045
2052
|
"aliases": [],
|
|
2046
2053
|
"args": {
|
|
@@ -2152,5 +2159,5 @@
|
|
|
2152
2159
|
]
|
|
2153
2160
|
}
|
|
2154
2161
|
},
|
|
2155
|
-
"version": "7.5.
|
|
2162
|
+
"version": "7.5.5-prerelease-e3ea0f5"
|
|
2156
2163
|
}
|