checkly 7.6.1-prerelease-74cb56d → 7.6.1
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 +189 -189
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -1452,24 +1452,44 @@
|
|
|
1452
1452
|
"parse-project.js"
|
|
1453
1453
|
]
|
|
1454
1454
|
},
|
|
1455
|
-
"
|
|
1455
|
+
"env:add": {
|
|
1456
1456
|
"aliases": [],
|
|
1457
|
-
"args": {
|
|
1458
|
-
|
|
1457
|
+
"args": {
|
|
1458
|
+
"key": {
|
|
1459
|
+
"description": "Environment variable key.",
|
|
1460
|
+
"name": "key",
|
|
1461
|
+
"required": true
|
|
1462
|
+
},
|
|
1463
|
+
"value": {
|
|
1464
|
+
"description": "Environment variable value.",
|
|
1465
|
+
"name": "value",
|
|
1466
|
+
"required": false
|
|
1467
|
+
}
|
|
1468
|
+
},
|
|
1469
|
+
"description": "Add environment variable via \"checkly env add <key> <value>\".",
|
|
1459
1470
|
"flags": {
|
|
1460
|
-
"
|
|
1461
|
-
"char": "
|
|
1462
|
-
"description": "
|
|
1463
|
-
"name": "
|
|
1464
|
-
"
|
|
1465
|
-
"
|
|
1466
|
-
|
|
1471
|
+
"locked": {
|
|
1472
|
+
"char": "l",
|
|
1473
|
+
"description": "Indicate that the environment variable will be locked.",
|
|
1474
|
+
"name": "locked",
|
|
1475
|
+
"allowNo": false,
|
|
1476
|
+
"type": "boolean"
|
|
1477
|
+
},
|
|
1478
|
+
"secret": {
|
|
1479
|
+
"char": "s",
|
|
1480
|
+
"description": "Indicate that the environment variable will be secret.",
|
|
1481
|
+
"exclusive": [
|
|
1482
|
+
"locked"
|
|
1483
|
+
],
|
|
1484
|
+
"name": "secret",
|
|
1485
|
+
"allowNo": false,
|
|
1486
|
+
"type": "boolean"
|
|
1467
1487
|
}
|
|
1468
1488
|
},
|
|
1469
1489
|
"hasDynamicHelp": false,
|
|
1470
1490
|
"hidden": false,
|
|
1471
1491
|
"hiddenAliases": [],
|
|
1472
|
-
"id": "
|
|
1492
|
+
"id": "env:add",
|
|
1473
1493
|
"pluginAlias": "checkly",
|
|
1474
1494
|
"pluginName": "checkly",
|
|
1475
1495
|
"pluginType": "core",
|
|
@@ -1483,168 +1503,118 @@
|
|
|
1483
1503
|
"relativePath": [
|
|
1484
1504
|
"dist",
|
|
1485
1505
|
"commands",
|
|
1486
|
-
"
|
|
1487
|
-
"
|
|
1506
|
+
"env",
|
|
1507
|
+
"add.js"
|
|
1488
1508
|
]
|
|
1489
1509
|
},
|
|
1490
|
-
"
|
|
1510
|
+
"env:ls": {
|
|
1491
1511
|
"aliases": [],
|
|
1492
1512
|
"args": {},
|
|
1493
|
-
"description": "
|
|
1494
|
-
"flags": {
|
|
1495
|
-
"config": {
|
|
1496
|
-
"char": "c",
|
|
1497
|
-
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1498
|
-
"name": "config",
|
|
1499
|
-
"hasDynamicHelp": false,
|
|
1500
|
-
"multiple": false,
|
|
1501
|
-
"type": "option"
|
|
1502
|
-
},
|
|
1503
|
-
"all": {
|
|
1504
|
-
"description": "Cancel all plans.",
|
|
1505
|
-
"name": "all",
|
|
1506
|
-
"allowNo": false,
|
|
1507
|
-
"type": "boolean"
|
|
1508
|
-
}
|
|
1509
|
-
},
|
|
1513
|
+
"description": "List all Checkly environment variables via \"checkly env ls\".",
|
|
1514
|
+
"flags": {},
|
|
1510
1515
|
"hasDynamicHelp": false,
|
|
1511
1516
|
"hidden": false,
|
|
1512
1517
|
"hiddenAliases": [],
|
|
1513
|
-
"id": "
|
|
1518
|
+
"id": "env:ls",
|
|
1514
1519
|
"pluginAlias": "checkly",
|
|
1515
1520
|
"pluginName": "checkly",
|
|
1516
1521
|
"pluginType": "core",
|
|
1517
1522
|
"strict": true,
|
|
1518
1523
|
"enableJsonFlag": false,
|
|
1519
1524
|
"coreCommand": false,
|
|
1520
|
-
"readOnly":
|
|
1525
|
+
"readOnly": true,
|
|
1521
1526
|
"destructive": false,
|
|
1522
1527
|
"idempotent": true,
|
|
1523
1528
|
"isESM": false,
|
|
1524
1529
|
"relativePath": [
|
|
1525
1530
|
"dist",
|
|
1526
1531
|
"commands",
|
|
1527
|
-
"
|
|
1528
|
-
"
|
|
1532
|
+
"env",
|
|
1533
|
+
"ls.js"
|
|
1529
1534
|
]
|
|
1530
1535
|
},
|
|
1531
|
-
"
|
|
1536
|
+
"env:pull": {
|
|
1532
1537
|
"aliases": [],
|
|
1533
|
-
"args": {
|
|
1534
|
-
|
|
1538
|
+
"args": {
|
|
1539
|
+
"filename": {
|
|
1540
|
+
"default": ".env",
|
|
1541
|
+
"description": "Filename of the generated file.",
|
|
1542
|
+
"name": "filename",
|
|
1543
|
+
"required": false
|
|
1544
|
+
}
|
|
1545
|
+
},
|
|
1546
|
+
"description": "Pull Checkly environment variables via \"checkly env pull <filename>\".",
|
|
1535
1547
|
"flags": {
|
|
1536
|
-
"
|
|
1537
|
-
"char": "
|
|
1538
|
-
"description": "
|
|
1539
|
-
"name": "
|
|
1540
|
-
"
|
|
1541
|
-
"
|
|
1542
|
-
"type": "option"
|
|
1548
|
+
"force": {
|
|
1549
|
+
"char": "f",
|
|
1550
|
+
"description": "Force to overwrite existing file.",
|
|
1551
|
+
"name": "force",
|
|
1552
|
+
"allowNo": false,
|
|
1553
|
+
"type": "boolean"
|
|
1543
1554
|
}
|
|
1544
1555
|
},
|
|
1545
1556
|
"hasDynamicHelp": false,
|
|
1546
1557
|
"hidden": false,
|
|
1547
1558
|
"hiddenAliases": [],
|
|
1548
|
-
"id": "
|
|
1559
|
+
"id": "env:pull",
|
|
1549
1560
|
"pluginAlias": "checkly",
|
|
1550
1561
|
"pluginName": "checkly",
|
|
1551
1562
|
"pluginType": "core",
|
|
1552
1563
|
"strict": true,
|
|
1553
1564
|
"enableJsonFlag": false,
|
|
1554
1565
|
"coreCommand": false,
|
|
1555
|
-
"readOnly":
|
|
1566
|
+
"readOnly": true,
|
|
1556
1567
|
"destructive": false,
|
|
1557
|
-
"idempotent":
|
|
1568
|
+
"idempotent": true,
|
|
1558
1569
|
"isESM": false,
|
|
1559
1570
|
"relativePath": [
|
|
1560
1571
|
"dist",
|
|
1561
1572
|
"commands",
|
|
1562
|
-
"
|
|
1563
|
-
"
|
|
1573
|
+
"env",
|
|
1574
|
+
"pull.js"
|
|
1564
1575
|
]
|
|
1565
1576
|
},
|
|
1566
|
-
"
|
|
1577
|
+
"env:rm": {
|
|
1567
1578
|
"aliases": [],
|
|
1568
1579
|
"args": {
|
|
1569
|
-
"
|
|
1570
|
-
"description": "
|
|
1571
|
-
"name": "
|
|
1572
|
-
"required":
|
|
1580
|
+
"key": {
|
|
1581
|
+
"description": "Environment variable key to remove.",
|
|
1582
|
+
"name": "key",
|
|
1583
|
+
"required": true
|
|
1573
1584
|
}
|
|
1574
1585
|
},
|
|
1575
|
-
"description": "
|
|
1586
|
+
"description": "Remove environment variable via \"checkly env rm <key>\".",
|
|
1576
1587
|
"flags": {
|
|
1577
|
-
"
|
|
1578
|
-
"char": "
|
|
1579
|
-
"description": "
|
|
1580
|
-
"name": "
|
|
1581
|
-
"hasDynamicHelp": false,
|
|
1582
|
-
"multiple": false,
|
|
1583
|
-
"type": "option"
|
|
1584
|
-
},
|
|
1585
|
-
"root": {
|
|
1586
|
-
"description": "The root folder in which to write generated code files.",
|
|
1587
|
-
"name": "root",
|
|
1588
|
-
"default": "__checks__",
|
|
1589
|
-
"hasDynamicHelp": false,
|
|
1590
|
-
"multiple": false,
|
|
1591
|
-
"type": "option"
|
|
1592
|
-
},
|
|
1593
|
-
"preview": {
|
|
1594
|
-
"description": "Preview generated code without creating an actual import plan.",
|
|
1595
|
-
"name": "preview",
|
|
1596
|
-
"allowNo": false,
|
|
1597
|
-
"type": "boolean"
|
|
1598
|
-
},
|
|
1599
|
-
"debug-import-plan": {
|
|
1600
|
-
"description": "Output the import plan to a file.",
|
|
1601
|
-
"hidden": true,
|
|
1602
|
-
"name": "debug-import-plan",
|
|
1588
|
+
"force": {
|
|
1589
|
+
"char": "f",
|
|
1590
|
+
"description": "Force to skip the confirmation prompt.",
|
|
1591
|
+
"name": "force",
|
|
1603
1592
|
"allowNo": false,
|
|
1604
1593
|
"type": "boolean"
|
|
1605
|
-
},
|
|
1606
|
-
"debug-import-plan-input-file": {
|
|
1607
|
-
"description": "A file to load an import plan from.",
|
|
1608
|
-
"hidden": true,
|
|
1609
|
-
"name": "debug-import-plan-input-file",
|
|
1610
|
-
"hasDynamicHelp": false,
|
|
1611
|
-
"multiple": false,
|
|
1612
|
-
"type": "option"
|
|
1613
|
-
},
|
|
1614
|
-
"debug-import-plan-output-file": {
|
|
1615
|
-
"description": "The file to output the import plan to.",
|
|
1616
|
-
"hidden": true,
|
|
1617
|
-
"name": "debug-import-plan-output-file",
|
|
1618
|
-
"default": "./debug-import-plan.json",
|
|
1619
|
-
"hasDynamicHelp": false,
|
|
1620
|
-
"multiple": false,
|
|
1621
|
-
"type": "option"
|
|
1622
1594
|
}
|
|
1623
1595
|
},
|
|
1624
1596
|
"hasDynamicHelp": false,
|
|
1625
1597
|
"hidden": false,
|
|
1626
|
-
"hiddenAliases": [
|
|
1627
|
-
|
|
1628
|
-
],
|
|
1629
|
-
"id": "import:plan",
|
|
1598
|
+
"hiddenAliases": [],
|
|
1599
|
+
"id": "env:rm",
|
|
1630
1600
|
"pluginAlias": "checkly",
|
|
1631
1601
|
"pluginName": "checkly",
|
|
1632
1602
|
"pluginType": "core",
|
|
1633
|
-
"strict":
|
|
1603
|
+
"strict": true,
|
|
1634
1604
|
"enableJsonFlag": false,
|
|
1635
1605
|
"coreCommand": false,
|
|
1636
|
-
"readOnly":
|
|
1637
|
-
"destructive":
|
|
1638
|
-
"idempotent":
|
|
1606
|
+
"readOnly": false,
|
|
1607
|
+
"destructive": true,
|
|
1608
|
+
"idempotent": false,
|
|
1639
1609
|
"isESM": false,
|
|
1640
1610
|
"relativePath": [
|
|
1641
1611
|
"dist",
|
|
1642
1612
|
"commands",
|
|
1643
|
-
"
|
|
1644
|
-
"
|
|
1613
|
+
"env",
|
|
1614
|
+
"rm.js"
|
|
1645
1615
|
]
|
|
1646
1616
|
},
|
|
1647
|
-
"env:
|
|
1617
|
+
"env:update": {
|
|
1648
1618
|
"aliases": [],
|
|
1649
1619
|
"args": {
|
|
1650
1620
|
"key": {
|
|
@@ -1658,18 +1628,18 @@
|
|
|
1658
1628
|
"required": false
|
|
1659
1629
|
}
|
|
1660
1630
|
},
|
|
1661
|
-
"description": "
|
|
1631
|
+
"description": "Update environment variable via \"checkly env update <key> <value>\".",
|
|
1662
1632
|
"flags": {
|
|
1663
1633
|
"locked": {
|
|
1664
1634
|
"char": "l",
|
|
1665
|
-
"description": "Indicate
|
|
1635
|
+
"description": "Indicate if environment variable is locked.",
|
|
1666
1636
|
"name": "locked",
|
|
1667
1637
|
"allowNo": false,
|
|
1668
1638
|
"type": "boolean"
|
|
1669
1639
|
},
|
|
1670
1640
|
"secret": {
|
|
1671
1641
|
"char": "s",
|
|
1672
|
-
"description": "Indicate
|
|
1642
|
+
"description": "Indicate if environment variable is secret.",
|
|
1673
1643
|
"exclusive": [
|
|
1674
1644
|
"locked"
|
|
1675
1645
|
],
|
|
@@ -1681,7 +1651,7 @@
|
|
|
1681
1651
|
"hasDynamicHelp": false,
|
|
1682
1652
|
"hidden": false,
|
|
1683
1653
|
"hiddenAliases": [],
|
|
1684
|
-
"id": "env:
|
|
1654
|
+
"id": "env:update",
|
|
1685
1655
|
"pluginAlias": "checkly",
|
|
1686
1656
|
"pluginName": "checkly",
|
|
1687
1657
|
"pluginType": "core",
|
|
@@ -1690,57 +1660,66 @@
|
|
|
1690
1660
|
"coreCommand": false,
|
|
1691
1661
|
"readOnly": false,
|
|
1692
1662
|
"destructive": false,
|
|
1693
|
-
"idempotent":
|
|
1663
|
+
"idempotent": true,
|
|
1694
1664
|
"isESM": false,
|
|
1695
1665
|
"relativePath": [
|
|
1696
1666
|
"dist",
|
|
1697
1667
|
"commands",
|
|
1698
1668
|
"env",
|
|
1699
|
-
"
|
|
1669
|
+
"update.js"
|
|
1700
1670
|
]
|
|
1701
1671
|
},
|
|
1702
|
-
"
|
|
1672
|
+
"import:apply": {
|
|
1703
1673
|
"aliases": [],
|
|
1704
1674
|
"args": {},
|
|
1705
|
-
"description": "
|
|
1706
|
-
"flags": {
|
|
1675
|
+
"description": "Attach imported resources into your project in a pending state.",
|
|
1676
|
+
"flags": {
|
|
1677
|
+
"config": {
|
|
1678
|
+
"char": "c",
|
|
1679
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1680
|
+
"name": "config",
|
|
1681
|
+
"hasDynamicHelp": false,
|
|
1682
|
+
"multiple": false,
|
|
1683
|
+
"type": "option"
|
|
1684
|
+
}
|
|
1685
|
+
},
|
|
1707
1686
|
"hasDynamicHelp": false,
|
|
1708
1687
|
"hidden": false,
|
|
1709
1688
|
"hiddenAliases": [],
|
|
1710
|
-
"id": "
|
|
1689
|
+
"id": "import:apply",
|
|
1711
1690
|
"pluginAlias": "checkly",
|
|
1712
1691
|
"pluginName": "checkly",
|
|
1713
1692
|
"pluginType": "core",
|
|
1714
1693
|
"strict": true,
|
|
1715
1694
|
"enableJsonFlag": false,
|
|
1716
1695
|
"coreCommand": false,
|
|
1717
|
-
"readOnly":
|
|
1696
|
+
"readOnly": false,
|
|
1718
1697
|
"destructive": false,
|
|
1719
|
-
"idempotent":
|
|
1698
|
+
"idempotent": false,
|
|
1720
1699
|
"isESM": false,
|
|
1721
1700
|
"relativePath": [
|
|
1722
1701
|
"dist",
|
|
1723
1702
|
"commands",
|
|
1724
|
-
"
|
|
1725
|
-
"
|
|
1703
|
+
"import",
|
|
1704
|
+
"apply.js"
|
|
1726
1705
|
]
|
|
1727
1706
|
},
|
|
1728
|
-
"
|
|
1707
|
+
"import:cancel": {
|
|
1729
1708
|
"aliases": [],
|
|
1730
|
-
"args": {
|
|
1731
|
-
|
|
1732
|
-
"default": ".env",
|
|
1733
|
-
"description": "Filename of the generated file.",
|
|
1734
|
-
"name": "filename",
|
|
1735
|
-
"required": false
|
|
1736
|
-
}
|
|
1737
|
-
},
|
|
1738
|
-
"description": "Pull Checkly environment variables via \"checkly env pull <filename>\".",
|
|
1709
|
+
"args": {},
|
|
1710
|
+
"description": "Cancels an ongoing import plan that has not been committed yet.",
|
|
1739
1711
|
"flags": {
|
|
1740
|
-
"
|
|
1741
|
-
"char": "
|
|
1742
|
-
"description": "
|
|
1743
|
-
"name": "
|
|
1712
|
+
"config": {
|
|
1713
|
+
"char": "c",
|
|
1714
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1715
|
+
"name": "config",
|
|
1716
|
+
"hasDynamicHelp": false,
|
|
1717
|
+
"multiple": false,
|
|
1718
|
+
"type": "option"
|
|
1719
|
+
},
|
|
1720
|
+
"all": {
|
|
1721
|
+
"description": "Cancel all plans.",
|
|
1722
|
+
"name": "all",
|
|
1744
1723
|
"allowNo": false,
|
|
1745
1724
|
"type": "boolean"
|
|
1746
1725
|
}
|
|
@@ -1748,47 +1727,42 @@
|
|
|
1748
1727
|
"hasDynamicHelp": false,
|
|
1749
1728
|
"hidden": false,
|
|
1750
1729
|
"hiddenAliases": [],
|
|
1751
|
-
"id": "
|
|
1730
|
+
"id": "import:cancel",
|
|
1752
1731
|
"pluginAlias": "checkly",
|
|
1753
1732
|
"pluginName": "checkly",
|
|
1754
1733
|
"pluginType": "core",
|
|
1755
1734
|
"strict": true,
|
|
1756
1735
|
"enableJsonFlag": false,
|
|
1757
1736
|
"coreCommand": false,
|
|
1758
|
-
"readOnly":
|
|
1737
|
+
"readOnly": false,
|
|
1759
1738
|
"destructive": false,
|
|
1760
1739
|
"idempotent": true,
|
|
1761
1740
|
"isESM": false,
|
|
1762
1741
|
"relativePath": [
|
|
1763
1742
|
"dist",
|
|
1764
1743
|
"commands",
|
|
1765
|
-
"
|
|
1766
|
-
"
|
|
1744
|
+
"import",
|
|
1745
|
+
"cancel.js"
|
|
1767
1746
|
]
|
|
1768
1747
|
},
|
|
1769
|
-
"
|
|
1748
|
+
"import:commit": {
|
|
1770
1749
|
"aliases": [],
|
|
1771
|
-
"args": {
|
|
1772
|
-
|
|
1773
|
-
"description": "Environment variable key to remove.",
|
|
1774
|
-
"name": "key",
|
|
1775
|
-
"required": true
|
|
1776
|
-
}
|
|
1777
|
-
},
|
|
1778
|
-
"description": "Remove environment variable via \"checkly env rm <key>\".",
|
|
1750
|
+
"args": {},
|
|
1751
|
+
"description": "Permanently commit imported resources into your project.",
|
|
1779
1752
|
"flags": {
|
|
1780
|
-
"
|
|
1781
|
-
"char": "
|
|
1782
|
-
"description": "
|
|
1783
|
-
"name": "
|
|
1784
|
-
"
|
|
1785
|
-
"
|
|
1753
|
+
"config": {
|
|
1754
|
+
"char": "c",
|
|
1755
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1756
|
+
"name": "config",
|
|
1757
|
+
"hasDynamicHelp": false,
|
|
1758
|
+
"multiple": false,
|
|
1759
|
+
"type": "option"
|
|
1786
1760
|
}
|
|
1787
1761
|
},
|
|
1788
1762
|
"hasDynamicHelp": false,
|
|
1789
1763
|
"hidden": false,
|
|
1790
1764
|
"hiddenAliases": [],
|
|
1791
|
-
"id": "
|
|
1765
|
+
"id": "import:commit",
|
|
1792
1766
|
"pluginAlias": "checkly",
|
|
1793
1767
|
"pluginName": "checkly",
|
|
1794
1768
|
"pluginType": "core",
|
|
@@ -1796,69 +1770,95 @@
|
|
|
1796
1770
|
"enableJsonFlag": false,
|
|
1797
1771
|
"coreCommand": false,
|
|
1798
1772
|
"readOnly": false,
|
|
1799
|
-
"destructive":
|
|
1773
|
+
"destructive": false,
|
|
1800
1774
|
"idempotent": false,
|
|
1801
1775
|
"isESM": false,
|
|
1802
1776
|
"relativePath": [
|
|
1803
1777
|
"dist",
|
|
1804
1778
|
"commands",
|
|
1805
|
-
"
|
|
1806
|
-
"
|
|
1779
|
+
"import",
|
|
1780
|
+
"commit.js"
|
|
1807
1781
|
]
|
|
1808
1782
|
},
|
|
1809
|
-
"
|
|
1783
|
+
"import:plan": {
|
|
1810
1784
|
"aliases": [],
|
|
1811
1785
|
"args": {
|
|
1812
|
-
"
|
|
1813
|
-
"description": "
|
|
1814
|
-
"name": "
|
|
1815
|
-
"required": true
|
|
1816
|
-
},
|
|
1817
|
-
"value": {
|
|
1818
|
-
"description": "Environment variable value.",
|
|
1819
|
-
"name": "value",
|
|
1786
|
+
"resource": {
|
|
1787
|
+
"description": "A specific resource to import.",
|
|
1788
|
+
"name": "resource",
|
|
1820
1789
|
"required": false
|
|
1821
1790
|
}
|
|
1822
1791
|
},
|
|
1823
|
-
"description": "
|
|
1792
|
+
"description": "Import existing resources from your Checkly account to your project.\n\nBy default, all resources that can be imported will be imported. However, you\nmay fine-tune the process by including or excluding any combination of\nresources.\n\nThe import process consists of three steps:\n\n1. Creating a plan, which generates the appropriate code for your resources\n2. Applying the plan, which links your resources to the generated code\n3. Committing the plan, which finalizes the import session\n\nCREATING A PLAN\n\nCreating a plan carries no risk as no concrete links to your Checkly resources\nare made at this point. However, if you accidentally deploy the generated code\nbefore applying the plan, you will end up with duplicate resources and will\nnot be able to complete the import session without first deleting the\nduplicates.\n\nFor the curious, you may also preview the generated code with the '--preview'\noption. No plan will be created, allowing you to leisurely inspect the\ngenerated code. However keep in mind that you will need to create a plan to\nactually import any resources, at which point the code will be generated\nagain.\n\nYou may cancel any plan you've created without affecting any of the\nunderlying resources.\n\nAPPLYING A PLAN\n\nApplying a plan links your existing resources to the generated code. You\nshould carefully review the generated code to make sure that it contains the\nresources you expect before applying a plan. After a plan has been applied,\nany deployments of those resources will irreversibly modify the underlying\nCheckly resources. However, as a fail safe against concurrent use, any\ndeployments not including the imported resources will not delete the\nunderlying resources (or the links to the resources). This means that there\nis no need to block deployments while working on an import session.\n\nEven after you've applied a plan, you may still cancel it, which will unlink\nthe underlying resources from your project once more. However, keep in mind\nthat any changes to the resources that you've already deployed cannot be\nundone.\n\nCOMMITTING A PLAN\n\nFinally, committing a plan removes all fail safes and permanently links the\nimported resources to your project. Any resources you remove from your code\nwill result in the underlying resources also getting irrevocably deleted on\nthe next deploy. You should only commit your plan once you are sure that all\nfuture deployments include the imported resources.",
|
|
1824
1793
|
"flags": {
|
|
1825
|
-
"
|
|
1826
|
-
"char": "
|
|
1827
|
-
"description": "
|
|
1828
|
-
"name": "
|
|
1794
|
+
"config": {
|
|
1795
|
+
"char": "c",
|
|
1796
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1797
|
+
"name": "config",
|
|
1798
|
+
"hasDynamicHelp": false,
|
|
1799
|
+
"multiple": false,
|
|
1800
|
+
"type": "option"
|
|
1801
|
+
},
|
|
1802
|
+
"root": {
|
|
1803
|
+
"description": "The root folder in which to write generated code files.",
|
|
1804
|
+
"name": "root",
|
|
1805
|
+
"default": "__checks__",
|
|
1806
|
+
"hasDynamicHelp": false,
|
|
1807
|
+
"multiple": false,
|
|
1808
|
+
"type": "option"
|
|
1809
|
+
},
|
|
1810
|
+
"preview": {
|
|
1811
|
+
"description": "Preview generated code without creating an actual import plan.",
|
|
1812
|
+
"name": "preview",
|
|
1829
1813
|
"allowNo": false,
|
|
1830
1814
|
"type": "boolean"
|
|
1831
1815
|
},
|
|
1832
|
-
"
|
|
1833
|
-
"
|
|
1834
|
-
"
|
|
1835
|
-
"
|
|
1836
|
-
"locked"
|
|
1837
|
-
],
|
|
1838
|
-
"name": "secret",
|
|
1816
|
+
"debug-import-plan": {
|
|
1817
|
+
"description": "Output the import plan to a file.",
|
|
1818
|
+
"hidden": true,
|
|
1819
|
+
"name": "debug-import-plan",
|
|
1839
1820
|
"allowNo": false,
|
|
1840
1821
|
"type": "boolean"
|
|
1822
|
+
},
|
|
1823
|
+
"debug-import-plan-input-file": {
|
|
1824
|
+
"description": "A file to load an import plan from.",
|
|
1825
|
+
"hidden": true,
|
|
1826
|
+
"name": "debug-import-plan-input-file",
|
|
1827
|
+
"hasDynamicHelp": false,
|
|
1828
|
+
"multiple": false,
|
|
1829
|
+
"type": "option"
|
|
1830
|
+
},
|
|
1831
|
+
"debug-import-plan-output-file": {
|
|
1832
|
+
"description": "The file to output the import plan to.",
|
|
1833
|
+
"hidden": true,
|
|
1834
|
+
"name": "debug-import-plan-output-file",
|
|
1835
|
+
"default": "./debug-import-plan.json",
|
|
1836
|
+
"hasDynamicHelp": false,
|
|
1837
|
+
"multiple": false,
|
|
1838
|
+
"type": "option"
|
|
1841
1839
|
}
|
|
1842
1840
|
},
|
|
1843
1841
|
"hasDynamicHelp": false,
|
|
1844
1842
|
"hidden": false,
|
|
1845
|
-
"hiddenAliases": [
|
|
1846
|
-
|
|
1843
|
+
"hiddenAliases": [
|
|
1844
|
+
"import"
|
|
1845
|
+
],
|
|
1846
|
+
"id": "import:plan",
|
|
1847
1847
|
"pluginAlias": "checkly",
|
|
1848
1848
|
"pluginName": "checkly",
|
|
1849
1849
|
"pluginType": "core",
|
|
1850
|
-
"strict":
|
|
1850
|
+
"strict": false,
|
|
1851
1851
|
"enableJsonFlag": false,
|
|
1852
1852
|
"coreCommand": false,
|
|
1853
|
-
"readOnly":
|
|
1853
|
+
"readOnly": true,
|
|
1854
1854
|
"destructive": false,
|
|
1855
1855
|
"idempotent": true,
|
|
1856
1856
|
"isESM": false,
|
|
1857
1857
|
"relativePath": [
|
|
1858
1858
|
"dist",
|
|
1859
1859
|
"commands",
|
|
1860
|
-
"
|
|
1861
|
-
"
|
|
1860
|
+
"import",
|
|
1861
|
+
"plan.js"
|
|
1862
1862
|
]
|
|
1863
1863
|
},
|
|
1864
1864
|
"incidents:create": {
|
|
@@ -2320,5 +2320,5 @@
|
|
|
2320
2320
|
]
|
|
2321
2321
|
}
|
|
2322
2322
|
},
|
|
2323
|
-
"version": "7.6.1
|
|
2323
|
+
"version": "7.6.1"
|
|
2324
2324
|
}
|