checkly 7.5.3 → 7.5.4

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.
@@ -1077,6 +1077,18 @@
1077
1077
  ],
1078
1078
  "type": "option"
1079
1079
  },
1080
+ "status": {
1081
+ "description": "Filter by check status.",
1082
+ "name": "status",
1083
+ "hasDynamicHelp": false,
1084
+ "multiple": false,
1085
+ "options": [
1086
+ "passing",
1087
+ "failing",
1088
+ "degraded"
1089
+ ],
1090
+ "type": "option"
1091
+ },
1080
1092
  "hide-id": {
1081
1093
  "description": "Hide check IDs in table output.",
1082
1094
  "name": "hide-id",
@@ -1273,44 +1285,24 @@
1273
1285
  "parse-project.js"
1274
1286
  ]
1275
1287
  },
1276
- "env:add": {
1288
+ "import:apply": {
1277
1289
  "aliases": [],
1278
- "args": {
1279
- "key": {
1280
- "description": "Environment variable key.",
1281
- "name": "key",
1282
- "required": true
1283
- },
1284
- "value": {
1285
- "description": "Environment variable value.",
1286
- "name": "value",
1287
- "required": false
1288
- }
1289
- },
1290
- "description": "Add environment variable via \"checkly env add <key> <value>\".",
1290
+ "args": {},
1291
+ "description": "Attach imported resources into your project in a pending state.",
1291
1292
  "flags": {
1292
- "locked": {
1293
- "char": "l",
1294
- "description": "Indicate that the environment variable will be locked.",
1295
- "name": "locked",
1296
- "allowNo": false,
1297
- "type": "boolean"
1298
- },
1299
- "secret": {
1300
- "char": "s",
1301
- "description": "Indicate that the environment variable will be secret.",
1302
- "exclusive": [
1303
- "locked"
1304
- ],
1305
- "name": "secret",
1306
- "allowNo": false,
1307
- "type": "boolean"
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"
1308
1300
  }
1309
1301
  },
1310
1302
  "hasDynamicHelp": false,
1311
1303
  "hidden": false,
1312
1304
  "hiddenAliases": [],
1313
- "id": "env:add",
1305
+ "id": "import:apply",
1314
1306
  "pluginAlias": "checkly",
1315
1307
  "pluginName": "checkly",
1316
1308
  "pluginType": "core",
@@ -1324,118 +1316,168 @@
1324
1316
  "relativePath": [
1325
1317
  "dist",
1326
1318
  "commands",
1327
- "env",
1328
- "add.js"
1319
+ "import",
1320
+ "apply.js"
1329
1321
  ]
1330
1322
  },
1331
- "env:ls": {
1323
+ "import:cancel": {
1332
1324
  "aliases": [],
1333
1325
  "args": {},
1334
- "description": "List all Checkly environment variables via \"checkly env ls\".",
1335
- "flags": {},
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
+ },
1336
1343
  "hasDynamicHelp": false,
1337
1344
  "hidden": false,
1338
1345
  "hiddenAliases": [],
1339
- "id": "env:ls",
1346
+ "id": "import:cancel",
1340
1347
  "pluginAlias": "checkly",
1341
1348
  "pluginName": "checkly",
1342
1349
  "pluginType": "core",
1343
1350
  "strict": true,
1344
1351
  "enableJsonFlag": false,
1345
1352
  "coreCommand": false,
1346
- "readOnly": true,
1353
+ "readOnly": false,
1347
1354
  "destructive": false,
1348
1355
  "idempotent": true,
1349
1356
  "isESM": false,
1350
1357
  "relativePath": [
1351
1358
  "dist",
1352
1359
  "commands",
1353
- "env",
1354
- "ls.js"
1360
+ "import",
1361
+ "cancel.js"
1355
1362
  ]
1356
1363
  },
1357
- "env:pull": {
1364
+ "import:commit": {
1358
1365
  "aliases": [],
1359
- "args": {
1360
- "filename": {
1361
- "default": ".env",
1362
- "description": "Filename of the generated file.",
1363
- "name": "filename",
1364
- "required": false
1365
- }
1366
- },
1367
- "description": "Pull Checkly environment variables via \"checkly env pull <filename>\".",
1366
+ "args": {},
1367
+ "description": "Permanently commit imported resources into your project.",
1368
1368
  "flags": {
1369
- "force": {
1370
- "char": "f",
1371
- "description": "Force to overwrite existing file.",
1372
- "name": "force",
1373
- "allowNo": false,
1374
- "type": "boolean"
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"
1375
1376
  }
1376
1377
  },
1377
1378
  "hasDynamicHelp": false,
1378
1379
  "hidden": false,
1379
1380
  "hiddenAliases": [],
1380
- "id": "env:pull",
1381
+ "id": "import:commit",
1381
1382
  "pluginAlias": "checkly",
1382
1383
  "pluginName": "checkly",
1383
1384
  "pluginType": "core",
1384
1385
  "strict": true,
1385
1386
  "enableJsonFlag": false,
1386
1387
  "coreCommand": false,
1387
- "readOnly": true,
1388
+ "readOnly": false,
1388
1389
  "destructive": false,
1389
- "idempotent": true,
1390
+ "idempotent": false,
1390
1391
  "isESM": false,
1391
1392
  "relativePath": [
1392
1393
  "dist",
1393
1394
  "commands",
1394
- "env",
1395
- "pull.js"
1395
+ "import",
1396
+ "commit.js"
1396
1397
  ]
1397
1398
  },
1398
- "env:rm": {
1399
+ "import:plan": {
1399
1400
  "aliases": [],
1400
1401
  "args": {
1401
- "key": {
1402
- "description": "Environment variable key to remove.",
1403
- "name": "key",
1404
- "required": true
1402
+ "resource": {
1403
+ "description": "A specific resource to import.",
1404
+ "name": "resource",
1405
+ "required": false
1405
1406
  }
1406
1407
  },
1407
- "description": "Remove environment variable via \"checkly env rm <key>\".",
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.",
1408
1409
  "flags": {
1409
- "force": {
1410
- "char": "f",
1411
- "description": "Force to skip the confirmation prompt.",
1412
- "name": "force",
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",
1413
1436
  "allowNo": false,
1414
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"
1415
1455
  }
1416
1456
  },
1417
1457
  "hasDynamicHelp": false,
1418
1458
  "hidden": false,
1419
- "hiddenAliases": [],
1420
- "id": "env:rm",
1459
+ "hiddenAliases": [
1460
+ "import"
1461
+ ],
1462
+ "id": "import:plan",
1421
1463
  "pluginAlias": "checkly",
1422
1464
  "pluginName": "checkly",
1423
1465
  "pluginType": "core",
1424
- "strict": true,
1466
+ "strict": false,
1425
1467
  "enableJsonFlag": false,
1426
1468
  "coreCommand": false,
1427
- "readOnly": false,
1428
- "destructive": true,
1429
- "idempotent": false,
1469
+ "readOnly": true,
1470
+ "destructive": false,
1471
+ "idempotent": true,
1430
1472
  "isESM": false,
1431
1473
  "relativePath": [
1432
1474
  "dist",
1433
1475
  "commands",
1434
- "env",
1435
- "rm.js"
1476
+ "import",
1477
+ "plan.js"
1436
1478
  ]
1437
1479
  },
1438
- "env:update": {
1480
+ "env:add": {
1439
1481
  "aliases": [],
1440
1482
  "args": {
1441
1483
  "key": {
@@ -1449,18 +1491,18 @@
1449
1491
  "required": false
1450
1492
  }
1451
1493
  },
1452
- "description": "Update environment variable via \"checkly env update <key> <value>\".",
1494
+ "description": "Add environment variable via \"checkly env add <key> <value>\".",
1453
1495
  "flags": {
1454
1496
  "locked": {
1455
1497
  "char": "l",
1456
- "description": "Indicate if environment variable is locked.",
1498
+ "description": "Indicate that the environment variable will be locked.",
1457
1499
  "name": "locked",
1458
1500
  "allowNo": false,
1459
1501
  "type": "boolean"
1460
1502
  },
1461
1503
  "secret": {
1462
1504
  "char": "s",
1463
- "description": "Indicate if environment variable is secret.",
1505
+ "description": "Indicate that the environment variable will be secret.",
1464
1506
  "exclusive": [
1465
1507
  "locked"
1466
1508
  ],
@@ -1472,7 +1514,7 @@
1472
1514
  "hasDynamicHelp": false,
1473
1515
  "hidden": false,
1474
1516
  "hiddenAliases": [],
1475
- "id": "env:update",
1517
+ "id": "env:add",
1476
1518
  "pluginAlias": "checkly",
1477
1519
  "pluginName": "checkly",
1478
1520
  "pluginType": "core",
@@ -1481,66 +1523,57 @@
1481
1523
  "coreCommand": false,
1482
1524
  "readOnly": false,
1483
1525
  "destructive": false,
1484
- "idempotent": true,
1526
+ "idempotent": false,
1485
1527
  "isESM": false,
1486
1528
  "relativePath": [
1487
1529
  "dist",
1488
1530
  "commands",
1489
1531
  "env",
1490
- "update.js"
1532
+ "add.js"
1491
1533
  ]
1492
1534
  },
1493
- "import:apply": {
1535
+ "env:ls": {
1494
1536
  "aliases": [],
1495
1537
  "args": {},
1496
- "description": "Attach imported resources into your project in a pending state.",
1497
- "flags": {
1498
- "config": {
1499
- "char": "c",
1500
- "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
1501
- "name": "config",
1502
- "hasDynamicHelp": false,
1503
- "multiple": false,
1504
- "type": "option"
1505
- }
1506
- },
1538
+ "description": "List all Checkly environment variables via \"checkly env ls\".",
1539
+ "flags": {},
1507
1540
  "hasDynamicHelp": false,
1508
1541
  "hidden": false,
1509
1542
  "hiddenAliases": [],
1510
- "id": "import:apply",
1543
+ "id": "env:ls",
1511
1544
  "pluginAlias": "checkly",
1512
1545
  "pluginName": "checkly",
1513
1546
  "pluginType": "core",
1514
1547
  "strict": true,
1515
1548
  "enableJsonFlag": false,
1516
1549
  "coreCommand": false,
1517
- "readOnly": false,
1550
+ "readOnly": true,
1518
1551
  "destructive": false,
1519
- "idempotent": false,
1552
+ "idempotent": true,
1520
1553
  "isESM": false,
1521
1554
  "relativePath": [
1522
1555
  "dist",
1523
1556
  "commands",
1524
- "import",
1525
- "apply.js"
1557
+ "env",
1558
+ "ls.js"
1526
1559
  ]
1527
1560
  },
1528
- "import:cancel": {
1561
+ "env:pull": {
1529
1562
  "aliases": [],
1530
- "args": {},
1531
- "description": "Cancels an ongoing import plan that has not been committed yet.",
1563
+ "args": {
1564
+ "filename": {
1565
+ "default": ".env",
1566
+ "description": "Filename of the generated file.",
1567
+ "name": "filename",
1568
+ "required": false
1569
+ }
1570
+ },
1571
+ "description": "Pull Checkly environment variables via \"checkly env pull <filename>\".",
1532
1572
  "flags": {
1533
- "config": {
1534
- "char": "c",
1535
- "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
1536
- "name": "config",
1537
- "hasDynamicHelp": false,
1538
- "multiple": false,
1539
- "type": "option"
1540
- },
1541
- "all": {
1542
- "description": "Cancel all plans.",
1543
- "name": "all",
1573
+ "force": {
1574
+ "char": "f",
1575
+ "description": "Force to overwrite existing file.",
1576
+ "name": "force",
1544
1577
  "allowNo": false,
1545
1578
  "type": "boolean"
1546
1579
  }
@@ -1548,42 +1581,47 @@
1548
1581
  "hasDynamicHelp": false,
1549
1582
  "hidden": false,
1550
1583
  "hiddenAliases": [],
1551
- "id": "import:cancel",
1584
+ "id": "env:pull",
1552
1585
  "pluginAlias": "checkly",
1553
1586
  "pluginName": "checkly",
1554
1587
  "pluginType": "core",
1555
1588
  "strict": true,
1556
1589
  "enableJsonFlag": false,
1557
1590
  "coreCommand": false,
1558
- "readOnly": false,
1591
+ "readOnly": true,
1559
1592
  "destructive": false,
1560
1593
  "idempotent": true,
1561
1594
  "isESM": false,
1562
1595
  "relativePath": [
1563
1596
  "dist",
1564
1597
  "commands",
1565
- "import",
1566
- "cancel.js"
1598
+ "env",
1599
+ "pull.js"
1567
1600
  ]
1568
1601
  },
1569
- "import:commit": {
1602
+ "env:rm": {
1570
1603
  "aliases": [],
1571
- "args": {},
1572
- "description": "Permanently commit imported resources into your project.",
1604
+ "args": {
1605
+ "key": {
1606
+ "description": "Environment variable key to remove.",
1607
+ "name": "key",
1608
+ "required": true
1609
+ }
1610
+ },
1611
+ "description": "Remove environment variable via \"checkly env rm <key>\".",
1573
1612
  "flags": {
1574
- "config": {
1575
- "char": "c",
1576
- "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
1577
- "name": "config",
1578
- "hasDynamicHelp": false,
1579
- "multiple": false,
1580
- "type": "option"
1613
+ "force": {
1614
+ "char": "f",
1615
+ "description": "Force to skip the confirmation prompt.",
1616
+ "name": "force",
1617
+ "allowNo": false,
1618
+ "type": "boolean"
1581
1619
  }
1582
1620
  },
1583
1621
  "hasDynamicHelp": false,
1584
1622
  "hidden": false,
1585
1623
  "hiddenAliases": [],
1586
- "id": "import:commit",
1624
+ "id": "env:rm",
1587
1625
  "pluginAlias": "checkly",
1588
1626
  "pluginName": "checkly",
1589
1627
  "pluginType": "core",
@@ -1591,95 +1629,69 @@
1591
1629
  "enableJsonFlag": false,
1592
1630
  "coreCommand": false,
1593
1631
  "readOnly": false,
1594
- "destructive": false,
1632
+ "destructive": true,
1595
1633
  "idempotent": false,
1596
1634
  "isESM": false,
1597
1635
  "relativePath": [
1598
1636
  "dist",
1599
1637
  "commands",
1600
- "import",
1601
- "commit.js"
1638
+ "env",
1639
+ "rm.js"
1602
1640
  ]
1603
1641
  },
1604
- "import:plan": {
1642
+ "env:update": {
1605
1643
  "aliases": [],
1606
1644
  "args": {
1607
- "resource": {
1608
- "description": "A specific resource to import.",
1609
- "name": "resource",
1645
+ "key": {
1646
+ "description": "Environment variable key.",
1647
+ "name": "key",
1648
+ "required": true
1649
+ },
1650
+ "value": {
1651
+ "description": "Environment variable value.",
1652
+ "name": "value",
1610
1653
  "required": false
1611
1654
  }
1612
1655
  },
1613
- "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.",
1656
+ "description": "Update environment variable via \"checkly env update <key> <value>\".",
1614
1657
  "flags": {
1615
- "config": {
1616
- "char": "c",
1617
- "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
1618
- "name": "config",
1619
- "hasDynamicHelp": false,
1620
- "multiple": false,
1621
- "type": "option"
1622
- },
1623
- "root": {
1624
- "description": "The root folder in which to write generated code files.",
1625
- "name": "root",
1626
- "default": "__checks__",
1627
- "hasDynamicHelp": false,
1628
- "multiple": false,
1629
- "type": "option"
1630
- },
1631
- "preview": {
1632
- "description": "Preview generated code without creating an actual import plan.",
1633
- "name": "preview",
1658
+ "locked": {
1659
+ "char": "l",
1660
+ "description": "Indicate if environment variable is locked.",
1661
+ "name": "locked",
1634
1662
  "allowNo": false,
1635
1663
  "type": "boolean"
1636
1664
  },
1637
- "debug-import-plan": {
1638
- "description": "Output the import plan to a file.",
1639
- "hidden": true,
1640
- "name": "debug-import-plan",
1665
+ "secret": {
1666
+ "char": "s",
1667
+ "description": "Indicate if environment variable is secret.",
1668
+ "exclusive": [
1669
+ "locked"
1670
+ ],
1671
+ "name": "secret",
1641
1672
  "allowNo": false,
1642
1673
  "type": "boolean"
1643
- },
1644
- "debug-import-plan-input-file": {
1645
- "description": "A file to load an import plan from.",
1646
- "hidden": true,
1647
- "name": "debug-import-plan-input-file",
1648
- "hasDynamicHelp": false,
1649
- "multiple": false,
1650
- "type": "option"
1651
- },
1652
- "debug-import-plan-output-file": {
1653
- "description": "The file to output the import plan to.",
1654
- "hidden": true,
1655
- "name": "debug-import-plan-output-file",
1656
- "default": "./debug-import-plan.json",
1657
- "hasDynamicHelp": false,
1658
- "multiple": false,
1659
- "type": "option"
1660
1674
  }
1661
1675
  },
1662
1676
  "hasDynamicHelp": false,
1663
1677
  "hidden": false,
1664
- "hiddenAliases": [
1665
- "import"
1666
- ],
1667
- "id": "import:plan",
1678
+ "hiddenAliases": [],
1679
+ "id": "env:update",
1668
1680
  "pluginAlias": "checkly",
1669
1681
  "pluginName": "checkly",
1670
1682
  "pluginType": "core",
1671
- "strict": false,
1683
+ "strict": true,
1672
1684
  "enableJsonFlag": false,
1673
1685
  "coreCommand": false,
1674
- "readOnly": true,
1686
+ "readOnly": false,
1675
1687
  "destructive": false,
1676
1688
  "idempotent": true,
1677
1689
  "isESM": false,
1678
1690
  "relativePath": [
1679
1691
  "dist",
1680
1692
  "commands",
1681
- "import",
1682
- "plan.js"
1693
+ "env",
1694
+ "update.js"
1683
1695
  ]
1684
1696
  },
1685
1697
  "incidents:create": {
@@ -2140,5 +2152,5 @@
2140
2152
  ]
2141
2153
  }
2142
2154
  },
2143
- "version": "7.5.3"
2155
+ "version": "7.5.4"
2144
2156
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "checkly",
3
- "version": "7.5.3",
3
+ "version": "7.5.4",
4
4
  "description": "Checkly CLI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",