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