checkly 7.5.5-prerelease-e3ea0f5 → 7.5.5

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.
Files changed (2) hide show
  1. package/oclif.manifest.json +193 -193
  2. package/package.json +1 -1
@@ -1291,6 +1291,198 @@
1291
1291
  "parse-project.js"
1292
1292
  ]
1293
1293
  },
1294
+ "import:apply": {
1295
+ "aliases": [],
1296
+ "args": {},
1297
+ "description": "Attach imported resources into your project in a pending state.",
1298
+ "flags": {
1299
+ "config": {
1300
+ "char": "c",
1301
+ "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
1302
+ "name": "config",
1303
+ "hasDynamicHelp": false,
1304
+ "multiple": false,
1305
+ "type": "option"
1306
+ }
1307
+ },
1308
+ "hasDynamicHelp": false,
1309
+ "hidden": false,
1310
+ "hiddenAliases": [],
1311
+ "id": "import:apply",
1312
+ "pluginAlias": "checkly",
1313
+ "pluginName": "checkly",
1314
+ "pluginType": "core",
1315
+ "strict": true,
1316
+ "enableJsonFlag": false,
1317
+ "coreCommand": false,
1318
+ "readOnly": false,
1319
+ "destructive": false,
1320
+ "idempotent": false,
1321
+ "isESM": false,
1322
+ "relativePath": [
1323
+ "dist",
1324
+ "commands",
1325
+ "import",
1326
+ "apply.js"
1327
+ ]
1328
+ },
1329
+ "import:cancel": {
1330
+ "aliases": [],
1331
+ "args": {},
1332
+ "description": "Cancels an ongoing import plan that has not been committed yet.",
1333
+ "flags": {
1334
+ "config": {
1335
+ "char": "c",
1336
+ "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
1337
+ "name": "config",
1338
+ "hasDynamicHelp": false,
1339
+ "multiple": false,
1340
+ "type": "option"
1341
+ },
1342
+ "all": {
1343
+ "description": "Cancel all plans.",
1344
+ "name": "all",
1345
+ "allowNo": false,
1346
+ "type": "boolean"
1347
+ }
1348
+ },
1349
+ "hasDynamicHelp": false,
1350
+ "hidden": false,
1351
+ "hiddenAliases": [],
1352
+ "id": "import:cancel",
1353
+ "pluginAlias": "checkly",
1354
+ "pluginName": "checkly",
1355
+ "pluginType": "core",
1356
+ "strict": true,
1357
+ "enableJsonFlag": false,
1358
+ "coreCommand": false,
1359
+ "readOnly": false,
1360
+ "destructive": false,
1361
+ "idempotent": true,
1362
+ "isESM": false,
1363
+ "relativePath": [
1364
+ "dist",
1365
+ "commands",
1366
+ "import",
1367
+ "cancel.js"
1368
+ ]
1369
+ },
1370
+ "import:commit": {
1371
+ "aliases": [],
1372
+ "args": {},
1373
+ "description": "Permanently commit imported resources into your project.",
1374
+ "flags": {
1375
+ "config": {
1376
+ "char": "c",
1377
+ "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
1378
+ "name": "config",
1379
+ "hasDynamicHelp": false,
1380
+ "multiple": false,
1381
+ "type": "option"
1382
+ }
1383
+ },
1384
+ "hasDynamicHelp": false,
1385
+ "hidden": false,
1386
+ "hiddenAliases": [],
1387
+ "id": "import:commit",
1388
+ "pluginAlias": "checkly",
1389
+ "pluginName": "checkly",
1390
+ "pluginType": "core",
1391
+ "strict": true,
1392
+ "enableJsonFlag": false,
1393
+ "coreCommand": false,
1394
+ "readOnly": false,
1395
+ "destructive": false,
1396
+ "idempotent": false,
1397
+ "isESM": false,
1398
+ "relativePath": [
1399
+ "dist",
1400
+ "commands",
1401
+ "import",
1402
+ "commit.js"
1403
+ ]
1404
+ },
1405
+ "import:plan": {
1406
+ "aliases": [],
1407
+ "args": {
1408
+ "resource": {
1409
+ "description": "A specific resource to import.",
1410
+ "name": "resource",
1411
+ "required": false
1412
+ }
1413
+ },
1414
+ "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.",
1415
+ "flags": {
1416
+ "config": {
1417
+ "char": "c",
1418
+ "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
1419
+ "name": "config",
1420
+ "hasDynamicHelp": false,
1421
+ "multiple": false,
1422
+ "type": "option"
1423
+ },
1424
+ "root": {
1425
+ "description": "The root folder in which to write generated code files.",
1426
+ "name": "root",
1427
+ "default": "__checks__",
1428
+ "hasDynamicHelp": false,
1429
+ "multiple": false,
1430
+ "type": "option"
1431
+ },
1432
+ "preview": {
1433
+ "description": "Preview generated code without creating an actual import plan.",
1434
+ "name": "preview",
1435
+ "allowNo": false,
1436
+ "type": "boolean"
1437
+ },
1438
+ "debug-import-plan": {
1439
+ "description": "Output the import plan to a file.",
1440
+ "hidden": true,
1441
+ "name": "debug-import-plan",
1442
+ "allowNo": false,
1443
+ "type": "boolean"
1444
+ },
1445
+ "debug-import-plan-input-file": {
1446
+ "description": "A file to load an import plan from.",
1447
+ "hidden": true,
1448
+ "name": "debug-import-plan-input-file",
1449
+ "hasDynamicHelp": false,
1450
+ "multiple": false,
1451
+ "type": "option"
1452
+ },
1453
+ "debug-import-plan-output-file": {
1454
+ "description": "The file to output the import plan to.",
1455
+ "hidden": true,
1456
+ "name": "debug-import-plan-output-file",
1457
+ "default": "./debug-import-plan.json",
1458
+ "hasDynamicHelp": false,
1459
+ "multiple": false,
1460
+ "type": "option"
1461
+ }
1462
+ },
1463
+ "hasDynamicHelp": false,
1464
+ "hidden": false,
1465
+ "hiddenAliases": [
1466
+ "import"
1467
+ ],
1468
+ "id": "import:plan",
1469
+ "pluginAlias": "checkly",
1470
+ "pluginName": "checkly",
1471
+ "pluginType": "core",
1472
+ "strict": false,
1473
+ "enableJsonFlag": false,
1474
+ "coreCommand": false,
1475
+ "readOnly": true,
1476
+ "destructive": false,
1477
+ "idempotent": true,
1478
+ "isESM": false,
1479
+ "relativePath": [
1480
+ "dist",
1481
+ "commands",
1482
+ "import",
1483
+ "plan.js"
1484
+ ]
1485
+ },
1294
1486
  "env:add": {
1295
1487
  "aliases": [],
1296
1488
  "args": {
@@ -1856,198 +2048,6 @@
1856
2048
  "update.js"
1857
2049
  ]
1858
2050
  },
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
- },
2051
2051
  "status-pages:get": {
2052
2052
  "aliases": [],
2053
2053
  "args": {
@@ -2159,5 +2159,5 @@
2159
2159
  ]
2160
2160
  }
2161
2161
  },
2162
- "version": "7.5.5-prerelease-e3ea0f5"
2162
+ "version": "7.5.5"
2163
2163
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "checkly",
3
- "version": "7.5.5-prerelease-e3ea0f5",
3
+ "version": "7.5.5",
4
4
  "description": "Checkly CLI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",