checkly 8.14.1-prerelease-522049f → 8.14.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 +193 -193
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -2482,6 +2482,198 @@
|
|
|
2482
2482
|
"update.js"
|
|
2483
2483
|
]
|
|
2484
2484
|
},
|
|
2485
|
+
"import:apply": {
|
|
2486
|
+
"aliases": [],
|
|
2487
|
+
"args": {},
|
|
2488
|
+
"description": "Attach imported resources into your project in a pending state.",
|
|
2489
|
+
"flags": {
|
|
2490
|
+
"config": {
|
|
2491
|
+
"char": "c",
|
|
2492
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
2493
|
+
"name": "config",
|
|
2494
|
+
"hasDynamicHelp": false,
|
|
2495
|
+
"multiple": false,
|
|
2496
|
+
"type": "option"
|
|
2497
|
+
}
|
|
2498
|
+
},
|
|
2499
|
+
"hasDynamicHelp": false,
|
|
2500
|
+
"hidden": false,
|
|
2501
|
+
"hiddenAliases": [],
|
|
2502
|
+
"id": "import:apply",
|
|
2503
|
+
"pluginAlias": "checkly",
|
|
2504
|
+
"pluginName": "checkly",
|
|
2505
|
+
"pluginType": "core",
|
|
2506
|
+
"strict": true,
|
|
2507
|
+
"enableJsonFlag": false,
|
|
2508
|
+
"coreCommand": false,
|
|
2509
|
+
"readOnly": false,
|
|
2510
|
+
"destructive": false,
|
|
2511
|
+
"idempotent": false,
|
|
2512
|
+
"isESM": true,
|
|
2513
|
+
"relativePath": [
|
|
2514
|
+
"dist",
|
|
2515
|
+
"commands",
|
|
2516
|
+
"import",
|
|
2517
|
+
"apply.js"
|
|
2518
|
+
]
|
|
2519
|
+
},
|
|
2520
|
+
"import:cancel": {
|
|
2521
|
+
"aliases": [],
|
|
2522
|
+
"args": {},
|
|
2523
|
+
"description": "Cancels an ongoing import plan that has not been committed yet.",
|
|
2524
|
+
"flags": {
|
|
2525
|
+
"config": {
|
|
2526
|
+
"char": "c",
|
|
2527
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
2528
|
+
"name": "config",
|
|
2529
|
+
"hasDynamicHelp": false,
|
|
2530
|
+
"multiple": false,
|
|
2531
|
+
"type": "option"
|
|
2532
|
+
},
|
|
2533
|
+
"all": {
|
|
2534
|
+
"description": "Cancel all plans.",
|
|
2535
|
+
"name": "all",
|
|
2536
|
+
"allowNo": false,
|
|
2537
|
+
"type": "boolean"
|
|
2538
|
+
}
|
|
2539
|
+
},
|
|
2540
|
+
"hasDynamicHelp": false,
|
|
2541
|
+
"hidden": false,
|
|
2542
|
+
"hiddenAliases": [],
|
|
2543
|
+
"id": "import:cancel",
|
|
2544
|
+
"pluginAlias": "checkly",
|
|
2545
|
+
"pluginName": "checkly",
|
|
2546
|
+
"pluginType": "core",
|
|
2547
|
+
"strict": true,
|
|
2548
|
+
"enableJsonFlag": false,
|
|
2549
|
+
"coreCommand": false,
|
|
2550
|
+
"readOnly": false,
|
|
2551
|
+
"destructive": false,
|
|
2552
|
+
"idempotent": true,
|
|
2553
|
+
"isESM": true,
|
|
2554
|
+
"relativePath": [
|
|
2555
|
+
"dist",
|
|
2556
|
+
"commands",
|
|
2557
|
+
"import",
|
|
2558
|
+
"cancel.js"
|
|
2559
|
+
]
|
|
2560
|
+
},
|
|
2561
|
+
"import:commit": {
|
|
2562
|
+
"aliases": [],
|
|
2563
|
+
"args": {},
|
|
2564
|
+
"description": "Permanently commit imported resources into your project.",
|
|
2565
|
+
"flags": {
|
|
2566
|
+
"config": {
|
|
2567
|
+
"char": "c",
|
|
2568
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
2569
|
+
"name": "config",
|
|
2570
|
+
"hasDynamicHelp": false,
|
|
2571
|
+
"multiple": false,
|
|
2572
|
+
"type": "option"
|
|
2573
|
+
}
|
|
2574
|
+
},
|
|
2575
|
+
"hasDynamicHelp": false,
|
|
2576
|
+
"hidden": false,
|
|
2577
|
+
"hiddenAliases": [],
|
|
2578
|
+
"id": "import:commit",
|
|
2579
|
+
"pluginAlias": "checkly",
|
|
2580
|
+
"pluginName": "checkly",
|
|
2581
|
+
"pluginType": "core",
|
|
2582
|
+
"strict": true,
|
|
2583
|
+
"enableJsonFlag": false,
|
|
2584
|
+
"coreCommand": false,
|
|
2585
|
+
"readOnly": false,
|
|
2586
|
+
"destructive": false,
|
|
2587
|
+
"idempotent": false,
|
|
2588
|
+
"isESM": true,
|
|
2589
|
+
"relativePath": [
|
|
2590
|
+
"dist",
|
|
2591
|
+
"commands",
|
|
2592
|
+
"import",
|
|
2593
|
+
"commit.js"
|
|
2594
|
+
]
|
|
2595
|
+
},
|
|
2596
|
+
"import:plan": {
|
|
2597
|
+
"aliases": [],
|
|
2598
|
+
"args": {
|
|
2599
|
+
"resource": {
|
|
2600
|
+
"description": "A specific resource to import.",
|
|
2601
|
+
"name": "resource",
|
|
2602
|
+
"required": false
|
|
2603
|
+
}
|
|
2604
|
+
},
|
|
2605
|
+
"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.",
|
|
2606
|
+
"flags": {
|
|
2607
|
+
"config": {
|
|
2608
|
+
"char": "c",
|
|
2609
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
2610
|
+
"name": "config",
|
|
2611
|
+
"hasDynamicHelp": false,
|
|
2612
|
+
"multiple": false,
|
|
2613
|
+
"type": "option"
|
|
2614
|
+
},
|
|
2615
|
+
"root": {
|
|
2616
|
+
"description": "The root folder in which to write generated code files.",
|
|
2617
|
+
"name": "root",
|
|
2618
|
+
"default": "__checks__",
|
|
2619
|
+
"hasDynamicHelp": false,
|
|
2620
|
+
"multiple": false,
|
|
2621
|
+
"type": "option"
|
|
2622
|
+
},
|
|
2623
|
+
"preview": {
|
|
2624
|
+
"description": "Preview generated code without creating an actual import plan.",
|
|
2625
|
+
"name": "preview",
|
|
2626
|
+
"allowNo": false,
|
|
2627
|
+
"type": "boolean"
|
|
2628
|
+
},
|
|
2629
|
+
"debug-import-plan": {
|
|
2630
|
+
"description": "Output the import plan to a file.",
|
|
2631
|
+
"hidden": true,
|
|
2632
|
+
"name": "debug-import-plan",
|
|
2633
|
+
"allowNo": false,
|
|
2634
|
+
"type": "boolean"
|
|
2635
|
+
},
|
|
2636
|
+
"debug-import-plan-input-file": {
|
|
2637
|
+
"description": "A file to load an import plan from.",
|
|
2638
|
+
"hidden": true,
|
|
2639
|
+
"name": "debug-import-plan-input-file",
|
|
2640
|
+
"hasDynamicHelp": false,
|
|
2641
|
+
"multiple": false,
|
|
2642
|
+
"type": "option"
|
|
2643
|
+
},
|
|
2644
|
+
"debug-import-plan-output-file": {
|
|
2645
|
+
"description": "The file to output the import plan to.",
|
|
2646
|
+
"hidden": true,
|
|
2647
|
+
"name": "debug-import-plan-output-file",
|
|
2648
|
+
"default": "./debug-import-plan.json",
|
|
2649
|
+
"hasDynamicHelp": false,
|
|
2650
|
+
"multiple": false,
|
|
2651
|
+
"type": "option"
|
|
2652
|
+
}
|
|
2653
|
+
},
|
|
2654
|
+
"hasDynamicHelp": false,
|
|
2655
|
+
"hidden": false,
|
|
2656
|
+
"hiddenAliases": [
|
|
2657
|
+
"import"
|
|
2658
|
+
],
|
|
2659
|
+
"id": "import:plan",
|
|
2660
|
+
"pluginAlias": "checkly",
|
|
2661
|
+
"pluginName": "checkly",
|
|
2662
|
+
"pluginType": "core",
|
|
2663
|
+
"strict": false,
|
|
2664
|
+
"enableJsonFlag": false,
|
|
2665
|
+
"coreCommand": false,
|
|
2666
|
+
"readOnly": true,
|
|
2667
|
+
"destructive": false,
|
|
2668
|
+
"idempotent": true,
|
|
2669
|
+
"isESM": true,
|
|
2670
|
+
"relativePath": [
|
|
2671
|
+
"dist",
|
|
2672
|
+
"commands",
|
|
2673
|
+
"import",
|
|
2674
|
+
"plan.js"
|
|
2675
|
+
]
|
|
2676
|
+
},
|
|
2485
2677
|
"incidents:create": {
|
|
2486
2678
|
"aliases": [],
|
|
2487
2679
|
"args": {},
|
|
@@ -2985,198 +3177,6 @@
|
|
|
2985
3177
|
"update.js"
|
|
2986
3178
|
]
|
|
2987
3179
|
},
|
|
2988
|
-
"import:apply": {
|
|
2989
|
-
"aliases": [],
|
|
2990
|
-
"args": {},
|
|
2991
|
-
"description": "Attach imported resources into your project in a pending state.",
|
|
2992
|
-
"flags": {
|
|
2993
|
-
"config": {
|
|
2994
|
-
"char": "c",
|
|
2995
|
-
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
2996
|
-
"name": "config",
|
|
2997
|
-
"hasDynamicHelp": false,
|
|
2998
|
-
"multiple": false,
|
|
2999
|
-
"type": "option"
|
|
3000
|
-
}
|
|
3001
|
-
},
|
|
3002
|
-
"hasDynamicHelp": false,
|
|
3003
|
-
"hidden": false,
|
|
3004
|
-
"hiddenAliases": [],
|
|
3005
|
-
"id": "import:apply",
|
|
3006
|
-
"pluginAlias": "checkly",
|
|
3007
|
-
"pluginName": "checkly",
|
|
3008
|
-
"pluginType": "core",
|
|
3009
|
-
"strict": true,
|
|
3010
|
-
"enableJsonFlag": false,
|
|
3011
|
-
"coreCommand": false,
|
|
3012
|
-
"readOnly": false,
|
|
3013
|
-
"destructive": false,
|
|
3014
|
-
"idempotent": false,
|
|
3015
|
-
"isESM": true,
|
|
3016
|
-
"relativePath": [
|
|
3017
|
-
"dist",
|
|
3018
|
-
"commands",
|
|
3019
|
-
"import",
|
|
3020
|
-
"apply.js"
|
|
3021
|
-
]
|
|
3022
|
-
},
|
|
3023
|
-
"import:cancel": {
|
|
3024
|
-
"aliases": [],
|
|
3025
|
-
"args": {},
|
|
3026
|
-
"description": "Cancels an ongoing import plan that has not been committed yet.",
|
|
3027
|
-
"flags": {
|
|
3028
|
-
"config": {
|
|
3029
|
-
"char": "c",
|
|
3030
|
-
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
3031
|
-
"name": "config",
|
|
3032
|
-
"hasDynamicHelp": false,
|
|
3033
|
-
"multiple": false,
|
|
3034
|
-
"type": "option"
|
|
3035
|
-
},
|
|
3036
|
-
"all": {
|
|
3037
|
-
"description": "Cancel all plans.",
|
|
3038
|
-
"name": "all",
|
|
3039
|
-
"allowNo": false,
|
|
3040
|
-
"type": "boolean"
|
|
3041
|
-
}
|
|
3042
|
-
},
|
|
3043
|
-
"hasDynamicHelp": false,
|
|
3044
|
-
"hidden": false,
|
|
3045
|
-
"hiddenAliases": [],
|
|
3046
|
-
"id": "import:cancel",
|
|
3047
|
-
"pluginAlias": "checkly",
|
|
3048
|
-
"pluginName": "checkly",
|
|
3049
|
-
"pluginType": "core",
|
|
3050
|
-
"strict": true,
|
|
3051
|
-
"enableJsonFlag": false,
|
|
3052
|
-
"coreCommand": false,
|
|
3053
|
-
"readOnly": false,
|
|
3054
|
-
"destructive": false,
|
|
3055
|
-
"idempotent": true,
|
|
3056
|
-
"isESM": true,
|
|
3057
|
-
"relativePath": [
|
|
3058
|
-
"dist",
|
|
3059
|
-
"commands",
|
|
3060
|
-
"import",
|
|
3061
|
-
"cancel.js"
|
|
3062
|
-
]
|
|
3063
|
-
},
|
|
3064
|
-
"import:commit": {
|
|
3065
|
-
"aliases": [],
|
|
3066
|
-
"args": {},
|
|
3067
|
-
"description": "Permanently commit imported resources into your project.",
|
|
3068
|
-
"flags": {
|
|
3069
|
-
"config": {
|
|
3070
|
-
"char": "c",
|
|
3071
|
-
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
3072
|
-
"name": "config",
|
|
3073
|
-
"hasDynamicHelp": false,
|
|
3074
|
-
"multiple": false,
|
|
3075
|
-
"type": "option"
|
|
3076
|
-
}
|
|
3077
|
-
},
|
|
3078
|
-
"hasDynamicHelp": false,
|
|
3079
|
-
"hidden": false,
|
|
3080
|
-
"hiddenAliases": [],
|
|
3081
|
-
"id": "import:commit",
|
|
3082
|
-
"pluginAlias": "checkly",
|
|
3083
|
-
"pluginName": "checkly",
|
|
3084
|
-
"pluginType": "core",
|
|
3085
|
-
"strict": true,
|
|
3086
|
-
"enableJsonFlag": false,
|
|
3087
|
-
"coreCommand": false,
|
|
3088
|
-
"readOnly": false,
|
|
3089
|
-
"destructive": false,
|
|
3090
|
-
"idempotent": false,
|
|
3091
|
-
"isESM": true,
|
|
3092
|
-
"relativePath": [
|
|
3093
|
-
"dist",
|
|
3094
|
-
"commands",
|
|
3095
|
-
"import",
|
|
3096
|
-
"commit.js"
|
|
3097
|
-
]
|
|
3098
|
-
},
|
|
3099
|
-
"import:plan": {
|
|
3100
|
-
"aliases": [],
|
|
3101
|
-
"args": {
|
|
3102
|
-
"resource": {
|
|
3103
|
-
"description": "A specific resource to import.",
|
|
3104
|
-
"name": "resource",
|
|
3105
|
-
"required": false
|
|
3106
|
-
}
|
|
3107
|
-
},
|
|
3108
|
-
"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.",
|
|
3109
|
-
"flags": {
|
|
3110
|
-
"config": {
|
|
3111
|
-
"char": "c",
|
|
3112
|
-
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
3113
|
-
"name": "config",
|
|
3114
|
-
"hasDynamicHelp": false,
|
|
3115
|
-
"multiple": false,
|
|
3116
|
-
"type": "option"
|
|
3117
|
-
},
|
|
3118
|
-
"root": {
|
|
3119
|
-
"description": "The root folder in which to write generated code files.",
|
|
3120
|
-
"name": "root",
|
|
3121
|
-
"default": "__checks__",
|
|
3122
|
-
"hasDynamicHelp": false,
|
|
3123
|
-
"multiple": false,
|
|
3124
|
-
"type": "option"
|
|
3125
|
-
},
|
|
3126
|
-
"preview": {
|
|
3127
|
-
"description": "Preview generated code without creating an actual import plan.",
|
|
3128
|
-
"name": "preview",
|
|
3129
|
-
"allowNo": false,
|
|
3130
|
-
"type": "boolean"
|
|
3131
|
-
},
|
|
3132
|
-
"debug-import-plan": {
|
|
3133
|
-
"description": "Output the import plan to a file.",
|
|
3134
|
-
"hidden": true,
|
|
3135
|
-
"name": "debug-import-plan",
|
|
3136
|
-
"allowNo": false,
|
|
3137
|
-
"type": "boolean"
|
|
3138
|
-
},
|
|
3139
|
-
"debug-import-plan-input-file": {
|
|
3140
|
-
"description": "A file to load an import plan from.",
|
|
3141
|
-
"hidden": true,
|
|
3142
|
-
"name": "debug-import-plan-input-file",
|
|
3143
|
-
"hasDynamicHelp": false,
|
|
3144
|
-
"multiple": false,
|
|
3145
|
-
"type": "option"
|
|
3146
|
-
},
|
|
3147
|
-
"debug-import-plan-output-file": {
|
|
3148
|
-
"description": "The file to output the import plan to.",
|
|
3149
|
-
"hidden": true,
|
|
3150
|
-
"name": "debug-import-plan-output-file",
|
|
3151
|
-
"default": "./debug-import-plan.json",
|
|
3152
|
-
"hasDynamicHelp": false,
|
|
3153
|
-
"multiple": false,
|
|
3154
|
-
"type": "option"
|
|
3155
|
-
}
|
|
3156
|
-
},
|
|
3157
|
-
"hasDynamicHelp": false,
|
|
3158
|
-
"hidden": false,
|
|
3159
|
-
"hiddenAliases": [
|
|
3160
|
-
"import"
|
|
3161
|
-
],
|
|
3162
|
-
"id": "import:plan",
|
|
3163
|
-
"pluginAlias": "checkly",
|
|
3164
|
-
"pluginName": "checkly",
|
|
3165
|
-
"pluginType": "core",
|
|
3166
|
-
"strict": false,
|
|
3167
|
-
"enableJsonFlag": false,
|
|
3168
|
-
"coreCommand": false,
|
|
3169
|
-
"readOnly": true,
|
|
3170
|
-
"destructive": false,
|
|
3171
|
-
"idempotent": true,
|
|
3172
|
-
"isESM": true,
|
|
3173
|
-
"relativePath": [
|
|
3174
|
-
"dist",
|
|
3175
|
-
"commands",
|
|
3176
|
-
"import",
|
|
3177
|
-
"plan.js"
|
|
3178
|
-
]
|
|
3179
|
-
},
|
|
3180
3180
|
"rca:get": {
|
|
3181
3181
|
"aliases": [],
|
|
3182
3182
|
"args": {
|
|
@@ -3723,5 +3723,5 @@
|
|
|
3723
3723
|
]
|
|
3724
3724
|
}
|
|
3725
3725
|
},
|
|
3726
|
-
"version": "8.14.1
|
|
3726
|
+
"version": "8.14.1"
|
|
3727
3727
|
}
|