checkly 8.1.0 → 8.2.0-prerelease-169e1f4
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 +17 -1
- package/dist/ai-context/context.d.ts +2 -2
- package/dist/ai-context/context.js +6 -1
- package/dist/ai-context/context.js.map +1 -1
- package/dist/ai-context/skills-command/references/configure-alert-channels.md +16 -0
- package/dist/ai-context/skills-command/references/configure.md +1 -1
- package/dist/constructs/alert-channel-codegen.d.ts +3 -1
- package/dist/constructs/alert-channel-codegen.js +4 -0
- package/dist/constructs/alert-channel-codegen.js.map +1 -1
- package/dist/constructs/index.d.ts +1 -0
- package/dist/constructs/index.js +1 -0
- package/dist/constructs/index.js.map +1 -1
- package/dist/constructs/slack-app-alert-channel-codegen.d.ts +13 -0
- package/dist/constructs/slack-app-alert-channel-codegen.js +39 -0
- package/dist/constructs/slack-app-alert-channel-codegen.js.map +1 -0
- package/dist/constructs/slack-app-alert-channel.d.ts +25 -0
- package/dist/constructs/slack-app-alert-channel.js +38 -0
- package/dist/constructs/slack-app-alert-channel.js.map +1 -0
- package/oclif.manifest.json +395 -395
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -1517,6 +1517,162 @@
|
|
|
1517
1517
|
"stats.js"
|
|
1518
1518
|
]
|
|
1519
1519
|
},
|
|
1520
|
+
"debug:parse-file": {
|
|
1521
|
+
"aliases": [],
|
|
1522
|
+
"args": {},
|
|
1523
|
+
"description": "Parses and outputs relevant details of a code file.",
|
|
1524
|
+
"flags": {
|
|
1525
|
+
"file": {
|
|
1526
|
+
"name": "file",
|
|
1527
|
+
"required": true,
|
|
1528
|
+
"hasDynamicHelp": false,
|
|
1529
|
+
"multiple": false,
|
|
1530
|
+
"type": "option"
|
|
1531
|
+
},
|
|
1532
|
+
"restricted": {
|
|
1533
|
+
"name": "restricted",
|
|
1534
|
+
"allowNo": false,
|
|
1535
|
+
"type": "boolean"
|
|
1536
|
+
},
|
|
1537
|
+
"detect-workspace": {
|
|
1538
|
+
"name": "detect-workspace",
|
|
1539
|
+
"allowNo": true,
|
|
1540
|
+
"type": "boolean"
|
|
1541
|
+
},
|
|
1542
|
+
"supported-module": {
|
|
1543
|
+
"name": "supported-module",
|
|
1544
|
+
"default": [],
|
|
1545
|
+
"delimiter": ",",
|
|
1546
|
+
"hasDynamicHelp": false,
|
|
1547
|
+
"multiple": true,
|
|
1548
|
+
"type": "option"
|
|
1549
|
+
},
|
|
1550
|
+
"check-unsupported-modules": {
|
|
1551
|
+
"name": "check-unsupported-modules",
|
|
1552
|
+
"allowNo": false,
|
|
1553
|
+
"type": "boolean"
|
|
1554
|
+
}
|
|
1555
|
+
},
|
|
1556
|
+
"hasDynamicHelp": false,
|
|
1557
|
+
"hidden": true,
|
|
1558
|
+
"hiddenAliases": [],
|
|
1559
|
+
"id": "debug:parse-file",
|
|
1560
|
+
"pluginAlias": "checkly",
|
|
1561
|
+
"pluginName": "checkly",
|
|
1562
|
+
"pluginType": "core",
|
|
1563
|
+
"strict": true,
|
|
1564
|
+
"enableJsonFlag": false,
|
|
1565
|
+
"isESM": true,
|
|
1566
|
+
"relativePath": [
|
|
1567
|
+
"dist",
|
|
1568
|
+
"commands",
|
|
1569
|
+
"debug",
|
|
1570
|
+
"parse-file.js"
|
|
1571
|
+
]
|
|
1572
|
+
},
|
|
1573
|
+
"debug:parse-playwright-config": {
|
|
1574
|
+
"aliases": [],
|
|
1575
|
+
"args": {},
|
|
1576
|
+
"description": "Parses and outputs relevant details of a Playwright configuration file.",
|
|
1577
|
+
"flags": {
|
|
1578
|
+
"file": {
|
|
1579
|
+
"env": "CHECKLY_PLAYWRIGHT_CONFIG_FILE",
|
|
1580
|
+
"name": "file",
|
|
1581
|
+
"default": "/home/runner/work/checkly-cli/checkly-cli/packages/cli/playwright.config.ts",
|
|
1582
|
+
"hasDynamicHelp": false,
|
|
1583
|
+
"multiple": false,
|
|
1584
|
+
"type": "option"
|
|
1585
|
+
}
|
|
1586
|
+
},
|
|
1587
|
+
"hasDynamicHelp": false,
|
|
1588
|
+
"hidden": true,
|
|
1589
|
+
"hiddenAliases": [],
|
|
1590
|
+
"id": "debug:parse-playwright-config",
|
|
1591
|
+
"pluginAlias": "checkly",
|
|
1592
|
+
"pluginName": "checkly",
|
|
1593
|
+
"pluginType": "core",
|
|
1594
|
+
"strict": true,
|
|
1595
|
+
"enableJsonFlag": false,
|
|
1596
|
+
"isESM": true,
|
|
1597
|
+
"relativePath": [
|
|
1598
|
+
"dist",
|
|
1599
|
+
"commands",
|
|
1600
|
+
"debug",
|
|
1601
|
+
"parse-playwright-config.js"
|
|
1602
|
+
]
|
|
1603
|
+
},
|
|
1604
|
+
"debug:parse-project": {
|
|
1605
|
+
"aliases": [],
|
|
1606
|
+
"args": {},
|
|
1607
|
+
"description": "Parses a Checkly project.",
|
|
1608
|
+
"flags": {
|
|
1609
|
+
"config": {
|
|
1610
|
+
"char": "c",
|
|
1611
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1612
|
+
"env": "CHECKLY_CONFIG_FILE",
|
|
1613
|
+
"name": "config",
|
|
1614
|
+
"hasDynamicHelp": false,
|
|
1615
|
+
"multiple": false,
|
|
1616
|
+
"type": "option"
|
|
1617
|
+
},
|
|
1618
|
+
"default-runtime": {
|
|
1619
|
+
"description": "The default runtime to use if none is specified.",
|
|
1620
|
+
"env": "CHECKLY_DEFAULT_RUNTIME",
|
|
1621
|
+
"name": "default-runtime",
|
|
1622
|
+
"default": "2025.04",
|
|
1623
|
+
"hasDynamicHelp": false,
|
|
1624
|
+
"multiple": false,
|
|
1625
|
+
"type": "option"
|
|
1626
|
+
},
|
|
1627
|
+
"verify-runtime-dependencies": {
|
|
1628
|
+
"description": "[default: true] Return an error if checks import dependencies that are not supported by the selected runtime.",
|
|
1629
|
+
"env": "CHECKLY_VERIFY_RUNTIME_DEPENDENCIES",
|
|
1630
|
+
"name": "verify-runtime-dependencies",
|
|
1631
|
+
"allowNo": true,
|
|
1632
|
+
"type": "boolean"
|
|
1633
|
+
},
|
|
1634
|
+
"emulate-pw-test": {
|
|
1635
|
+
"description": "Pretend to be the pw-test command. Affects validation.",
|
|
1636
|
+
"env": "CHECKLY_EMULATE_PW_TEST",
|
|
1637
|
+
"name": "emulate-pw-test",
|
|
1638
|
+
"allowNo": false,
|
|
1639
|
+
"type": "boolean"
|
|
1640
|
+
},
|
|
1641
|
+
"include": {
|
|
1642
|
+
"description": "File patterns to include when bundling the test project (e.g., \"utils/**/*\").",
|
|
1643
|
+
"name": "include",
|
|
1644
|
+
"default": [],
|
|
1645
|
+
"hasDynamicHelp": false,
|
|
1646
|
+
"multiple": true,
|
|
1647
|
+
"type": "option"
|
|
1648
|
+
},
|
|
1649
|
+
"inject-private-location": {
|
|
1650
|
+
"description": "Pretend that the given private location exists (e.g., \"70c4ded4-2229-45a7-acf4-6b1eb56a86df:my-external-private-location\").",
|
|
1651
|
+
"name": "inject-private-location",
|
|
1652
|
+
"default": [],
|
|
1653
|
+
"delimiter": ",",
|
|
1654
|
+
"hasDynamicHelp": false,
|
|
1655
|
+
"multiple": true,
|
|
1656
|
+
"type": "option"
|
|
1657
|
+
}
|
|
1658
|
+
},
|
|
1659
|
+
"hasDynamicHelp": false,
|
|
1660
|
+
"hidden": true,
|
|
1661
|
+
"hiddenAliases": [],
|
|
1662
|
+
"id": "debug:parse-project",
|
|
1663
|
+
"pluginAlias": "checkly",
|
|
1664
|
+
"pluginName": "checkly",
|
|
1665
|
+
"pluginType": "core",
|
|
1666
|
+
"strict": true,
|
|
1667
|
+
"enableJsonFlag": false,
|
|
1668
|
+
"isESM": true,
|
|
1669
|
+
"relativePath": [
|
|
1670
|
+
"dist",
|
|
1671
|
+
"commands",
|
|
1672
|
+
"debug",
|
|
1673
|
+
"parse-project.js"
|
|
1674
|
+
]
|
|
1675
|
+
},
|
|
1520
1676
|
"env:add": {
|
|
1521
1677
|
"aliases": [],
|
|
1522
1678
|
"args": {
|
|
@@ -1734,260 +1890,115 @@
|
|
|
1734
1890
|
"update.js"
|
|
1735
1891
|
]
|
|
1736
1892
|
},
|
|
1737
|
-
"
|
|
1893
|
+
"rca:get": {
|
|
1738
1894
|
"aliases": [],
|
|
1739
|
-
"args": {
|
|
1740
|
-
|
|
1895
|
+
"args": {
|
|
1896
|
+
"id": {
|
|
1897
|
+
"description": "The RCA ID to retrieve.",
|
|
1898
|
+
"name": "id",
|
|
1899
|
+
"required": true
|
|
1900
|
+
}
|
|
1901
|
+
},
|
|
1902
|
+
"description": "Retrieve a root cause analysis by ID.",
|
|
1741
1903
|
"flags": {
|
|
1742
|
-
"
|
|
1743
|
-
"
|
|
1744
|
-
"
|
|
1745
|
-
"
|
|
1746
|
-
"multiple": false,
|
|
1747
|
-
"type": "option"
|
|
1748
|
-
},
|
|
1749
|
-
"restricted": {
|
|
1750
|
-
"name": "restricted",
|
|
1904
|
+
"watch": {
|
|
1905
|
+
"char": "w",
|
|
1906
|
+
"description": "Wait for the analysis to complete if still generating.",
|
|
1907
|
+
"name": "watch",
|
|
1751
1908
|
"allowNo": false,
|
|
1752
1909
|
"type": "boolean"
|
|
1753
1910
|
},
|
|
1754
|
-
"
|
|
1755
|
-
"
|
|
1756
|
-
"
|
|
1757
|
-
"
|
|
1758
|
-
|
|
1759
|
-
"supported-module": {
|
|
1760
|
-
"name": "supported-module",
|
|
1761
|
-
"default": [],
|
|
1762
|
-
"delimiter": ",",
|
|
1911
|
+
"output": {
|
|
1912
|
+
"char": "o",
|
|
1913
|
+
"description": "Output format.",
|
|
1914
|
+
"name": "output",
|
|
1915
|
+
"default": "detail",
|
|
1763
1916
|
"hasDynamicHelp": false,
|
|
1764
|
-
"multiple":
|
|
1917
|
+
"multiple": false,
|
|
1918
|
+
"options": [
|
|
1919
|
+
"detail",
|
|
1920
|
+
"json",
|
|
1921
|
+
"md"
|
|
1922
|
+
],
|
|
1765
1923
|
"type": "option"
|
|
1766
|
-
},
|
|
1767
|
-
"check-unsupported-modules": {
|
|
1768
|
-
"name": "check-unsupported-modules",
|
|
1769
|
-
"allowNo": false,
|
|
1770
|
-
"type": "boolean"
|
|
1771
1924
|
}
|
|
1772
1925
|
},
|
|
1773
1926
|
"hasDynamicHelp": false,
|
|
1774
|
-
"hidden":
|
|
1927
|
+
"hidden": false,
|
|
1775
1928
|
"hiddenAliases": [],
|
|
1776
|
-
"id": "
|
|
1929
|
+
"id": "rca:get",
|
|
1777
1930
|
"pluginAlias": "checkly",
|
|
1778
1931
|
"pluginName": "checkly",
|
|
1779
1932
|
"pluginType": "core",
|
|
1780
1933
|
"strict": true,
|
|
1781
1934
|
"enableJsonFlag": false,
|
|
1935
|
+
"coreCommand": false,
|
|
1936
|
+
"readOnly": true,
|
|
1937
|
+
"destructive": false,
|
|
1938
|
+
"idempotent": true,
|
|
1782
1939
|
"isESM": true,
|
|
1783
1940
|
"relativePath": [
|
|
1784
1941
|
"dist",
|
|
1785
1942
|
"commands",
|
|
1786
|
-
"
|
|
1787
|
-
"
|
|
1943
|
+
"rca",
|
|
1944
|
+
"get.js"
|
|
1788
1945
|
]
|
|
1789
1946
|
},
|
|
1790
|
-
"
|
|
1947
|
+
"rca:run": {
|
|
1791
1948
|
"aliases": [],
|
|
1792
1949
|
"args": {},
|
|
1793
|
-
"description": "
|
|
1950
|
+
"description": "Trigger a root cause analysis for a check or test session error group.",
|
|
1794
1951
|
"flags": {
|
|
1795
|
-
"
|
|
1796
|
-
"
|
|
1797
|
-
"
|
|
1798
|
-
"
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
"
|
|
1802
|
-
}
|
|
1803
|
-
},
|
|
1804
|
-
"hasDynamicHelp": false,
|
|
1805
|
-
"hidden": true,
|
|
1806
|
-
"hiddenAliases": [],
|
|
1807
|
-
"id": "debug:parse-playwright-config",
|
|
1808
|
-
"pluginAlias": "checkly",
|
|
1809
|
-
"pluginName": "checkly",
|
|
1810
|
-
"pluginType": "core",
|
|
1811
|
-
"strict": true,
|
|
1812
|
-
"enableJsonFlag": false,
|
|
1813
|
-
"isESM": true,
|
|
1814
|
-
"relativePath": [
|
|
1815
|
-
"dist",
|
|
1816
|
-
"commands",
|
|
1817
|
-
"debug",
|
|
1818
|
-
"parse-playwright-config.js"
|
|
1819
|
-
]
|
|
1820
|
-
},
|
|
1821
|
-
"debug:parse-project": {
|
|
1822
|
-
"aliases": [],
|
|
1823
|
-
"args": {},
|
|
1824
|
-
"description": "Parses a Checkly project.",
|
|
1825
|
-
"flags": {
|
|
1826
|
-
"config": {
|
|
1827
|
-
"char": "c",
|
|
1828
|
-
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1829
|
-
"env": "CHECKLY_CONFIG_FILE",
|
|
1830
|
-
"name": "config",
|
|
1952
|
+
"error-group": {
|
|
1953
|
+
"char": "e",
|
|
1954
|
+
"description": "The error group ID to analyze.",
|
|
1955
|
+
"exclusive": [
|
|
1956
|
+
"test-session-error-group"
|
|
1957
|
+
],
|
|
1958
|
+
"name": "error-group",
|
|
1831
1959
|
"hasDynamicHelp": false,
|
|
1832
1960
|
"multiple": false,
|
|
1833
1961
|
"type": "option"
|
|
1834
1962
|
},
|
|
1835
|
-
"
|
|
1836
|
-
"description": "The
|
|
1837
|
-
"
|
|
1838
|
-
"name": "
|
|
1839
|
-
"default": "2025.04",
|
|
1963
|
+
"test-session-error-group": {
|
|
1964
|
+
"description": "The test session error group ID to analyze.",
|
|
1965
|
+
"helpLabel": "-te, --test-session-error-group",
|
|
1966
|
+
"name": "test-session-error-group",
|
|
1840
1967
|
"hasDynamicHelp": false,
|
|
1841
1968
|
"multiple": false,
|
|
1842
1969
|
"type": "option"
|
|
1843
1970
|
},
|
|
1844
|
-
"
|
|
1845
|
-
"
|
|
1846
|
-
"
|
|
1847
|
-
"name": "
|
|
1848
|
-
"allowNo": true,
|
|
1849
|
-
"type": "boolean"
|
|
1850
|
-
},
|
|
1851
|
-
"emulate-pw-test": {
|
|
1852
|
-
"description": "Pretend to be the pw-test command. Affects validation.",
|
|
1853
|
-
"env": "CHECKLY_EMULATE_PW_TEST",
|
|
1854
|
-
"name": "emulate-pw-test",
|
|
1971
|
+
"watch": {
|
|
1972
|
+
"char": "w",
|
|
1973
|
+
"description": "Wait for the analysis to complete and display the result.",
|
|
1974
|
+
"name": "watch",
|
|
1855
1975
|
"allowNo": false,
|
|
1856
1976
|
"type": "boolean"
|
|
1857
1977
|
},
|
|
1858
|
-
"
|
|
1859
|
-
"
|
|
1860
|
-
"
|
|
1861
|
-
"
|
|
1862
|
-
"
|
|
1863
|
-
"multiple": true,
|
|
1864
|
-
"type": "option"
|
|
1865
|
-
},
|
|
1866
|
-
"inject-private-location": {
|
|
1867
|
-
"description": "Pretend that the given private location exists (e.g., \"70c4ded4-2229-45a7-acf4-6b1eb56a86df:my-external-private-location\").",
|
|
1868
|
-
"name": "inject-private-location",
|
|
1869
|
-
"default": [],
|
|
1870
|
-
"delimiter": ",",
|
|
1871
|
-
"hasDynamicHelp": false,
|
|
1872
|
-
"multiple": true,
|
|
1873
|
-
"type": "option"
|
|
1874
|
-
}
|
|
1875
|
-
},
|
|
1876
|
-
"hasDynamicHelp": false,
|
|
1877
|
-
"hidden": true,
|
|
1878
|
-
"hiddenAliases": [],
|
|
1879
|
-
"id": "debug:parse-project",
|
|
1880
|
-
"pluginAlias": "checkly",
|
|
1881
|
-
"pluginName": "checkly",
|
|
1882
|
-
"pluginType": "core",
|
|
1883
|
-
"strict": true,
|
|
1884
|
-
"enableJsonFlag": false,
|
|
1885
|
-
"isESM": true,
|
|
1886
|
-
"relativePath": [
|
|
1887
|
-
"dist",
|
|
1888
|
-
"commands",
|
|
1889
|
-
"debug",
|
|
1890
|
-
"parse-project.js"
|
|
1891
|
-
]
|
|
1892
|
-
},
|
|
1893
|
-
"import:apply": {
|
|
1894
|
-
"aliases": [],
|
|
1895
|
-
"args": {},
|
|
1896
|
-
"description": "Attach imported resources into your project in a pending state.",
|
|
1897
|
-
"flags": {
|
|
1898
|
-
"config": {
|
|
1899
|
-
"char": "c",
|
|
1900
|
-
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1901
|
-
"name": "config",
|
|
1902
|
-
"hasDynamicHelp": false,
|
|
1903
|
-
"multiple": false,
|
|
1904
|
-
"type": "option"
|
|
1905
|
-
}
|
|
1906
|
-
},
|
|
1907
|
-
"hasDynamicHelp": false,
|
|
1908
|
-
"hidden": false,
|
|
1909
|
-
"hiddenAliases": [],
|
|
1910
|
-
"id": "import:apply",
|
|
1911
|
-
"pluginAlias": "checkly",
|
|
1912
|
-
"pluginName": "checkly",
|
|
1913
|
-
"pluginType": "core",
|
|
1914
|
-
"strict": true,
|
|
1915
|
-
"enableJsonFlag": false,
|
|
1916
|
-
"coreCommand": false,
|
|
1917
|
-
"readOnly": false,
|
|
1918
|
-
"destructive": false,
|
|
1919
|
-
"idempotent": false,
|
|
1920
|
-
"isESM": true,
|
|
1921
|
-
"relativePath": [
|
|
1922
|
-
"dist",
|
|
1923
|
-
"commands",
|
|
1924
|
-
"import",
|
|
1925
|
-
"apply.js"
|
|
1926
|
-
]
|
|
1927
|
-
},
|
|
1928
|
-
"import:cancel": {
|
|
1929
|
-
"aliases": [],
|
|
1930
|
-
"args": {},
|
|
1931
|
-
"description": "Cancels an ongoing import plan that has not been committed yet.",
|
|
1932
|
-
"flags": {
|
|
1933
|
-
"config": {
|
|
1934
|
-
"char": "c",
|
|
1935
|
-
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1936
|
-
"name": "config",
|
|
1937
|
-
"hasDynamicHelp": false,
|
|
1938
|
-
"multiple": false,
|
|
1939
|
-
"type": "option"
|
|
1940
|
-
},
|
|
1941
|
-
"all": {
|
|
1942
|
-
"description": "Cancel all plans.",
|
|
1943
|
-
"name": "all",
|
|
1944
|
-
"allowNo": false,
|
|
1945
|
-
"type": "boolean"
|
|
1946
|
-
}
|
|
1947
|
-
},
|
|
1948
|
-
"hasDynamicHelp": false,
|
|
1949
|
-
"hidden": false,
|
|
1950
|
-
"hiddenAliases": [],
|
|
1951
|
-
"id": "import:cancel",
|
|
1952
|
-
"pluginAlias": "checkly",
|
|
1953
|
-
"pluginName": "checkly",
|
|
1954
|
-
"pluginType": "core",
|
|
1955
|
-
"strict": true,
|
|
1956
|
-
"enableJsonFlag": false,
|
|
1957
|
-
"coreCommand": false,
|
|
1958
|
-
"readOnly": false,
|
|
1959
|
-
"destructive": false,
|
|
1960
|
-
"idempotent": true,
|
|
1961
|
-
"isESM": true,
|
|
1962
|
-
"relativePath": [
|
|
1963
|
-
"dist",
|
|
1964
|
-
"commands",
|
|
1965
|
-
"import",
|
|
1966
|
-
"cancel.js"
|
|
1967
|
-
]
|
|
1968
|
-
},
|
|
1969
|
-
"import:commit": {
|
|
1970
|
-
"aliases": [],
|
|
1971
|
-
"args": {},
|
|
1972
|
-
"description": "Permanently commit imported resources into your project.",
|
|
1973
|
-
"flags": {
|
|
1974
|
-
"config": {
|
|
1975
|
-
"char": "c",
|
|
1976
|
-
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1977
|
-
"name": "config",
|
|
1978
|
+
"output": {
|
|
1979
|
+
"char": "o",
|
|
1980
|
+
"description": "Output format.",
|
|
1981
|
+
"name": "output",
|
|
1982
|
+
"default": "detail",
|
|
1978
1983
|
"hasDynamicHelp": false,
|
|
1979
1984
|
"multiple": false,
|
|
1985
|
+
"options": [
|
|
1986
|
+
"detail",
|
|
1987
|
+
"json",
|
|
1988
|
+
"md"
|
|
1989
|
+
],
|
|
1980
1990
|
"type": "option"
|
|
1981
1991
|
}
|
|
1982
1992
|
},
|
|
1983
1993
|
"hasDynamicHelp": false,
|
|
1984
1994
|
"hidden": false,
|
|
1985
1995
|
"hiddenAliases": [],
|
|
1986
|
-
"id": "
|
|
1996
|
+
"id": "rca:run",
|
|
1987
1997
|
"pluginAlias": "checkly",
|
|
1988
1998
|
"pluginName": "checkly",
|
|
1989
1999
|
"pluginType": "core",
|
|
1990
2000
|
"strict": true,
|
|
2001
|
+
"usage": "rca run [-e <value> | -te <value>] [-w] [-o detail|json|md]",
|
|
1991
2002
|
"enableJsonFlag": false,
|
|
1992
2003
|
"coreCommand": false,
|
|
1993
2004
|
"readOnly": false,
|
|
@@ -1997,89 +2008,8 @@
|
|
|
1997
2008
|
"relativePath": [
|
|
1998
2009
|
"dist",
|
|
1999
2010
|
"commands",
|
|
2000
|
-
"
|
|
2001
|
-
"
|
|
2002
|
-
]
|
|
2003
|
-
},
|
|
2004
|
-
"import:plan": {
|
|
2005
|
-
"aliases": [],
|
|
2006
|
-
"args": {
|
|
2007
|
-
"resource": {
|
|
2008
|
-
"description": "A specific resource to import.",
|
|
2009
|
-
"name": "resource",
|
|
2010
|
-
"required": false
|
|
2011
|
-
}
|
|
2012
|
-
},
|
|
2013
|
-
"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.",
|
|
2014
|
-
"flags": {
|
|
2015
|
-
"config": {
|
|
2016
|
-
"char": "c",
|
|
2017
|
-
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
2018
|
-
"name": "config",
|
|
2019
|
-
"hasDynamicHelp": false,
|
|
2020
|
-
"multiple": false,
|
|
2021
|
-
"type": "option"
|
|
2022
|
-
},
|
|
2023
|
-
"root": {
|
|
2024
|
-
"description": "The root folder in which to write generated code files.",
|
|
2025
|
-
"name": "root",
|
|
2026
|
-
"default": "__checks__",
|
|
2027
|
-
"hasDynamicHelp": false,
|
|
2028
|
-
"multiple": false,
|
|
2029
|
-
"type": "option"
|
|
2030
|
-
},
|
|
2031
|
-
"preview": {
|
|
2032
|
-
"description": "Preview generated code without creating an actual import plan.",
|
|
2033
|
-
"name": "preview",
|
|
2034
|
-
"allowNo": false,
|
|
2035
|
-
"type": "boolean"
|
|
2036
|
-
},
|
|
2037
|
-
"debug-import-plan": {
|
|
2038
|
-
"description": "Output the import plan to a file.",
|
|
2039
|
-
"hidden": true,
|
|
2040
|
-
"name": "debug-import-plan",
|
|
2041
|
-
"allowNo": false,
|
|
2042
|
-
"type": "boolean"
|
|
2043
|
-
},
|
|
2044
|
-
"debug-import-plan-input-file": {
|
|
2045
|
-
"description": "A file to load an import plan from.",
|
|
2046
|
-
"hidden": true,
|
|
2047
|
-
"name": "debug-import-plan-input-file",
|
|
2048
|
-
"hasDynamicHelp": false,
|
|
2049
|
-
"multiple": false,
|
|
2050
|
-
"type": "option"
|
|
2051
|
-
},
|
|
2052
|
-
"debug-import-plan-output-file": {
|
|
2053
|
-
"description": "The file to output the import plan to.",
|
|
2054
|
-
"hidden": true,
|
|
2055
|
-
"name": "debug-import-plan-output-file",
|
|
2056
|
-
"default": "./debug-import-plan.json",
|
|
2057
|
-
"hasDynamicHelp": false,
|
|
2058
|
-
"multiple": false,
|
|
2059
|
-
"type": "option"
|
|
2060
|
-
}
|
|
2061
|
-
},
|
|
2062
|
-
"hasDynamicHelp": false,
|
|
2063
|
-
"hidden": false,
|
|
2064
|
-
"hiddenAliases": [
|
|
2065
|
-
"import"
|
|
2066
|
-
],
|
|
2067
|
-
"id": "import:plan",
|
|
2068
|
-
"pluginAlias": "checkly",
|
|
2069
|
-
"pluginName": "checkly",
|
|
2070
|
-
"pluginType": "core",
|
|
2071
|
-
"strict": false,
|
|
2072
|
-
"enableJsonFlag": false,
|
|
2073
|
-
"coreCommand": false,
|
|
2074
|
-
"readOnly": true,
|
|
2075
|
-
"destructive": false,
|
|
2076
|
-
"idempotent": true,
|
|
2077
|
-
"isESM": true,
|
|
2078
|
-
"relativePath": [
|
|
2079
|
-
"dist",
|
|
2080
|
-
"commands",
|
|
2081
|
-
"import",
|
|
2082
|
-
"plan.js"
|
|
2011
|
+
"rca",
|
|
2012
|
+
"run.js"
|
|
2083
2013
|
]
|
|
2084
2014
|
},
|
|
2085
2015
|
"incidents:create": {
|
|
@@ -2430,115 +2360,121 @@
|
|
|
2430
2360
|
"update.js"
|
|
2431
2361
|
]
|
|
2432
2362
|
},
|
|
2433
|
-
"
|
|
2363
|
+
"skills": {
|
|
2434
2364
|
"aliases": [],
|
|
2435
2365
|
"args": {
|
|
2436
|
-
"
|
|
2437
|
-
"description": "The
|
|
2438
|
-
"name": "
|
|
2439
|
-
"required":
|
|
2440
|
-
}
|
|
2441
|
-
},
|
|
2442
|
-
"description": "Retrieve a root cause analysis by ID.",
|
|
2443
|
-
"flags": {
|
|
2444
|
-
"watch": {
|
|
2445
|
-
"char": "w",
|
|
2446
|
-
"description": "Wait for the analysis to complete if still generating.",
|
|
2447
|
-
"name": "watch",
|
|
2448
|
-
"allowNo": false,
|
|
2449
|
-
"type": "boolean"
|
|
2366
|
+
"action": {
|
|
2367
|
+
"description": "The action name (e.g. \"configure\", \"initialize\").",
|
|
2368
|
+
"name": "action",
|
|
2369
|
+
"required": false
|
|
2450
2370
|
},
|
|
2451
|
-
"
|
|
2452
|
-
"
|
|
2453
|
-
"
|
|
2454
|
-
"
|
|
2455
|
-
"default": "detail",
|
|
2456
|
-
"hasDynamicHelp": false,
|
|
2457
|
-
"multiple": false,
|
|
2458
|
-
"options": [
|
|
2459
|
-
"detail",
|
|
2460
|
-
"json",
|
|
2461
|
-
"md"
|
|
2462
|
-
],
|
|
2463
|
-
"type": "option"
|
|
2371
|
+
"reference": {
|
|
2372
|
+
"description": "A specific reference within the action (e.g. \"api-checks\").",
|
|
2373
|
+
"name": "reference",
|
|
2374
|
+
"required": false
|
|
2464
2375
|
}
|
|
2465
2376
|
},
|
|
2377
|
+
"description": "Show Checkly AI skills, actions and their references.",
|
|
2378
|
+
"flags": {},
|
|
2466
2379
|
"hasDynamicHelp": false,
|
|
2467
2380
|
"hidden": false,
|
|
2468
2381
|
"hiddenAliases": [],
|
|
2469
|
-
"id": "
|
|
2382
|
+
"id": "skills",
|
|
2470
2383
|
"pluginAlias": "checkly",
|
|
2471
2384
|
"pluginName": "checkly",
|
|
2472
2385
|
"pluginType": "core",
|
|
2473
2386
|
"strict": true,
|
|
2474
2387
|
"enableJsonFlag": false,
|
|
2475
2388
|
"coreCommand": false,
|
|
2476
|
-
"readOnly":
|
|
2389
|
+
"readOnly": false,
|
|
2477
2390
|
"destructive": false,
|
|
2478
|
-
"idempotent":
|
|
2391
|
+
"idempotent": false,
|
|
2479
2392
|
"isESM": true,
|
|
2480
2393
|
"relativePath": [
|
|
2481
2394
|
"dist",
|
|
2482
2395
|
"commands",
|
|
2483
|
-
"
|
|
2484
|
-
"
|
|
2396
|
+
"skills",
|
|
2397
|
+
"index.js"
|
|
2485
2398
|
]
|
|
2486
2399
|
},
|
|
2487
|
-
"
|
|
2400
|
+
"skills:install": {
|
|
2488
2401
|
"aliases": [],
|
|
2489
2402
|
"args": {},
|
|
2490
|
-
"description": "
|
|
2403
|
+
"description": "Install the Checkly agent skill (SKILL.md) into your project.",
|
|
2491
2404
|
"flags": {
|
|
2492
|
-
"
|
|
2493
|
-
"char": "
|
|
2494
|
-
"description": "
|
|
2405
|
+
"target": {
|
|
2406
|
+
"char": "t",
|
|
2407
|
+
"description": "Platform to install the skill for (amp, claude, cline, codex, continue, cursor, gemini-cli, github-copilot, goose, opencode, roo, windsurf).",
|
|
2495
2408
|
"exclusive": [
|
|
2496
|
-
"
|
|
2409
|
+
"path"
|
|
2497
2410
|
],
|
|
2498
|
-
"name": "
|
|
2411
|
+
"name": "target",
|
|
2499
2412
|
"hasDynamicHelp": false,
|
|
2500
2413
|
"multiple": false,
|
|
2501
2414
|
"type": "option"
|
|
2502
2415
|
},
|
|
2503
|
-
"
|
|
2504
|
-
"
|
|
2505
|
-
"
|
|
2506
|
-
"
|
|
2416
|
+
"path": {
|
|
2417
|
+
"char": "p",
|
|
2418
|
+
"description": "Custom target directory to install the skill into.",
|
|
2419
|
+
"exclusive": [
|
|
2420
|
+
"target"
|
|
2421
|
+
],
|
|
2422
|
+
"name": "path",
|
|
2507
2423
|
"hasDynamicHelp": false,
|
|
2508
2424
|
"multiple": false,
|
|
2509
2425
|
"type": "option"
|
|
2510
2426
|
},
|
|
2511
|
-
"
|
|
2512
|
-
"char": "
|
|
2513
|
-
"description": "
|
|
2514
|
-
"name": "
|
|
2427
|
+
"force": {
|
|
2428
|
+
"char": "f",
|
|
2429
|
+
"description": "Overwrite existing SKILL.md without confirmation.",
|
|
2430
|
+
"name": "force",
|
|
2515
2431
|
"allowNo": false,
|
|
2516
2432
|
"type": "boolean"
|
|
2517
|
-
}
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2433
|
+
}
|
|
2434
|
+
},
|
|
2435
|
+
"hasDynamicHelp": false,
|
|
2436
|
+
"hidden": false,
|
|
2437
|
+
"hiddenAliases": [],
|
|
2438
|
+
"id": "skills:install",
|
|
2439
|
+
"pluginAlias": "checkly",
|
|
2440
|
+
"pluginName": "checkly",
|
|
2441
|
+
"pluginType": "core",
|
|
2442
|
+
"strict": true,
|
|
2443
|
+
"enableJsonFlag": false,
|
|
2444
|
+
"coreCommand": false,
|
|
2445
|
+
"readOnly": false,
|
|
2446
|
+
"destructive": false,
|
|
2447
|
+
"idempotent": true,
|
|
2448
|
+
"isESM": true,
|
|
2449
|
+
"relativePath": [
|
|
2450
|
+
"dist",
|
|
2451
|
+
"commands",
|
|
2452
|
+
"skills",
|
|
2453
|
+
"install.js"
|
|
2454
|
+
]
|
|
2455
|
+
},
|
|
2456
|
+
"import:apply": {
|
|
2457
|
+
"aliases": [],
|
|
2458
|
+
"args": {},
|
|
2459
|
+
"description": "Attach imported resources into your project in a pending state.",
|
|
2460
|
+
"flags": {
|
|
2461
|
+
"config": {
|
|
2462
|
+
"char": "c",
|
|
2463
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
2464
|
+
"name": "config",
|
|
2523
2465
|
"hasDynamicHelp": false,
|
|
2524
2466
|
"multiple": false,
|
|
2525
|
-
"options": [
|
|
2526
|
-
"detail",
|
|
2527
|
-
"json",
|
|
2528
|
-
"md"
|
|
2529
|
-
],
|
|
2530
2467
|
"type": "option"
|
|
2531
2468
|
}
|
|
2532
2469
|
},
|
|
2533
2470
|
"hasDynamicHelp": false,
|
|
2534
2471
|
"hidden": false,
|
|
2535
2472
|
"hiddenAliases": [],
|
|
2536
|
-
"id": "
|
|
2473
|
+
"id": "import:apply",
|
|
2537
2474
|
"pluginAlias": "checkly",
|
|
2538
2475
|
"pluginName": "checkly",
|
|
2539
2476
|
"pluginType": "core",
|
|
2540
2477
|
"strict": true,
|
|
2541
|
-
"usage": "rca run [-e <value> | -te <value>] [-w] [-o detail|json|md]",
|
|
2542
2478
|
"enableJsonFlag": false,
|
|
2543
2479
|
"coreCommand": false,
|
|
2544
2480
|
"readOnly": false,
|
|
@@ -2548,30 +2484,34 @@
|
|
|
2548
2484
|
"relativePath": [
|
|
2549
2485
|
"dist",
|
|
2550
2486
|
"commands",
|
|
2551
|
-
"
|
|
2552
|
-
"
|
|
2487
|
+
"import",
|
|
2488
|
+
"apply.js"
|
|
2553
2489
|
]
|
|
2554
2490
|
},
|
|
2555
|
-
"
|
|
2491
|
+
"import:cancel": {
|
|
2556
2492
|
"aliases": [],
|
|
2557
|
-
"args": {
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
"
|
|
2493
|
+
"args": {},
|
|
2494
|
+
"description": "Cancels an ongoing import plan that has not been committed yet.",
|
|
2495
|
+
"flags": {
|
|
2496
|
+
"config": {
|
|
2497
|
+
"char": "c",
|
|
2498
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
2499
|
+
"name": "config",
|
|
2500
|
+
"hasDynamicHelp": false,
|
|
2501
|
+
"multiple": false,
|
|
2502
|
+
"type": "option"
|
|
2562
2503
|
},
|
|
2563
|
-
"
|
|
2564
|
-
"description": "
|
|
2565
|
-
"name": "
|
|
2566
|
-
"
|
|
2504
|
+
"all": {
|
|
2505
|
+
"description": "Cancel all plans.",
|
|
2506
|
+
"name": "all",
|
|
2507
|
+
"allowNo": false,
|
|
2508
|
+
"type": "boolean"
|
|
2567
2509
|
}
|
|
2568
2510
|
},
|
|
2569
|
-
"description": "Show Checkly AI skills, actions and their references.",
|
|
2570
|
-
"flags": {},
|
|
2571
2511
|
"hasDynamicHelp": false,
|
|
2572
2512
|
"hidden": false,
|
|
2573
2513
|
"hiddenAliases": [],
|
|
2574
|
-
"id": "
|
|
2514
|
+
"id": "import:cancel",
|
|
2575
2515
|
"pluginAlias": "checkly",
|
|
2576
2516
|
"pluginName": "checkly",
|
|
2577
2517
|
"pluginType": "core",
|
|
@@ -2580,69 +2520,129 @@
|
|
|
2580
2520
|
"coreCommand": false,
|
|
2581
2521
|
"readOnly": false,
|
|
2582
2522
|
"destructive": false,
|
|
2583
|
-
"idempotent":
|
|
2523
|
+
"idempotent": true,
|
|
2584
2524
|
"isESM": true,
|
|
2585
2525
|
"relativePath": [
|
|
2586
2526
|
"dist",
|
|
2587
2527
|
"commands",
|
|
2588
|
-
"
|
|
2589
|
-
"
|
|
2528
|
+
"import",
|
|
2529
|
+
"cancel.js"
|
|
2590
2530
|
]
|
|
2591
2531
|
},
|
|
2592
|
-
"
|
|
2532
|
+
"import:commit": {
|
|
2593
2533
|
"aliases": [],
|
|
2594
2534
|
"args": {},
|
|
2595
|
-
"description": "
|
|
2535
|
+
"description": "Permanently commit imported resources into your project.",
|
|
2596
2536
|
"flags": {
|
|
2597
|
-
"
|
|
2598
|
-
"char": "
|
|
2599
|
-
"description": "
|
|
2600
|
-
"
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
"
|
|
2537
|
+
"config": {
|
|
2538
|
+
"char": "c",
|
|
2539
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
2540
|
+
"name": "config",
|
|
2541
|
+
"hasDynamicHelp": false,
|
|
2542
|
+
"multiple": false,
|
|
2543
|
+
"type": "option"
|
|
2544
|
+
}
|
|
2545
|
+
},
|
|
2546
|
+
"hasDynamicHelp": false,
|
|
2547
|
+
"hidden": false,
|
|
2548
|
+
"hiddenAliases": [],
|
|
2549
|
+
"id": "import:commit",
|
|
2550
|
+
"pluginAlias": "checkly",
|
|
2551
|
+
"pluginName": "checkly",
|
|
2552
|
+
"pluginType": "core",
|
|
2553
|
+
"strict": true,
|
|
2554
|
+
"enableJsonFlag": false,
|
|
2555
|
+
"coreCommand": false,
|
|
2556
|
+
"readOnly": false,
|
|
2557
|
+
"destructive": false,
|
|
2558
|
+
"idempotent": false,
|
|
2559
|
+
"isESM": true,
|
|
2560
|
+
"relativePath": [
|
|
2561
|
+
"dist",
|
|
2562
|
+
"commands",
|
|
2563
|
+
"import",
|
|
2564
|
+
"commit.js"
|
|
2565
|
+
]
|
|
2566
|
+
},
|
|
2567
|
+
"import:plan": {
|
|
2568
|
+
"aliases": [],
|
|
2569
|
+
"args": {
|
|
2570
|
+
"resource": {
|
|
2571
|
+
"description": "A specific resource to import.",
|
|
2572
|
+
"name": "resource",
|
|
2573
|
+
"required": false
|
|
2574
|
+
}
|
|
2575
|
+
},
|
|
2576
|
+
"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.",
|
|
2577
|
+
"flags": {
|
|
2578
|
+
"config": {
|
|
2579
|
+
"char": "c",
|
|
2580
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
2581
|
+
"name": "config",
|
|
2604
2582
|
"hasDynamicHelp": false,
|
|
2605
2583
|
"multiple": false,
|
|
2606
2584
|
"type": "option"
|
|
2607
2585
|
},
|
|
2608
|
-
"
|
|
2609
|
-
"
|
|
2610
|
-
"
|
|
2611
|
-
"
|
|
2612
|
-
"target"
|
|
2613
|
-
],
|
|
2614
|
-
"name": "path",
|
|
2586
|
+
"root": {
|
|
2587
|
+
"description": "The root folder in which to write generated code files.",
|
|
2588
|
+
"name": "root",
|
|
2589
|
+
"default": "__checks__",
|
|
2615
2590
|
"hasDynamicHelp": false,
|
|
2616
2591
|
"multiple": false,
|
|
2617
2592
|
"type": "option"
|
|
2618
2593
|
},
|
|
2619
|
-
"
|
|
2620
|
-
"
|
|
2621
|
-
"
|
|
2622
|
-
"name": "force",
|
|
2594
|
+
"preview": {
|
|
2595
|
+
"description": "Preview generated code without creating an actual import plan.",
|
|
2596
|
+
"name": "preview",
|
|
2623
2597
|
"allowNo": false,
|
|
2624
2598
|
"type": "boolean"
|
|
2599
|
+
},
|
|
2600
|
+
"debug-import-plan": {
|
|
2601
|
+
"description": "Output the import plan to a file.",
|
|
2602
|
+
"hidden": true,
|
|
2603
|
+
"name": "debug-import-plan",
|
|
2604
|
+
"allowNo": false,
|
|
2605
|
+
"type": "boolean"
|
|
2606
|
+
},
|
|
2607
|
+
"debug-import-plan-input-file": {
|
|
2608
|
+
"description": "A file to load an import plan from.",
|
|
2609
|
+
"hidden": true,
|
|
2610
|
+
"name": "debug-import-plan-input-file",
|
|
2611
|
+
"hasDynamicHelp": false,
|
|
2612
|
+
"multiple": false,
|
|
2613
|
+
"type": "option"
|
|
2614
|
+
},
|
|
2615
|
+
"debug-import-plan-output-file": {
|
|
2616
|
+
"description": "The file to output the import plan to.",
|
|
2617
|
+
"hidden": true,
|
|
2618
|
+
"name": "debug-import-plan-output-file",
|
|
2619
|
+
"default": "./debug-import-plan.json",
|
|
2620
|
+
"hasDynamicHelp": false,
|
|
2621
|
+
"multiple": false,
|
|
2622
|
+
"type": "option"
|
|
2625
2623
|
}
|
|
2626
2624
|
},
|
|
2627
2625
|
"hasDynamicHelp": false,
|
|
2628
2626
|
"hidden": false,
|
|
2629
|
-
"hiddenAliases": [
|
|
2630
|
-
|
|
2627
|
+
"hiddenAliases": [
|
|
2628
|
+
"import"
|
|
2629
|
+
],
|
|
2630
|
+
"id": "import:plan",
|
|
2631
2631
|
"pluginAlias": "checkly",
|
|
2632
2632
|
"pluginName": "checkly",
|
|
2633
2633
|
"pluginType": "core",
|
|
2634
|
-
"strict":
|
|
2634
|
+
"strict": false,
|
|
2635
2635
|
"enableJsonFlag": false,
|
|
2636
2636
|
"coreCommand": false,
|
|
2637
|
-
"readOnly":
|
|
2637
|
+
"readOnly": true,
|
|
2638
2638
|
"destructive": false,
|
|
2639
2639
|
"idempotent": true,
|
|
2640
2640
|
"isESM": true,
|
|
2641
2641
|
"relativePath": [
|
|
2642
2642
|
"dist",
|
|
2643
2643
|
"commands",
|
|
2644
|
-
"
|
|
2645
|
-
"
|
|
2644
|
+
"import",
|
|
2645
|
+
"plan.js"
|
|
2646
2646
|
]
|
|
2647
2647
|
},
|
|
2648
2648
|
"status-pages:get": {
|
|
@@ -2756,5 +2756,5 @@
|
|
|
2756
2756
|
]
|
|
2757
2757
|
}
|
|
2758
2758
|
},
|
|
2759
|
-
"version": "8.
|
|
2759
|
+
"version": "8.2.0-prerelease-169e1f4"
|
|
2760
2760
|
}
|