checkly 7.5.4-prerelease-58cbd3d → 7.5.4
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
|
@@ -1285,44 +1285,24 @@
|
|
|
1285
1285
|
"parse-project.js"
|
|
1286
1286
|
]
|
|
1287
1287
|
},
|
|
1288
|
-
"
|
|
1288
|
+
"import:apply": {
|
|
1289
1289
|
"aliases": [],
|
|
1290
|
-
"args": {
|
|
1291
|
-
|
|
1292
|
-
"description": "Environment variable key.",
|
|
1293
|
-
"name": "key",
|
|
1294
|
-
"required": true
|
|
1295
|
-
},
|
|
1296
|
-
"value": {
|
|
1297
|
-
"description": "Environment variable value.",
|
|
1298
|
-
"name": "value",
|
|
1299
|
-
"required": false
|
|
1300
|
-
}
|
|
1301
|
-
},
|
|
1302
|
-
"description": "Add environment variable via \"checkly env add <key> <value>\".",
|
|
1290
|
+
"args": {},
|
|
1291
|
+
"description": "Attach imported resources into your project in a pending state.",
|
|
1303
1292
|
"flags": {
|
|
1304
|
-
"
|
|
1305
|
-
"char": "
|
|
1306
|
-
"description": "
|
|
1307
|
-
"name": "
|
|
1308
|
-
"
|
|
1309
|
-
"
|
|
1310
|
-
|
|
1311
|
-
"secret": {
|
|
1312
|
-
"char": "s",
|
|
1313
|
-
"description": "Indicate that the environment variable will be secret.",
|
|
1314
|
-
"exclusive": [
|
|
1315
|
-
"locked"
|
|
1316
|
-
],
|
|
1317
|
-
"name": "secret",
|
|
1318
|
-
"allowNo": false,
|
|
1319
|
-
"type": "boolean"
|
|
1293
|
+
"config": {
|
|
1294
|
+
"char": "c",
|
|
1295
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1296
|
+
"name": "config",
|
|
1297
|
+
"hasDynamicHelp": false,
|
|
1298
|
+
"multiple": false,
|
|
1299
|
+
"type": "option"
|
|
1320
1300
|
}
|
|
1321
1301
|
},
|
|
1322
1302
|
"hasDynamicHelp": false,
|
|
1323
1303
|
"hidden": false,
|
|
1324
1304
|
"hiddenAliases": [],
|
|
1325
|
-
"id": "
|
|
1305
|
+
"id": "import:apply",
|
|
1326
1306
|
"pluginAlias": "checkly",
|
|
1327
1307
|
"pluginName": "checkly",
|
|
1328
1308
|
"pluginType": "core",
|
|
@@ -1336,118 +1316,168 @@
|
|
|
1336
1316
|
"relativePath": [
|
|
1337
1317
|
"dist",
|
|
1338
1318
|
"commands",
|
|
1339
|
-
"
|
|
1340
|
-
"
|
|
1319
|
+
"import",
|
|
1320
|
+
"apply.js"
|
|
1341
1321
|
]
|
|
1342
1322
|
},
|
|
1343
|
-
"
|
|
1323
|
+
"import:cancel": {
|
|
1344
1324
|
"aliases": [],
|
|
1345
1325
|
"args": {},
|
|
1346
|
-
"description": "
|
|
1347
|
-
"flags": {
|
|
1326
|
+
"description": "Cancels an ongoing import plan that has not been committed yet.",
|
|
1327
|
+
"flags": {
|
|
1328
|
+
"config": {
|
|
1329
|
+
"char": "c",
|
|
1330
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1331
|
+
"name": "config",
|
|
1332
|
+
"hasDynamicHelp": false,
|
|
1333
|
+
"multiple": false,
|
|
1334
|
+
"type": "option"
|
|
1335
|
+
},
|
|
1336
|
+
"all": {
|
|
1337
|
+
"description": "Cancel all plans.",
|
|
1338
|
+
"name": "all",
|
|
1339
|
+
"allowNo": false,
|
|
1340
|
+
"type": "boolean"
|
|
1341
|
+
}
|
|
1342
|
+
},
|
|
1348
1343
|
"hasDynamicHelp": false,
|
|
1349
1344
|
"hidden": false,
|
|
1350
1345
|
"hiddenAliases": [],
|
|
1351
|
-
"id": "
|
|
1346
|
+
"id": "import:cancel",
|
|
1352
1347
|
"pluginAlias": "checkly",
|
|
1353
1348
|
"pluginName": "checkly",
|
|
1354
1349
|
"pluginType": "core",
|
|
1355
1350
|
"strict": true,
|
|
1356
1351
|
"enableJsonFlag": false,
|
|
1357
1352
|
"coreCommand": false,
|
|
1358
|
-
"readOnly":
|
|
1353
|
+
"readOnly": false,
|
|
1359
1354
|
"destructive": false,
|
|
1360
1355
|
"idempotent": true,
|
|
1361
1356
|
"isESM": false,
|
|
1362
1357
|
"relativePath": [
|
|
1363
1358
|
"dist",
|
|
1364
1359
|
"commands",
|
|
1365
|
-
"
|
|
1366
|
-
"
|
|
1360
|
+
"import",
|
|
1361
|
+
"cancel.js"
|
|
1367
1362
|
]
|
|
1368
1363
|
},
|
|
1369
|
-
"
|
|
1364
|
+
"import:commit": {
|
|
1370
1365
|
"aliases": [],
|
|
1371
|
-
"args": {
|
|
1372
|
-
|
|
1373
|
-
"default": ".env",
|
|
1374
|
-
"description": "Filename of the generated file.",
|
|
1375
|
-
"name": "filename",
|
|
1376
|
-
"required": false
|
|
1377
|
-
}
|
|
1378
|
-
},
|
|
1379
|
-
"description": "Pull Checkly environment variables via \"checkly env pull <filename>\".",
|
|
1366
|
+
"args": {},
|
|
1367
|
+
"description": "Permanently commit imported resources into your project.",
|
|
1380
1368
|
"flags": {
|
|
1381
|
-
"
|
|
1382
|
-
"char": "
|
|
1383
|
-
"description": "
|
|
1384
|
-
"name": "
|
|
1385
|
-
"
|
|
1386
|
-
"
|
|
1369
|
+
"config": {
|
|
1370
|
+
"char": "c",
|
|
1371
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1372
|
+
"name": "config",
|
|
1373
|
+
"hasDynamicHelp": false,
|
|
1374
|
+
"multiple": false,
|
|
1375
|
+
"type": "option"
|
|
1387
1376
|
}
|
|
1388
1377
|
},
|
|
1389
1378
|
"hasDynamicHelp": false,
|
|
1390
1379
|
"hidden": false,
|
|
1391
1380
|
"hiddenAliases": [],
|
|
1392
|
-
"id": "
|
|
1381
|
+
"id": "import:commit",
|
|
1393
1382
|
"pluginAlias": "checkly",
|
|
1394
1383
|
"pluginName": "checkly",
|
|
1395
1384
|
"pluginType": "core",
|
|
1396
1385
|
"strict": true,
|
|
1397
1386
|
"enableJsonFlag": false,
|
|
1398
1387
|
"coreCommand": false,
|
|
1399
|
-
"readOnly":
|
|
1388
|
+
"readOnly": false,
|
|
1400
1389
|
"destructive": false,
|
|
1401
|
-
"idempotent":
|
|
1390
|
+
"idempotent": false,
|
|
1402
1391
|
"isESM": false,
|
|
1403
1392
|
"relativePath": [
|
|
1404
1393
|
"dist",
|
|
1405
1394
|
"commands",
|
|
1406
|
-
"
|
|
1407
|
-
"
|
|
1395
|
+
"import",
|
|
1396
|
+
"commit.js"
|
|
1408
1397
|
]
|
|
1409
1398
|
},
|
|
1410
|
-
"
|
|
1399
|
+
"import:plan": {
|
|
1411
1400
|
"aliases": [],
|
|
1412
1401
|
"args": {
|
|
1413
|
-
"
|
|
1414
|
-
"description": "
|
|
1415
|
-
"name": "
|
|
1416
|
-
"required":
|
|
1402
|
+
"resource": {
|
|
1403
|
+
"description": "A specific resource to import.",
|
|
1404
|
+
"name": "resource",
|
|
1405
|
+
"required": false
|
|
1417
1406
|
}
|
|
1418
1407
|
},
|
|
1419
|
-
"description": "
|
|
1408
|
+
"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.",
|
|
1420
1409
|
"flags": {
|
|
1421
|
-
"
|
|
1422
|
-
"char": "
|
|
1423
|
-
"description": "
|
|
1424
|
-
"name": "
|
|
1410
|
+
"config": {
|
|
1411
|
+
"char": "c",
|
|
1412
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1413
|
+
"name": "config",
|
|
1414
|
+
"hasDynamicHelp": false,
|
|
1415
|
+
"multiple": false,
|
|
1416
|
+
"type": "option"
|
|
1417
|
+
},
|
|
1418
|
+
"root": {
|
|
1419
|
+
"description": "The root folder in which to write generated code files.",
|
|
1420
|
+
"name": "root",
|
|
1421
|
+
"default": "__checks__",
|
|
1422
|
+
"hasDynamicHelp": false,
|
|
1423
|
+
"multiple": false,
|
|
1424
|
+
"type": "option"
|
|
1425
|
+
},
|
|
1426
|
+
"preview": {
|
|
1427
|
+
"description": "Preview generated code without creating an actual import plan.",
|
|
1428
|
+
"name": "preview",
|
|
1429
|
+
"allowNo": false,
|
|
1430
|
+
"type": "boolean"
|
|
1431
|
+
},
|
|
1432
|
+
"debug-import-plan": {
|
|
1433
|
+
"description": "Output the import plan to a file.",
|
|
1434
|
+
"hidden": true,
|
|
1435
|
+
"name": "debug-import-plan",
|
|
1425
1436
|
"allowNo": false,
|
|
1426
1437
|
"type": "boolean"
|
|
1438
|
+
},
|
|
1439
|
+
"debug-import-plan-input-file": {
|
|
1440
|
+
"description": "A file to load an import plan from.",
|
|
1441
|
+
"hidden": true,
|
|
1442
|
+
"name": "debug-import-plan-input-file",
|
|
1443
|
+
"hasDynamicHelp": false,
|
|
1444
|
+
"multiple": false,
|
|
1445
|
+
"type": "option"
|
|
1446
|
+
},
|
|
1447
|
+
"debug-import-plan-output-file": {
|
|
1448
|
+
"description": "The file to output the import plan to.",
|
|
1449
|
+
"hidden": true,
|
|
1450
|
+
"name": "debug-import-plan-output-file",
|
|
1451
|
+
"default": "./debug-import-plan.json",
|
|
1452
|
+
"hasDynamicHelp": false,
|
|
1453
|
+
"multiple": false,
|
|
1454
|
+
"type": "option"
|
|
1427
1455
|
}
|
|
1428
1456
|
},
|
|
1429
1457
|
"hasDynamicHelp": false,
|
|
1430
1458
|
"hidden": false,
|
|
1431
|
-
"hiddenAliases": [
|
|
1432
|
-
|
|
1459
|
+
"hiddenAliases": [
|
|
1460
|
+
"import"
|
|
1461
|
+
],
|
|
1462
|
+
"id": "import:plan",
|
|
1433
1463
|
"pluginAlias": "checkly",
|
|
1434
1464
|
"pluginName": "checkly",
|
|
1435
1465
|
"pluginType": "core",
|
|
1436
|
-
"strict":
|
|
1466
|
+
"strict": false,
|
|
1437
1467
|
"enableJsonFlag": false,
|
|
1438
1468
|
"coreCommand": false,
|
|
1439
|
-
"readOnly":
|
|
1440
|
-
"destructive":
|
|
1441
|
-
"idempotent":
|
|
1469
|
+
"readOnly": true,
|
|
1470
|
+
"destructive": false,
|
|
1471
|
+
"idempotent": true,
|
|
1442
1472
|
"isESM": false,
|
|
1443
1473
|
"relativePath": [
|
|
1444
1474
|
"dist",
|
|
1445
1475
|
"commands",
|
|
1446
|
-
"
|
|
1447
|
-
"
|
|
1476
|
+
"import",
|
|
1477
|
+
"plan.js"
|
|
1448
1478
|
]
|
|
1449
1479
|
},
|
|
1450
|
-
"env:
|
|
1480
|
+
"env:add": {
|
|
1451
1481
|
"aliases": [],
|
|
1452
1482
|
"args": {
|
|
1453
1483
|
"key": {
|
|
@@ -1461,18 +1491,18 @@
|
|
|
1461
1491
|
"required": false
|
|
1462
1492
|
}
|
|
1463
1493
|
},
|
|
1464
|
-
"description": "
|
|
1494
|
+
"description": "Add environment variable via \"checkly env add <key> <value>\".",
|
|
1465
1495
|
"flags": {
|
|
1466
1496
|
"locked": {
|
|
1467
1497
|
"char": "l",
|
|
1468
|
-
"description": "Indicate
|
|
1498
|
+
"description": "Indicate that the environment variable will be locked.",
|
|
1469
1499
|
"name": "locked",
|
|
1470
1500
|
"allowNo": false,
|
|
1471
1501
|
"type": "boolean"
|
|
1472
1502
|
},
|
|
1473
1503
|
"secret": {
|
|
1474
1504
|
"char": "s",
|
|
1475
|
-
"description": "Indicate
|
|
1505
|
+
"description": "Indicate that the environment variable will be secret.",
|
|
1476
1506
|
"exclusive": [
|
|
1477
1507
|
"locked"
|
|
1478
1508
|
],
|
|
@@ -1484,7 +1514,7 @@
|
|
|
1484
1514
|
"hasDynamicHelp": false,
|
|
1485
1515
|
"hidden": false,
|
|
1486
1516
|
"hiddenAliases": [],
|
|
1487
|
-
"id": "env:
|
|
1517
|
+
"id": "env:add",
|
|
1488
1518
|
"pluginAlias": "checkly",
|
|
1489
1519
|
"pluginName": "checkly",
|
|
1490
1520
|
"pluginType": "core",
|
|
@@ -1493,66 +1523,57 @@
|
|
|
1493
1523
|
"coreCommand": false,
|
|
1494
1524
|
"readOnly": false,
|
|
1495
1525
|
"destructive": false,
|
|
1496
|
-
"idempotent":
|
|
1526
|
+
"idempotent": false,
|
|
1497
1527
|
"isESM": false,
|
|
1498
1528
|
"relativePath": [
|
|
1499
1529
|
"dist",
|
|
1500
1530
|
"commands",
|
|
1501
1531
|
"env",
|
|
1502
|
-
"
|
|
1532
|
+
"add.js"
|
|
1503
1533
|
]
|
|
1504
1534
|
},
|
|
1505
|
-
"
|
|
1535
|
+
"env:ls": {
|
|
1506
1536
|
"aliases": [],
|
|
1507
1537
|
"args": {},
|
|
1508
|
-
"description": "
|
|
1509
|
-
"flags": {
|
|
1510
|
-
"config": {
|
|
1511
|
-
"char": "c",
|
|
1512
|
-
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
1513
|
-
"name": "config",
|
|
1514
|
-
"hasDynamicHelp": false,
|
|
1515
|
-
"multiple": false,
|
|
1516
|
-
"type": "option"
|
|
1517
|
-
}
|
|
1518
|
-
},
|
|
1538
|
+
"description": "List all Checkly environment variables via \"checkly env ls\".",
|
|
1539
|
+
"flags": {},
|
|
1519
1540
|
"hasDynamicHelp": false,
|
|
1520
1541
|
"hidden": false,
|
|
1521
1542
|
"hiddenAliases": [],
|
|
1522
|
-
"id": "
|
|
1543
|
+
"id": "env:ls",
|
|
1523
1544
|
"pluginAlias": "checkly",
|
|
1524
1545
|
"pluginName": "checkly",
|
|
1525
1546
|
"pluginType": "core",
|
|
1526
1547
|
"strict": true,
|
|
1527
1548
|
"enableJsonFlag": false,
|
|
1528
1549
|
"coreCommand": false,
|
|
1529
|
-
"readOnly":
|
|
1550
|
+
"readOnly": true,
|
|
1530
1551
|
"destructive": false,
|
|
1531
|
-
"idempotent":
|
|
1552
|
+
"idempotent": true,
|
|
1532
1553
|
"isESM": false,
|
|
1533
1554
|
"relativePath": [
|
|
1534
1555
|
"dist",
|
|
1535
1556
|
"commands",
|
|
1536
|
-
"
|
|
1537
|
-
"
|
|
1557
|
+
"env",
|
|
1558
|
+
"ls.js"
|
|
1538
1559
|
]
|
|
1539
1560
|
},
|
|
1540
|
-
"
|
|
1561
|
+
"env:pull": {
|
|
1541
1562
|
"aliases": [],
|
|
1542
|
-
"args": {
|
|
1543
|
-
|
|
1563
|
+
"args": {
|
|
1564
|
+
"filename": {
|
|
1565
|
+
"default": ".env",
|
|
1566
|
+
"description": "Filename of the generated file.",
|
|
1567
|
+
"name": "filename",
|
|
1568
|
+
"required": false
|
|
1569
|
+
}
|
|
1570
|
+
},
|
|
1571
|
+
"description": "Pull Checkly environment variables via \"checkly env pull <filename>\".",
|
|
1544
1572
|
"flags": {
|
|
1545
|
-
"
|
|
1546
|
-
"char": "
|
|
1547
|
-
"description": "
|
|
1548
|
-
"name": "
|
|
1549
|
-
"hasDynamicHelp": false,
|
|
1550
|
-
"multiple": false,
|
|
1551
|
-
"type": "option"
|
|
1552
|
-
},
|
|
1553
|
-
"all": {
|
|
1554
|
-
"description": "Cancel all plans.",
|
|
1555
|
-
"name": "all",
|
|
1573
|
+
"force": {
|
|
1574
|
+
"char": "f",
|
|
1575
|
+
"description": "Force to overwrite existing file.",
|
|
1576
|
+
"name": "force",
|
|
1556
1577
|
"allowNo": false,
|
|
1557
1578
|
"type": "boolean"
|
|
1558
1579
|
}
|
|
@@ -1560,42 +1581,47 @@
|
|
|
1560
1581
|
"hasDynamicHelp": false,
|
|
1561
1582
|
"hidden": false,
|
|
1562
1583
|
"hiddenAliases": [],
|
|
1563
|
-
"id": "
|
|
1584
|
+
"id": "env:pull",
|
|
1564
1585
|
"pluginAlias": "checkly",
|
|
1565
1586
|
"pluginName": "checkly",
|
|
1566
1587
|
"pluginType": "core",
|
|
1567
1588
|
"strict": true,
|
|
1568
1589
|
"enableJsonFlag": false,
|
|
1569
1590
|
"coreCommand": false,
|
|
1570
|
-
"readOnly":
|
|
1591
|
+
"readOnly": true,
|
|
1571
1592
|
"destructive": false,
|
|
1572
1593
|
"idempotent": true,
|
|
1573
1594
|
"isESM": false,
|
|
1574
1595
|
"relativePath": [
|
|
1575
1596
|
"dist",
|
|
1576
1597
|
"commands",
|
|
1577
|
-
"
|
|
1578
|
-
"
|
|
1598
|
+
"env",
|
|
1599
|
+
"pull.js"
|
|
1579
1600
|
]
|
|
1580
1601
|
},
|
|
1581
|
-
"
|
|
1602
|
+
"env:rm": {
|
|
1582
1603
|
"aliases": [],
|
|
1583
|
-
"args": {
|
|
1584
|
-
|
|
1604
|
+
"args": {
|
|
1605
|
+
"key": {
|
|
1606
|
+
"description": "Environment variable key to remove.",
|
|
1607
|
+
"name": "key",
|
|
1608
|
+
"required": true
|
|
1609
|
+
}
|
|
1610
|
+
},
|
|
1611
|
+
"description": "Remove environment variable via \"checkly env rm <key>\".",
|
|
1585
1612
|
"flags": {
|
|
1586
|
-
"
|
|
1587
|
-
"char": "
|
|
1588
|
-
"description": "
|
|
1589
|
-
"name": "
|
|
1590
|
-
"
|
|
1591
|
-
"
|
|
1592
|
-
"type": "option"
|
|
1613
|
+
"force": {
|
|
1614
|
+
"char": "f",
|
|
1615
|
+
"description": "Force to skip the confirmation prompt.",
|
|
1616
|
+
"name": "force",
|
|
1617
|
+
"allowNo": false,
|
|
1618
|
+
"type": "boolean"
|
|
1593
1619
|
}
|
|
1594
1620
|
},
|
|
1595
1621
|
"hasDynamicHelp": false,
|
|
1596
1622
|
"hidden": false,
|
|
1597
1623
|
"hiddenAliases": [],
|
|
1598
|
-
"id": "
|
|
1624
|
+
"id": "env:rm",
|
|
1599
1625
|
"pluginAlias": "checkly",
|
|
1600
1626
|
"pluginName": "checkly",
|
|
1601
1627
|
"pluginType": "core",
|
|
@@ -1603,95 +1629,69 @@
|
|
|
1603
1629
|
"enableJsonFlag": false,
|
|
1604
1630
|
"coreCommand": false,
|
|
1605
1631
|
"readOnly": false,
|
|
1606
|
-
"destructive":
|
|
1632
|
+
"destructive": true,
|
|
1607
1633
|
"idempotent": false,
|
|
1608
1634
|
"isESM": false,
|
|
1609
1635
|
"relativePath": [
|
|
1610
1636
|
"dist",
|
|
1611
1637
|
"commands",
|
|
1612
|
-
"
|
|
1613
|
-
"
|
|
1638
|
+
"env",
|
|
1639
|
+
"rm.js"
|
|
1614
1640
|
]
|
|
1615
1641
|
},
|
|
1616
|
-
"
|
|
1642
|
+
"env:update": {
|
|
1617
1643
|
"aliases": [],
|
|
1618
1644
|
"args": {
|
|
1619
|
-
"
|
|
1620
|
-
"description": "
|
|
1621
|
-
"name": "
|
|
1645
|
+
"key": {
|
|
1646
|
+
"description": "Environment variable key.",
|
|
1647
|
+
"name": "key",
|
|
1648
|
+
"required": true
|
|
1649
|
+
},
|
|
1650
|
+
"value": {
|
|
1651
|
+
"description": "Environment variable value.",
|
|
1652
|
+
"name": "value",
|
|
1622
1653
|
"required": false
|
|
1623
1654
|
}
|
|
1624
1655
|
},
|
|
1625
|
-
"description": "
|
|
1656
|
+
"description": "Update environment variable via \"checkly env update <key> <value>\".",
|
|
1626
1657
|
"flags": {
|
|
1627
|
-
"
|
|
1628
|
-
"char": "
|
|
1629
|
-
"description": "
|
|
1630
|
-
"name": "
|
|
1631
|
-
"hasDynamicHelp": false,
|
|
1632
|
-
"multiple": false,
|
|
1633
|
-
"type": "option"
|
|
1634
|
-
},
|
|
1635
|
-
"root": {
|
|
1636
|
-
"description": "The root folder in which to write generated code files.",
|
|
1637
|
-
"name": "root",
|
|
1638
|
-
"default": "__checks__",
|
|
1639
|
-
"hasDynamicHelp": false,
|
|
1640
|
-
"multiple": false,
|
|
1641
|
-
"type": "option"
|
|
1642
|
-
},
|
|
1643
|
-
"preview": {
|
|
1644
|
-
"description": "Preview generated code without creating an actual import plan.",
|
|
1645
|
-
"name": "preview",
|
|
1658
|
+
"locked": {
|
|
1659
|
+
"char": "l",
|
|
1660
|
+
"description": "Indicate if environment variable is locked.",
|
|
1661
|
+
"name": "locked",
|
|
1646
1662
|
"allowNo": false,
|
|
1647
1663
|
"type": "boolean"
|
|
1648
1664
|
},
|
|
1649
|
-
"
|
|
1650
|
-
"
|
|
1651
|
-
"
|
|
1652
|
-
"
|
|
1665
|
+
"secret": {
|
|
1666
|
+
"char": "s",
|
|
1667
|
+
"description": "Indicate if environment variable is secret.",
|
|
1668
|
+
"exclusive": [
|
|
1669
|
+
"locked"
|
|
1670
|
+
],
|
|
1671
|
+
"name": "secret",
|
|
1653
1672
|
"allowNo": false,
|
|
1654
1673
|
"type": "boolean"
|
|
1655
|
-
},
|
|
1656
|
-
"debug-import-plan-input-file": {
|
|
1657
|
-
"description": "A file to load an import plan from.",
|
|
1658
|
-
"hidden": true,
|
|
1659
|
-
"name": "debug-import-plan-input-file",
|
|
1660
|
-
"hasDynamicHelp": false,
|
|
1661
|
-
"multiple": false,
|
|
1662
|
-
"type": "option"
|
|
1663
|
-
},
|
|
1664
|
-
"debug-import-plan-output-file": {
|
|
1665
|
-
"description": "The file to output the import plan to.",
|
|
1666
|
-
"hidden": true,
|
|
1667
|
-
"name": "debug-import-plan-output-file",
|
|
1668
|
-
"default": "./debug-import-plan.json",
|
|
1669
|
-
"hasDynamicHelp": false,
|
|
1670
|
-
"multiple": false,
|
|
1671
|
-
"type": "option"
|
|
1672
1674
|
}
|
|
1673
1675
|
},
|
|
1674
1676
|
"hasDynamicHelp": false,
|
|
1675
1677
|
"hidden": false,
|
|
1676
|
-
"hiddenAliases": [
|
|
1677
|
-
|
|
1678
|
-
],
|
|
1679
|
-
"id": "import:plan",
|
|
1678
|
+
"hiddenAliases": [],
|
|
1679
|
+
"id": "env:update",
|
|
1680
1680
|
"pluginAlias": "checkly",
|
|
1681
1681
|
"pluginName": "checkly",
|
|
1682
1682
|
"pluginType": "core",
|
|
1683
|
-
"strict":
|
|
1683
|
+
"strict": true,
|
|
1684
1684
|
"enableJsonFlag": false,
|
|
1685
1685
|
"coreCommand": false,
|
|
1686
|
-
"readOnly":
|
|
1686
|
+
"readOnly": false,
|
|
1687
1687
|
"destructive": false,
|
|
1688
1688
|
"idempotent": true,
|
|
1689
1689
|
"isESM": false,
|
|
1690
1690
|
"relativePath": [
|
|
1691
1691
|
"dist",
|
|
1692
1692
|
"commands",
|
|
1693
|
-
"
|
|
1694
|
-
"
|
|
1693
|
+
"env",
|
|
1694
|
+
"update.js"
|
|
1695
1695
|
]
|
|
1696
1696
|
},
|
|
1697
1697
|
"incidents:create": {
|
|
@@ -2152,5 +2152,5 @@
|
|
|
2152
2152
|
]
|
|
2153
2153
|
}
|
|
2154
2154
|
},
|
|
2155
|
-
"version": "7.5.4
|
|
2155
|
+
"version": "7.5.4"
|
|
2156
2156
|
}
|