checkly 8.15.0-prerelease-cdf176f → 8.15.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
|
@@ -1488,6 +1488,211 @@
|
|
|
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
|
+
},
|
|
1491
1696
|
"checks:delete": {
|
|
1492
1697
|
"aliases": [],
|
|
1493
1698
|
"args": {
|
|
@@ -3522,212 +3727,7 @@
|
|
|
3522
3727
|
"test-sessions",
|
|
3523
3728
|
"list.js"
|
|
3524
3729
|
]
|
|
3525
|
-
},
|
|
3526
|
-
"assets:download": {
|
|
3527
|
-
"aliases": [],
|
|
3528
|
-
"args": {},
|
|
3529
|
-
"description": "Download result assets.",
|
|
3530
|
-
"flags": {
|
|
3531
|
-
"check-id": {
|
|
3532
|
-
"description": "Check ID for a scheduled check result.",
|
|
3533
|
-
"name": "check-id",
|
|
3534
|
-
"hasDynamicHelp": false,
|
|
3535
|
-
"multiple": false,
|
|
3536
|
-
"type": "option"
|
|
3537
|
-
},
|
|
3538
|
-
"test-session-id": {
|
|
3539
|
-
"description": "Test session ID for a test-session result.",
|
|
3540
|
-
"name": "test-session-id",
|
|
3541
|
-
"hasDynamicHelp": false,
|
|
3542
|
-
"multiple": false,
|
|
3543
|
-
"type": "option"
|
|
3544
|
-
},
|
|
3545
|
-
"result-id": {
|
|
3546
|
-
"description": "Check result ID or test-session result ID.",
|
|
3547
|
-
"name": "result-id",
|
|
3548
|
-
"required": true,
|
|
3549
|
-
"hasDynamicHelp": false,
|
|
3550
|
-
"multiple": false,
|
|
3551
|
-
"type": "option"
|
|
3552
|
-
},
|
|
3553
|
-
"type": {
|
|
3554
|
-
"description": "Select assets by type.",
|
|
3555
|
-
"name": "type",
|
|
3556
|
-
"hasDynamicHelp": false,
|
|
3557
|
-
"multiple": false,
|
|
3558
|
-
"options": [
|
|
3559
|
-
"log",
|
|
3560
|
-
"trace",
|
|
3561
|
-
"video",
|
|
3562
|
-
"screenshot",
|
|
3563
|
-
"pcap",
|
|
3564
|
-
"report",
|
|
3565
|
-
"file",
|
|
3566
|
-
"all"
|
|
3567
|
-
],
|
|
3568
|
-
"type": "option"
|
|
3569
|
-
},
|
|
3570
|
-
"asset": {
|
|
3571
|
-
"description": "Select an asset by exact Asset/Name value or glob.",
|
|
3572
|
-
"name": "asset",
|
|
3573
|
-
"hasDynamicHelp": false,
|
|
3574
|
-
"multiple": false,
|
|
3575
|
-
"type": "option"
|
|
3576
|
-
},
|
|
3577
|
-
"dir": {
|
|
3578
|
-
"description": "Directory to write assets into.",
|
|
3579
|
-
"name": "dir",
|
|
3580
|
-
"hasDynamicHelp": false,
|
|
3581
|
-
"multiple": false,
|
|
3582
|
-
"type": "option"
|
|
3583
|
-
},
|
|
3584
|
-
"force": {
|
|
3585
|
-
"description": "Overwrite existing files.",
|
|
3586
|
-
"name": "force",
|
|
3587
|
-
"allowNo": false,
|
|
3588
|
-
"type": "boolean"
|
|
3589
|
-
},
|
|
3590
|
-
"skip-existing": {
|
|
3591
|
-
"description": "Skip files that already exist.",
|
|
3592
|
-
"name": "skip-existing",
|
|
3593
|
-
"allowNo": false,
|
|
3594
|
-
"type": "boolean"
|
|
3595
|
-
},
|
|
3596
|
-
"output": {
|
|
3597
|
-
"char": "o",
|
|
3598
|
-
"description": "Output format.",
|
|
3599
|
-
"name": "output",
|
|
3600
|
-
"default": "table",
|
|
3601
|
-
"hasDynamicHelp": false,
|
|
3602
|
-
"multiple": false,
|
|
3603
|
-
"options": [
|
|
3604
|
-
"table",
|
|
3605
|
-
"json"
|
|
3606
|
-
],
|
|
3607
|
-
"type": "option"
|
|
3608
|
-
}
|
|
3609
|
-
},
|
|
3610
|
-
"hasDynamicHelp": false,
|
|
3611
|
-
"hidden": false,
|
|
3612
|
-
"hiddenAliases": [],
|
|
3613
|
-
"id": "assets:download",
|
|
3614
|
-
"pluginAlias": "checkly",
|
|
3615
|
-
"pluginName": "checkly",
|
|
3616
|
-
"pluginType": "core",
|
|
3617
|
-
"strict": true,
|
|
3618
|
-
"enableJsonFlag": false,
|
|
3619
|
-
"coreCommand": false,
|
|
3620
|
-
"readOnly": true,
|
|
3621
|
-
"destructive": false,
|
|
3622
|
-
"idempotent": true,
|
|
3623
|
-
"isESM": true,
|
|
3624
|
-
"relativePath": [
|
|
3625
|
-
"dist",
|
|
3626
|
-
"commands",
|
|
3627
|
-
"assets",
|
|
3628
|
-
"download.js"
|
|
3629
|
-
]
|
|
3630
|
-
},
|
|
3631
|
-
"assets:list": {
|
|
3632
|
-
"aliases": [],
|
|
3633
|
-
"args": {},
|
|
3634
|
-
"description": "List result assets.",
|
|
3635
|
-
"flags": {
|
|
3636
|
-
"check-id": {
|
|
3637
|
-
"description": "Check ID for a scheduled check result.",
|
|
3638
|
-
"name": "check-id",
|
|
3639
|
-
"hasDynamicHelp": false,
|
|
3640
|
-
"multiple": false,
|
|
3641
|
-
"type": "option"
|
|
3642
|
-
},
|
|
3643
|
-
"test-session-id": {
|
|
3644
|
-
"description": "Test session ID for a test-session result.",
|
|
3645
|
-
"name": "test-session-id",
|
|
3646
|
-
"hasDynamicHelp": false,
|
|
3647
|
-
"multiple": false,
|
|
3648
|
-
"type": "option"
|
|
3649
|
-
},
|
|
3650
|
-
"result-id": {
|
|
3651
|
-
"description": "Check result ID or test-session result ID.",
|
|
3652
|
-
"name": "result-id",
|
|
3653
|
-
"required": true,
|
|
3654
|
-
"hasDynamicHelp": false,
|
|
3655
|
-
"multiple": false,
|
|
3656
|
-
"type": "option"
|
|
3657
|
-
},
|
|
3658
|
-
"type": {
|
|
3659
|
-
"description": "Filter assets by type.",
|
|
3660
|
-
"name": "type",
|
|
3661
|
-
"default": "all",
|
|
3662
|
-
"hasDynamicHelp": false,
|
|
3663
|
-
"multiple": false,
|
|
3664
|
-
"options": [
|
|
3665
|
-
"log",
|
|
3666
|
-
"trace",
|
|
3667
|
-
"video",
|
|
3668
|
-
"screenshot",
|
|
3669
|
-
"pcap",
|
|
3670
|
-
"report",
|
|
3671
|
-
"file",
|
|
3672
|
-
"all"
|
|
3673
|
-
],
|
|
3674
|
-
"type": "option"
|
|
3675
|
-
},
|
|
3676
|
-
"asset": {
|
|
3677
|
-
"description": "Filter assets by exact Asset/Name value or glob.",
|
|
3678
|
-
"name": "asset",
|
|
3679
|
-
"hasDynamicHelp": false,
|
|
3680
|
-
"multiple": false,
|
|
3681
|
-
"type": "option"
|
|
3682
|
-
},
|
|
3683
|
-
"view": {
|
|
3684
|
-
"description": "Human output view. Ignored with --output json.",
|
|
3685
|
-
"name": "view",
|
|
3686
|
-
"default": "table",
|
|
3687
|
-
"hasDynamicHelp": false,
|
|
3688
|
-
"multiple": false,
|
|
3689
|
-
"options": [
|
|
3690
|
-
"table",
|
|
3691
|
-
"tree"
|
|
3692
|
-
],
|
|
3693
|
-
"type": "option"
|
|
3694
|
-
},
|
|
3695
|
-
"output": {
|
|
3696
|
-
"char": "o",
|
|
3697
|
-
"description": "Output format.",
|
|
3698
|
-
"name": "output",
|
|
3699
|
-
"default": "table",
|
|
3700
|
-
"hasDynamicHelp": false,
|
|
3701
|
-
"multiple": false,
|
|
3702
|
-
"options": [
|
|
3703
|
-
"table",
|
|
3704
|
-
"json",
|
|
3705
|
-
"md"
|
|
3706
|
-
],
|
|
3707
|
-
"type": "option"
|
|
3708
|
-
}
|
|
3709
|
-
},
|
|
3710
|
-
"hasDynamicHelp": false,
|
|
3711
|
-
"hidden": false,
|
|
3712
|
-
"hiddenAliases": [],
|
|
3713
|
-
"id": "assets:list",
|
|
3714
|
-
"pluginAlias": "checkly",
|
|
3715
|
-
"pluginName": "checkly",
|
|
3716
|
-
"pluginType": "core",
|
|
3717
|
-
"strict": true,
|
|
3718
|
-
"enableJsonFlag": false,
|
|
3719
|
-
"coreCommand": false,
|
|
3720
|
-
"readOnly": true,
|
|
3721
|
-
"destructive": false,
|
|
3722
|
-
"idempotent": true,
|
|
3723
|
-
"isESM": true,
|
|
3724
|
-
"relativePath": [
|
|
3725
|
-
"dist",
|
|
3726
|
-
"commands",
|
|
3727
|
-
"assets",
|
|
3728
|
-
"list.js"
|
|
3729
|
-
]
|
|
3730
3730
|
}
|
|
3731
3731
|
},
|
|
3732
|
-
"version": "8.15.0
|
|
3732
|
+
"version": "8.15.0"
|
|
3733
3733
|
}
|