checkly 8.23.2-prerelease-519cfcb → 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 +206 -206
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -1488,211 +1488,6 @@
|
|
|
1488
1488
|
"logs.js"
|
|
1489
1489
|
]
|
|
1490
1490
|
},
|
|
1491
|
-
"assets:download": {
|
|
1492
|
-
"aliases": [],
|
|
1493
|
-
"args": {},
|
|
1494
|
-
"description": "Download result assets.",
|
|
1495
|
-
"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
|
-
"force": {
|
|
1550
|
-
"description": "Overwrite existing files.",
|
|
1551
|
-
"name": "force",
|
|
1552
|
-
"allowNo": false,
|
|
1553
|
-
"type": "boolean"
|
|
1554
|
-
},
|
|
1555
|
-
"skip-existing": {
|
|
1556
|
-
"description": "Skip files that already exist.",
|
|
1557
|
-
"name": "skip-existing",
|
|
1558
|
-
"allowNo": false,
|
|
1559
|
-
"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
|
-
}
|
|
1574
|
-
},
|
|
1575
|
-
"hasDynamicHelp": false,
|
|
1576
|
-
"hidden": false,
|
|
1577
|
-
"hiddenAliases": [],
|
|
1578
|
-
"id": "assets:download",
|
|
1579
|
-
"pluginAlias": "checkly",
|
|
1580
|
-
"pluginName": "checkly",
|
|
1581
|
-
"pluginType": "core",
|
|
1582
|
-
"strict": true,
|
|
1583
|
-
"enableJsonFlag": false,
|
|
1584
|
-
"coreCommand": false,
|
|
1585
|
-
"readOnly": true,
|
|
1586
|
-
"destructive": false,
|
|
1587
|
-
"idempotent": true,
|
|
1588
|
-
"isESM": true,
|
|
1589
|
-
"relativePath": [
|
|
1590
|
-
"dist",
|
|
1591
|
-
"commands",
|
|
1592
|
-
"assets",
|
|
1593
|
-
"download.js"
|
|
1594
|
-
]
|
|
1595
|
-
},
|
|
1596
|
-
"assets:list": {
|
|
1597
|
-
"aliases": [],
|
|
1598
|
-
"args": {},
|
|
1599
|
-
"description": "List result assets.",
|
|
1600
|
-
"flags": {
|
|
1601
|
-
"check-id": {
|
|
1602
|
-
"description": "Check ID for a scheduled check result.",
|
|
1603
|
-
"name": "check-id",
|
|
1604
|
-
"hasDynamicHelp": false,
|
|
1605
|
-
"multiple": false,
|
|
1606
|
-
"type": "option"
|
|
1607
|
-
},
|
|
1608
|
-
"test-session-id": {
|
|
1609
|
-
"description": "Test session ID for a test-session result.",
|
|
1610
|
-
"name": "test-session-id",
|
|
1611
|
-
"hasDynamicHelp": false,
|
|
1612
|
-
"multiple": false,
|
|
1613
|
-
"type": "option"
|
|
1614
|
-
},
|
|
1615
|
-
"result-id": {
|
|
1616
|
-
"description": "Check result ID or test-session result ID.",
|
|
1617
|
-
"name": "result-id",
|
|
1618
|
-
"required": true,
|
|
1619
|
-
"hasDynamicHelp": false,
|
|
1620
|
-
"multiple": false,
|
|
1621
|
-
"type": "option"
|
|
1622
|
-
},
|
|
1623
|
-
"type": {
|
|
1624
|
-
"description": "Filter assets by type.",
|
|
1625
|
-
"name": "type",
|
|
1626
|
-
"default": "all",
|
|
1627
|
-
"hasDynamicHelp": false,
|
|
1628
|
-
"multiple": false,
|
|
1629
|
-
"options": [
|
|
1630
|
-
"log",
|
|
1631
|
-
"trace",
|
|
1632
|
-
"video",
|
|
1633
|
-
"screenshot",
|
|
1634
|
-
"pcap",
|
|
1635
|
-
"report",
|
|
1636
|
-
"file",
|
|
1637
|
-
"all"
|
|
1638
|
-
],
|
|
1639
|
-
"type": "option"
|
|
1640
|
-
},
|
|
1641
|
-
"asset": {
|
|
1642
|
-
"description": "Filter assets by exact Asset/Name value or glob.",
|
|
1643
|
-
"name": "asset",
|
|
1644
|
-
"hasDynamicHelp": false,
|
|
1645
|
-
"multiple": false,
|
|
1646
|
-
"type": "option"
|
|
1647
|
-
},
|
|
1648
|
-
"view": {
|
|
1649
|
-
"description": "Human output view. Ignored with --output json.",
|
|
1650
|
-
"name": "view",
|
|
1651
|
-
"default": "table",
|
|
1652
|
-
"hasDynamicHelp": false,
|
|
1653
|
-
"multiple": false,
|
|
1654
|
-
"options": [
|
|
1655
|
-
"table",
|
|
1656
|
-
"tree"
|
|
1657
|
-
],
|
|
1658
|
-
"type": "option"
|
|
1659
|
-
},
|
|
1660
|
-
"output": {
|
|
1661
|
-
"char": "o",
|
|
1662
|
-
"description": "Output format.",
|
|
1663
|
-
"name": "output",
|
|
1664
|
-
"default": "table",
|
|
1665
|
-
"hasDynamicHelp": false,
|
|
1666
|
-
"multiple": false,
|
|
1667
|
-
"options": [
|
|
1668
|
-
"table",
|
|
1669
|
-
"json",
|
|
1670
|
-
"md"
|
|
1671
|
-
],
|
|
1672
|
-
"type": "option"
|
|
1673
|
-
}
|
|
1674
|
-
},
|
|
1675
|
-
"hasDynamicHelp": false,
|
|
1676
|
-
"hidden": false,
|
|
1677
|
-
"hiddenAliases": [],
|
|
1678
|
-
"id": "assets:list",
|
|
1679
|
-
"pluginAlias": "checkly",
|
|
1680
|
-
"pluginName": "checkly",
|
|
1681
|
-
"pluginType": "core",
|
|
1682
|
-
"strict": true,
|
|
1683
|
-
"enableJsonFlag": false,
|
|
1684
|
-
"coreCommand": false,
|
|
1685
|
-
"readOnly": true,
|
|
1686
|
-
"destructive": false,
|
|
1687
|
-
"idempotent": true,
|
|
1688
|
-
"isESM": true,
|
|
1689
|
-
"relativePath": [
|
|
1690
|
-
"dist",
|
|
1691
|
-
"commands",
|
|
1692
|
-
"assets",
|
|
1693
|
-
"list.js"
|
|
1694
|
-
]
|
|
1695
|
-
},
|
|
1696
1491
|
"checks:delete": {
|
|
1697
1492
|
"aliases": [],
|
|
1698
1493
|
"args": {
|
|
@@ -2193,6 +1988,211 @@
|
|
|
2193
1988
|
"stats.js"
|
|
2194
1989
|
]
|
|
2195
1990
|
},
|
|
1991
|
+
"assets:download": {
|
|
1992
|
+
"aliases": [],
|
|
1993
|
+
"args": {},
|
|
1994
|
+
"description": "Download result assets.",
|
|
1995
|
+
"flags": {
|
|
1996
|
+
"check-id": {
|
|
1997
|
+
"description": "Check ID for a scheduled check result.",
|
|
1998
|
+
"name": "check-id",
|
|
1999
|
+
"hasDynamicHelp": false,
|
|
2000
|
+
"multiple": false,
|
|
2001
|
+
"type": "option"
|
|
2002
|
+
},
|
|
2003
|
+
"test-session-id": {
|
|
2004
|
+
"description": "Test session ID for a test-session result.",
|
|
2005
|
+
"name": "test-session-id",
|
|
2006
|
+
"hasDynamicHelp": false,
|
|
2007
|
+
"multiple": false,
|
|
2008
|
+
"type": "option"
|
|
2009
|
+
},
|
|
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"
|
|
2017
|
+
},
|
|
2018
|
+
"type": {
|
|
2019
|
+
"description": "Select assets by type.",
|
|
2020
|
+
"name": "type",
|
|
2021
|
+
"hasDynamicHelp": false,
|
|
2022
|
+
"multiple": false,
|
|
2023
|
+
"options": [
|
|
2024
|
+
"log",
|
|
2025
|
+
"trace",
|
|
2026
|
+
"video",
|
|
2027
|
+
"screenshot",
|
|
2028
|
+
"pcap",
|
|
2029
|
+
"report",
|
|
2030
|
+
"file",
|
|
2031
|
+
"all"
|
|
2032
|
+
],
|
|
2033
|
+
"type": "option"
|
|
2034
|
+
},
|
|
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",
|
|
2052
|
+
"allowNo": false,
|
|
2053
|
+
"type": "boolean"
|
|
2054
|
+
},
|
|
2055
|
+
"skip-existing": {
|
|
2056
|
+
"description": "Skip files that already exist.",
|
|
2057
|
+
"name": "skip-existing",
|
|
2058
|
+
"allowNo": false,
|
|
2059
|
+
"type": "boolean"
|
|
2060
|
+
},
|
|
2061
|
+
"output": {
|
|
2062
|
+
"char": "o",
|
|
2063
|
+
"description": "Output format.",
|
|
2064
|
+
"name": "output",
|
|
2065
|
+
"default": "table",
|
|
2066
|
+
"hasDynamicHelp": false,
|
|
2067
|
+
"multiple": false,
|
|
2068
|
+
"options": [
|
|
2069
|
+
"table",
|
|
2070
|
+
"json"
|
|
2071
|
+
],
|
|
2072
|
+
"type": "option"
|
|
2073
|
+
}
|
|
2074
|
+
},
|
|
2075
|
+
"hasDynamicHelp": false,
|
|
2076
|
+
"hidden": false,
|
|
2077
|
+
"hiddenAliases": [],
|
|
2078
|
+
"id": "assets:download",
|
|
2079
|
+
"pluginAlias": "checkly",
|
|
2080
|
+
"pluginName": "checkly",
|
|
2081
|
+
"pluginType": "core",
|
|
2082
|
+
"strict": true,
|
|
2083
|
+
"enableJsonFlag": false,
|
|
2084
|
+
"coreCommand": false,
|
|
2085
|
+
"readOnly": true,
|
|
2086
|
+
"destructive": false,
|
|
2087
|
+
"idempotent": true,
|
|
2088
|
+
"isESM": true,
|
|
2089
|
+
"relativePath": [
|
|
2090
|
+
"dist",
|
|
2091
|
+
"commands",
|
|
2092
|
+
"assets",
|
|
2093
|
+
"download.js"
|
|
2094
|
+
]
|
|
2095
|
+
},
|
|
2096
|
+
"assets:list": {
|
|
2097
|
+
"aliases": [],
|
|
2098
|
+
"args": {},
|
|
2099
|
+
"description": "List result assets.",
|
|
2100
|
+
"flags": {
|
|
2101
|
+
"check-id": {
|
|
2102
|
+
"description": "Check ID for a scheduled check result.",
|
|
2103
|
+
"name": "check-id",
|
|
2104
|
+
"hasDynamicHelp": false,
|
|
2105
|
+
"multiple": false,
|
|
2106
|
+
"type": "option"
|
|
2107
|
+
},
|
|
2108
|
+
"test-session-id": {
|
|
2109
|
+
"description": "Test session ID for a test-session result.",
|
|
2110
|
+
"name": "test-session-id",
|
|
2111
|
+
"hasDynamicHelp": false,
|
|
2112
|
+
"multiple": false,
|
|
2113
|
+
"type": "option"
|
|
2114
|
+
},
|
|
2115
|
+
"result-id": {
|
|
2116
|
+
"description": "Check result ID or test-session result ID.",
|
|
2117
|
+
"name": "result-id",
|
|
2118
|
+
"required": true,
|
|
2119
|
+
"hasDynamicHelp": false,
|
|
2120
|
+
"multiple": false,
|
|
2121
|
+
"type": "option"
|
|
2122
|
+
},
|
|
2123
|
+
"type": {
|
|
2124
|
+
"description": "Filter assets by type.",
|
|
2125
|
+
"name": "type",
|
|
2126
|
+
"default": "all",
|
|
2127
|
+
"hasDynamicHelp": false,
|
|
2128
|
+
"multiple": false,
|
|
2129
|
+
"options": [
|
|
2130
|
+
"log",
|
|
2131
|
+
"trace",
|
|
2132
|
+
"video",
|
|
2133
|
+
"screenshot",
|
|
2134
|
+
"pcap",
|
|
2135
|
+
"report",
|
|
2136
|
+
"file",
|
|
2137
|
+
"all"
|
|
2138
|
+
],
|
|
2139
|
+
"type": "option"
|
|
2140
|
+
},
|
|
2141
|
+
"asset": {
|
|
2142
|
+
"description": "Filter assets by exact Asset/Name value or glob.",
|
|
2143
|
+
"name": "asset",
|
|
2144
|
+
"hasDynamicHelp": false,
|
|
2145
|
+
"multiple": false,
|
|
2146
|
+
"type": "option"
|
|
2147
|
+
},
|
|
2148
|
+
"view": {
|
|
2149
|
+
"description": "Human output view. Ignored with --output json.",
|
|
2150
|
+
"name": "view",
|
|
2151
|
+
"default": "table",
|
|
2152
|
+
"hasDynamicHelp": false,
|
|
2153
|
+
"multiple": false,
|
|
2154
|
+
"options": [
|
|
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"
|
|
2171
|
+
],
|
|
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
2196
|
"debug:parse-file": {
|
|
2197
2197
|
"aliases": [],
|
|
2198
2198
|
"args": {},
|
|
@@ -3866,5 +3866,5 @@
|
|
|
3866
3866
|
]
|
|
3867
3867
|
}
|
|
3868
3868
|
},
|
|
3869
|
-
"version": "8.23.2
|
|
3869
|
+
"version": "8.23.2"
|
|
3870
3870
|
}
|