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