checkly 7.6.0 → 7.6.1-prerelease-74cb56d
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,44 +1452,24 @@
|
|
|
1452
1452
|
"parse-project.js"
|
|
1453
1453
|
]
|
|
1454
1454
|
},
|
|
1455
|
-
"
|
|
1455
|
+
"import:apply": {
|
|
1456
1456
|
"aliases": [],
|
|
1457
|
-
"args": {
|
|
1458
|
-
|
|
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>\".",
|
|
1457
|
+
"args": {},
|
|
1458
|
+
"description": "Attach imported resources into your project in a pending state.",
|
|
1470
1459
|
"flags": {
|
|
1471
|
-
"
|
|
1472
|
-
"char": "
|
|
1473
|
-
"description": "
|
|
1474
|
-
"name": "
|
|
1475
|
-
"
|
|
1476
|
-
"
|
|
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"
|
|
1460
|
+
"config": {
|
|
1461
|
+
"char": "c",
|
|
1462
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1463
|
+
"name": "config",
|
|
1464
|
+
"hasDynamicHelp": false,
|
|
1465
|
+
"multiple": false,
|
|
1466
|
+
"type": "option"
|
|
1487
1467
|
}
|
|
1488
1468
|
},
|
|
1489
1469
|
"hasDynamicHelp": false,
|
|
1490
1470
|
"hidden": false,
|
|
1491
1471
|
"hiddenAliases": [],
|
|
1492
|
-
"id": "
|
|
1472
|
+
"id": "import:apply",
|
|
1493
1473
|
"pluginAlias": "checkly",
|
|
1494
1474
|
"pluginName": "checkly",
|
|
1495
1475
|
"pluginType": "core",
|
|
@@ -1503,118 +1483,168 @@
|
|
|
1503
1483
|
"relativePath": [
|
|
1504
1484
|
"dist",
|
|
1505
1485
|
"commands",
|
|
1506
|
-
"
|
|
1507
|
-
"
|
|
1486
|
+
"import",
|
|
1487
|
+
"apply.js"
|
|
1508
1488
|
]
|
|
1509
1489
|
},
|
|
1510
|
-
"
|
|
1490
|
+
"import:cancel": {
|
|
1511
1491
|
"aliases": [],
|
|
1512
1492
|
"args": {},
|
|
1513
|
-
"description": "
|
|
1514
|
-
"flags": {
|
|
1493
|
+
"description": "Cancels an ongoing import plan that has not been committed yet.",
|
|
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
|
+
},
|
|
1515
1510
|
"hasDynamicHelp": false,
|
|
1516
1511
|
"hidden": false,
|
|
1517
1512
|
"hiddenAliases": [],
|
|
1518
|
-
"id": "
|
|
1513
|
+
"id": "import:cancel",
|
|
1519
1514
|
"pluginAlias": "checkly",
|
|
1520
1515
|
"pluginName": "checkly",
|
|
1521
1516
|
"pluginType": "core",
|
|
1522
1517
|
"strict": true,
|
|
1523
1518
|
"enableJsonFlag": false,
|
|
1524
1519
|
"coreCommand": false,
|
|
1525
|
-
"readOnly":
|
|
1520
|
+
"readOnly": false,
|
|
1526
1521
|
"destructive": false,
|
|
1527
1522
|
"idempotent": true,
|
|
1528
1523
|
"isESM": false,
|
|
1529
1524
|
"relativePath": [
|
|
1530
1525
|
"dist",
|
|
1531
1526
|
"commands",
|
|
1532
|
-
"
|
|
1533
|
-
"
|
|
1527
|
+
"import",
|
|
1528
|
+
"cancel.js"
|
|
1534
1529
|
]
|
|
1535
1530
|
},
|
|
1536
|
-
"
|
|
1531
|
+
"import:commit": {
|
|
1537
1532
|
"aliases": [],
|
|
1538
|
-
"args": {
|
|
1539
|
-
|
|
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>\".",
|
|
1533
|
+
"args": {},
|
|
1534
|
+
"description": "Permanently commit imported resources into your project.",
|
|
1547
1535
|
"flags": {
|
|
1548
|
-
"
|
|
1549
|
-
"char": "
|
|
1550
|
-
"description": "
|
|
1551
|
-
"name": "
|
|
1552
|
-
"
|
|
1553
|
-
"
|
|
1536
|
+
"config": {
|
|
1537
|
+
"char": "c",
|
|
1538
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1539
|
+
"name": "config",
|
|
1540
|
+
"hasDynamicHelp": false,
|
|
1541
|
+
"multiple": false,
|
|
1542
|
+
"type": "option"
|
|
1554
1543
|
}
|
|
1555
1544
|
},
|
|
1556
1545
|
"hasDynamicHelp": false,
|
|
1557
1546
|
"hidden": false,
|
|
1558
1547
|
"hiddenAliases": [],
|
|
1559
|
-
"id": "
|
|
1548
|
+
"id": "import:commit",
|
|
1560
1549
|
"pluginAlias": "checkly",
|
|
1561
1550
|
"pluginName": "checkly",
|
|
1562
1551
|
"pluginType": "core",
|
|
1563
1552
|
"strict": true,
|
|
1564
1553
|
"enableJsonFlag": false,
|
|
1565
1554
|
"coreCommand": false,
|
|
1566
|
-
"readOnly":
|
|
1555
|
+
"readOnly": false,
|
|
1567
1556
|
"destructive": false,
|
|
1568
|
-
"idempotent":
|
|
1557
|
+
"idempotent": false,
|
|
1569
1558
|
"isESM": false,
|
|
1570
1559
|
"relativePath": [
|
|
1571
1560
|
"dist",
|
|
1572
1561
|
"commands",
|
|
1573
|
-
"
|
|
1574
|
-
"
|
|
1562
|
+
"import",
|
|
1563
|
+
"commit.js"
|
|
1575
1564
|
]
|
|
1576
1565
|
},
|
|
1577
|
-
"
|
|
1566
|
+
"import:plan": {
|
|
1578
1567
|
"aliases": [],
|
|
1579
1568
|
"args": {
|
|
1580
|
-
"
|
|
1581
|
-
"description": "
|
|
1582
|
-
"name": "
|
|
1583
|
-
"required":
|
|
1569
|
+
"resource": {
|
|
1570
|
+
"description": "A specific resource to import.",
|
|
1571
|
+
"name": "resource",
|
|
1572
|
+
"required": false
|
|
1584
1573
|
}
|
|
1585
1574
|
},
|
|
1586
|
-
"description": "
|
|
1575
|
+
"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.",
|
|
1587
1576
|
"flags": {
|
|
1588
|
-
"
|
|
1589
|
-
"char": "
|
|
1590
|
-
"description": "
|
|
1591
|
-
"name": "
|
|
1577
|
+
"config": {
|
|
1578
|
+
"char": "c",
|
|
1579
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1580
|
+
"name": "config",
|
|
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",
|
|
1592
1603
|
"allowNo": false,
|
|
1593
1604
|
"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"
|
|
1594
1622
|
}
|
|
1595
1623
|
},
|
|
1596
1624
|
"hasDynamicHelp": false,
|
|
1597
1625
|
"hidden": false,
|
|
1598
|
-
"hiddenAliases": [
|
|
1599
|
-
|
|
1626
|
+
"hiddenAliases": [
|
|
1627
|
+
"import"
|
|
1628
|
+
],
|
|
1629
|
+
"id": "import:plan",
|
|
1600
1630
|
"pluginAlias": "checkly",
|
|
1601
1631
|
"pluginName": "checkly",
|
|
1602
1632
|
"pluginType": "core",
|
|
1603
|
-
"strict":
|
|
1633
|
+
"strict": false,
|
|
1604
1634
|
"enableJsonFlag": false,
|
|
1605
1635
|
"coreCommand": false,
|
|
1606
|
-
"readOnly":
|
|
1607
|
-
"destructive":
|
|
1608
|
-
"idempotent":
|
|
1636
|
+
"readOnly": true,
|
|
1637
|
+
"destructive": false,
|
|
1638
|
+
"idempotent": true,
|
|
1609
1639
|
"isESM": false,
|
|
1610
1640
|
"relativePath": [
|
|
1611
1641
|
"dist",
|
|
1612
1642
|
"commands",
|
|
1613
|
-
"
|
|
1614
|
-
"
|
|
1643
|
+
"import",
|
|
1644
|
+
"plan.js"
|
|
1615
1645
|
]
|
|
1616
1646
|
},
|
|
1617
|
-
"env:
|
|
1647
|
+
"env:add": {
|
|
1618
1648
|
"aliases": [],
|
|
1619
1649
|
"args": {
|
|
1620
1650
|
"key": {
|
|
@@ -1628,18 +1658,18 @@
|
|
|
1628
1658
|
"required": false
|
|
1629
1659
|
}
|
|
1630
1660
|
},
|
|
1631
|
-
"description": "
|
|
1661
|
+
"description": "Add environment variable via \"checkly env add <key> <value>\".",
|
|
1632
1662
|
"flags": {
|
|
1633
1663
|
"locked": {
|
|
1634
1664
|
"char": "l",
|
|
1635
|
-
"description": "Indicate
|
|
1665
|
+
"description": "Indicate that the environment variable will be locked.",
|
|
1636
1666
|
"name": "locked",
|
|
1637
1667
|
"allowNo": false,
|
|
1638
1668
|
"type": "boolean"
|
|
1639
1669
|
},
|
|
1640
1670
|
"secret": {
|
|
1641
1671
|
"char": "s",
|
|
1642
|
-
"description": "Indicate
|
|
1672
|
+
"description": "Indicate that the environment variable will be secret.",
|
|
1643
1673
|
"exclusive": [
|
|
1644
1674
|
"locked"
|
|
1645
1675
|
],
|
|
@@ -1651,7 +1681,7 @@
|
|
|
1651
1681
|
"hasDynamicHelp": false,
|
|
1652
1682
|
"hidden": false,
|
|
1653
1683
|
"hiddenAliases": [],
|
|
1654
|
-
"id": "env:
|
|
1684
|
+
"id": "env:add",
|
|
1655
1685
|
"pluginAlias": "checkly",
|
|
1656
1686
|
"pluginName": "checkly",
|
|
1657
1687
|
"pluginType": "core",
|
|
@@ -1660,66 +1690,57 @@
|
|
|
1660
1690
|
"coreCommand": false,
|
|
1661
1691
|
"readOnly": false,
|
|
1662
1692
|
"destructive": false,
|
|
1663
|
-
"idempotent":
|
|
1693
|
+
"idempotent": false,
|
|
1664
1694
|
"isESM": false,
|
|
1665
1695
|
"relativePath": [
|
|
1666
1696
|
"dist",
|
|
1667
1697
|
"commands",
|
|
1668
1698
|
"env",
|
|
1669
|
-
"
|
|
1699
|
+
"add.js"
|
|
1670
1700
|
]
|
|
1671
1701
|
},
|
|
1672
|
-
"
|
|
1702
|
+
"env:ls": {
|
|
1673
1703
|
"aliases": [],
|
|
1674
1704
|
"args": {},
|
|
1675
|
-
"description": "
|
|
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
|
-
},
|
|
1705
|
+
"description": "List all Checkly environment variables via \"checkly env ls\".",
|
|
1706
|
+
"flags": {},
|
|
1686
1707
|
"hasDynamicHelp": false,
|
|
1687
1708
|
"hidden": false,
|
|
1688
1709
|
"hiddenAliases": [],
|
|
1689
|
-
"id": "
|
|
1710
|
+
"id": "env:ls",
|
|
1690
1711
|
"pluginAlias": "checkly",
|
|
1691
1712
|
"pluginName": "checkly",
|
|
1692
1713
|
"pluginType": "core",
|
|
1693
1714
|
"strict": true,
|
|
1694
1715
|
"enableJsonFlag": false,
|
|
1695
1716
|
"coreCommand": false,
|
|
1696
|
-
"readOnly":
|
|
1717
|
+
"readOnly": true,
|
|
1697
1718
|
"destructive": false,
|
|
1698
|
-
"idempotent":
|
|
1719
|
+
"idempotent": true,
|
|
1699
1720
|
"isESM": false,
|
|
1700
1721
|
"relativePath": [
|
|
1701
1722
|
"dist",
|
|
1702
1723
|
"commands",
|
|
1703
|
-
"
|
|
1704
|
-
"
|
|
1724
|
+
"env",
|
|
1725
|
+
"ls.js"
|
|
1705
1726
|
]
|
|
1706
1727
|
},
|
|
1707
|
-
"
|
|
1728
|
+
"env:pull": {
|
|
1708
1729
|
"aliases": [],
|
|
1709
|
-
"args": {
|
|
1710
|
-
|
|
1730
|
+
"args": {
|
|
1731
|
+
"filename": {
|
|
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>\".",
|
|
1711
1739
|
"flags": {
|
|
1712
|
-
"
|
|
1713
|
-
"char": "
|
|
1714
|
-
"description": "
|
|
1715
|
-
"name": "
|
|
1716
|
-
"hasDynamicHelp": false,
|
|
1717
|
-
"multiple": false,
|
|
1718
|
-
"type": "option"
|
|
1719
|
-
},
|
|
1720
|
-
"all": {
|
|
1721
|
-
"description": "Cancel all plans.",
|
|
1722
|
-
"name": "all",
|
|
1740
|
+
"force": {
|
|
1741
|
+
"char": "f",
|
|
1742
|
+
"description": "Force to overwrite existing file.",
|
|
1743
|
+
"name": "force",
|
|
1723
1744
|
"allowNo": false,
|
|
1724
1745
|
"type": "boolean"
|
|
1725
1746
|
}
|
|
@@ -1727,42 +1748,47 @@
|
|
|
1727
1748
|
"hasDynamicHelp": false,
|
|
1728
1749
|
"hidden": false,
|
|
1729
1750
|
"hiddenAliases": [],
|
|
1730
|
-
"id": "
|
|
1751
|
+
"id": "env:pull",
|
|
1731
1752
|
"pluginAlias": "checkly",
|
|
1732
1753
|
"pluginName": "checkly",
|
|
1733
1754
|
"pluginType": "core",
|
|
1734
1755
|
"strict": true,
|
|
1735
1756
|
"enableJsonFlag": false,
|
|
1736
1757
|
"coreCommand": false,
|
|
1737
|
-
"readOnly":
|
|
1758
|
+
"readOnly": true,
|
|
1738
1759
|
"destructive": false,
|
|
1739
1760
|
"idempotent": true,
|
|
1740
1761
|
"isESM": false,
|
|
1741
1762
|
"relativePath": [
|
|
1742
1763
|
"dist",
|
|
1743
1764
|
"commands",
|
|
1744
|
-
"
|
|
1745
|
-
"
|
|
1765
|
+
"env",
|
|
1766
|
+
"pull.js"
|
|
1746
1767
|
]
|
|
1747
1768
|
},
|
|
1748
|
-
"
|
|
1769
|
+
"env:rm": {
|
|
1749
1770
|
"aliases": [],
|
|
1750
|
-
"args": {
|
|
1751
|
-
|
|
1771
|
+
"args": {
|
|
1772
|
+
"key": {
|
|
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>\".",
|
|
1752
1779
|
"flags": {
|
|
1753
|
-
"
|
|
1754
|
-
"char": "
|
|
1755
|
-
"description": "
|
|
1756
|
-
"name": "
|
|
1757
|
-
"
|
|
1758
|
-
"
|
|
1759
|
-
"type": "option"
|
|
1780
|
+
"force": {
|
|
1781
|
+
"char": "f",
|
|
1782
|
+
"description": "Force to skip the confirmation prompt.",
|
|
1783
|
+
"name": "force",
|
|
1784
|
+
"allowNo": false,
|
|
1785
|
+
"type": "boolean"
|
|
1760
1786
|
}
|
|
1761
1787
|
},
|
|
1762
1788
|
"hasDynamicHelp": false,
|
|
1763
1789
|
"hidden": false,
|
|
1764
1790
|
"hiddenAliases": [],
|
|
1765
|
-
"id": "
|
|
1791
|
+
"id": "env:rm",
|
|
1766
1792
|
"pluginAlias": "checkly",
|
|
1767
1793
|
"pluginName": "checkly",
|
|
1768
1794
|
"pluginType": "core",
|
|
@@ -1770,95 +1796,69 @@
|
|
|
1770
1796
|
"enableJsonFlag": false,
|
|
1771
1797
|
"coreCommand": false,
|
|
1772
1798
|
"readOnly": false,
|
|
1773
|
-
"destructive":
|
|
1799
|
+
"destructive": true,
|
|
1774
1800
|
"idempotent": false,
|
|
1775
1801
|
"isESM": false,
|
|
1776
1802
|
"relativePath": [
|
|
1777
1803
|
"dist",
|
|
1778
1804
|
"commands",
|
|
1779
|
-
"
|
|
1780
|
-
"
|
|
1805
|
+
"env",
|
|
1806
|
+
"rm.js"
|
|
1781
1807
|
]
|
|
1782
1808
|
},
|
|
1783
|
-
"
|
|
1809
|
+
"env:update": {
|
|
1784
1810
|
"aliases": [],
|
|
1785
1811
|
"args": {
|
|
1786
|
-
"
|
|
1787
|
-
"description": "
|
|
1788
|
-
"name": "
|
|
1812
|
+
"key": {
|
|
1813
|
+
"description": "Environment variable key.",
|
|
1814
|
+
"name": "key",
|
|
1815
|
+
"required": true
|
|
1816
|
+
},
|
|
1817
|
+
"value": {
|
|
1818
|
+
"description": "Environment variable value.",
|
|
1819
|
+
"name": "value",
|
|
1789
1820
|
"required": false
|
|
1790
1821
|
}
|
|
1791
1822
|
},
|
|
1792
|
-
"description": "
|
|
1823
|
+
"description": "Update environment variable via \"checkly env update <key> <value>\".",
|
|
1793
1824
|
"flags": {
|
|
1794
|
-
"
|
|
1795
|
-
"char": "
|
|
1796
|
-
"description": "
|
|
1797
|
-
"name": "
|
|
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",
|
|
1825
|
+
"locked": {
|
|
1826
|
+
"char": "l",
|
|
1827
|
+
"description": "Indicate if environment variable is locked.",
|
|
1828
|
+
"name": "locked",
|
|
1813
1829
|
"allowNo": false,
|
|
1814
1830
|
"type": "boolean"
|
|
1815
1831
|
},
|
|
1816
|
-
"
|
|
1817
|
-
"
|
|
1818
|
-
"
|
|
1819
|
-
"
|
|
1832
|
+
"secret": {
|
|
1833
|
+
"char": "s",
|
|
1834
|
+
"description": "Indicate if environment variable is secret.",
|
|
1835
|
+
"exclusive": [
|
|
1836
|
+
"locked"
|
|
1837
|
+
],
|
|
1838
|
+
"name": "secret",
|
|
1820
1839
|
"allowNo": false,
|
|
1821
1840
|
"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"
|
|
1839
1841
|
}
|
|
1840
1842
|
},
|
|
1841
1843
|
"hasDynamicHelp": false,
|
|
1842
1844
|
"hidden": false,
|
|
1843
|
-
"hiddenAliases": [
|
|
1844
|
-
|
|
1845
|
-
],
|
|
1846
|
-
"id": "import:plan",
|
|
1845
|
+
"hiddenAliases": [],
|
|
1846
|
+
"id": "env:update",
|
|
1847
1847
|
"pluginAlias": "checkly",
|
|
1848
1848
|
"pluginName": "checkly",
|
|
1849
1849
|
"pluginType": "core",
|
|
1850
|
-
"strict":
|
|
1850
|
+
"strict": true,
|
|
1851
1851
|
"enableJsonFlag": false,
|
|
1852
1852
|
"coreCommand": false,
|
|
1853
|
-
"readOnly":
|
|
1853
|
+
"readOnly": false,
|
|
1854
1854
|
"destructive": false,
|
|
1855
1855
|
"idempotent": true,
|
|
1856
1856
|
"isESM": false,
|
|
1857
1857
|
"relativePath": [
|
|
1858
1858
|
"dist",
|
|
1859
1859
|
"commands",
|
|
1860
|
-
"
|
|
1861
|
-
"
|
|
1860
|
+
"env",
|
|
1861
|
+
"update.js"
|
|
1862
1862
|
]
|
|
1863
1863
|
},
|
|
1864
1864
|
"incidents:create": {
|
|
@@ -2320,5 +2320,5 @@
|
|
|
2320
2320
|
]
|
|
2321
2321
|
}
|
|
2322
2322
|
},
|
|
2323
|
-
"version": "7.6.
|
|
2323
|
+
"version": "7.6.1-prerelease-74cb56d"
|
|
2324
2324
|
}
|