checkly 7.12.1 → 7.13.0-prerelease-acfb34e
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/checkly.rules.md +11 -19
- package/dist/ai-context/skills-command/references/configure-agentic-checks.md +11 -19
- package/dist/constructs/agentic-check-codegen.d.ts +0 -12
- package/dist/constructs/agentic-check-codegen.js +7 -39
- package/dist/constructs/agentic-check-codegen.js.map +1 -1
- package/dist/constructs/agentic-check.d.ts +16 -72
- package/dist/constructs/agentic-check.js +11 -43
- package/dist/constructs/agentic-check.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/oclif.manifest.json +300 -300
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -1561,44 +1561,24 @@
|
|
|
1561
1561
|
"parse-project.js"
|
|
1562
1562
|
]
|
|
1563
1563
|
},
|
|
1564
|
-
"
|
|
1564
|
+
"import:apply": {
|
|
1565
1565
|
"aliases": [],
|
|
1566
|
-
"args": {
|
|
1567
|
-
|
|
1568
|
-
"description": "Environment variable key.",
|
|
1569
|
-
"name": "key",
|
|
1570
|
-
"required": true
|
|
1571
|
-
},
|
|
1572
|
-
"value": {
|
|
1573
|
-
"description": "Environment variable value.",
|
|
1574
|
-
"name": "value",
|
|
1575
|
-
"required": false
|
|
1576
|
-
}
|
|
1577
|
-
},
|
|
1578
|
-
"description": "Add environment variable via \"checkly env add <key> <value>\".",
|
|
1566
|
+
"args": {},
|
|
1567
|
+
"description": "Attach imported resources into your project in a pending state.",
|
|
1579
1568
|
"flags": {
|
|
1580
|
-
"
|
|
1581
|
-
"char": "
|
|
1582
|
-
"description": "
|
|
1583
|
-
"name": "
|
|
1584
|
-
"
|
|
1585
|
-
"
|
|
1586
|
-
|
|
1587
|
-
"secret": {
|
|
1588
|
-
"char": "s",
|
|
1589
|
-
"description": "Indicate that the environment variable will be secret.",
|
|
1590
|
-
"exclusive": [
|
|
1591
|
-
"locked"
|
|
1592
|
-
],
|
|
1593
|
-
"name": "secret",
|
|
1594
|
-
"allowNo": false,
|
|
1595
|
-
"type": "boolean"
|
|
1569
|
+
"config": {
|
|
1570
|
+
"char": "c",
|
|
1571
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1572
|
+
"name": "config",
|
|
1573
|
+
"hasDynamicHelp": false,
|
|
1574
|
+
"multiple": false,
|
|
1575
|
+
"type": "option"
|
|
1596
1576
|
}
|
|
1597
1577
|
},
|
|
1598
1578
|
"hasDynamicHelp": false,
|
|
1599
1579
|
"hidden": false,
|
|
1600
1580
|
"hiddenAliases": [],
|
|
1601
|
-
"id": "
|
|
1581
|
+
"id": "import:apply",
|
|
1602
1582
|
"pluginAlias": "checkly",
|
|
1603
1583
|
"pluginName": "checkly",
|
|
1604
1584
|
"pluginType": "core",
|
|
@@ -1612,118 +1592,168 @@
|
|
|
1612
1592
|
"relativePath": [
|
|
1613
1593
|
"dist",
|
|
1614
1594
|
"commands",
|
|
1615
|
-
"
|
|
1616
|
-
"
|
|
1595
|
+
"import",
|
|
1596
|
+
"apply.js"
|
|
1617
1597
|
]
|
|
1618
1598
|
},
|
|
1619
|
-
"
|
|
1599
|
+
"import:cancel": {
|
|
1620
1600
|
"aliases": [],
|
|
1621
1601
|
"args": {},
|
|
1622
|
-
"description": "
|
|
1623
|
-
"flags": {
|
|
1602
|
+
"description": "Cancels an ongoing import plan that has not been committed yet.",
|
|
1603
|
+
"flags": {
|
|
1604
|
+
"config": {
|
|
1605
|
+
"char": "c",
|
|
1606
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1607
|
+
"name": "config",
|
|
1608
|
+
"hasDynamicHelp": false,
|
|
1609
|
+
"multiple": false,
|
|
1610
|
+
"type": "option"
|
|
1611
|
+
},
|
|
1612
|
+
"all": {
|
|
1613
|
+
"description": "Cancel all plans.",
|
|
1614
|
+
"name": "all",
|
|
1615
|
+
"allowNo": false,
|
|
1616
|
+
"type": "boolean"
|
|
1617
|
+
}
|
|
1618
|
+
},
|
|
1624
1619
|
"hasDynamicHelp": false,
|
|
1625
1620
|
"hidden": false,
|
|
1626
1621
|
"hiddenAliases": [],
|
|
1627
|
-
"id": "
|
|
1622
|
+
"id": "import:cancel",
|
|
1628
1623
|
"pluginAlias": "checkly",
|
|
1629
1624
|
"pluginName": "checkly",
|
|
1630
1625
|
"pluginType": "core",
|
|
1631
1626
|
"strict": true,
|
|
1632
1627
|
"enableJsonFlag": false,
|
|
1633
1628
|
"coreCommand": false,
|
|
1634
|
-
"readOnly":
|
|
1629
|
+
"readOnly": false,
|
|
1635
1630
|
"destructive": false,
|
|
1636
1631
|
"idempotent": true,
|
|
1637
1632
|
"isESM": false,
|
|
1638
1633
|
"relativePath": [
|
|
1639
1634
|
"dist",
|
|
1640
1635
|
"commands",
|
|
1641
|
-
"
|
|
1642
|
-
"
|
|
1636
|
+
"import",
|
|
1637
|
+
"cancel.js"
|
|
1643
1638
|
]
|
|
1644
1639
|
},
|
|
1645
|
-
"
|
|
1640
|
+
"import:commit": {
|
|
1646
1641
|
"aliases": [],
|
|
1647
|
-
"args": {
|
|
1648
|
-
|
|
1649
|
-
"default": ".env",
|
|
1650
|
-
"description": "Filename of the generated file.",
|
|
1651
|
-
"name": "filename",
|
|
1652
|
-
"required": false
|
|
1653
|
-
}
|
|
1654
|
-
},
|
|
1655
|
-
"description": "Pull Checkly environment variables via \"checkly env pull <filename>\".",
|
|
1642
|
+
"args": {},
|
|
1643
|
+
"description": "Permanently commit imported resources into your project.",
|
|
1656
1644
|
"flags": {
|
|
1657
|
-
"
|
|
1658
|
-
"char": "
|
|
1659
|
-
"description": "
|
|
1660
|
-
"name": "
|
|
1661
|
-
"
|
|
1662
|
-
"
|
|
1645
|
+
"config": {
|
|
1646
|
+
"char": "c",
|
|
1647
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1648
|
+
"name": "config",
|
|
1649
|
+
"hasDynamicHelp": false,
|
|
1650
|
+
"multiple": false,
|
|
1651
|
+
"type": "option"
|
|
1663
1652
|
}
|
|
1664
1653
|
},
|
|
1665
1654
|
"hasDynamicHelp": false,
|
|
1666
1655
|
"hidden": false,
|
|
1667
1656
|
"hiddenAliases": [],
|
|
1668
|
-
"id": "
|
|
1657
|
+
"id": "import:commit",
|
|
1669
1658
|
"pluginAlias": "checkly",
|
|
1670
1659
|
"pluginName": "checkly",
|
|
1671
1660
|
"pluginType": "core",
|
|
1672
1661
|
"strict": true,
|
|
1673
1662
|
"enableJsonFlag": false,
|
|
1674
1663
|
"coreCommand": false,
|
|
1675
|
-
"readOnly":
|
|
1664
|
+
"readOnly": false,
|
|
1676
1665
|
"destructive": false,
|
|
1677
|
-
"idempotent":
|
|
1666
|
+
"idempotent": false,
|
|
1678
1667
|
"isESM": false,
|
|
1679
1668
|
"relativePath": [
|
|
1680
1669
|
"dist",
|
|
1681
1670
|
"commands",
|
|
1682
|
-
"
|
|
1683
|
-
"
|
|
1671
|
+
"import",
|
|
1672
|
+
"commit.js"
|
|
1684
1673
|
]
|
|
1685
1674
|
},
|
|
1686
|
-
"
|
|
1675
|
+
"import:plan": {
|
|
1687
1676
|
"aliases": [],
|
|
1688
1677
|
"args": {
|
|
1689
|
-
"
|
|
1690
|
-
"description": "
|
|
1691
|
-
"name": "
|
|
1692
|
-
"required":
|
|
1678
|
+
"resource": {
|
|
1679
|
+
"description": "A specific resource to import.",
|
|
1680
|
+
"name": "resource",
|
|
1681
|
+
"required": false
|
|
1693
1682
|
}
|
|
1694
1683
|
},
|
|
1695
|
-
"description": "
|
|
1684
|
+
"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.",
|
|
1696
1685
|
"flags": {
|
|
1697
|
-
"
|
|
1698
|
-
"char": "
|
|
1699
|
-
"description": "
|
|
1700
|
-
"name": "
|
|
1686
|
+
"config": {
|
|
1687
|
+
"char": "c",
|
|
1688
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1689
|
+
"name": "config",
|
|
1690
|
+
"hasDynamicHelp": false,
|
|
1691
|
+
"multiple": false,
|
|
1692
|
+
"type": "option"
|
|
1693
|
+
},
|
|
1694
|
+
"root": {
|
|
1695
|
+
"description": "The root folder in which to write generated code files.",
|
|
1696
|
+
"name": "root",
|
|
1697
|
+
"default": "__checks__",
|
|
1698
|
+
"hasDynamicHelp": false,
|
|
1699
|
+
"multiple": false,
|
|
1700
|
+
"type": "option"
|
|
1701
|
+
},
|
|
1702
|
+
"preview": {
|
|
1703
|
+
"description": "Preview generated code without creating an actual import plan.",
|
|
1704
|
+
"name": "preview",
|
|
1705
|
+
"allowNo": false,
|
|
1706
|
+
"type": "boolean"
|
|
1707
|
+
},
|
|
1708
|
+
"debug-import-plan": {
|
|
1709
|
+
"description": "Output the import plan to a file.",
|
|
1710
|
+
"hidden": true,
|
|
1711
|
+
"name": "debug-import-plan",
|
|
1701
1712
|
"allowNo": false,
|
|
1702
1713
|
"type": "boolean"
|
|
1714
|
+
},
|
|
1715
|
+
"debug-import-plan-input-file": {
|
|
1716
|
+
"description": "A file to load an import plan from.",
|
|
1717
|
+
"hidden": true,
|
|
1718
|
+
"name": "debug-import-plan-input-file",
|
|
1719
|
+
"hasDynamicHelp": false,
|
|
1720
|
+
"multiple": false,
|
|
1721
|
+
"type": "option"
|
|
1722
|
+
},
|
|
1723
|
+
"debug-import-plan-output-file": {
|
|
1724
|
+
"description": "The file to output the import plan to.",
|
|
1725
|
+
"hidden": true,
|
|
1726
|
+
"name": "debug-import-plan-output-file",
|
|
1727
|
+
"default": "./debug-import-plan.json",
|
|
1728
|
+
"hasDynamicHelp": false,
|
|
1729
|
+
"multiple": false,
|
|
1730
|
+
"type": "option"
|
|
1703
1731
|
}
|
|
1704
1732
|
},
|
|
1705
1733
|
"hasDynamicHelp": false,
|
|
1706
1734
|
"hidden": false,
|
|
1707
|
-
"hiddenAliases": [
|
|
1708
|
-
|
|
1735
|
+
"hiddenAliases": [
|
|
1736
|
+
"import"
|
|
1737
|
+
],
|
|
1738
|
+
"id": "import:plan",
|
|
1709
1739
|
"pluginAlias": "checkly",
|
|
1710
1740
|
"pluginName": "checkly",
|
|
1711
1741
|
"pluginType": "core",
|
|
1712
|
-
"strict":
|
|
1742
|
+
"strict": false,
|
|
1713
1743
|
"enableJsonFlag": false,
|
|
1714
1744
|
"coreCommand": false,
|
|
1715
|
-
"readOnly":
|
|
1716
|
-
"destructive":
|
|
1717
|
-
"idempotent":
|
|
1745
|
+
"readOnly": true,
|
|
1746
|
+
"destructive": false,
|
|
1747
|
+
"idempotent": true,
|
|
1718
1748
|
"isESM": false,
|
|
1719
1749
|
"relativePath": [
|
|
1720
1750
|
"dist",
|
|
1721
1751
|
"commands",
|
|
1722
|
-
"
|
|
1723
|
-
"
|
|
1752
|
+
"import",
|
|
1753
|
+
"plan.js"
|
|
1724
1754
|
]
|
|
1725
1755
|
},
|
|
1726
|
-
"env:
|
|
1756
|
+
"env:add": {
|
|
1727
1757
|
"aliases": [],
|
|
1728
1758
|
"args": {
|
|
1729
1759
|
"key": {
|
|
@@ -1737,18 +1767,18 @@
|
|
|
1737
1767
|
"required": false
|
|
1738
1768
|
}
|
|
1739
1769
|
},
|
|
1740
|
-
"description": "
|
|
1770
|
+
"description": "Add environment variable via \"checkly env add <key> <value>\".",
|
|
1741
1771
|
"flags": {
|
|
1742
1772
|
"locked": {
|
|
1743
1773
|
"char": "l",
|
|
1744
|
-
"description": "Indicate
|
|
1774
|
+
"description": "Indicate that the environment variable will be locked.",
|
|
1745
1775
|
"name": "locked",
|
|
1746
1776
|
"allowNo": false,
|
|
1747
1777
|
"type": "boolean"
|
|
1748
1778
|
},
|
|
1749
1779
|
"secret": {
|
|
1750
1780
|
"char": "s",
|
|
1751
|
-
"description": "Indicate
|
|
1781
|
+
"description": "Indicate that the environment variable will be secret.",
|
|
1752
1782
|
"exclusive": [
|
|
1753
1783
|
"locked"
|
|
1754
1784
|
],
|
|
@@ -1760,7 +1790,7 @@
|
|
|
1760
1790
|
"hasDynamicHelp": false,
|
|
1761
1791
|
"hidden": false,
|
|
1762
1792
|
"hiddenAliases": [],
|
|
1763
|
-
"id": "env:
|
|
1793
|
+
"id": "env:add",
|
|
1764
1794
|
"pluginAlias": "checkly",
|
|
1765
1795
|
"pluginName": "checkly",
|
|
1766
1796
|
"pluginType": "core",
|
|
@@ -1769,66 +1799,57 @@
|
|
|
1769
1799
|
"coreCommand": false,
|
|
1770
1800
|
"readOnly": false,
|
|
1771
1801
|
"destructive": false,
|
|
1772
|
-
"idempotent":
|
|
1802
|
+
"idempotent": false,
|
|
1773
1803
|
"isESM": false,
|
|
1774
1804
|
"relativePath": [
|
|
1775
1805
|
"dist",
|
|
1776
1806
|
"commands",
|
|
1777
1807
|
"env",
|
|
1778
|
-
"
|
|
1808
|
+
"add.js"
|
|
1779
1809
|
]
|
|
1780
1810
|
},
|
|
1781
|
-
"
|
|
1811
|
+
"env:ls": {
|
|
1782
1812
|
"aliases": [],
|
|
1783
1813
|
"args": {},
|
|
1784
|
-
"description": "
|
|
1785
|
-
"flags": {
|
|
1786
|
-
"config": {
|
|
1787
|
-
"char": "c",
|
|
1788
|
-
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1789
|
-
"name": "config",
|
|
1790
|
-
"hasDynamicHelp": false,
|
|
1791
|
-
"multiple": false,
|
|
1792
|
-
"type": "option"
|
|
1793
|
-
}
|
|
1794
|
-
},
|
|
1814
|
+
"description": "List all Checkly environment variables via \"checkly env ls\".",
|
|
1815
|
+
"flags": {},
|
|
1795
1816
|
"hasDynamicHelp": false,
|
|
1796
1817
|
"hidden": false,
|
|
1797
1818
|
"hiddenAliases": [],
|
|
1798
|
-
"id": "
|
|
1819
|
+
"id": "env:ls",
|
|
1799
1820
|
"pluginAlias": "checkly",
|
|
1800
1821
|
"pluginName": "checkly",
|
|
1801
1822
|
"pluginType": "core",
|
|
1802
1823
|
"strict": true,
|
|
1803
1824
|
"enableJsonFlag": false,
|
|
1804
1825
|
"coreCommand": false,
|
|
1805
|
-
"readOnly":
|
|
1826
|
+
"readOnly": true,
|
|
1806
1827
|
"destructive": false,
|
|
1807
|
-
"idempotent":
|
|
1828
|
+
"idempotent": true,
|
|
1808
1829
|
"isESM": false,
|
|
1809
1830
|
"relativePath": [
|
|
1810
1831
|
"dist",
|
|
1811
1832
|
"commands",
|
|
1812
|
-
"
|
|
1813
|
-
"
|
|
1833
|
+
"env",
|
|
1834
|
+
"ls.js"
|
|
1814
1835
|
]
|
|
1815
1836
|
},
|
|
1816
|
-
"
|
|
1837
|
+
"env:pull": {
|
|
1817
1838
|
"aliases": [],
|
|
1818
|
-
"args": {
|
|
1819
|
-
|
|
1839
|
+
"args": {
|
|
1840
|
+
"filename": {
|
|
1841
|
+
"default": ".env",
|
|
1842
|
+
"description": "Filename of the generated file.",
|
|
1843
|
+
"name": "filename",
|
|
1844
|
+
"required": false
|
|
1845
|
+
}
|
|
1846
|
+
},
|
|
1847
|
+
"description": "Pull Checkly environment variables via \"checkly env pull <filename>\".",
|
|
1820
1848
|
"flags": {
|
|
1821
|
-
"
|
|
1822
|
-
"char": "
|
|
1823
|
-
"description": "
|
|
1824
|
-
"name": "
|
|
1825
|
-
"hasDynamicHelp": false,
|
|
1826
|
-
"multiple": false,
|
|
1827
|
-
"type": "option"
|
|
1828
|
-
},
|
|
1829
|
-
"all": {
|
|
1830
|
-
"description": "Cancel all plans.",
|
|
1831
|
-
"name": "all",
|
|
1849
|
+
"force": {
|
|
1850
|
+
"char": "f",
|
|
1851
|
+
"description": "Force to overwrite existing file.",
|
|
1852
|
+
"name": "force",
|
|
1832
1853
|
"allowNo": false,
|
|
1833
1854
|
"type": "boolean"
|
|
1834
1855
|
}
|
|
@@ -1836,42 +1857,47 @@
|
|
|
1836
1857
|
"hasDynamicHelp": false,
|
|
1837
1858
|
"hidden": false,
|
|
1838
1859
|
"hiddenAliases": [],
|
|
1839
|
-
"id": "
|
|
1860
|
+
"id": "env:pull",
|
|
1840
1861
|
"pluginAlias": "checkly",
|
|
1841
1862
|
"pluginName": "checkly",
|
|
1842
1863
|
"pluginType": "core",
|
|
1843
1864
|
"strict": true,
|
|
1844
1865
|
"enableJsonFlag": false,
|
|
1845
1866
|
"coreCommand": false,
|
|
1846
|
-
"readOnly":
|
|
1867
|
+
"readOnly": true,
|
|
1847
1868
|
"destructive": false,
|
|
1848
1869
|
"idempotent": true,
|
|
1849
1870
|
"isESM": false,
|
|
1850
1871
|
"relativePath": [
|
|
1851
1872
|
"dist",
|
|
1852
1873
|
"commands",
|
|
1853
|
-
"
|
|
1854
|
-
"
|
|
1874
|
+
"env",
|
|
1875
|
+
"pull.js"
|
|
1855
1876
|
]
|
|
1856
1877
|
},
|
|
1857
|
-
"
|
|
1878
|
+
"env:rm": {
|
|
1858
1879
|
"aliases": [],
|
|
1859
|
-
"args": {
|
|
1860
|
-
|
|
1880
|
+
"args": {
|
|
1881
|
+
"key": {
|
|
1882
|
+
"description": "Environment variable key to remove.",
|
|
1883
|
+
"name": "key",
|
|
1884
|
+
"required": true
|
|
1885
|
+
}
|
|
1886
|
+
},
|
|
1887
|
+
"description": "Remove environment variable via \"checkly env rm <key>\".",
|
|
1861
1888
|
"flags": {
|
|
1862
|
-
"
|
|
1863
|
-
"char": "
|
|
1864
|
-
"description": "
|
|
1865
|
-
"name": "
|
|
1866
|
-
"
|
|
1867
|
-
"
|
|
1868
|
-
"type": "option"
|
|
1889
|
+
"force": {
|
|
1890
|
+
"char": "f",
|
|
1891
|
+
"description": "Skip confirmation prompt.",
|
|
1892
|
+
"name": "force",
|
|
1893
|
+
"allowNo": false,
|
|
1894
|
+
"type": "boolean"
|
|
1869
1895
|
}
|
|
1870
1896
|
},
|
|
1871
1897
|
"hasDynamicHelp": false,
|
|
1872
1898
|
"hidden": false,
|
|
1873
1899
|
"hiddenAliases": [],
|
|
1874
|
-
"id": "
|
|
1900
|
+
"id": "env:rm",
|
|
1875
1901
|
"pluginAlias": "checkly",
|
|
1876
1902
|
"pluginName": "checkly",
|
|
1877
1903
|
"pluginType": "core",
|
|
@@ -1879,95 +1905,69 @@
|
|
|
1879
1905
|
"enableJsonFlag": false,
|
|
1880
1906
|
"coreCommand": false,
|
|
1881
1907
|
"readOnly": false,
|
|
1882
|
-
"destructive":
|
|
1908
|
+
"destructive": true,
|
|
1883
1909
|
"idempotent": false,
|
|
1884
1910
|
"isESM": false,
|
|
1885
1911
|
"relativePath": [
|
|
1886
1912
|
"dist",
|
|
1887
1913
|
"commands",
|
|
1888
|
-
"
|
|
1889
|
-
"
|
|
1914
|
+
"env",
|
|
1915
|
+
"rm.js"
|
|
1890
1916
|
]
|
|
1891
1917
|
},
|
|
1892
|
-
"
|
|
1918
|
+
"env:update": {
|
|
1893
1919
|
"aliases": [],
|
|
1894
1920
|
"args": {
|
|
1895
|
-
"
|
|
1896
|
-
"description": "
|
|
1897
|
-
"name": "
|
|
1921
|
+
"key": {
|
|
1922
|
+
"description": "Environment variable key.",
|
|
1923
|
+
"name": "key",
|
|
1924
|
+
"required": true
|
|
1925
|
+
},
|
|
1926
|
+
"value": {
|
|
1927
|
+
"description": "Environment variable value.",
|
|
1928
|
+
"name": "value",
|
|
1898
1929
|
"required": false
|
|
1899
1930
|
}
|
|
1900
1931
|
},
|
|
1901
|
-
"description": "
|
|
1932
|
+
"description": "Update environment variable via \"checkly env update <key> <value>\".",
|
|
1902
1933
|
"flags": {
|
|
1903
|
-
"
|
|
1904
|
-
"char": "
|
|
1905
|
-
"description": "
|
|
1906
|
-
"name": "
|
|
1907
|
-
"hasDynamicHelp": false,
|
|
1908
|
-
"multiple": false,
|
|
1909
|
-
"type": "option"
|
|
1910
|
-
},
|
|
1911
|
-
"root": {
|
|
1912
|
-
"description": "The root folder in which to write generated code files.",
|
|
1913
|
-
"name": "root",
|
|
1914
|
-
"default": "__checks__",
|
|
1915
|
-
"hasDynamicHelp": false,
|
|
1916
|
-
"multiple": false,
|
|
1917
|
-
"type": "option"
|
|
1918
|
-
},
|
|
1919
|
-
"preview": {
|
|
1920
|
-
"description": "Preview generated code without creating an actual import plan.",
|
|
1921
|
-
"name": "preview",
|
|
1934
|
+
"locked": {
|
|
1935
|
+
"char": "l",
|
|
1936
|
+
"description": "Indicate if environment variable is locked.",
|
|
1937
|
+
"name": "locked",
|
|
1922
1938
|
"allowNo": false,
|
|
1923
1939
|
"type": "boolean"
|
|
1924
1940
|
},
|
|
1925
|
-
"
|
|
1926
|
-
"
|
|
1927
|
-
"
|
|
1928
|
-
"
|
|
1941
|
+
"secret": {
|
|
1942
|
+
"char": "s",
|
|
1943
|
+
"description": "Indicate if environment variable is secret.",
|
|
1944
|
+
"exclusive": [
|
|
1945
|
+
"locked"
|
|
1946
|
+
],
|
|
1947
|
+
"name": "secret",
|
|
1929
1948
|
"allowNo": false,
|
|
1930
1949
|
"type": "boolean"
|
|
1931
|
-
},
|
|
1932
|
-
"debug-import-plan-input-file": {
|
|
1933
|
-
"description": "A file to load an import plan from.",
|
|
1934
|
-
"hidden": true,
|
|
1935
|
-
"name": "debug-import-plan-input-file",
|
|
1936
|
-
"hasDynamicHelp": false,
|
|
1937
|
-
"multiple": false,
|
|
1938
|
-
"type": "option"
|
|
1939
|
-
},
|
|
1940
|
-
"debug-import-plan-output-file": {
|
|
1941
|
-
"description": "The file to output the import plan to.",
|
|
1942
|
-
"hidden": true,
|
|
1943
|
-
"name": "debug-import-plan-output-file",
|
|
1944
|
-
"default": "./debug-import-plan.json",
|
|
1945
|
-
"hasDynamicHelp": false,
|
|
1946
|
-
"multiple": false,
|
|
1947
|
-
"type": "option"
|
|
1948
1950
|
}
|
|
1949
1951
|
},
|
|
1950
1952
|
"hasDynamicHelp": false,
|
|
1951
1953
|
"hidden": false,
|
|
1952
|
-
"hiddenAliases": [
|
|
1953
|
-
|
|
1954
|
-
],
|
|
1955
|
-
"id": "import:plan",
|
|
1954
|
+
"hiddenAliases": [],
|
|
1955
|
+
"id": "env:update",
|
|
1956
1956
|
"pluginAlias": "checkly",
|
|
1957
1957
|
"pluginName": "checkly",
|
|
1958
1958
|
"pluginType": "core",
|
|
1959
|
-
"strict":
|
|
1959
|
+
"strict": true,
|
|
1960
1960
|
"enableJsonFlag": false,
|
|
1961
1961
|
"coreCommand": false,
|
|
1962
|
-
"readOnly":
|
|
1962
|
+
"readOnly": false,
|
|
1963
1963
|
"destructive": false,
|
|
1964
1964
|
"idempotent": true,
|
|
1965
1965
|
"isESM": false,
|
|
1966
1966
|
"relativePath": [
|
|
1967
1967
|
"dist",
|
|
1968
1968
|
"commands",
|
|
1969
|
-
"
|
|
1970
|
-
"
|
|
1969
|
+
"env",
|
|
1970
|
+
"update.js"
|
|
1971
1971
|
]
|
|
1972
1972
|
},
|
|
1973
1973
|
"incidents:create": {
|
|
@@ -2318,117 +2318,6 @@
|
|
|
2318
2318
|
"update.js"
|
|
2319
2319
|
]
|
|
2320
2320
|
},
|
|
2321
|
-
"rca:get": {
|
|
2322
|
-
"aliases": [],
|
|
2323
|
-
"args": {
|
|
2324
|
-
"id": {
|
|
2325
|
-
"description": "The RCA ID to retrieve.",
|
|
2326
|
-
"name": "id",
|
|
2327
|
-
"required": true
|
|
2328
|
-
}
|
|
2329
|
-
},
|
|
2330
|
-
"description": "Retrieve a root cause analysis by ID.",
|
|
2331
|
-
"flags": {
|
|
2332
|
-
"watch": {
|
|
2333
|
-
"char": "w",
|
|
2334
|
-
"description": "Wait for the analysis to complete if still generating.",
|
|
2335
|
-
"name": "watch",
|
|
2336
|
-
"allowNo": false,
|
|
2337
|
-
"type": "boolean"
|
|
2338
|
-
},
|
|
2339
|
-
"output": {
|
|
2340
|
-
"char": "o",
|
|
2341
|
-
"description": "Output format.",
|
|
2342
|
-
"name": "output",
|
|
2343
|
-
"default": "detail",
|
|
2344
|
-
"hasDynamicHelp": false,
|
|
2345
|
-
"multiple": false,
|
|
2346
|
-
"options": [
|
|
2347
|
-
"detail",
|
|
2348
|
-
"json",
|
|
2349
|
-
"md"
|
|
2350
|
-
],
|
|
2351
|
-
"type": "option"
|
|
2352
|
-
}
|
|
2353
|
-
},
|
|
2354
|
-
"hasDynamicHelp": false,
|
|
2355
|
-
"hidden": false,
|
|
2356
|
-
"hiddenAliases": [],
|
|
2357
|
-
"id": "rca:get",
|
|
2358
|
-
"pluginAlias": "checkly",
|
|
2359
|
-
"pluginName": "checkly",
|
|
2360
|
-
"pluginType": "core",
|
|
2361
|
-
"strict": true,
|
|
2362
|
-
"enableJsonFlag": false,
|
|
2363
|
-
"coreCommand": false,
|
|
2364
|
-
"readOnly": true,
|
|
2365
|
-
"destructive": false,
|
|
2366
|
-
"idempotent": true,
|
|
2367
|
-
"isESM": false,
|
|
2368
|
-
"relativePath": [
|
|
2369
|
-
"dist",
|
|
2370
|
-
"commands",
|
|
2371
|
-
"rca",
|
|
2372
|
-
"get.js"
|
|
2373
|
-
]
|
|
2374
|
-
},
|
|
2375
|
-
"rca:run": {
|
|
2376
|
-
"aliases": [],
|
|
2377
|
-
"args": {},
|
|
2378
|
-
"description": "Trigger a root cause analysis for an error group.",
|
|
2379
|
-
"flags": {
|
|
2380
|
-
"error-group": {
|
|
2381
|
-
"char": "e",
|
|
2382
|
-
"description": "The error group ID to analyze.",
|
|
2383
|
-
"name": "error-group",
|
|
2384
|
-
"required": true,
|
|
2385
|
-
"hasDynamicHelp": false,
|
|
2386
|
-
"multiple": false,
|
|
2387
|
-
"type": "option"
|
|
2388
|
-
},
|
|
2389
|
-
"watch": {
|
|
2390
|
-
"char": "w",
|
|
2391
|
-
"description": "Wait for the analysis to complete and display the result.",
|
|
2392
|
-
"name": "watch",
|
|
2393
|
-
"allowNo": false,
|
|
2394
|
-
"type": "boolean"
|
|
2395
|
-
},
|
|
2396
|
-
"output": {
|
|
2397
|
-
"char": "o",
|
|
2398
|
-
"description": "Output format.",
|
|
2399
|
-
"name": "output",
|
|
2400
|
-
"default": "detail",
|
|
2401
|
-
"hasDynamicHelp": false,
|
|
2402
|
-
"multiple": false,
|
|
2403
|
-
"options": [
|
|
2404
|
-
"detail",
|
|
2405
|
-
"json",
|
|
2406
|
-
"md"
|
|
2407
|
-
],
|
|
2408
|
-
"type": "option"
|
|
2409
|
-
}
|
|
2410
|
-
},
|
|
2411
|
-
"hasDynamicHelp": false,
|
|
2412
|
-
"hidden": false,
|
|
2413
|
-
"hiddenAliases": [],
|
|
2414
|
-
"id": "rca:run",
|
|
2415
|
-
"pluginAlias": "checkly",
|
|
2416
|
-
"pluginName": "checkly",
|
|
2417
|
-
"pluginType": "core",
|
|
2418
|
-
"strict": true,
|
|
2419
|
-
"enableJsonFlag": false,
|
|
2420
|
-
"coreCommand": false,
|
|
2421
|
-
"readOnly": false,
|
|
2422
|
-
"destructive": false,
|
|
2423
|
-
"idempotent": false,
|
|
2424
|
-
"isESM": false,
|
|
2425
|
-
"relativePath": [
|
|
2426
|
-
"dist",
|
|
2427
|
-
"commands",
|
|
2428
|
-
"rca",
|
|
2429
|
-
"run.js"
|
|
2430
|
-
]
|
|
2431
|
-
},
|
|
2432
2321
|
"skills": {
|
|
2433
2322
|
"aliases": [],
|
|
2434
2323
|
"args": {
|
|
@@ -2631,7 +2520,118 @@
|
|
|
2631
2520
|
"status-pages",
|
|
2632
2521
|
"list.js"
|
|
2633
2522
|
]
|
|
2523
|
+
},
|
|
2524
|
+
"rca:get": {
|
|
2525
|
+
"aliases": [],
|
|
2526
|
+
"args": {
|
|
2527
|
+
"id": {
|
|
2528
|
+
"description": "The RCA ID to retrieve.",
|
|
2529
|
+
"name": "id",
|
|
2530
|
+
"required": true
|
|
2531
|
+
}
|
|
2532
|
+
},
|
|
2533
|
+
"description": "Retrieve a root cause analysis by ID.",
|
|
2534
|
+
"flags": {
|
|
2535
|
+
"watch": {
|
|
2536
|
+
"char": "w",
|
|
2537
|
+
"description": "Wait for the analysis to complete if still generating.",
|
|
2538
|
+
"name": "watch",
|
|
2539
|
+
"allowNo": false,
|
|
2540
|
+
"type": "boolean"
|
|
2541
|
+
},
|
|
2542
|
+
"output": {
|
|
2543
|
+
"char": "o",
|
|
2544
|
+
"description": "Output format.",
|
|
2545
|
+
"name": "output",
|
|
2546
|
+
"default": "detail",
|
|
2547
|
+
"hasDynamicHelp": false,
|
|
2548
|
+
"multiple": false,
|
|
2549
|
+
"options": [
|
|
2550
|
+
"detail",
|
|
2551
|
+
"json",
|
|
2552
|
+
"md"
|
|
2553
|
+
],
|
|
2554
|
+
"type": "option"
|
|
2555
|
+
}
|
|
2556
|
+
},
|
|
2557
|
+
"hasDynamicHelp": false,
|
|
2558
|
+
"hidden": false,
|
|
2559
|
+
"hiddenAliases": [],
|
|
2560
|
+
"id": "rca:get",
|
|
2561
|
+
"pluginAlias": "checkly",
|
|
2562
|
+
"pluginName": "checkly",
|
|
2563
|
+
"pluginType": "core",
|
|
2564
|
+
"strict": true,
|
|
2565
|
+
"enableJsonFlag": false,
|
|
2566
|
+
"coreCommand": false,
|
|
2567
|
+
"readOnly": true,
|
|
2568
|
+
"destructive": false,
|
|
2569
|
+
"idempotent": true,
|
|
2570
|
+
"isESM": false,
|
|
2571
|
+
"relativePath": [
|
|
2572
|
+
"dist",
|
|
2573
|
+
"commands",
|
|
2574
|
+
"rca",
|
|
2575
|
+
"get.js"
|
|
2576
|
+
]
|
|
2577
|
+
},
|
|
2578
|
+
"rca:run": {
|
|
2579
|
+
"aliases": [],
|
|
2580
|
+
"args": {},
|
|
2581
|
+
"description": "Trigger a root cause analysis for an error group.",
|
|
2582
|
+
"flags": {
|
|
2583
|
+
"error-group": {
|
|
2584
|
+
"char": "e",
|
|
2585
|
+
"description": "The error group ID to analyze.",
|
|
2586
|
+
"name": "error-group",
|
|
2587
|
+
"required": true,
|
|
2588
|
+
"hasDynamicHelp": false,
|
|
2589
|
+
"multiple": false,
|
|
2590
|
+
"type": "option"
|
|
2591
|
+
},
|
|
2592
|
+
"watch": {
|
|
2593
|
+
"char": "w",
|
|
2594
|
+
"description": "Wait for the analysis to complete and display the result.",
|
|
2595
|
+
"name": "watch",
|
|
2596
|
+
"allowNo": false,
|
|
2597
|
+
"type": "boolean"
|
|
2598
|
+
},
|
|
2599
|
+
"output": {
|
|
2600
|
+
"char": "o",
|
|
2601
|
+
"description": "Output format.",
|
|
2602
|
+
"name": "output",
|
|
2603
|
+
"default": "detail",
|
|
2604
|
+
"hasDynamicHelp": false,
|
|
2605
|
+
"multiple": false,
|
|
2606
|
+
"options": [
|
|
2607
|
+
"detail",
|
|
2608
|
+
"json",
|
|
2609
|
+
"md"
|
|
2610
|
+
],
|
|
2611
|
+
"type": "option"
|
|
2612
|
+
}
|
|
2613
|
+
},
|
|
2614
|
+
"hasDynamicHelp": false,
|
|
2615
|
+
"hidden": false,
|
|
2616
|
+
"hiddenAliases": [],
|
|
2617
|
+
"id": "rca:run",
|
|
2618
|
+
"pluginAlias": "checkly",
|
|
2619
|
+
"pluginName": "checkly",
|
|
2620
|
+
"pluginType": "core",
|
|
2621
|
+
"strict": true,
|
|
2622
|
+
"enableJsonFlag": false,
|
|
2623
|
+
"coreCommand": false,
|
|
2624
|
+
"readOnly": false,
|
|
2625
|
+
"destructive": false,
|
|
2626
|
+
"idempotent": false,
|
|
2627
|
+
"isESM": false,
|
|
2628
|
+
"relativePath": [
|
|
2629
|
+
"dist",
|
|
2630
|
+
"commands",
|
|
2631
|
+
"rca",
|
|
2632
|
+
"run.js"
|
|
2633
|
+
]
|
|
2634
2634
|
}
|
|
2635
2635
|
},
|
|
2636
|
-
"version": "7.
|
|
2636
|
+
"version": "7.13.0-prerelease-acfb34e"
|
|
2637
2637
|
}
|