checkly 8.23.1 → 8.23.2
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
CHANGED
|
@@ -1488,172 +1488,146 @@
|
|
|
1488
1488
|
"logs.js"
|
|
1489
1489
|
]
|
|
1490
1490
|
},
|
|
1491
|
-
"
|
|
1491
|
+
"checks:delete": {
|
|
1492
1492
|
"aliases": [],
|
|
1493
|
-
"args": {
|
|
1494
|
-
|
|
1493
|
+
"args": {
|
|
1494
|
+
"id": {
|
|
1495
|
+
"description": "The ID of the check to delete.",
|
|
1496
|
+
"name": "id",
|
|
1497
|
+
"required": true
|
|
1498
|
+
}
|
|
1499
|
+
},
|
|
1500
|
+
"description": "Delete a check by ID. Checks managed by a CLI project are recreated on the next deploy — remove those from your project code instead.",
|
|
1495
1501
|
"flags": {
|
|
1496
|
-
"check-id": {
|
|
1497
|
-
"description": "Check ID for a scheduled check result.",
|
|
1498
|
-
"name": "check-id",
|
|
1499
|
-
"hasDynamicHelp": false,
|
|
1500
|
-
"multiple": false,
|
|
1501
|
-
"type": "option"
|
|
1502
|
-
},
|
|
1503
|
-
"test-session-id": {
|
|
1504
|
-
"description": "Test session ID for a test-session result.",
|
|
1505
|
-
"name": "test-session-id",
|
|
1506
|
-
"hasDynamicHelp": false,
|
|
1507
|
-
"multiple": false,
|
|
1508
|
-
"type": "option"
|
|
1509
|
-
},
|
|
1510
|
-
"result-id": {
|
|
1511
|
-
"description": "Check result ID or test-session result ID.",
|
|
1512
|
-
"name": "result-id",
|
|
1513
|
-
"required": true,
|
|
1514
|
-
"hasDynamicHelp": false,
|
|
1515
|
-
"multiple": false,
|
|
1516
|
-
"type": "option"
|
|
1517
|
-
},
|
|
1518
|
-
"type": {
|
|
1519
|
-
"description": "Select assets by type.",
|
|
1520
|
-
"name": "type",
|
|
1521
|
-
"hasDynamicHelp": false,
|
|
1522
|
-
"multiple": false,
|
|
1523
|
-
"options": [
|
|
1524
|
-
"log",
|
|
1525
|
-
"trace",
|
|
1526
|
-
"video",
|
|
1527
|
-
"screenshot",
|
|
1528
|
-
"pcap",
|
|
1529
|
-
"report",
|
|
1530
|
-
"file",
|
|
1531
|
-
"all"
|
|
1532
|
-
],
|
|
1533
|
-
"type": "option"
|
|
1534
|
-
},
|
|
1535
|
-
"asset": {
|
|
1536
|
-
"description": "Select an asset by exact Asset/Name value or glob.",
|
|
1537
|
-
"name": "asset",
|
|
1538
|
-
"hasDynamicHelp": false,
|
|
1539
|
-
"multiple": false,
|
|
1540
|
-
"type": "option"
|
|
1541
|
-
},
|
|
1542
|
-
"dir": {
|
|
1543
|
-
"description": "Directory to write assets into.",
|
|
1544
|
-
"name": "dir",
|
|
1545
|
-
"hasDynamicHelp": false,
|
|
1546
|
-
"multiple": false,
|
|
1547
|
-
"type": "option"
|
|
1548
|
-
},
|
|
1549
1502
|
"force": {
|
|
1550
|
-
"
|
|
1503
|
+
"char": "f",
|
|
1504
|
+
"description": "Skip confirmation prompt.",
|
|
1551
1505
|
"name": "force",
|
|
1552
1506
|
"allowNo": false,
|
|
1553
1507
|
"type": "boolean"
|
|
1554
1508
|
},
|
|
1555
|
-
"
|
|
1556
|
-
"description": "
|
|
1557
|
-
"name": "
|
|
1509
|
+
"dry-run": {
|
|
1510
|
+
"description": "Preview what would happen without executing.",
|
|
1511
|
+
"name": "dry-run",
|
|
1558
1512
|
"allowNo": false,
|
|
1559
1513
|
"type": "boolean"
|
|
1560
|
-
},
|
|
1561
|
-
"output": {
|
|
1562
|
-
"char": "o",
|
|
1563
|
-
"description": "Output format.",
|
|
1564
|
-
"name": "output",
|
|
1565
|
-
"default": "table",
|
|
1566
|
-
"hasDynamicHelp": false,
|
|
1567
|
-
"multiple": false,
|
|
1568
|
-
"options": [
|
|
1569
|
-
"table",
|
|
1570
|
-
"json"
|
|
1571
|
-
],
|
|
1572
|
-
"type": "option"
|
|
1573
1514
|
}
|
|
1574
1515
|
},
|
|
1575
1516
|
"hasDynamicHelp": false,
|
|
1576
1517
|
"hidden": false,
|
|
1577
1518
|
"hiddenAliases": [],
|
|
1578
|
-
"id": "
|
|
1519
|
+
"id": "checks:delete",
|
|
1579
1520
|
"pluginAlias": "checkly",
|
|
1580
1521
|
"pluginName": "checkly",
|
|
1581
1522
|
"pluginType": "core",
|
|
1582
1523
|
"strict": true,
|
|
1583
1524
|
"enableJsonFlag": false,
|
|
1584
1525
|
"coreCommand": false,
|
|
1585
|
-
"readOnly":
|
|
1586
|
-
"destructive":
|
|
1526
|
+
"readOnly": false,
|
|
1527
|
+
"destructive": true,
|
|
1587
1528
|
"idempotent": true,
|
|
1588
1529
|
"isESM": true,
|
|
1589
1530
|
"relativePath": [
|
|
1590
1531
|
"dist",
|
|
1591
1532
|
"commands",
|
|
1592
|
-
"
|
|
1593
|
-
"
|
|
1533
|
+
"checks",
|
|
1534
|
+
"delete.js"
|
|
1594
1535
|
]
|
|
1595
1536
|
},
|
|
1596
|
-
"
|
|
1537
|
+
"checks:get": {
|
|
1597
1538
|
"aliases": [],
|
|
1598
|
-
"args": {
|
|
1599
|
-
|
|
1539
|
+
"args": {
|
|
1540
|
+
"id": {
|
|
1541
|
+
"description": "The ID of the check to retrieve.",
|
|
1542
|
+
"name": "id",
|
|
1543
|
+
"required": true
|
|
1544
|
+
}
|
|
1545
|
+
},
|
|
1546
|
+
"description": "Get details of a specific check, including recent results. Use --result to drill into a specific result.",
|
|
1600
1547
|
"flags": {
|
|
1601
|
-
"
|
|
1602
|
-
"
|
|
1603
|
-
"
|
|
1548
|
+
"result": {
|
|
1549
|
+
"char": "r",
|
|
1550
|
+
"description": "Show details for a specific result ID.",
|
|
1551
|
+
"name": "result",
|
|
1604
1552
|
"hasDynamicHelp": false,
|
|
1605
1553
|
"multiple": false,
|
|
1606
1554
|
"type": "option"
|
|
1607
1555
|
},
|
|
1608
|
-
"
|
|
1609
|
-
"
|
|
1610
|
-
|
|
1556
|
+
"include-attempts": {
|
|
1557
|
+
"dependsOn": [
|
|
1558
|
+
"result"
|
|
1559
|
+
],
|
|
1560
|
+
"description": "Show individual retry attempts for the result (use with --result).",
|
|
1561
|
+
"name": "include-attempts",
|
|
1562
|
+
"allowNo": false,
|
|
1563
|
+
"type": "boolean"
|
|
1564
|
+
},
|
|
1565
|
+
"error-group": {
|
|
1566
|
+
"char": "e",
|
|
1567
|
+
"description": "Show full details for a specific error group ID.",
|
|
1568
|
+
"name": "error-group",
|
|
1611
1569
|
"hasDynamicHelp": false,
|
|
1612
1570
|
"multiple": false,
|
|
1613
1571
|
"type": "option"
|
|
1614
1572
|
},
|
|
1615
|
-
"
|
|
1616
|
-
"description": "
|
|
1617
|
-
"name": "
|
|
1618
|
-
"
|
|
1573
|
+
"results-limit": {
|
|
1574
|
+
"description": "Number of recent results to show.",
|
|
1575
|
+
"name": "results-limit",
|
|
1576
|
+
"default": 10,
|
|
1619
1577
|
"hasDynamicHelp": false,
|
|
1620
1578
|
"multiple": false,
|
|
1621
1579
|
"type": "option"
|
|
1622
1580
|
},
|
|
1623
|
-
"
|
|
1624
|
-
"description": "
|
|
1625
|
-
"name": "
|
|
1626
|
-
"
|
|
1581
|
+
"results-cursor": {
|
|
1582
|
+
"description": "Cursor for results pagination (from previous output).",
|
|
1583
|
+
"name": "results-cursor",
|
|
1584
|
+
"hasDynamicHelp": false,
|
|
1585
|
+
"multiple": false,
|
|
1586
|
+
"type": "option"
|
|
1587
|
+
},
|
|
1588
|
+
"stats-range": {
|
|
1589
|
+
"description": "Time range for stats.",
|
|
1590
|
+
"name": "stats-range",
|
|
1591
|
+
"default": "last24Hours",
|
|
1627
1592
|
"hasDynamicHelp": false,
|
|
1628
1593
|
"multiple": false,
|
|
1629
1594
|
"options": [
|
|
1630
|
-
"
|
|
1631
|
-
"
|
|
1632
|
-
"
|
|
1633
|
-
"
|
|
1634
|
-
"
|
|
1635
|
-
"
|
|
1636
|
-
"
|
|
1637
|
-
"all"
|
|
1595
|
+
"last24Hours",
|
|
1596
|
+
"last7Days",
|
|
1597
|
+
"last30Days",
|
|
1598
|
+
"thisWeek",
|
|
1599
|
+
"thisMonth",
|
|
1600
|
+
"lastWeek",
|
|
1601
|
+
"lastMonth"
|
|
1638
1602
|
],
|
|
1639
1603
|
"type": "option"
|
|
1640
1604
|
},
|
|
1641
|
-
"
|
|
1642
|
-
"description": "
|
|
1643
|
-
"name": "
|
|
1605
|
+
"group-by": {
|
|
1606
|
+
"description": "Group stats by dimension.",
|
|
1607
|
+
"name": "group-by",
|
|
1644
1608
|
"hasDynamicHelp": false,
|
|
1645
1609
|
"multiple": false,
|
|
1610
|
+
"options": [
|
|
1611
|
+
"location",
|
|
1612
|
+
"statusCode"
|
|
1613
|
+
],
|
|
1646
1614
|
"type": "option"
|
|
1647
1615
|
},
|
|
1648
|
-
"
|
|
1649
|
-
"description": "
|
|
1650
|
-
"name": "
|
|
1651
|
-
"
|
|
1616
|
+
"metrics": {
|
|
1617
|
+
"description": "Comma-separated list of metrics to show (overrides defaults).",
|
|
1618
|
+
"name": "metrics",
|
|
1619
|
+
"hasDynamicHelp": false,
|
|
1620
|
+
"multiple": false,
|
|
1621
|
+
"type": "option"
|
|
1622
|
+
},
|
|
1623
|
+
"filter-status": {
|
|
1624
|
+
"description": "Only include runs with this status in stats.",
|
|
1625
|
+
"name": "filter-status",
|
|
1652
1626
|
"hasDynamicHelp": false,
|
|
1653
1627
|
"multiple": false,
|
|
1654
1628
|
"options": [
|
|
1655
|
-
"
|
|
1656
|
-
"
|
|
1629
|
+
"success",
|
|
1630
|
+
"failure"
|
|
1657
1631
|
],
|
|
1658
1632
|
"type": "option"
|
|
1659
1633
|
},
|
|
@@ -1661,11 +1635,11 @@
|
|
|
1661
1635
|
"char": "o",
|
|
1662
1636
|
"description": "Output format.",
|
|
1663
1637
|
"name": "output",
|
|
1664
|
-
"default": "
|
|
1638
|
+
"default": "detail",
|
|
1665
1639
|
"hasDynamicHelp": false,
|
|
1666
1640
|
"multiple": false,
|
|
1667
1641
|
"options": [
|
|
1668
|
-
"
|
|
1642
|
+
"detail",
|
|
1669
1643
|
"json",
|
|
1670
1644
|
"md"
|
|
1671
1645
|
],
|
|
@@ -1675,7 +1649,7 @@
|
|
|
1675
1649
|
"hasDynamicHelp": false,
|
|
1676
1650
|
"hidden": false,
|
|
1677
1651
|
"hiddenAliases": [],
|
|
1678
|
-
"id": "
|
|
1652
|
+
"id": "checks:get",
|
|
1679
1653
|
"pluginAlias": "checkly",
|
|
1680
1654
|
"pluginName": "checkly",
|
|
1681
1655
|
"pluginType": "core",
|
|
@@ -1689,201 +1663,195 @@
|
|
|
1689
1663
|
"relativePath": [
|
|
1690
1664
|
"dist",
|
|
1691
1665
|
"commands",
|
|
1692
|
-
"
|
|
1693
|
-
"
|
|
1694
|
-
]
|
|
1666
|
+
"checks",
|
|
1667
|
+
"get.js"
|
|
1668
|
+
],
|
|
1669
|
+
"MAX_SEQUENCE_SPAN_SECONDS": 1800,
|
|
1670
|
+
"MAX_RESULT_PAGES": 15
|
|
1695
1671
|
},
|
|
1696
|
-
"
|
|
1672
|
+
"checks:list": {
|
|
1697
1673
|
"aliases": [],
|
|
1698
1674
|
"args": {},
|
|
1699
|
-
"description": "
|
|
1675
|
+
"description": "List all checks in your account.",
|
|
1700
1676
|
"flags": {
|
|
1701
|
-
"
|
|
1702
|
-
"
|
|
1703
|
-
"
|
|
1677
|
+
"limit": {
|
|
1678
|
+
"char": "l",
|
|
1679
|
+
"description": "Number of checks to return (1-100).",
|
|
1680
|
+
"name": "limit",
|
|
1681
|
+
"default": 25,
|
|
1704
1682
|
"hasDynamicHelp": false,
|
|
1705
1683
|
"multiple": false,
|
|
1706
1684
|
"type": "option"
|
|
1707
1685
|
},
|
|
1708
|
-
"
|
|
1709
|
-
"
|
|
1710
|
-
"
|
|
1711
|
-
"
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
"
|
|
1715
|
-
"
|
|
1716
|
-
"type": "boolean"
|
|
1686
|
+
"page": {
|
|
1687
|
+
"char": "p",
|
|
1688
|
+
"description": "Page number.",
|
|
1689
|
+
"name": "page",
|
|
1690
|
+
"default": 1,
|
|
1691
|
+
"hasDynamicHelp": false,
|
|
1692
|
+
"multiple": false,
|
|
1693
|
+
"type": "option"
|
|
1717
1694
|
},
|
|
1718
|
-
"
|
|
1719
|
-
"
|
|
1720
|
-
"
|
|
1695
|
+
"tag": {
|
|
1696
|
+
"char": "t",
|
|
1697
|
+
"description": "Filter by tag. Can be specified multiple times.",
|
|
1698
|
+
"name": "tag",
|
|
1721
1699
|
"delimiter": ",",
|
|
1722
1700
|
"hasDynamicHelp": false,
|
|
1723
1701
|
"multiple": true,
|
|
1724
1702
|
"type": "option"
|
|
1725
1703
|
},
|
|
1726
|
-
"
|
|
1727
|
-
"
|
|
1728
|
-
"
|
|
1729
|
-
"
|
|
1730
|
-
}
|
|
1731
|
-
},
|
|
1732
|
-
"hasDynamicHelp": false,
|
|
1733
|
-
"hidden": true,
|
|
1734
|
-
"hiddenAliases": [],
|
|
1735
|
-
"id": "debug:parse-file",
|
|
1736
|
-
"pluginAlias": "checkly",
|
|
1737
|
-
"pluginName": "checkly",
|
|
1738
|
-
"pluginType": "core",
|
|
1739
|
-
"strict": true,
|
|
1740
|
-
"enableJsonFlag": false,
|
|
1741
|
-
"isESM": true,
|
|
1742
|
-
"relativePath": [
|
|
1743
|
-
"dist",
|
|
1744
|
-
"commands",
|
|
1745
|
-
"debug",
|
|
1746
|
-
"parse-file.js"
|
|
1747
|
-
]
|
|
1748
|
-
},
|
|
1749
|
-
"debug:parse-playwright-config": {
|
|
1750
|
-
"aliases": [],
|
|
1751
|
-
"args": {},
|
|
1752
|
-
"description": "Parses and outputs relevant details of a Playwright configuration file.",
|
|
1753
|
-
"flags": {
|
|
1754
|
-
"file": {
|
|
1755
|
-
"env": "CHECKLY_PLAYWRIGHT_CONFIG_FILE",
|
|
1756
|
-
"name": "file",
|
|
1757
|
-
"default": "/home/runner/work/checkly-cli/checkly-cli/packages/cli/playwright.config.ts",
|
|
1704
|
+
"search": {
|
|
1705
|
+
"char": "s",
|
|
1706
|
+
"description": "Filter checks by name (case-insensitive).",
|
|
1707
|
+
"name": "search",
|
|
1758
1708
|
"hasDynamicHelp": false,
|
|
1759
1709
|
"multiple": false,
|
|
1760
1710
|
"type": "option"
|
|
1761
|
-
}
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
"hiddenAliases": [],
|
|
1766
|
-
"id": "debug:parse-playwright-config",
|
|
1767
|
-
"pluginAlias": "checkly",
|
|
1768
|
-
"pluginName": "checkly",
|
|
1769
|
-
"pluginType": "core",
|
|
1770
|
-
"strict": true,
|
|
1771
|
-
"enableJsonFlag": false,
|
|
1772
|
-
"isESM": true,
|
|
1773
|
-
"relativePath": [
|
|
1774
|
-
"dist",
|
|
1775
|
-
"commands",
|
|
1776
|
-
"debug",
|
|
1777
|
-
"parse-playwright-config.js"
|
|
1778
|
-
]
|
|
1779
|
-
},
|
|
1780
|
-
"debug:parse-project": {
|
|
1781
|
-
"aliases": [],
|
|
1782
|
-
"args": {},
|
|
1783
|
-
"description": "Parses a Checkly project.",
|
|
1784
|
-
"flags": {
|
|
1785
|
-
"config": {
|
|
1786
|
-
"char": "c",
|
|
1787
|
-
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1788
|
-
"env": "CHECKLY_CONFIG_FILE",
|
|
1789
|
-
"name": "config",
|
|
1711
|
+
},
|
|
1712
|
+
"type": {
|
|
1713
|
+
"description": "Filter by check type.",
|
|
1714
|
+
"name": "type",
|
|
1790
1715
|
"hasDynamicHelp": false,
|
|
1791
1716
|
"multiple": false,
|
|
1717
|
+
"options": [
|
|
1718
|
+
"API",
|
|
1719
|
+
"BROWSER",
|
|
1720
|
+
"HEARTBEAT",
|
|
1721
|
+
"MULTI_STEP",
|
|
1722
|
+
"PLAYWRIGHT",
|
|
1723
|
+
"TCP",
|
|
1724
|
+
"ICMP",
|
|
1725
|
+
"DNS",
|
|
1726
|
+
"URL",
|
|
1727
|
+
"GRPC",
|
|
1728
|
+
"SSL",
|
|
1729
|
+
"TRACEROUTE",
|
|
1730
|
+
"AGENTIC"
|
|
1731
|
+
],
|
|
1792
1732
|
"type": "option"
|
|
1793
1733
|
},
|
|
1794
|
-
"
|
|
1795
|
-
"description": "
|
|
1796
|
-
"
|
|
1797
|
-
"name": "default-runtime",
|
|
1798
|
-
"default": "2025.04",
|
|
1734
|
+
"status": {
|
|
1735
|
+
"description": "Filter by check status.",
|
|
1736
|
+
"name": "status",
|
|
1799
1737
|
"hasDynamicHelp": false,
|
|
1800
1738
|
"multiple": false,
|
|
1739
|
+
"options": [
|
|
1740
|
+
"passing",
|
|
1741
|
+
"failing",
|
|
1742
|
+
"degraded"
|
|
1743
|
+
],
|
|
1801
1744
|
"type": "option"
|
|
1802
1745
|
},
|
|
1803
|
-
"
|
|
1804
|
-
"description": "
|
|
1805
|
-
"
|
|
1806
|
-
"name": "verify-runtime-dependencies",
|
|
1807
|
-
"allowNo": true,
|
|
1808
|
-
"type": "boolean"
|
|
1809
|
-
},
|
|
1810
|
-
"emulate-pw-test": {
|
|
1811
|
-
"description": "Pretend to be the pw-test command. Affects validation.",
|
|
1812
|
-
"env": "CHECKLY_EMULATE_PW_TEST",
|
|
1813
|
-
"name": "emulate-pw-test",
|
|
1746
|
+
"hide-id": {
|
|
1747
|
+
"description": "Hide check IDs in table output.",
|
|
1748
|
+
"name": "hide-id",
|
|
1814
1749
|
"allowNo": false,
|
|
1815
1750
|
"type": "boolean"
|
|
1816
1751
|
},
|
|
1817
|
-
"
|
|
1818
|
-
"
|
|
1819
|
-
"
|
|
1820
|
-
"
|
|
1821
|
-
"
|
|
1822
|
-
"multiple": true,
|
|
1823
|
-
"type": "option"
|
|
1824
|
-
},
|
|
1825
|
-
"inject-private-location": {
|
|
1826
|
-
"description": "Pretend that the given private location exists (e.g., \"70c4ded4-2229-45a7-acf4-6b1eb56a86df:my-external-private-location\").",
|
|
1827
|
-
"name": "inject-private-location",
|
|
1828
|
-
"default": [],
|
|
1829
|
-
"delimiter": ",",
|
|
1752
|
+
"output": {
|
|
1753
|
+
"char": "o",
|
|
1754
|
+
"description": "Output format.",
|
|
1755
|
+
"name": "output",
|
|
1756
|
+
"default": "table",
|
|
1830
1757
|
"hasDynamicHelp": false,
|
|
1831
|
-
"multiple":
|
|
1758
|
+
"multiple": false,
|
|
1759
|
+
"options": [
|
|
1760
|
+
"table",
|
|
1761
|
+
"json",
|
|
1762
|
+
"md"
|
|
1763
|
+
],
|
|
1832
1764
|
"type": "option"
|
|
1833
|
-
},
|
|
1834
|
-
"stats": {
|
|
1835
|
-
"description": "Print parse/bundle/synthesize timing and heap usage to stderr. Run with NODE_OPTIONS=--expose-gc to also report the retained (post-GC) heap.",
|
|
1836
|
-
"name": "stats",
|
|
1837
|
-
"allowNo": false,
|
|
1838
|
-
"type": "boolean"
|
|
1839
1765
|
}
|
|
1840
1766
|
},
|
|
1841
1767
|
"hasDynamicHelp": false,
|
|
1842
|
-
"hidden":
|
|
1768
|
+
"hidden": false,
|
|
1843
1769
|
"hiddenAliases": [],
|
|
1844
|
-
"id": "
|
|
1770
|
+
"id": "checks:list",
|
|
1845
1771
|
"pluginAlias": "checkly",
|
|
1846
1772
|
"pluginName": "checkly",
|
|
1847
1773
|
"pluginType": "core",
|
|
1848
1774
|
"strict": true,
|
|
1849
1775
|
"enableJsonFlag": false,
|
|
1776
|
+
"coreCommand": false,
|
|
1777
|
+
"readOnly": true,
|
|
1778
|
+
"destructive": false,
|
|
1779
|
+
"idempotent": true,
|
|
1850
1780
|
"isESM": true,
|
|
1851
1781
|
"relativePath": [
|
|
1852
1782
|
"dist",
|
|
1853
1783
|
"commands",
|
|
1854
|
-
"
|
|
1855
|
-
"
|
|
1784
|
+
"checks",
|
|
1785
|
+
"list.js"
|
|
1856
1786
|
]
|
|
1857
1787
|
},
|
|
1858
|
-
"checks:
|
|
1788
|
+
"checks:run": {
|
|
1859
1789
|
"aliases": [],
|
|
1860
|
-
"args": {
|
|
1861
|
-
|
|
1862
|
-
"description": "The ID of the check to delete.",
|
|
1863
|
-
"name": "id",
|
|
1864
|
-
"required": true
|
|
1865
|
-
}
|
|
1866
|
-
},
|
|
1867
|
-
"description": "Delete a check by ID. Checks managed by a CLI project are recreated on the next deploy — remove those from your project code instead.",
|
|
1790
|
+
"args": {},
|
|
1791
|
+
"description": "Run deployed checks now using their configured locations and alerting rules.",
|
|
1868
1792
|
"flags": {
|
|
1869
|
-
"
|
|
1870
|
-
"char": "
|
|
1871
|
-
"description": "
|
|
1872
|
-
"name": "
|
|
1793
|
+
"tags": {
|
|
1794
|
+
"char": "t",
|
|
1795
|
+
"description": "Select checks using a comma-separated list of tags. Checks must contain all tags in one --tags filter. Repeat --tags to match any of multiple filters.",
|
|
1796
|
+
"name": "tags",
|
|
1797
|
+
"hasDynamicHelp": false,
|
|
1798
|
+
"multiple": true,
|
|
1799
|
+
"type": "option"
|
|
1800
|
+
},
|
|
1801
|
+
"check-id": {
|
|
1802
|
+
"description": "Run specific checks by ID. Accepts comma-separated values and can be repeated.",
|
|
1803
|
+
"name": "check-id",
|
|
1804
|
+
"delimiter": ",",
|
|
1805
|
+
"hasDynamicHelp": false,
|
|
1806
|
+
"multiple": true,
|
|
1807
|
+
"type": "option"
|
|
1808
|
+
},
|
|
1809
|
+
"refresh-cache": {
|
|
1810
|
+
"description": "Refresh the selected checks cache before running.",
|
|
1811
|
+
"name": "refresh-cache",
|
|
1873
1812
|
"allowNo": false,
|
|
1874
1813
|
"type": "boolean"
|
|
1875
1814
|
},
|
|
1876
|
-
"
|
|
1877
|
-
"description": "
|
|
1878
|
-
"name": "
|
|
1815
|
+
"timeout": {
|
|
1816
|
+
"description": "A timeout (in seconds) to wait for all check sessions to complete.",
|
|
1817
|
+
"name": "timeout",
|
|
1818
|
+
"default": 600,
|
|
1819
|
+
"hasDynamicHelp": false,
|
|
1820
|
+
"multiple": false,
|
|
1821
|
+
"type": "option"
|
|
1822
|
+
},
|
|
1823
|
+
"detach": {
|
|
1824
|
+
"char": "d",
|
|
1825
|
+
"description": "Start the check sessions and exit without waiting for results.",
|
|
1826
|
+
"name": "detach",
|
|
1879
1827
|
"allowNo": false,
|
|
1880
1828
|
"type": "boolean"
|
|
1829
|
+
},
|
|
1830
|
+
"fail-on-no-matching": {
|
|
1831
|
+
"description": "Exit with a failing status code when there are no matching checks. Enabled by default.",
|
|
1832
|
+
"name": "fail-on-no-matching",
|
|
1833
|
+
"allowNo": true,
|
|
1834
|
+
"type": "boolean"
|
|
1835
|
+
},
|
|
1836
|
+
"output": {
|
|
1837
|
+
"char": "o",
|
|
1838
|
+
"description": "Output format.",
|
|
1839
|
+
"name": "output",
|
|
1840
|
+
"default": "table",
|
|
1841
|
+
"hasDynamicHelp": false,
|
|
1842
|
+
"multiple": false,
|
|
1843
|
+
"options": [
|
|
1844
|
+
"table",
|
|
1845
|
+
"json",
|
|
1846
|
+
"md"
|
|
1847
|
+
],
|
|
1848
|
+
"type": "option"
|
|
1881
1849
|
}
|
|
1882
1850
|
},
|
|
1883
1851
|
"hasDynamicHelp": false,
|
|
1884
1852
|
"hidden": false,
|
|
1885
1853
|
"hiddenAliases": [],
|
|
1886
|
-
"id": "checks:
|
|
1854
|
+
"id": "checks:run",
|
|
1887
1855
|
"pluginAlias": "checkly",
|
|
1888
1856
|
"pluginName": "checkly",
|
|
1889
1857
|
"pluginType": "core",
|
|
@@ -1891,156 +1859,43 @@
|
|
|
1891
1859
|
"enableJsonFlag": false,
|
|
1892
1860
|
"coreCommand": false,
|
|
1893
1861
|
"readOnly": false,
|
|
1894
|
-
"destructive":
|
|
1895
|
-
"idempotent":
|
|
1862
|
+
"destructive": false,
|
|
1863
|
+
"idempotent": false,
|
|
1896
1864
|
"isESM": true,
|
|
1897
1865
|
"relativePath": [
|
|
1898
1866
|
"dist",
|
|
1899
1867
|
"commands",
|
|
1900
1868
|
"checks",
|
|
1901
|
-
"
|
|
1869
|
+
"run.js"
|
|
1902
1870
|
]
|
|
1903
1871
|
},
|
|
1904
|
-
"checks:
|
|
1872
|
+
"checks:stats": {
|
|
1905
1873
|
"aliases": [],
|
|
1906
1874
|
"args": {
|
|
1907
|
-
"
|
|
1908
|
-
"description": "
|
|
1909
|
-
"name": "
|
|
1910
|
-
"required":
|
|
1875
|
+
"checkIds": {
|
|
1876
|
+
"description": "One or more check IDs to get stats for.",
|
|
1877
|
+
"name": "checkIds",
|
|
1878
|
+
"required": false
|
|
1911
1879
|
}
|
|
1912
1880
|
},
|
|
1913
|
-
"description": "
|
|
1881
|
+
"description": "Show analytics stats for your checks.",
|
|
1914
1882
|
"flags": {
|
|
1915
|
-
"
|
|
1883
|
+
"range": {
|
|
1916
1884
|
"char": "r",
|
|
1917
|
-
"description": "
|
|
1918
|
-
"name": "
|
|
1885
|
+
"description": "Time range for stats.",
|
|
1886
|
+
"name": "range",
|
|
1887
|
+
"default": "last24Hours",
|
|
1919
1888
|
"hasDynamicHelp": false,
|
|
1920
1889
|
"multiple": false,
|
|
1890
|
+
"options": [
|
|
1891
|
+
"last24Hours",
|
|
1892
|
+
"last7Days",
|
|
1893
|
+
"thisWeek",
|
|
1894
|
+
"lastWeek",
|
|
1895
|
+
"lastMonth"
|
|
1896
|
+
],
|
|
1921
1897
|
"type": "option"
|
|
1922
1898
|
},
|
|
1923
|
-
"include-attempts": {
|
|
1924
|
-
"dependsOn": [
|
|
1925
|
-
"result"
|
|
1926
|
-
],
|
|
1927
|
-
"description": "Show individual retry attempts for the result (use with --result).",
|
|
1928
|
-
"name": "include-attempts",
|
|
1929
|
-
"allowNo": false,
|
|
1930
|
-
"type": "boolean"
|
|
1931
|
-
},
|
|
1932
|
-
"error-group": {
|
|
1933
|
-
"char": "e",
|
|
1934
|
-
"description": "Show full details for a specific error group ID.",
|
|
1935
|
-
"name": "error-group",
|
|
1936
|
-
"hasDynamicHelp": false,
|
|
1937
|
-
"multiple": false,
|
|
1938
|
-
"type": "option"
|
|
1939
|
-
},
|
|
1940
|
-
"results-limit": {
|
|
1941
|
-
"description": "Number of recent results to show.",
|
|
1942
|
-
"name": "results-limit",
|
|
1943
|
-
"default": 10,
|
|
1944
|
-
"hasDynamicHelp": false,
|
|
1945
|
-
"multiple": false,
|
|
1946
|
-
"type": "option"
|
|
1947
|
-
},
|
|
1948
|
-
"results-cursor": {
|
|
1949
|
-
"description": "Cursor for results pagination (from previous output).",
|
|
1950
|
-
"name": "results-cursor",
|
|
1951
|
-
"hasDynamicHelp": false,
|
|
1952
|
-
"multiple": false,
|
|
1953
|
-
"type": "option"
|
|
1954
|
-
},
|
|
1955
|
-
"stats-range": {
|
|
1956
|
-
"description": "Time range for stats.",
|
|
1957
|
-
"name": "stats-range",
|
|
1958
|
-
"default": "last24Hours",
|
|
1959
|
-
"hasDynamicHelp": false,
|
|
1960
|
-
"multiple": false,
|
|
1961
|
-
"options": [
|
|
1962
|
-
"last24Hours",
|
|
1963
|
-
"last7Days",
|
|
1964
|
-
"last30Days",
|
|
1965
|
-
"thisWeek",
|
|
1966
|
-
"thisMonth",
|
|
1967
|
-
"lastWeek",
|
|
1968
|
-
"lastMonth"
|
|
1969
|
-
],
|
|
1970
|
-
"type": "option"
|
|
1971
|
-
},
|
|
1972
|
-
"group-by": {
|
|
1973
|
-
"description": "Group stats by dimension.",
|
|
1974
|
-
"name": "group-by",
|
|
1975
|
-
"hasDynamicHelp": false,
|
|
1976
|
-
"multiple": false,
|
|
1977
|
-
"options": [
|
|
1978
|
-
"location",
|
|
1979
|
-
"statusCode"
|
|
1980
|
-
],
|
|
1981
|
-
"type": "option"
|
|
1982
|
-
},
|
|
1983
|
-
"metrics": {
|
|
1984
|
-
"description": "Comma-separated list of metrics to show (overrides defaults).",
|
|
1985
|
-
"name": "metrics",
|
|
1986
|
-
"hasDynamicHelp": false,
|
|
1987
|
-
"multiple": false,
|
|
1988
|
-
"type": "option"
|
|
1989
|
-
},
|
|
1990
|
-
"filter-status": {
|
|
1991
|
-
"description": "Only include runs with this status in stats.",
|
|
1992
|
-
"name": "filter-status",
|
|
1993
|
-
"hasDynamicHelp": false,
|
|
1994
|
-
"multiple": false,
|
|
1995
|
-
"options": [
|
|
1996
|
-
"success",
|
|
1997
|
-
"failure"
|
|
1998
|
-
],
|
|
1999
|
-
"type": "option"
|
|
2000
|
-
},
|
|
2001
|
-
"output": {
|
|
2002
|
-
"char": "o",
|
|
2003
|
-
"description": "Output format.",
|
|
2004
|
-
"name": "output",
|
|
2005
|
-
"default": "detail",
|
|
2006
|
-
"hasDynamicHelp": false,
|
|
2007
|
-
"multiple": false,
|
|
2008
|
-
"options": [
|
|
2009
|
-
"detail",
|
|
2010
|
-
"json",
|
|
2011
|
-
"md"
|
|
2012
|
-
],
|
|
2013
|
-
"type": "option"
|
|
2014
|
-
}
|
|
2015
|
-
},
|
|
2016
|
-
"hasDynamicHelp": false,
|
|
2017
|
-
"hidden": false,
|
|
2018
|
-
"hiddenAliases": [],
|
|
2019
|
-
"id": "checks:get",
|
|
2020
|
-
"pluginAlias": "checkly",
|
|
2021
|
-
"pluginName": "checkly",
|
|
2022
|
-
"pluginType": "core",
|
|
2023
|
-
"strict": true,
|
|
2024
|
-
"enableJsonFlag": false,
|
|
2025
|
-
"coreCommand": false,
|
|
2026
|
-
"readOnly": true,
|
|
2027
|
-
"destructive": false,
|
|
2028
|
-
"idempotent": true,
|
|
2029
|
-
"isESM": true,
|
|
2030
|
-
"relativePath": [
|
|
2031
|
-
"dist",
|
|
2032
|
-
"commands",
|
|
2033
|
-
"checks",
|
|
2034
|
-
"get.js"
|
|
2035
|
-
],
|
|
2036
|
-
"MAX_SEQUENCE_SPAN_SECONDS": 1800,
|
|
2037
|
-
"MAX_RESULT_PAGES": 15
|
|
2038
|
-
},
|
|
2039
|
-
"checks:list": {
|
|
2040
|
-
"aliases": [],
|
|
2041
|
-
"args": {},
|
|
2042
|
-
"description": "List all checks in your account.",
|
|
2043
|
-
"flags": {
|
|
2044
1899
|
"limit": {
|
|
2045
1900
|
"char": "l",
|
|
2046
1901
|
"description": "Number of checks to return (1-100).",
|
|
@@ -2063,7 +1918,6 @@
|
|
|
2063
1918
|
"char": "t",
|
|
2064
1919
|
"description": "Filter by tag. Can be specified multiple times.",
|
|
2065
1920
|
"name": "tag",
|
|
2066
|
-
"delimiter": ",",
|
|
2067
1921
|
"hasDynamicHelp": false,
|
|
2068
1922
|
"multiple": true,
|
|
2069
1923
|
"type": "option"
|
|
@@ -2098,24 +1952,6 @@
|
|
|
2098
1952
|
],
|
|
2099
1953
|
"type": "option"
|
|
2100
1954
|
},
|
|
2101
|
-
"status": {
|
|
2102
|
-
"description": "Filter by check status.",
|
|
2103
|
-
"name": "status",
|
|
2104
|
-
"hasDynamicHelp": false,
|
|
2105
|
-
"multiple": false,
|
|
2106
|
-
"options": [
|
|
2107
|
-
"passing",
|
|
2108
|
-
"failing",
|
|
2109
|
-
"degraded"
|
|
2110
|
-
],
|
|
2111
|
-
"type": "option"
|
|
2112
|
-
},
|
|
2113
|
-
"hide-id": {
|
|
2114
|
-
"description": "Hide check IDs in table output.",
|
|
2115
|
-
"name": "hide-id",
|
|
2116
|
-
"allowNo": false,
|
|
2117
|
-
"type": "boolean"
|
|
2118
|
-
},
|
|
2119
1955
|
"output": {
|
|
2120
1956
|
"char": "o",
|
|
2121
1957
|
"description": "Output format.",
|
|
@@ -2134,11 +1970,11 @@
|
|
|
2134
1970
|
"hasDynamicHelp": false,
|
|
2135
1971
|
"hidden": false,
|
|
2136
1972
|
"hiddenAliases": [],
|
|
2137
|
-
"id": "checks:
|
|
1973
|
+
"id": "checks:stats",
|
|
2138
1974
|
"pluginAlias": "checkly",
|
|
2139
1975
|
"pluginName": "checkly",
|
|
2140
1976
|
"pluginType": "core",
|
|
2141
|
-
"strict":
|
|
1977
|
+
"strict": false,
|
|
2142
1978
|
"enableJsonFlag": false,
|
|
2143
1979
|
"coreCommand": false,
|
|
2144
1980
|
"readOnly": true,
|
|
@@ -2149,55 +1985,77 @@
|
|
|
2149
1985
|
"dist",
|
|
2150
1986
|
"commands",
|
|
2151
1987
|
"checks",
|
|
2152
|
-
"
|
|
1988
|
+
"stats.js"
|
|
2153
1989
|
]
|
|
2154
1990
|
},
|
|
2155
|
-
"
|
|
1991
|
+
"assets:download": {
|
|
2156
1992
|
"aliases": [],
|
|
2157
1993
|
"args": {},
|
|
2158
|
-
"description": "
|
|
1994
|
+
"description": "Download result assets.",
|
|
2159
1995
|
"flags": {
|
|
2160
|
-
"
|
|
2161
|
-
"
|
|
2162
|
-
"
|
|
2163
|
-
"name": "tags",
|
|
1996
|
+
"check-id": {
|
|
1997
|
+
"description": "Check ID for a scheduled check result.",
|
|
1998
|
+
"name": "check-id",
|
|
2164
1999
|
"hasDynamicHelp": false,
|
|
2165
|
-
"multiple":
|
|
2000
|
+
"multiple": false,
|
|
2166
2001
|
"type": "option"
|
|
2167
2002
|
},
|
|
2168
|
-
"
|
|
2169
|
-
"description": "
|
|
2170
|
-
"name": "
|
|
2171
|
-
"delimiter": ",",
|
|
2003
|
+
"test-session-id": {
|
|
2004
|
+
"description": "Test session ID for a test-session result.",
|
|
2005
|
+
"name": "test-session-id",
|
|
2172
2006
|
"hasDynamicHelp": false,
|
|
2173
|
-
"multiple":
|
|
2007
|
+
"multiple": false,
|
|
2174
2008
|
"type": "option"
|
|
2175
2009
|
},
|
|
2176
|
-
"
|
|
2177
|
-
"description": "
|
|
2178
|
-
"name": "
|
|
2179
|
-
"
|
|
2180
|
-
"
|
|
2010
|
+
"result-id": {
|
|
2011
|
+
"description": "Check result ID or test-session result ID.",
|
|
2012
|
+
"name": "result-id",
|
|
2013
|
+
"required": true,
|
|
2014
|
+
"hasDynamicHelp": false,
|
|
2015
|
+
"multiple": false,
|
|
2016
|
+
"type": "option"
|
|
2181
2017
|
},
|
|
2182
|
-
"
|
|
2183
|
-
"description": "
|
|
2184
|
-
"name": "
|
|
2185
|
-
"default": 600,
|
|
2018
|
+
"type": {
|
|
2019
|
+
"description": "Select assets by type.",
|
|
2020
|
+
"name": "type",
|
|
2186
2021
|
"hasDynamicHelp": false,
|
|
2187
2022
|
"multiple": false,
|
|
2023
|
+
"options": [
|
|
2024
|
+
"log",
|
|
2025
|
+
"trace",
|
|
2026
|
+
"video",
|
|
2027
|
+
"screenshot",
|
|
2028
|
+
"pcap",
|
|
2029
|
+
"report",
|
|
2030
|
+
"file",
|
|
2031
|
+
"all"
|
|
2032
|
+
],
|
|
2188
2033
|
"type": "option"
|
|
2189
2034
|
},
|
|
2190
|
-
"
|
|
2191
|
-
"
|
|
2192
|
-
"
|
|
2193
|
-
"
|
|
2035
|
+
"asset": {
|
|
2036
|
+
"description": "Select an asset by exact Asset/Name value or glob.",
|
|
2037
|
+
"name": "asset",
|
|
2038
|
+
"hasDynamicHelp": false,
|
|
2039
|
+
"multiple": false,
|
|
2040
|
+
"type": "option"
|
|
2041
|
+
},
|
|
2042
|
+
"dir": {
|
|
2043
|
+
"description": "Directory to write assets into.",
|
|
2044
|
+
"name": "dir",
|
|
2045
|
+
"hasDynamicHelp": false,
|
|
2046
|
+
"multiple": false,
|
|
2047
|
+
"type": "option"
|
|
2048
|
+
},
|
|
2049
|
+
"force": {
|
|
2050
|
+
"description": "Overwrite existing files.",
|
|
2051
|
+
"name": "force",
|
|
2194
2052
|
"allowNo": false,
|
|
2195
2053
|
"type": "boolean"
|
|
2196
2054
|
},
|
|
2197
|
-
"
|
|
2198
|
-
"description": "
|
|
2199
|
-
"name": "
|
|
2200
|
-
"allowNo":
|
|
2055
|
+
"skip-existing": {
|
|
2056
|
+
"description": "Skip files that already exist.",
|
|
2057
|
+
"name": "skip-existing",
|
|
2058
|
+
"allowNo": false,
|
|
2201
2059
|
"type": "boolean"
|
|
2202
2060
|
},
|
|
2203
2061
|
"output": {
|
|
@@ -2209,8 +2067,7 @@
|
|
|
2209
2067
|
"multiple": false,
|
|
2210
2068
|
"options": [
|
|
2211
2069
|
"table",
|
|
2212
|
-
"json"
|
|
2213
|
-
"md"
|
|
2070
|
+
"json"
|
|
2214
2071
|
],
|
|
2215
2072
|
"type": "option"
|
|
2216
2073
|
}
|
|
@@ -2218,141 +2075,501 @@
|
|
|
2218
2075
|
"hasDynamicHelp": false,
|
|
2219
2076
|
"hidden": false,
|
|
2220
2077
|
"hiddenAliases": [],
|
|
2221
|
-
"id": "
|
|
2078
|
+
"id": "assets:download",
|
|
2222
2079
|
"pluginAlias": "checkly",
|
|
2223
2080
|
"pluginName": "checkly",
|
|
2224
2081
|
"pluginType": "core",
|
|
2225
2082
|
"strict": true,
|
|
2226
2083
|
"enableJsonFlag": false,
|
|
2227
2084
|
"coreCommand": false,
|
|
2228
|
-
"readOnly":
|
|
2085
|
+
"readOnly": true,
|
|
2229
2086
|
"destructive": false,
|
|
2230
|
-
"idempotent":
|
|
2087
|
+
"idempotent": true,
|
|
2231
2088
|
"isESM": true,
|
|
2232
2089
|
"relativePath": [
|
|
2233
2090
|
"dist",
|
|
2234
2091
|
"commands",
|
|
2235
|
-
"
|
|
2236
|
-
"
|
|
2092
|
+
"assets",
|
|
2093
|
+
"download.js"
|
|
2237
2094
|
]
|
|
2238
2095
|
},
|
|
2239
|
-
"
|
|
2096
|
+
"assets:list": {
|
|
2240
2097
|
"aliases": [],
|
|
2241
|
-
"args": {
|
|
2242
|
-
|
|
2243
|
-
"description": "One or more check IDs to get stats for.",
|
|
2244
|
-
"name": "checkIds",
|
|
2245
|
-
"required": false
|
|
2246
|
-
}
|
|
2247
|
-
},
|
|
2248
|
-
"description": "Show analytics stats for your checks.",
|
|
2098
|
+
"args": {},
|
|
2099
|
+
"description": "List result assets.",
|
|
2249
2100
|
"flags": {
|
|
2250
|
-
"
|
|
2251
|
-
"
|
|
2252
|
-
"
|
|
2253
|
-
"name": "range",
|
|
2254
|
-
"default": "last24Hours",
|
|
2101
|
+
"check-id": {
|
|
2102
|
+
"description": "Check ID for a scheduled check result.",
|
|
2103
|
+
"name": "check-id",
|
|
2255
2104
|
"hasDynamicHelp": false,
|
|
2256
2105
|
"multiple": false,
|
|
2257
|
-
"options": [
|
|
2258
|
-
"last24Hours",
|
|
2259
|
-
"last7Days",
|
|
2260
|
-
"thisWeek",
|
|
2261
|
-
"lastWeek",
|
|
2262
|
-
"lastMonth"
|
|
2263
|
-
],
|
|
2264
2106
|
"type": "option"
|
|
2265
2107
|
},
|
|
2266
|
-
"
|
|
2267
|
-
"
|
|
2268
|
-
"
|
|
2269
|
-
"name": "limit",
|
|
2270
|
-
"default": 25,
|
|
2108
|
+
"test-session-id": {
|
|
2109
|
+
"description": "Test session ID for a test-session result.",
|
|
2110
|
+
"name": "test-session-id",
|
|
2271
2111
|
"hasDynamicHelp": false,
|
|
2272
2112
|
"multiple": false,
|
|
2273
2113
|
"type": "option"
|
|
2274
2114
|
},
|
|
2275
|
-
"
|
|
2276
|
-
"
|
|
2277
|
-
"
|
|
2278
|
-
"
|
|
2279
|
-
"default": 1,
|
|
2115
|
+
"result-id": {
|
|
2116
|
+
"description": "Check result ID or test-session result ID.",
|
|
2117
|
+
"name": "result-id",
|
|
2118
|
+
"required": true,
|
|
2280
2119
|
"hasDynamicHelp": false,
|
|
2281
2120
|
"multiple": false,
|
|
2282
2121
|
"type": "option"
|
|
2283
2122
|
},
|
|
2284
|
-
"
|
|
2285
|
-
"
|
|
2286
|
-
"
|
|
2287
|
-
"
|
|
2123
|
+
"type": {
|
|
2124
|
+
"description": "Filter assets by type.",
|
|
2125
|
+
"name": "type",
|
|
2126
|
+
"default": "all",
|
|
2288
2127
|
"hasDynamicHelp": false,
|
|
2289
|
-
"multiple":
|
|
2128
|
+
"multiple": false,
|
|
2129
|
+
"options": [
|
|
2130
|
+
"log",
|
|
2131
|
+
"trace",
|
|
2132
|
+
"video",
|
|
2133
|
+
"screenshot",
|
|
2134
|
+
"pcap",
|
|
2135
|
+
"report",
|
|
2136
|
+
"file",
|
|
2137
|
+
"all"
|
|
2138
|
+
],
|
|
2290
2139
|
"type": "option"
|
|
2291
2140
|
},
|
|
2292
|
-
"
|
|
2293
|
-
"
|
|
2294
|
-
"
|
|
2295
|
-
"name": "search",
|
|
2141
|
+
"asset": {
|
|
2142
|
+
"description": "Filter assets by exact Asset/Name value or glob.",
|
|
2143
|
+
"name": "asset",
|
|
2296
2144
|
"hasDynamicHelp": false,
|
|
2297
2145
|
"multiple": false,
|
|
2298
2146
|
"type": "option"
|
|
2299
2147
|
},
|
|
2300
|
-
"
|
|
2301
|
-
"description": "
|
|
2302
|
-
"name": "
|
|
2148
|
+
"view": {
|
|
2149
|
+
"description": "Human output view. Ignored with --output json.",
|
|
2150
|
+
"name": "view",
|
|
2151
|
+
"default": "table",
|
|
2303
2152
|
"hasDynamicHelp": false,
|
|
2304
2153
|
"multiple": false,
|
|
2305
2154
|
"options": [
|
|
2306
|
-
"
|
|
2307
|
-
"
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2155
|
+
"table",
|
|
2156
|
+
"tree"
|
|
2157
|
+
],
|
|
2158
|
+
"type": "option"
|
|
2159
|
+
},
|
|
2160
|
+
"output": {
|
|
2161
|
+
"char": "o",
|
|
2162
|
+
"description": "Output format.",
|
|
2163
|
+
"name": "output",
|
|
2164
|
+
"default": "table",
|
|
2165
|
+
"hasDynamicHelp": false,
|
|
2166
|
+
"multiple": false,
|
|
2167
|
+
"options": [
|
|
2168
|
+
"table",
|
|
2169
|
+
"json",
|
|
2170
|
+
"md"
|
|
2319
2171
|
],
|
|
2320
2172
|
"type": "option"
|
|
2173
|
+
}
|
|
2174
|
+
},
|
|
2175
|
+
"hasDynamicHelp": false,
|
|
2176
|
+
"hidden": false,
|
|
2177
|
+
"hiddenAliases": [],
|
|
2178
|
+
"id": "assets:list",
|
|
2179
|
+
"pluginAlias": "checkly",
|
|
2180
|
+
"pluginName": "checkly",
|
|
2181
|
+
"pluginType": "core",
|
|
2182
|
+
"strict": true,
|
|
2183
|
+
"enableJsonFlag": false,
|
|
2184
|
+
"coreCommand": false,
|
|
2185
|
+
"readOnly": true,
|
|
2186
|
+
"destructive": false,
|
|
2187
|
+
"idempotent": true,
|
|
2188
|
+
"isESM": true,
|
|
2189
|
+
"relativePath": [
|
|
2190
|
+
"dist",
|
|
2191
|
+
"commands",
|
|
2192
|
+
"assets",
|
|
2193
|
+
"list.js"
|
|
2194
|
+
]
|
|
2195
|
+
},
|
|
2196
|
+
"debug:parse-file": {
|
|
2197
|
+
"aliases": [],
|
|
2198
|
+
"args": {},
|
|
2199
|
+
"description": "Parses and outputs relevant details of a code file.",
|
|
2200
|
+
"flags": {
|
|
2201
|
+
"file": {
|
|
2202
|
+
"name": "file",
|
|
2203
|
+
"required": true,
|
|
2204
|
+
"hasDynamicHelp": false,
|
|
2205
|
+
"multiple": false,
|
|
2206
|
+
"type": "option"
|
|
2207
|
+
},
|
|
2208
|
+
"restricted": {
|
|
2209
|
+
"name": "restricted",
|
|
2210
|
+
"allowNo": false,
|
|
2211
|
+
"type": "boolean"
|
|
2212
|
+
},
|
|
2213
|
+
"detect-workspace": {
|
|
2214
|
+
"name": "detect-workspace",
|
|
2215
|
+
"allowNo": true,
|
|
2216
|
+
"type": "boolean"
|
|
2217
|
+
},
|
|
2218
|
+
"supported-module": {
|
|
2219
|
+
"name": "supported-module",
|
|
2220
|
+
"default": [],
|
|
2221
|
+
"delimiter": ",",
|
|
2222
|
+
"hasDynamicHelp": false,
|
|
2223
|
+
"multiple": true,
|
|
2224
|
+
"type": "option"
|
|
2225
|
+
},
|
|
2226
|
+
"check-unsupported-modules": {
|
|
2227
|
+
"name": "check-unsupported-modules",
|
|
2228
|
+
"allowNo": false,
|
|
2229
|
+
"type": "boolean"
|
|
2230
|
+
}
|
|
2231
|
+
},
|
|
2232
|
+
"hasDynamicHelp": false,
|
|
2233
|
+
"hidden": true,
|
|
2234
|
+
"hiddenAliases": [],
|
|
2235
|
+
"id": "debug:parse-file",
|
|
2236
|
+
"pluginAlias": "checkly",
|
|
2237
|
+
"pluginName": "checkly",
|
|
2238
|
+
"pluginType": "core",
|
|
2239
|
+
"strict": true,
|
|
2240
|
+
"enableJsonFlag": false,
|
|
2241
|
+
"isESM": true,
|
|
2242
|
+
"relativePath": [
|
|
2243
|
+
"dist",
|
|
2244
|
+
"commands",
|
|
2245
|
+
"debug",
|
|
2246
|
+
"parse-file.js"
|
|
2247
|
+
]
|
|
2248
|
+
},
|
|
2249
|
+
"debug:parse-playwright-config": {
|
|
2250
|
+
"aliases": [],
|
|
2251
|
+
"args": {},
|
|
2252
|
+
"description": "Parses and outputs relevant details of a Playwright configuration file.",
|
|
2253
|
+
"flags": {
|
|
2254
|
+
"file": {
|
|
2255
|
+
"env": "CHECKLY_PLAYWRIGHT_CONFIG_FILE",
|
|
2256
|
+
"name": "file",
|
|
2257
|
+
"default": "/home/runner/work/checkly-cli/checkly-cli/packages/cli/playwright.config.ts",
|
|
2258
|
+
"hasDynamicHelp": false,
|
|
2259
|
+
"multiple": false,
|
|
2260
|
+
"type": "option"
|
|
2261
|
+
}
|
|
2262
|
+
},
|
|
2263
|
+
"hasDynamicHelp": false,
|
|
2264
|
+
"hidden": true,
|
|
2265
|
+
"hiddenAliases": [],
|
|
2266
|
+
"id": "debug:parse-playwright-config",
|
|
2267
|
+
"pluginAlias": "checkly",
|
|
2268
|
+
"pluginName": "checkly",
|
|
2269
|
+
"pluginType": "core",
|
|
2270
|
+
"strict": true,
|
|
2271
|
+
"enableJsonFlag": false,
|
|
2272
|
+
"isESM": true,
|
|
2273
|
+
"relativePath": [
|
|
2274
|
+
"dist",
|
|
2275
|
+
"commands",
|
|
2276
|
+
"debug",
|
|
2277
|
+
"parse-playwright-config.js"
|
|
2278
|
+
]
|
|
2279
|
+
},
|
|
2280
|
+
"debug:parse-project": {
|
|
2281
|
+
"aliases": [],
|
|
2282
|
+
"args": {},
|
|
2283
|
+
"description": "Parses a Checkly project.",
|
|
2284
|
+
"flags": {
|
|
2285
|
+
"config": {
|
|
2286
|
+
"char": "c",
|
|
2287
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
2288
|
+
"env": "CHECKLY_CONFIG_FILE",
|
|
2289
|
+
"name": "config",
|
|
2290
|
+
"hasDynamicHelp": false,
|
|
2291
|
+
"multiple": false,
|
|
2292
|
+
"type": "option"
|
|
2293
|
+
},
|
|
2294
|
+
"default-runtime": {
|
|
2295
|
+
"description": "The default runtime to use if none is specified.",
|
|
2296
|
+
"env": "CHECKLY_DEFAULT_RUNTIME",
|
|
2297
|
+
"name": "default-runtime",
|
|
2298
|
+
"default": "2025.04",
|
|
2299
|
+
"hasDynamicHelp": false,
|
|
2300
|
+
"multiple": false,
|
|
2301
|
+
"type": "option"
|
|
2302
|
+
},
|
|
2303
|
+
"verify-runtime-dependencies": {
|
|
2304
|
+
"description": "[default: true] Return an error if checks import dependencies that are not supported by the selected runtime.",
|
|
2305
|
+
"env": "CHECKLY_VERIFY_RUNTIME_DEPENDENCIES",
|
|
2306
|
+
"name": "verify-runtime-dependencies",
|
|
2307
|
+
"allowNo": true,
|
|
2308
|
+
"type": "boolean"
|
|
2309
|
+
},
|
|
2310
|
+
"emulate-pw-test": {
|
|
2311
|
+
"description": "Pretend to be the pw-test command. Affects validation.",
|
|
2312
|
+
"env": "CHECKLY_EMULATE_PW_TEST",
|
|
2313
|
+
"name": "emulate-pw-test",
|
|
2314
|
+
"allowNo": false,
|
|
2315
|
+
"type": "boolean"
|
|
2316
|
+
},
|
|
2317
|
+
"include": {
|
|
2318
|
+
"description": "File patterns to include when bundling the test project (e.g., \"utils/**/*\").",
|
|
2319
|
+
"name": "include",
|
|
2320
|
+
"default": [],
|
|
2321
|
+
"hasDynamicHelp": false,
|
|
2322
|
+
"multiple": true,
|
|
2323
|
+
"type": "option"
|
|
2324
|
+
},
|
|
2325
|
+
"inject-private-location": {
|
|
2326
|
+
"description": "Pretend that the given private location exists (e.g., \"70c4ded4-2229-45a7-acf4-6b1eb56a86df:my-external-private-location\").",
|
|
2327
|
+
"name": "inject-private-location",
|
|
2328
|
+
"default": [],
|
|
2329
|
+
"delimiter": ",",
|
|
2330
|
+
"hasDynamicHelp": false,
|
|
2331
|
+
"multiple": true,
|
|
2332
|
+
"type": "option"
|
|
2333
|
+
},
|
|
2334
|
+
"stats": {
|
|
2335
|
+
"description": "Print parse/bundle/synthesize timing and heap usage to stderr. Run with NODE_OPTIONS=--expose-gc to also report the retained (post-GC) heap.",
|
|
2336
|
+
"name": "stats",
|
|
2337
|
+
"allowNo": false,
|
|
2338
|
+
"type": "boolean"
|
|
2339
|
+
}
|
|
2340
|
+
},
|
|
2341
|
+
"hasDynamicHelp": false,
|
|
2342
|
+
"hidden": true,
|
|
2343
|
+
"hiddenAliases": [],
|
|
2344
|
+
"id": "debug:parse-project",
|
|
2345
|
+
"pluginAlias": "checkly",
|
|
2346
|
+
"pluginName": "checkly",
|
|
2347
|
+
"pluginType": "core",
|
|
2348
|
+
"strict": true,
|
|
2349
|
+
"enableJsonFlag": false,
|
|
2350
|
+
"isESM": true,
|
|
2351
|
+
"relativePath": [
|
|
2352
|
+
"dist",
|
|
2353
|
+
"commands",
|
|
2354
|
+
"debug",
|
|
2355
|
+
"parse-project.js"
|
|
2356
|
+
]
|
|
2357
|
+
},
|
|
2358
|
+
"env:add": {
|
|
2359
|
+
"aliases": [],
|
|
2360
|
+
"args": {
|
|
2361
|
+
"key": {
|
|
2362
|
+
"description": "Environment variable key.",
|
|
2363
|
+
"name": "key",
|
|
2364
|
+
"required": true
|
|
2365
|
+
},
|
|
2366
|
+
"value": {
|
|
2367
|
+
"description": "Environment variable value.",
|
|
2368
|
+
"name": "value",
|
|
2369
|
+
"required": false
|
|
2370
|
+
}
|
|
2371
|
+
},
|
|
2372
|
+
"description": "Add environment variable via \"checkly env add <key> <value>\".",
|
|
2373
|
+
"flags": {
|
|
2374
|
+
"locked": {
|
|
2375
|
+
"char": "l",
|
|
2376
|
+
"description": "Indicate that the environment variable will be locked.",
|
|
2377
|
+
"name": "locked",
|
|
2378
|
+
"allowNo": false,
|
|
2379
|
+
"type": "boolean"
|
|
2380
|
+
},
|
|
2381
|
+
"secret": {
|
|
2382
|
+
"char": "s",
|
|
2383
|
+
"description": "Indicate that the environment variable will be secret.",
|
|
2384
|
+
"exclusive": [
|
|
2385
|
+
"locked"
|
|
2386
|
+
],
|
|
2387
|
+
"name": "secret",
|
|
2388
|
+
"allowNo": false,
|
|
2389
|
+
"type": "boolean"
|
|
2390
|
+
}
|
|
2391
|
+
},
|
|
2392
|
+
"hasDynamicHelp": false,
|
|
2393
|
+
"hidden": false,
|
|
2394
|
+
"hiddenAliases": [],
|
|
2395
|
+
"id": "env:add",
|
|
2396
|
+
"pluginAlias": "checkly",
|
|
2397
|
+
"pluginName": "checkly",
|
|
2398
|
+
"pluginType": "core",
|
|
2399
|
+
"strict": true,
|
|
2400
|
+
"enableJsonFlag": false,
|
|
2401
|
+
"coreCommand": false,
|
|
2402
|
+
"readOnly": false,
|
|
2403
|
+
"destructive": false,
|
|
2404
|
+
"idempotent": false,
|
|
2405
|
+
"isESM": true,
|
|
2406
|
+
"relativePath": [
|
|
2407
|
+
"dist",
|
|
2408
|
+
"commands",
|
|
2409
|
+
"env",
|
|
2410
|
+
"add.js"
|
|
2411
|
+
]
|
|
2412
|
+
},
|
|
2413
|
+
"env:ls": {
|
|
2414
|
+
"aliases": [],
|
|
2415
|
+
"args": {},
|
|
2416
|
+
"description": "List all Checkly environment variables via \"checkly env ls\".",
|
|
2417
|
+
"flags": {},
|
|
2418
|
+
"hasDynamicHelp": false,
|
|
2419
|
+
"hidden": false,
|
|
2420
|
+
"hiddenAliases": [],
|
|
2421
|
+
"id": "env:ls",
|
|
2422
|
+
"pluginAlias": "checkly",
|
|
2423
|
+
"pluginName": "checkly",
|
|
2424
|
+
"pluginType": "core",
|
|
2425
|
+
"strict": true,
|
|
2426
|
+
"enableJsonFlag": false,
|
|
2427
|
+
"coreCommand": false,
|
|
2428
|
+
"readOnly": true,
|
|
2429
|
+
"destructive": false,
|
|
2430
|
+
"idempotent": true,
|
|
2431
|
+
"isESM": true,
|
|
2432
|
+
"relativePath": [
|
|
2433
|
+
"dist",
|
|
2434
|
+
"commands",
|
|
2435
|
+
"env",
|
|
2436
|
+
"ls.js"
|
|
2437
|
+
]
|
|
2438
|
+
},
|
|
2439
|
+
"env:pull": {
|
|
2440
|
+
"aliases": [],
|
|
2441
|
+
"args": {
|
|
2442
|
+
"filename": {
|
|
2443
|
+
"default": ".env",
|
|
2444
|
+
"description": "Filename of the generated file.",
|
|
2445
|
+
"name": "filename",
|
|
2446
|
+
"required": false
|
|
2447
|
+
}
|
|
2448
|
+
},
|
|
2449
|
+
"description": "Pull Checkly environment variables via \"checkly env pull <filename>\".",
|
|
2450
|
+
"flags": {
|
|
2451
|
+
"force": {
|
|
2452
|
+
"char": "f",
|
|
2453
|
+
"description": "Force to overwrite existing file.",
|
|
2454
|
+
"name": "force",
|
|
2455
|
+
"allowNo": false,
|
|
2456
|
+
"type": "boolean"
|
|
2457
|
+
}
|
|
2458
|
+
},
|
|
2459
|
+
"hasDynamicHelp": false,
|
|
2460
|
+
"hidden": false,
|
|
2461
|
+
"hiddenAliases": [],
|
|
2462
|
+
"id": "env:pull",
|
|
2463
|
+
"pluginAlias": "checkly",
|
|
2464
|
+
"pluginName": "checkly",
|
|
2465
|
+
"pluginType": "core",
|
|
2466
|
+
"strict": true,
|
|
2467
|
+
"enableJsonFlag": false,
|
|
2468
|
+
"coreCommand": false,
|
|
2469
|
+
"readOnly": true,
|
|
2470
|
+
"destructive": false,
|
|
2471
|
+
"idempotent": true,
|
|
2472
|
+
"isESM": true,
|
|
2473
|
+
"relativePath": [
|
|
2474
|
+
"dist",
|
|
2475
|
+
"commands",
|
|
2476
|
+
"env",
|
|
2477
|
+
"pull.js"
|
|
2478
|
+
]
|
|
2479
|
+
},
|
|
2480
|
+
"env:rm": {
|
|
2481
|
+
"aliases": [],
|
|
2482
|
+
"args": {
|
|
2483
|
+
"key": {
|
|
2484
|
+
"description": "Environment variable key to remove.",
|
|
2485
|
+
"name": "key",
|
|
2486
|
+
"required": true
|
|
2487
|
+
}
|
|
2488
|
+
},
|
|
2489
|
+
"description": "Remove environment variable via \"checkly env rm <key>\".",
|
|
2490
|
+
"flags": {
|
|
2491
|
+
"force": {
|
|
2492
|
+
"char": "f",
|
|
2493
|
+
"description": "Skip confirmation prompt.",
|
|
2494
|
+
"name": "force",
|
|
2495
|
+
"allowNo": false,
|
|
2496
|
+
"type": "boolean"
|
|
2497
|
+
}
|
|
2498
|
+
},
|
|
2499
|
+
"hasDynamicHelp": false,
|
|
2500
|
+
"hidden": false,
|
|
2501
|
+
"hiddenAliases": [],
|
|
2502
|
+
"id": "env:rm",
|
|
2503
|
+
"pluginAlias": "checkly",
|
|
2504
|
+
"pluginName": "checkly",
|
|
2505
|
+
"pluginType": "core",
|
|
2506
|
+
"strict": true,
|
|
2507
|
+
"enableJsonFlag": false,
|
|
2508
|
+
"coreCommand": false,
|
|
2509
|
+
"readOnly": false,
|
|
2510
|
+
"destructive": true,
|
|
2511
|
+
"idempotent": false,
|
|
2512
|
+
"isESM": true,
|
|
2513
|
+
"relativePath": [
|
|
2514
|
+
"dist",
|
|
2515
|
+
"commands",
|
|
2516
|
+
"env",
|
|
2517
|
+
"rm.js"
|
|
2518
|
+
]
|
|
2519
|
+
},
|
|
2520
|
+
"env:update": {
|
|
2521
|
+
"aliases": [],
|
|
2522
|
+
"args": {
|
|
2523
|
+
"key": {
|
|
2524
|
+
"description": "Environment variable key.",
|
|
2525
|
+
"name": "key",
|
|
2526
|
+
"required": true
|
|
2527
|
+
},
|
|
2528
|
+
"value": {
|
|
2529
|
+
"description": "Environment variable value.",
|
|
2530
|
+
"name": "value",
|
|
2531
|
+
"required": false
|
|
2532
|
+
}
|
|
2533
|
+
},
|
|
2534
|
+
"description": "Update environment variable via \"checkly env update <key> <value>\".",
|
|
2535
|
+
"flags": {
|
|
2536
|
+
"locked": {
|
|
2537
|
+
"char": "l",
|
|
2538
|
+
"description": "Indicate if environment variable is locked.",
|
|
2539
|
+
"name": "locked",
|
|
2540
|
+
"allowNo": false,
|
|
2541
|
+
"type": "boolean"
|
|
2321
2542
|
},
|
|
2322
|
-
"
|
|
2323
|
-
"char": "
|
|
2324
|
-
"description": "
|
|
2325
|
-
"
|
|
2326
|
-
|
|
2327
|
-
"hasDynamicHelp": false,
|
|
2328
|
-
"multiple": false,
|
|
2329
|
-
"options": [
|
|
2330
|
-
"table",
|
|
2331
|
-
"json",
|
|
2332
|
-
"md"
|
|
2543
|
+
"secret": {
|
|
2544
|
+
"char": "s",
|
|
2545
|
+
"description": "Indicate if environment variable is secret.",
|
|
2546
|
+
"exclusive": [
|
|
2547
|
+
"locked"
|
|
2333
2548
|
],
|
|
2334
|
-
"
|
|
2549
|
+
"name": "secret",
|
|
2550
|
+
"allowNo": false,
|
|
2551
|
+
"type": "boolean"
|
|
2335
2552
|
}
|
|
2336
2553
|
},
|
|
2337
2554
|
"hasDynamicHelp": false,
|
|
2338
2555
|
"hidden": false,
|
|
2339
2556
|
"hiddenAliases": [],
|
|
2340
|
-
"id": "
|
|
2557
|
+
"id": "env:update",
|
|
2341
2558
|
"pluginAlias": "checkly",
|
|
2342
2559
|
"pluginName": "checkly",
|
|
2343
2560
|
"pluginType": "core",
|
|
2344
|
-
"strict":
|
|
2561
|
+
"strict": true,
|
|
2345
2562
|
"enableJsonFlag": false,
|
|
2346
2563
|
"coreCommand": false,
|
|
2347
|
-
"readOnly":
|
|
2564
|
+
"readOnly": false,
|
|
2348
2565
|
"destructive": false,
|
|
2349
2566
|
"idempotent": true,
|
|
2350
2567
|
"isESM": true,
|
|
2351
2568
|
"relativePath": [
|
|
2352
2569
|
"dist",
|
|
2353
2570
|
"commands",
|
|
2354
|
-
"
|
|
2355
|
-
"
|
|
2571
|
+
"env",
|
|
2572
|
+
"update.js"
|
|
2356
2573
|
]
|
|
2357
2574
|
},
|
|
2358
2575
|
"import:apply": {
|
|
@@ -2948,223 +3165,6 @@
|
|
|
2948
3165
|
"update.js"
|
|
2949
3166
|
]
|
|
2950
3167
|
},
|
|
2951
|
-
"env:add": {
|
|
2952
|
-
"aliases": [],
|
|
2953
|
-
"args": {
|
|
2954
|
-
"key": {
|
|
2955
|
-
"description": "Environment variable key.",
|
|
2956
|
-
"name": "key",
|
|
2957
|
-
"required": true
|
|
2958
|
-
},
|
|
2959
|
-
"value": {
|
|
2960
|
-
"description": "Environment variable value.",
|
|
2961
|
-
"name": "value",
|
|
2962
|
-
"required": false
|
|
2963
|
-
}
|
|
2964
|
-
},
|
|
2965
|
-
"description": "Add environment variable via \"checkly env add <key> <value>\".",
|
|
2966
|
-
"flags": {
|
|
2967
|
-
"locked": {
|
|
2968
|
-
"char": "l",
|
|
2969
|
-
"description": "Indicate that the environment variable will be locked.",
|
|
2970
|
-
"name": "locked",
|
|
2971
|
-
"allowNo": false,
|
|
2972
|
-
"type": "boolean"
|
|
2973
|
-
},
|
|
2974
|
-
"secret": {
|
|
2975
|
-
"char": "s",
|
|
2976
|
-
"description": "Indicate that the environment variable will be secret.",
|
|
2977
|
-
"exclusive": [
|
|
2978
|
-
"locked"
|
|
2979
|
-
],
|
|
2980
|
-
"name": "secret",
|
|
2981
|
-
"allowNo": false,
|
|
2982
|
-
"type": "boolean"
|
|
2983
|
-
}
|
|
2984
|
-
},
|
|
2985
|
-
"hasDynamicHelp": false,
|
|
2986
|
-
"hidden": false,
|
|
2987
|
-
"hiddenAliases": [],
|
|
2988
|
-
"id": "env:add",
|
|
2989
|
-
"pluginAlias": "checkly",
|
|
2990
|
-
"pluginName": "checkly",
|
|
2991
|
-
"pluginType": "core",
|
|
2992
|
-
"strict": true,
|
|
2993
|
-
"enableJsonFlag": false,
|
|
2994
|
-
"coreCommand": false,
|
|
2995
|
-
"readOnly": false,
|
|
2996
|
-
"destructive": false,
|
|
2997
|
-
"idempotent": false,
|
|
2998
|
-
"isESM": true,
|
|
2999
|
-
"relativePath": [
|
|
3000
|
-
"dist",
|
|
3001
|
-
"commands",
|
|
3002
|
-
"env",
|
|
3003
|
-
"add.js"
|
|
3004
|
-
]
|
|
3005
|
-
},
|
|
3006
|
-
"env:ls": {
|
|
3007
|
-
"aliases": [],
|
|
3008
|
-
"args": {},
|
|
3009
|
-
"description": "List all Checkly environment variables via \"checkly env ls\".",
|
|
3010
|
-
"flags": {},
|
|
3011
|
-
"hasDynamicHelp": false,
|
|
3012
|
-
"hidden": false,
|
|
3013
|
-
"hiddenAliases": [],
|
|
3014
|
-
"id": "env:ls",
|
|
3015
|
-
"pluginAlias": "checkly",
|
|
3016
|
-
"pluginName": "checkly",
|
|
3017
|
-
"pluginType": "core",
|
|
3018
|
-
"strict": true,
|
|
3019
|
-
"enableJsonFlag": false,
|
|
3020
|
-
"coreCommand": false,
|
|
3021
|
-
"readOnly": true,
|
|
3022
|
-
"destructive": false,
|
|
3023
|
-
"idempotent": true,
|
|
3024
|
-
"isESM": true,
|
|
3025
|
-
"relativePath": [
|
|
3026
|
-
"dist",
|
|
3027
|
-
"commands",
|
|
3028
|
-
"env",
|
|
3029
|
-
"ls.js"
|
|
3030
|
-
]
|
|
3031
|
-
},
|
|
3032
|
-
"env:pull": {
|
|
3033
|
-
"aliases": [],
|
|
3034
|
-
"args": {
|
|
3035
|
-
"filename": {
|
|
3036
|
-
"default": ".env",
|
|
3037
|
-
"description": "Filename of the generated file.",
|
|
3038
|
-
"name": "filename",
|
|
3039
|
-
"required": false
|
|
3040
|
-
}
|
|
3041
|
-
},
|
|
3042
|
-
"description": "Pull Checkly environment variables via \"checkly env pull <filename>\".",
|
|
3043
|
-
"flags": {
|
|
3044
|
-
"force": {
|
|
3045
|
-
"char": "f",
|
|
3046
|
-
"description": "Force to overwrite existing file.",
|
|
3047
|
-
"name": "force",
|
|
3048
|
-
"allowNo": false,
|
|
3049
|
-
"type": "boolean"
|
|
3050
|
-
}
|
|
3051
|
-
},
|
|
3052
|
-
"hasDynamicHelp": false,
|
|
3053
|
-
"hidden": false,
|
|
3054
|
-
"hiddenAliases": [],
|
|
3055
|
-
"id": "env:pull",
|
|
3056
|
-
"pluginAlias": "checkly",
|
|
3057
|
-
"pluginName": "checkly",
|
|
3058
|
-
"pluginType": "core",
|
|
3059
|
-
"strict": true,
|
|
3060
|
-
"enableJsonFlag": false,
|
|
3061
|
-
"coreCommand": false,
|
|
3062
|
-
"readOnly": true,
|
|
3063
|
-
"destructive": false,
|
|
3064
|
-
"idempotent": true,
|
|
3065
|
-
"isESM": true,
|
|
3066
|
-
"relativePath": [
|
|
3067
|
-
"dist",
|
|
3068
|
-
"commands",
|
|
3069
|
-
"env",
|
|
3070
|
-
"pull.js"
|
|
3071
|
-
]
|
|
3072
|
-
},
|
|
3073
|
-
"env:rm": {
|
|
3074
|
-
"aliases": [],
|
|
3075
|
-
"args": {
|
|
3076
|
-
"key": {
|
|
3077
|
-
"description": "Environment variable key to remove.",
|
|
3078
|
-
"name": "key",
|
|
3079
|
-
"required": true
|
|
3080
|
-
}
|
|
3081
|
-
},
|
|
3082
|
-
"description": "Remove environment variable via \"checkly env rm <key>\".",
|
|
3083
|
-
"flags": {
|
|
3084
|
-
"force": {
|
|
3085
|
-
"char": "f",
|
|
3086
|
-
"description": "Skip confirmation prompt.",
|
|
3087
|
-
"name": "force",
|
|
3088
|
-
"allowNo": false,
|
|
3089
|
-
"type": "boolean"
|
|
3090
|
-
}
|
|
3091
|
-
},
|
|
3092
|
-
"hasDynamicHelp": false,
|
|
3093
|
-
"hidden": false,
|
|
3094
|
-
"hiddenAliases": [],
|
|
3095
|
-
"id": "env:rm",
|
|
3096
|
-
"pluginAlias": "checkly",
|
|
3097
|
-
"pluginName": "checkly",
|
|
3098
|
-
"pluginType": "core",
|
|
3099
|
-
"strict": true,
|
|
3100
|
-
"enableJsonFlag": false,
|
|
3101
|
-
"coreCommand": false,
|
|
3102
|
-
"readOnly": false,
|
|
3103
|
-
"destructive": true,
|
|
3104
|
-
"idempotent": false,
|
|
3105
|
-
"isESM": true,
|
|
3106
|
-
"relativePath": [
|
|
3107
|
-
"dist",
|
|
3108
|
-
"commands",
|
|
3109
|
-
"env",
|
|
3110
|
-
"rm.js"
|
|
3111
|
-
]
|
|
3112
|
-
},
|
|
3113
|
-
"env:update": {
|
|
3114
|
-
"aliases": [],
|
|
3115
|
-
"args": {
|
|
3116
|
-
"key": {
|
|
3117
|
-
"description": "Environment variable key.",
|
|
3118
|
-
"name": "key",
|
|
3119
|
-
"required": true
|
|
3120
|
-
},
|
|
3121
|
-
"value": {
|
|
3122
|
-
"description": "Environment variable value.",
|
|
3123
|
-
"name": "value",
|
|
3124
|
-
"required": false
|
|
3125
|
-
}
|
|
3126
|
-
},
|
|
3127
|
-
"description": "Update environment variable via \"checkly env update <key> <value>\".",
|
|
3128
|
-
"flags": {
|
|
3129
|
-
"locked": {
|
|
3130
|
-
"char": "l",
|
|
3131
|
-
"description": "Indicate if environment variable is locked.",
|
|
3132
|
-
"name": "locked",
|
|
3133
|
-
"allowNo": false,
|
|
3134
|
-
"type": "boolean"
|
|
3135
|
-
},
|
|
3136
|
-
"secret": {
|
|
3137
|
-
"char": "s",
|
|
3138
|
-
"description": "Indicate if environment variable is secret.",
|
|
3139
|
-
"exclusive": [
|
|
3140
|
-
"locked"
|
|
3141
|
-
],
|
|
3142
|
-
"name": "secret",
|
|
3143
|
-
"allowNo": false,
|
|
3144
|
-
"type": "boolean"
|
|
3145
|
-
}
|
|
3146
|
-
},
|
|
3147
|
-
"hasDynamicHelp": false,
|
|
3148
|
-
"hidden": false,
|
|
3149
|
-
"hiddenAliases": [],
|
|
3150
|
-
"id": "env:update",
|
|
3151
|
-
"pluginAlias": "checkly",
|
|
3152
|
-
"pluginName": "checkly",
|
|
3153
|
-
"pluginType": "core",
|
|
3154
|
-
"strict": true,
|
|
3155
|
-
"enableJsonFlag": false,
|
|
3156
|
-
"coreCommand": false,
|
|
3157
|
-
"readOnly": false,
|
|
3158
|
-
"destructive": false,
|
|
3159
|
-
"idempotent": true,
|
|
3160
|
-
"isESM": true,
|
|
3161
|
-
"relativePath": [
|
|
3162
|
-
"dist",
|
|
3163
|
-
"commands",
|
|
3164
|
-
"env",
|
|
3165
|
-
"update.js"
|
|
3166
|
-
]
|
|
3167
|
-
},
|
|
3168
3168
|
"members:delete": {
|
|
3169
3169
|
"aliases": [],
|
|
3170
3170
|
"args": {
|
|
@@ -3866,5 +3866,5 @@
|
|
|
3866
3866
|
]
|
|
3867
3867
|
}
|
|
3868
3868
|
},
|
|
3869
|
-
"version": "8.23.
|
|
3869
|
+
"version": "8.23.2"
|
|
3870
3870
|
}
|