checkly 8.10.0-prerelease-fda0b51 → 8.10.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 +206 -206
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -1475,211 +1475,6 @@
|
|
|
1475
1475
|
"logs.js"
|
|
1476
1476
|
]
|
|
1477
1477
|
},
|
|
1478
|
-
"assets:download": {
|
|
1479
|
-
"aliases": [],
|
|
1480
|
-
"args": {},
|
|
1481
|
-
"description": "Download result assets.",
|
|
1482
|
-
"flags": {
|
|
1483
|
-
"check-id": {
|
|
1484
|
-
"description": "Check ID for a scheduled check result.",
|
|
1485
|
-
"name": "check-id",
|
|
1486
|
-
"hasDynamicHelp": false,
|
|
1487
|
-
"multiple": false,
|
|
1488
|
-
"type": "option"
|
|
1489
|
-
},
|
|
1490
|
-
"test-session-id": {
|
|
1491
|
-
"description": "Test session ID for a test-session result.",
|
|
1492
|
-
"name": "test-session-id",
|
|
1493
|
-
"hasDynamicHelp": false,
|
|
1494
|
-
"multiple": false,
|
|
1495
|
-
"type": "option"
|
|
1496
|
-
},
|
|
1497
|
-
"result-id": {
|
|
1498
|
-
"description": "Check result ID or test-session result ID.",
|
|
1499
|
-
"name": "result-id",
|
|
1500
|
-
"required": true,
|
|
1501
|
-
"hasDynamicHelp": false,
|
|
1502
|
-
"multiple": false,
|
|
1503
|
-
"type": "option"
|
|
1504
|
-
},
|
|
1505
|
-
"type": {
|
|
1506
|
-
"description": "Select assets by type.",
|
|
1507
|
-
"name": "type",
|
|
1508
|
-
"hasDynamicHelp": false,
|
|
1509
|
-
"multiple": false,
|
|
1510
|
-
"options": [
|
|
1511
|
-
"log",
|
|
1512
|
-
"trace",
|
|
1513
|
-
"video",
|
|
1514
|
-
"screenshot",
|
|
1515
|
-
"pcap",
|
|
1516
|
-
"report",
|
|
1517
|
-
"file",
|
|
1518
|
-
"all"
|
|
1519
|
-
],
|
|
1520
|
-
"type": "option"
|
|
1521
|
-
},
|
|
1522
|
-
"asset": {
|
|
1523
|
-
"description": "Select an asset by exact Asset/Name value or glob.",
|
|
1524
|
-
"name": "asset",
|
|
1525
|
-
"hasDynamicHelp": false,
|
|
1526
|
-
"multiple": false,
|
|
1527
|
-
"type": "option"
|
|
1528
|
-
},
|
|
1529
|
-
"dir": {
|
|
1530
|
-
"description": "Directory to write assets into.",
|
|
1531
|
-
"name": "dir",
|
|
1532
|
-
"hasDynamicHelp": false,
|
|
1533
|
-
"multiple": false,
|
|
1534
|
-
"type": "option"
|
|
1535
|
-
},
|
|
1536
|
-
"force": {
|
|
1537
|
-
"description": "Overwrite existing files.",
|
|
1538
|
-
"name": "force",
|
|
1539
|
-
"allowNo": false,
|
|
1540
|
-
"type": "boolean"
|
|
1541
|
-
},
|
|
1542
|
-
"skip-existing": {
|
|
1543
|
-
"description": "Skip files that already exist.",
|
|
1544
|
-
"name": "skip-existing",
|
|
1545
|
-
"allowNo": false,
|
|
1546
|
-
"type": "boolean"
|
|
1547
|
-
},
|
|
1548
|
-
"output": {
|
|
1549
|
-
"char": "o",
|
|
1550
|
-
"description": "Output format.",
|
|
1551
|
-
"name": "output",
|
|
1552
|
-
"default": "table",
|
|
1553
|
-
"hasDynamicHelp": false,
|
|
1554
|
-
"multiple": false,
|
|
1555
|
-
"options": [
|
|
1556
|
-
"table",
|
|
1557
|
-
"json"
|
|
1558
|
-
],
|
|
1559
|
-
"type": "option"
|
|
1560
|
-
}
|
|
1561
|
-
},
|
|
1562
|
-
"hasDynamicHelp": false,
|
|
1563
|
-
"hidden": false,
|
|
1564
|
-
"hiddenAliases": [],
|
|
1565
|
-
"id": "assets:download",
|
|
1566
|
-
"pluginAlias": "checkly",
|
|
1567
|
-
"pluginName": "checkly",
|
|
1568
|
-
"pluginType": "core",
|
|
1569
|
-
"strict": true,
|
|
1570
|
-
"enableJsonFlag": false,
|
|
1571
|
-
"coreCommand": false,
|
|
1572
|
-
"readOnly": true,
|
|
1573
|
-
"destructive": false,
|
|
1574
|
-
"idempotent": true,
|
|
1575
|
-
"isESM": true,
|
|
1576
|
-
"relativePath": [
|
|
1577
|
-
"dist",
|
|
1578
|
-
"commands",
|
|
1579
|
-
"assets",
|
|
1580
|
-
"download.js"
|
|
1581
|
-
]
|
|
1582
|
-
},
|
|
1583
|
-
"assets:list": {
|
|
1584
|
-
"aliases": [],
|
|
1585
|
-
"args": {},
|
|
1586
|
-
"description": "List result assets.",
|
|
1587
|
-
"flags": {
|
|
1588
|
-
"check-id": {
|
|
1589
|
-
"description": "Check ID for a scheduled check result.",
|
|
1590
|
-
"name": "check-id",
|
|
1591
|
-
"hasDynamicHelp": false,
|
|
1592
|
-
"multiple": false,
|
|
1593
|
-
"type": "option"
|
|
1594
|
-
},
|
|
1595
|
-
"test-session-id": {
|
|
1596
|
-
"description": "Test session ID for a test-session result.",
|
|
1597
|
-
"name": "test-session-id",
|
|
1598
|
-
"hasDynamicHelp": false,
|
|
1599
|
-
"multiple": false,
|
|
1600
|
-
"type": "option"
|
|
1601
|
-
},
|
|
1602
|
-
"result-id": {
|
|
1603
|
-
"description": "Check result ID or test-session result ID.",
|
|
1604
|
-
"name": "result-id",
|
|
1605
|
-
"required": true,
|
|
1606
|
-
"hasDynamicHelp": false,
|
|
1607
|
-
"multiple": false,
|
|
1608
|
-
"type": "option"
|
|
1609
|
-
},
|
|
1610
|
-
"type": {
|
|
1611
|
-
"description": "Filter assets by type.",
|
|
1612
|
-
"name": "type",
|
|
1613
|
-
"default": "all",
|
|
1614
|
-
"hasDynamicHelp": false,
|
|
1615
|
-
"multiple": false,
|
|
1616
|
-
"options": [
|
|
1617
|
-
"log",
|
|
1618
|
-
"trace",
|
|
1619
|
-
"video",
|
|
1620
|
-
"screenshot",
|
|
1621
|
-
"pcap",
|
|
1622
|
-
"report",
|
|
1623
|
-
"file",
|
|
1624
|
-
"all"
|
|
1625
|
-
],
|
|
1626
|
-
"type": "option"
|
|
1627
|
-
},
|
|
1628
|
-
"asset": {
|
|
1629
|
-
"description": "Filter assets by exact Asset/Name value or glob.",
|
|
1630
|
-
"name": "asset",
|
|
1631
|
-
"hasDynamicHelp": false,
|
|
1632
|
-
"multiple": false,
|
|
1633
|
-
"type": "option"
|
|
1634
|
-
},
|
|
1635
|
-
"view": {
|
|
1636
|
-
"description": "Human output view. Ignored with --output json.",
|
|
1637
|
-
"name": "view",
|
|
1638
|
-
"default": "table",
|
|
1639
|
-
"hasDynamicHelp": false,
|
|
1640
|
-
"multiple": false,
|
|
1641
|
-
"options": [
|
|
1642
|
-
"table",
|
|
1643
|
-
"tree"
|
|
1644
|
-
],
|
|
1645
|
-
"type": "option"
|
|
1646
|
-
},
|
|
1647
|
-
"output": {
|
|
1648
|
-
"char": "o",
|
|
1649
|
-
"description": "Output format.",
|
|
1650
|
-
"name": "output",
|
|
1651
|
-
"default": "table",
|
|
1652
|
-
"hasDynamicHelp": false,
|
|
1653
|
-
"multiple": false,
|
|
1654
|
-
"options": [
|
|
1655
|
-
"table",
|
|
1656
|
-
"json",
|
|
1657
|
-
"md"
|
|
1658
|
-
],
|
|
1659
|
-
"type": "option"
|
|
1660
|
-
}
|
|
1661
|
-
},
|
|
1662
|
-
"hasDynamicHelp": false,
|
|
1663
|
-
"hidden": false,
|
|
1664
|
-
"hiddenAliases": [],
|
|
1665
|
-
"id": "assets:list",
|
|
1666
|
-
"pluginAlias": "checkly",
|
|
1667
|
-
"pluginName": "checkly",
|
|
1668
|
-
"pluginType": "core",
|
|
1669
|
-
"strict": true,
|
|
1670
|
-
"enableJsonFlag": false,
|
|
1671
|
-
"coreCommand": false,
|
|
1672
|
-
"readOnly": true,
|
|
1673
|
-
"destructive": false,
|
|
1674
|
-
"idempotent": true,
|
|
1675
|
-
"isESM": true,
|
|
1676
|
-
"relativePath": [
|
|
1677
|
-
"dist",
|
|
1678
|
-
"commands",
|
|
1679
|
-
"assets",
|
|
1680
|
-
"list.js"
|
|
1681
|
-
]
|
|
1682
|
-
},
|
|
1683
1478
|
"checks:delete": {
|
|
1684
1479
|
"aliases": [],
|
|
1685
1480
|
"args": {
|
|
@@ -2252,6 +2047,211 @@
|
|
|
2252
2047
|
"parse-project.js"
|
|
2253
2048
|
]
|
|
2254
2049
|
},
|
|
2050
|
+
"assets:download": {
|
|
2051
|
+
"aliases": [],
|
|
2052
|
+
"args": {},
|
|
2053
|
+
"description": "Download result assets.",
|
|
2054
|
+
"flags": {
|
|
2055
|
+
"check-id": {
|
|
2056
|
+
"description": "Check ID for a scheduled check result.",
|
|
2057
|
+
"name": "check-id",
|
|
2058
|
+
"hasDynamicHelp": false,
|
|
2059
|
+
"multiple": false,
|
|
2060
|
+
"type": "option"
|
|
2061
|
+
},
|
|
2062
|
+
"test-session-id": {
|
|
2063
|
+
"description": "Test session ID for a test-session result.",
|
|
2064
|
+
"name": "test-session-id",
|
|
2065
|
+
"hasDynamicHelp": false,
|
|
2066
|
+
"multiple": false,
|
|
2067
|
+
"type": "option"
|
|
2068
|
+
},
|
|
2069
|
+
"result-id": {
|
|
2070
|
+
"description": "Check result ID or test-session result ID.",
|
|
2071
|
+
"name": "result-id",
|
|
2072
|
+
"required": true,
|
|
2073
|
+
"hasDynamicHelp": false,
|
|
2074
|
+
"multiple": false,
|
|
2075
|
+
"type": "option"
|
|
2076
|
+
},
|
|
2077
|
+
"type": {
|
|
2078
|
+
"description": "Select assets by type.",
|
|
2079
|
+
"name": "type",
|
|
2080
|
+
"hasDynamicHelp": false,
|
|
2081
|
+
"multiple": false,
|
|
2082
|
+
"options": [
|
|
2083
|
+
"log",
|
|
2084
|
+
"trace",
|
|
2085
|
+
"video",
|
|
2086
|
+
"screenshot",
|
|
2087
|
+
"pcap",
|
|
2088
|
+
"report",
|
|
2089
|
+
"file",
|
|
2090
|
+
"all"
|
|
2091
|
+
],
|
|
2092
|
+
"type": "option"
|
|
2093
|
+
},
|
|
2094
|
+
"asset": {
|
|
2095
|
+
"description": "Select an asset by exact Asset/Name value or glob.",
|
|
2096
|
+
"name": "asset",
|
|
2097
|
+
"hasDynamicHelp": false,
|
|
2098
|
+
"multiple": false,
|
|
2099
|
+
"type": "option"
|
|
2100
|
+
},
|
|
2101
|
+
"dir": {
|
|
2102
|
+
"description": "Directory to write assets into.",
|
|
2103
|
+
"name": "dir",
|
|
2104
|
+
"hasDynamicHelp": false,
|
|
2105
|
+
"multiple": false,
|
|
2106
|
+
"type": "option"
|
|
2107
|
+
},
|
|
2108
|
+
"force": {
|
|
2109
|
+
"description": "Overwrite existing files.",
|
|
2110
|
+
"name": "force",
|
|
2111
|
+
"allowNo": false,
|
|
2112
|
+
"type": "boolean"
|
|
2113
|
+
},
|
|
2114
|
+
"skip-existing": {
|
|
2115
|
+
"description": "Skip files that already exist.",
|
|
2116
|
+
"name": "skip-existing",
|
|
2117
|
+
"allowNo": false,
|
|
2118
|
+
"type": "boolean"
|
|
2119
|
+
},
|
|
2120
|
+
"output": {
|
|
2121
|
+
"char": "o",
|
|
2122
|
+
"description": "Output format.",
|
|
2123
|
+
"name": "output",
|
|
2124
|
+
"default": "table",
|
|
2125
|
+
"hasDynamicHelp": false,
|
|
2126
|
+
"multiple": false,
|
|
2127
|
+
"options": [
|
|
2128
|
+
"table",
|
|
2129
|
+
"json"
|
|
2130
|
+
],
|
|
2131
|
+
"type": "option"
|
|
2132
|
+
}
|
|
2133
|
+
},
|
|
2134
|
+
"hasDynamicHelp": false,
|
|
2135
|
+
"hidden": false,
|
|
2136
|
+
"hiddenAliases": [],
|
|
2137
|
+
"id": "assets:download",
|
|
2138
|
+
"pluginAlias": "checkly",
|
|
2139
|
+
"pluginName": "checkly",
|
|
2140
|
+
"pluginType": "core",
|
|
2141
|
+
"strict": true,
|
|
2142
|
+
"enableJsonFlag": false,
|
|
2143
|
+
"coreCommand": false,
|
|
2144
|
+
"readOnly": true,
|
|
2145
|
+
"destructive": false,
|
|
2146
|
+
"idempotent": true,
|
|
2147
|
+
"isESM": true,
|
|
2148
|
+
"relativePath": [
|
|
2149
|
+
"dist",
|
|
2150
|
+
"commands",
|
|
2151
|
+
"assets",
|
|
2152
|
+
"download.js"
|
|
2153
|
+
]
|
|
2154
|
+
},
|
|
2155
|
+
"assets:list": {
|
|
2156
|
+
"aliases": [],
|
|
2157
|
+
"args": {},
|
|
2158
|
+
"description": "List result assets.",
|
|
2159
|
+
"flags": {
|
|
2160
|
+
"check-id": {
|
|
2161
|
+
"description": "Check ID for a scheduled check result.",
|
|
2162
|
+
"name": "check-id",
|
|
2163
|
+
"hasDynamicHelp": false,
|
|
2164
|
+
"multiple": false,
|
|
2165
|
+
"type": "option"
|
|
2166
|
+
},
|
|
2167
|
+
"test-session-id": {
|
|
2168
|
+
"description": "Test session ID for a test-session result.",
|
|
2169
|
+
"name": "test-session-id",
|
|
2170
|
+
"hasDynamicHelp": false,
|
|
2171
|
+
"multiple": false,
|
|
2172
|
+
"type": "option"
|
|
2173
|
+
},
|
|
2174
|
+
"result-id": {
|
|
2175
|
+
"description": "Check result ID or test-session result ID.",
|
|
2176
|
+
"name": "result-id",
|
|
2177
|
+
"required": true,
|
|
2178
|
+
"hasDynamicHelp": false,
|
|
2179
|
+
"multiple": false,
|
|
2180
|
+
"type": "option"
|
|
2181
|
+
},
|
|
2182
|
+
"type": {
|
|
2183
|
+
"description": "Filter assets by type.",
|
|
2184
|
+
"name": "type",
|
|
2185
|
+
"default": "all",
|
|
2186
|
+
"hasDynamicHelp": false,
|
|
2187
|
+
"multiple": false,
|
|
2188
|
+
"options": [
|
|
2189
|
+
"log",
|
|
2190
|
+
"trace",
|
|
2191
|
+
"video",
|
|
2192
|
+
"screenshot",
|
|
2193
|
+
"pcap",
|
|
2194
|
+
"report",
|
|
2195
|
+
"file",
|
|
2196
|
+
"all"
|
|
2197
|
+
],
|
|
2198
|
+
"type": "option"
|
|
2199
|
+
},
|
|
2200
|
+
"asset": {
|
|
2201
|
+
"description": "Filter assets by exact Asset/Name value or glob.",
|
|
2202
|
+
"name": "asset",
|
|
2203
|
+
"hasDynamicHelp": false,
|
|
2204
|
+
"multiple": false,
|
|
2205
|
+
"type": "option"
|
|
2206
|
+
},
|
|
2207
|
+
"view": {
|
|
2208
|
+
"description": "Human output view. Ignored with --output json.",
|
|
2209
|
+
"name": "view",
|
|
2210
|
+
"default": "table",
|
|
2211
|
+
"hasDynamicHelp": false,
|
|
2212
|
+
"multiple": false,
|
|
2213
|
+
"options": [
|
|
2214
|
+
"table",
|
|
2215
|
+
"tree"
|
|
2216
|
+
],
|
|
2217
|
+
"type": "option"
|
|
2218
|
+
},
|
|
2219
|
+
"output": {
|
|
2220
|
+
"char": "o",
|
|
2221
|
+
"description": "Output format.",
|
|
2222
|
+
"name": "output",
|
|
2223
|
+
"default": "table",
|
|
2224
|
+
"hasDynamicHelp": false,
|
|
2225
|
+
"multiple": false,
|
|
2226
|
+
"options": [
|
|
2227
|
+
"table",
|
|
2228
|
+
"json",
|
|
2229
|
+
"md"
|
|
2230
|
+
],
|
|
2231
|
+
"type": "option"
|
|
2232
|
+
}
|
|
2233
|
+
},
|
|
2234
|
+
"hasDynamicHelp": false,
|
|
2235
|
+
"hidden": false,
|
|
2236
|
+
"hiddenAliases": [],
|
|
2237
|
+
"id": "assets:list",
|
|
2238
|
+
"pluginAlias": "checkly",
|
|
2239
|
+
"pluginName": "checkly",
|
|
2240
|
+
"pluginType": "core",
|
|
2241
|
+
"strict": true,
|
|
2242
|
+
"enableJsonFlag": false,
|
|
2243
|
+
"coreCommand": false,
|
|
2244
|
+
"readOnly": true,
|
|
2245
|
+
"destructive": false,
|
|
2246
|
+
"idempotent": true,
|
|
2247
|
+
"isESM": true,
|
|
2248
|
+
"relativePath": [
|
|
2249
|
+
"dist",
|
|
2250
|
+
"commands",
|
|
2251
|
+
"assets",
|
|
2252
|
+
"list.js"
|
|
2253
|
+
]
|
|
2254
|
+
},
|
|
2255
2255
|
"env:add": {
|
|
2256
2256
|
"aliases": [],
|
|
2257
2257
|
"args": {
|
|
@@ -3704,5 +3704,5 @@
|
|
|
3704
3704
|
]
|
|
3705
3705
|
}
|
|
3706
3706
|
},
|
|
3707
|
-
"version": "8.10.0
|
|
3707
|
+
"version": "8.10.0"
|
|
3708
3708
|
}
|