checkly 8.1.0-prerelease-a5509e5 → 8.1.0
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/oclif.manifest.json +157 -157
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -1517,162 +1517,6 @@
|
|
|
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
|
-
},
|
|
1676
1520
|
"env:add": {
|
|
1677
1521
|
"aliases": [],
|
|
1678
1522
|
"args": {
|
|
@@ -1890,6 +1734,162 @@
|
|
|
1890
1734
|
"update.js"
|
|
1891
1735
|
]
|
|
1892
1736
|
},
|
|
1737
|
+
"debug:parse-file": {
|
|
1738
|
+
"aliases": [],
|
|
1739
|
+
"args": {},
|
|
1740
|
+
"description": "Parses and outputs relevant details of a code file.",
|
|
1741
|
+
"flags": {
|
|
1742
|
+
"file": {
|
|
1743
|
+
"name": "file",
|
|
1744
|
+
"required": true,
|
|
1745
|
+
"hasDynamicHelp": false,
|
|
1746
|
+
"multiple": false,
|
|
1747
|
+
"type": "option"
|
|
1748
|
+
},
|
|
1749
|
+
"restricted": {
|
|
1750
|
+
"name": "restricted",
|
|
1751
|
+
"allowNo": false,
|
|
1752
|
+
"type": "boolean"
|
|
1753
|
+
},
|
|
1754
|
+
"detect-workspace": {
|
|
1755
|
+
"name": "detect-workspace",
|
|
1756
|
+
"allowNo": true,
|
|
1757
|
+
"type": "boolean"
|
|
1758
|
+
},
|
|
1759
|
+
"supported-module": {
|
|
1760
|
+
"name": "supported-module",
|
|
1761
|
+
"default": [],
|
|
1762
|
+
"delimiter": ",",
|
|
1763
|
+
"hasDynamicHelp": false,
|
|
1764
|
+
"multiple": true,
|
|
1765
|
+
"type": "option"
|
|
1766
|
+
},
|
|
1767
|
+
"check-unsupported-modules": {
|
|
1768
|
+
"name": "check-unsupported-modules",
|
|
1769
|
+
"allowNo": false,
|
|
1770
|
+
"type": "boolean"
|
|
1771
|
+
}
|
|
1772
|
+
},
|
|
1773
|
+
"hasDynamicHelp": false,
|
|
1774
|
+
"hidden": true,
|
|
1775
|
+
"hiddenAliases": [],
|
|
1776
|
+
"id": "debug:parse-file",
|
|
1777
|
+
"pluginAlias": "checkly",
|
|
1778
|
+
"pluginName": "checkly",
|
|
1779
|
+
"pluginType": "core",
|
|
1780
|
+
"strict": true,
|
|
1781
|
+
"enableJsonFlag": false,
|
|
1782
|
+
"isESM": true,
|
|
1783
|
+
"relativePath": [
|
|
1784
|
+
"dist",
|
|
1785
|
+
"commands",
|
|
1786
|
+
"debug",
|
|
1787
|
+
"parse-file.js"
|
|
1788
|
+
]
|
|
1789
|
+
},
|
|
1790
|
+
"debug:parse-playwright-config": {
|
|
1791
|
+
"aliases": [],
|
|
1792
|
+
"args": {},
|
|
1793
|
+
"description": "Parses and outputs relevant details of a Playwright configuration file.",
|
|
1794
|
+
"flags": {
|
|
1795
|
+
"file": {
|
|
1796
|
+
"env": "CHECKLY_PLAYWRIGHT_CONFIG_FILE",
|
|
1797
|
+
"name": "file",
|
|
1798
|
+
"default": "/home/runner/work/checkly-cli/checkly-cli/packages/cli/playwright.config.ts",
|
|
1799
|
+
"hasDynamicHelp": false,
|
|
1800
|
+
"multiple": false,
|
|
1801
|
+
"type": "option"
|
|
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",
|
|
1831
|
+
"hasDynamicHelp": false,
|
|
1832
|
+
"multiple": false,
|
|
1833
|
+
"type": "option"
|
|
1834
|
+
},
|
|
1835
|
+
"default-runtime": {
|
|
1836
|
+
"description": "The default runtime to use if none is specified.",
|
|
1837
|
+
"env": "CHECKLY_DEFAULT_RUNTIME",
|
|
1838
|
+
"name": "default-runtime",
|
|
1839
|
+
"default": "2025.04",
|
|
1840
|
+
"hasDynamicHelp": false,
|
|
1841
|
+
"multiple": false,
|
|
1842
|
+
"type": "option"
|
|
1843
|
+
},
|
|
1844
|
+
"verify-runtime-dependencies": {
|
|
1845
|
+
"description": "[default: true] Return an error if checks import dependencies that are not supported by the selected runtime.",
|
|
1846
|
+
"env": "CHECKLY_VERIFY_RUNTIME_DEPENDENCIES",
|
|
1847
|
+
"name": "verify-runtime-dependencies",
|
|
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",
|
|
1855
|
+
"allowNo": false,
|
|
1856
|
+
"type": "boolean"
|
|
1857
|
+
},
|
|
1858
|
+
"include": {
|
|
1859
|
+
"description": "File patterns to include when bundling the test project (e.g., \"utils/**/*\").",
|
|
1860
|
+
"name": "include",
|
|
1861
|
+
"default": [],
|
|
1862
|
+
"hasDynamicHelp": false,
|
|
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
1893
|
"import:apply": {
|
|
1894
1894
|
"aliases": [],
|
|
1895
1895
|
"args": {},
|
|
@@ -2756,5 +2756,5 @@
|
|
|
2756
2756
|
]
|
|
2757
2757
|
}
|
|
2758
2758
|
},
|
|
2759
|
-
"version": "8.1.0
|
|
2759
|
+
"version": "8.1.0"
|
|
2760
2760
|
}
|