checkly 8.22.0-prerelease-98f1c46 → 8.22.0
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 +246 -246
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -2572,6 +2572,251 @@
|
|
|
2572
2572
|
"update.js"
|
|
2573
2573
|
]
|
|
2574
2574
|
},
|
|
2575
|
+
"import:apply": {
|
|
2576
|
+
"aliases": [],
|
|
2577
|
+
"args": {},
|
|
2578
|
+
"description": "Attach imported resources into your project in a pending state.",
|
|
2579
|
+
"flags": {
|
|
2580
|
+
"config": {
|
|
2581
|
+
"char": "c",
|
|
2582
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
2583
|
+
"name": "config",
|
|
2584
|
+
"hasDynamicHelp": false,
|
|
2585
|
+
"multiple": false,
|
|
2586
|
+
"type": "option"
|
|
2587
|
+
},
|
|
2588
|
+
"plan-id": {
|
|
2589
|
+
"description": "Target a specific import plan by ID, skipping interactive plan selection.",
|
|
2590
|
+
"name": "plan-id",
|
|
2591
|
+
"hasDynamicHelp": false,
|
|
2592
|
+
"multiple": false,
|
|
2593
|
+
"type": "option"
|
|
2594
|
+
},
|
|
2595
|
+
"no-commit": {
|
|
2596
|
+
"description": "Apply only. Leave the plan pending and skip the commit prompt.",
|
|
2597
|
+
"name": "no-commit",
|
|
2598
|
+
"allowNo": false,
|
|
2599
|
+
"type": "boolean"
|
|
2600
|
+
}
|
|
2601
|
+
},
|
|
2602
|
+
"hasDynamicHelp": false,
|
|
2603
|
+
"hidden": false,
|
|
2604
|
+
"hiddenAliases": [],
|
|
2605
|
+
"id": "import:apply",
|
|
2606
|
+
"pluginAlias": "checkly",
|
|
2607
|
+
"pluginName": "checkly",
|
|
2608
|
+
"pluginType": "core",
|
|
2609
|
+
"strict": true,
|
|
2610
|
+
"enableJsonFlag": false,
|
|
2611
|
+
"coreCommand": false,
|
|
2612
|
+
"readOnly": false,
|
|
2613
|
+
"destructive": false,
|
|
2614
|
+
"idempotent": false,
|
|
2615
|
+
"isESM": true,
|
|
2616
|
+
"relativePath": [
|
|
2617
|
+
"dist",
|
|
2618
|
+
"commands",
|
|
2619
|
+
"import",
|
|
2620
|
+
"apply.js"
|
|
2621
|
+
]
|
|
2622
|
+
},
|
|
2623
|
+
"import:cancel": {
|
|
2624
|
+
"aliases": [],
|
|
2625
|
+
"args": {},
|
|
2626
|
+
"description": "Cancels an ongoing import plan that has not been committed yet.",
|
|
2627
|
+
"flags": {
|
|
2628
|
+
"config": {
|
|
2629
|
+
"char": "c",
|
|
2630
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
2631
|
+
"name": "config",
|
|
2632
|
+
"hasDynamicHelp": false,
|
|
2633
|
+
"multiple": false,
|
|
2634
|
+
"type": "option"
|
|
2635
|
+
},
|
|
2636
|
+
"all": {
|
|
2637
|
+
"description": "Cancel all plans.",
|
|
2638
|
+
"name": "all",
|
|
2639
|
+
"allowNo": false,
|
|
2640
|
+
"type": "boolean"
|
|
2641
|
+
},
|
|
2642
|
+
"plan-id": {
|
|
2643
|
+
"description": "Target a specific import plan by ID, skipping interactive plan selection.",
|
|
2644
|
+
"name": "plan-id",
|
|
2645
|
+
"hasDynamicHelp": false,
|
|
2646
|
+
"multiple": false,
|
|
2647
|
+
"type": "option"
|
|
2648
|
+
},
|
|
2649
|
+
"force": {
|
|
2650
|
+
"char": "f",
|
|
2651
|
+
"description": "Skip confirmation prompt.",
|
|
2652
|
+
"name": "force",
|
|
2653
|
+
"allowNo": false,
|
|
2654
|
+
"type": "boolean"
|
|
2655
|
+
},
|
|
2656
|
+
"dry-run": {
|
|
2657
|
+
"description": "Preview what would happen without executing.",
|
|
2658
|
+
"name": "dry-run",
|
|
2659
|
+
"allowNo": false,
|
|
2660
|
+
"type": "boolean"
|
|
2661
|
+
}
|
|
2662
|
+
},
|
|
2663
|
+
"hasDynamicHelp": false,
|
|
2664
|
+
"hidden": false,
|
|
2665
|
+
"hiddenAliases": [],
|
|
2666
|
+
"id": "import:cancel",
|
|
2667
|
+
"pluginAlias": "checkly",
|
|
2668
|
+
"pluginName": "checkly",
|
|
2669
|
+
"pluginType": "core",
|
|
2670
|
+
"strict": true,
|
|
2671
|
+
"enableJsonFlag": false,
|
|
2672
|
+
"coreCommand": false,
|
|
2673
|
+
"readOnly": false,
|
|
2674
|
+
"destructive": true,
|
|
2675
|
+
"idempotent": true,
|
|
2676
|
+
"isESM": true,
|
|
2677
|
+
"relativePath": [
|
|
2678
|
+
"dist",
|
|
2679
|
+
"commands",
|
|
2680
|
+
"import",
|
|
2681
|
+
"cancel.js"
|
|
2682
|
+
]
|
|
2683
|
+
},
|
|
2684
|
+
"import:commit": {
|
|
2685
|
+
"aliases": [],
|
|
2686
|
+
"args": {},
|
|
2687
|
+
"description": "Permanently commit imported resources into your project.",
|
|
2688
|
+
"flags": {
|
|
2689
|
+
"config": {
|
|
2690
|
+
"char": "c",
|
|
2691
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
2692
|
+
"name": "config",
|
|
2693
|
+
"hasDynamicHelp": false,
|
|
2694
|
+
"multiple": false,
|
|
2695
|
+
"type": "option"
|
|
2696
|
+
},
|
|
2697
|
+
"plan-id": {
|
|
2698
|
+
"description": "Target a specific import plan by ID, skipping interactive plan selection.",
|
|
2699
|
+
"name": "plan-id",
|
|
2700
|
+
"hasDynamicHelp": false,
|
|
2701
|
+
"multiple": false,
|
|
2702
|
+
"type": "option"
|
|
2703
|
+
},
|
|
2704
|
+
"force": {
|
|
2705
|
+
"char": "f",
|
|
2706
|
+
"description": "Skip confirmation prompt.",
|
|
2707
|
+
"name": "force",
|
|
2708
|
+
"allowNo": false,
|
|
2709
|
+
"type": "boolean"
|
|
2710
|
+
},
|
|
2711
|
+
"dry-run": {
|
|
2712
|
+
"description": "Preview what would happen without executing.",
|
|
2713
|
+
"name": "dry-run",
|
|
2714
|
+
"allowNo": false,
|
|
2715
|
+
"type": "boolean"
|
|
2716
|
+
}
|
|
2717
|
+
},
|
|
2718
|
+
"hasDynamicHelp": false,
|
|
2719
|
+
"hidden": false,
|
|
2720
|
+
"hiddenAliases": [],
|
|
2721
|
+
"id": "import:commit",
|
|
2722
|
+
"pluginAlias": "checkly",
|
|
2723
|
+
"pluginName": "checkly",
|
|
2724
|
+
"pluginType": "core",
|
|
2725
|
+
"strict": true,
|
|
2726
|
+
"enableJsonFlag": false,
|
|
2727
|
+
"coreCommand": false,
|
|
2728
|
+
"readOnly": false,
|
|
2729
|
+
"destructive": false,
|
|
2730
|
+
"idempotent": false,
|
|
2731
|
+
"isESM": true,
|
|
2732
|
+
"relativePath": [
|
|
2733
|
+
"dist",
|
|
2734
|
+
"commands",
|
|
2735
|
+
"import",
|
|
2736
|
+
"commit.js"
|
|
2737
|
+
]
|
|
2738
|
+
},
|
|
2739
|
+
"import:plan": {
|
|
2740
|
+
"aliases": [],
|
|
2741
|
+
"args": {
|
|
2742
|
+
"resource": {
|
|
2743
|
+
"description": "A specific resource to import.",
|
|
2744
|
+
"name": "resource",
|
|
2745
|
+
"required": false
|
|
2746
|
+
}
|
|
2747
|
+
},
|
|
2748
|
+
"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.",
|
|
2749
|
+
"flags": {
|
|
2750
|
+
"config": {
|
|
2751
|
+
"char": "c",
|
|
2752
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
2753
|
+
"name": "config",
|
|
2754
|
+
"hasDynamicHelp": false,
|
|
2755
|
+
"multiple": false,
|
|
2756
|
+
"type": "option"
|
|
2757
|
+
},
|
|
2758
|
+
"root": {
|
|
2759
|
+
"description": "The root folder in which to write generated code files.",
|
|
2760
|
+
"name": "root",
|
|
2761
|
+
"default": "__checks__",
|
|
2762
|
+
"hasDynamicHelp": false,
|
|
2763
|
+
"multiple": false,
|
|
2764
|
+
"type": "option"
|
|
2765
|
+
},
|
|
2766
|
+
"preview": {
|
|
2767
|
+
"description": "Preview generated code without creating an actual import plan.",
|
|
2768
|
+
"name": "preview",
|
|
2769
|
+
"allowNo": false,
|
|
2770
|
+
"type": "boolean"
|
|
2771
|
+
},
|
|
2772
|
+
"debug-import-plan": {
|
|
2773
|
+
"description": "Output the import plan to a file.",
|
|
2774
|
+
"hidden": true,
|
|
2775
|
+
"name": "debug-import-plan",
|
|
2776
|
+
"allowNo": false,
|
|
2777
|
+
"type": "boolean"
|
|
2778
|
+
},
|
|
2779
|
+
"debug-import-plan-input-file": {
|
|
2780
|
+
"description": "A file to load an import plan from.",
|
|
2781
|
+
"hidden": true,
|
|
2782
|
+
"name": "debug-import-plan-input-file",
|
|
2783
|
+
"hasDynamicHelp": false,
|
|
2784
|
+
"multiple": false,
|
|
2785
|
+
"type": "option"
|
|
2786
|
+
},
|
|
2787
|
+
"debug-import-plan-output-file": {
|
|
2788
|
+
"description": "The file to output the import plan to.",
|
|
2789
|
+
"hidden": true,
|
|
2790
|
+
"name": "debug-import-plan-output-file",
|
|
2791
|
+
"default": "./debug-import-plan.json",
|
|
2792
|
+
"hasDynamicHelp": false,
|
|
2793
|
+
"multiple": false,
|
|
2794
|
+
"type": "option"
|
|
2795
|
+
}
|
|
2796
|
+
},
|
|
2797
|
+
"hasDynamicHelp": false,
|
|
2798
|
+
"hidden": false,
|
|
2799
|
+
"hiddenAliases": [
|
|
2800
|
+
"import"
|
|
2801
|
+
],
|
|
2802
|
+
"id": "import:plan",
|
|
2803
|
+
"pluginAlias": "checkly",
|
|
2804
|
+
"pluginName": "checkly",
|
|
2805
|
+
"pluginType": "core",
|
|
2806
|
+
"strict": false,
|
|
2807
|
+
"enableJsonFlag": false,
|
|
2808
|
+
"coreCommand": false,
|
|
2809
|
+
"readOnly": true,
|
|
2810
|
+
"destructive": false,
|
|
2811
|
+
"idempotent": true,
|
|
2812
|
+
"isESM": true,
|
|
2813
|
+
"relativePath": [
|
|
2814
|
+
"dist",
|
|
2815
|
+
"commands",
|
|
2816
|
+
"import",
|
|
2817
|
+
"plan.js"
|
|
2818
|
+
]
|
|
2819
|
+
},
|
|
2575
2820
|
"incidents:create": {
|
|
2576
2821
|
"aliases": [],
|
|
2577
2822
|
"args": {},
|
|
@@ -2920,251 +3165,6 @@
|
|
|
2920
3165
|
"update.js"
|
|
2921
3166
|
]
|
|
2922
3167
|
},
|
|
2923
|
-
"import:apply": {
|
|
2924
|
-
"aliases": [],
|
|
2925
|
-
"args": {},
|
|
2926
|
-
"description": "Attach imported resources into your project in a pending state.",
|
|
2927
|
-
"flags": {
|
|
2928
|
-
"config": {
|
|
2929
|
-
"char": "c",
|
|
2930
|
-
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
2931
|
-
"name": "config",
|
|
2932
|
-
"hasDynamicHelp": false,
|
|
2933
|
-
"multiple": false,
|
|
2934
|
-
"type": "option"
|
|
2935
|
-
},
|
|
2936
|
-
"plan-id": {
|
|
2937
|
-
"description": "Target a specific import plan by ID, skipping interactive plan selection.",
|
|
2938
|
-
"name": "plan-id",
|
|
2939
|
-
"hasDynamicHelp": false,
|
|
2940
|
-
"multiple": false,
|
|
2941
|
-
"type": "option"
|
|
2942
|
-
},
|
|
2943
|
-
"no-commit": {
|
|
2944
|
-
"description": "Apply only. Leave the plan pending and skip the commit prompt.",
|
|
2945
|
-
"name": "no-commit",
|
|
2946
|
-
"allowNo": false,
|
|
2947
|
-
"type": "boolean"
|
|
2948
|
-
}
|
|
2949
|
-
},
|
|
2950
|
-
"hasDynamicHelp": false,
|
|
2951
|
-
"hidden": false,
|
|
2952
|
-
"hiddenAliases": [],
|
|
2953
|
-
"id": "import:apply",
|
|
2954
|
-
"pluginAlias": "checkly",
|
|
2955
|
-
"pluginName": "checkly",
|
|
2956
|
-
"pluginType": "core",
|
|
2957
|
-
"strict": true,
|
|
2958
|
-
"enableJsonFlag": false,
|
|
2959
|
-
"coreCommand": false,
|
|
2960
|
-
"readOnly": false,
|
|
2961
|
-
"destructive": false,
|
|
2962
|
-
"idempotent": false,
|
|
2963
|
-
"isESM": true,
|
|
2964
|
-
"relativePath": [
|
|
2965
|
-
"dist",
|
|
2966
|
-
"commands",
|
|
2967
|
-
"import",
|
|
2968
|
-
"apply.js"
|
|
2969
|
-
]
|
|
2970
|
-
},
|
|
2971
|
-
"import:cancel": {
|
|
2972
|
-
"aliases": [],
|
|
2973
|
-
"args": {},
|
|
2974
|
-
"description": "Cancels an ongoing import plan that has not been committed yet.",
|
|
2975
|
-
"flags": {
|
|
2976
|
-
"config": {
|
|
2977
|
-
"char": "c",
|
|
2978
|
-
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
2979
|
-
"name": "config",
|
|
2980
|
-
"hasDynamicHelp": false,
|
|
2981
|
-
"multiple": false,
|
|
2982
|
-
"type": "option"
|
|
2983
|
-
},
|
|
2984
|
-
"all": {
|
|
2985
|
-
"description": "Cancel all plans.",
|
|
2986
|
-
"name": "all",
|
|
2987
|
-
"allowNo": false,
|
|
2988
|
-
"type": "boolean"
|
|
2989
|
-
},
|
|
2990
|
-
"plan-id": {
|
|
2991
|
-
"description": "Target a specific import plan by ID, skipping interactive plan selection.",
|
|
2992
|
-
"name": "plan-id",
|
|
2993
|
-
"hasDynamicHelp": false,
|
|
2994
|
-
"multiple": false,
|
|
2995
|
-
"type": "option"
|
|
2996
|
-
},
|
|
2997
|
-
"force": {
|
|
2998
|
-
"char": "f",
|
|
2999
|
-
"description": "Skip confirmation prompt.",
|
|
3000
|
-
"name": "force",
|
|
3001
|
-
"allowNo": false,
|
|
3002
|
-
"type": "boolean"
|
|
3003
|
-
},
|
|
3004
|
-
"dry-run": {
|
|
3005
|
-
"description": "Preview what would happen without executing.",
|
|
3006
|
-
"name": "dry-run",
|
|
3007
|
-
"allowNo": false,
|
|
3008
|
-
"type": "boolean"
|
|
3009
|
-
}
|
|
3010
|
-
},
|
|
3011
|
-
"hasDynamicHelp": false,
|
|
3012
|
-
"hidden": false,
|
|
3013
|
-
"hiddenAliases": [],
|
|
3014
|
-
"id": "import:cancel",
|
|
3015
|
-
"pluginAlias": "checkly",
|
|
3016
|
-
"pluginName": "checkly",
|
|
3017
|
-
"pluginType": "core",
|
|
3018
|
-
"strict": true,
|
|
3019
|
-
"enableJsonFlag": false,
|
|
3020
|
-
"coreCommand": false,
|
|
3021
|
-
"readOnly": false,
|
|
3022
|
-
"destructive": true,
|
|
3023
|
-
"idempotent": true,
|
|
3024
|
-
"isESM": true,
|
|
3025
|
-
"relativePath": [
|
|
3026
|
-
"dist",
|
|
3027
|
-
"commands",
|
|
3028
|
-
"import",
|
|
3029
|
-
"cancel.js"
|
|
3030
|
-
]
|
|
3031
|
-
},
|
|
3032
|
-
"import:commit": {
|
|
3033
|
-
"aliases": [],
|
|
3034
|
-
"args": {},
|
|
3035
|
-
"description": "Permanently commit imported resources into your project.",
|
|
3036
|
-
"flags": {
|
|
3037
|
-
"config": {
|
|
3038
|
-
"char": "c",
|
|
3039
|
-
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
3040
|
-
"name": "config",
|
|
3041
|
-
"hasDynamicHelp": false,
|
|
3042
|
-
"multiple": false,
|
|
3043
|
-
"type": "option"
|
|
3044
|
-
},
|
|
3045
|
-
"plan-id": {
|
|
3046
|
-
"description": "Target a specific import plan by ID, skipping interactive plan selection.",
|
|
3047
|
-
"name": "plan-id",
|
|
3048
|
-
"hasDynamicHelp": false,
|
|
3049
|
-
"multiple": false,
|
|
3050
|
-
"type": "option"
|
|
3051
|
-
},
|
|
3052
|
-
"force": {
|
|
3053
|
-
"char": "f",
|
|
3054
|
-
"description": "Skip confirmation prompt.",
|
|
3055
|
-
"name": "force",
|
|
3056
|
-
"allowNo": false,
|
|
3057
|
-
"type": "boolean"
|
|
3058
|
-
},
|
|
3059
|
-
"dry-run": {
|
|
3060
|
-
"description": "Preview what would happen without executing.",
|
|
3061
|
-
"name": "dry-run",
|
|
3062
|
-
"allowNo": false,
|
|
3063
|
-
"type": "boolean"
|
|
3064
|
-
}
|
|
3065
|
-
},
|
|
3066
|
-
"hasDynamicHelp": false,
|
|
3067
|
-
"hidden": false,
|
|
3068
|
-
"hiddenAliases": [],
|
|
3069
|
-
"id": "import:commit",
|
|
3070
|
-
"pluginAlias": "checkly",
|
|
3071
|
-
"pluginName": "checkly",
|
|
3072
|
-
"pluginType": "core",
|
|
3073
|
-
"strict": true,
|
|
3074
|
-
"enableJsonFlag": false,
|
|
3075
|
-
"coreCommand": false,
|
|
3076
|
-
"readOnly": false,
|
|
3077
|
-
"destructive": false,
|
|
3078
|
-
"idempotent": false,
|
|
3079
|
-
"isESM": true,
|
|
3080
|
-
"relativePath": [
|
|
3081
|
-
"dist",
|
|
3082
|
-
"commands",
|
|
3083
|
-
"import",
|
|
3084
|
-
"commit.js"
|
|
3085
|
-
]
|
|
3086
|
-
},
|
|
3087
|
-
"import:plan": {
|
|
3088
|
-
"aliases": [],
|
|
3089
|
-
"args": {
|
|
3090
|
-
"resource": {
|
|
3091
|
-
"description": "A specific resource to import.",
|
|
3092
|
-
"name": "resource",
|
|
3093
|
-
"required": false
|
|
3094
|
-
}
|
|
3095
|
-
},
|
|
3096
|
-
"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.",
|
|
3097
|
-
"flags": {
|
|
3098
|
-
"config": {
|
|
3099
|
-
"char": "c",
|
|
3100
|
-
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
3101
|
-
"name": "config",
|
|
3102
|
-
"hasDynamicHelp": false,
|
|
3103
|
-
"multiple": false,
|
|
3104
|
-
"type": "option"
|
|
3105
|
-
},
|
|
3106
|
-
"root": {
|
|
3107
|
-
"description": "The root folder in which to write generated code files.",
|
|
3108
|
-
"name": "root",
|
|
3109
|
-
"default": "__checks__",
|
|
3110
|
-
"hasDynamicHelp": false,
|
|
3111
|
-
"multiple": false,
|
|
3112
|
-
"type": "option"
|
|
3113
|
-
},
|
|
3114
|
-
"preview": {
|
|
3115
|
-
"description": "Preview generated code without creating an actual import plan.",
|
|
3116
|
-
"name": "preview",
|
|
3117
|
-
"allowNo": false,
|
|
3118
|
-
"type": "boolean"
|
|
3119
|
-
},
|
|
3120
|
-
"debug-import-plan": {
|
|
3121
|
-
"description": "Output the import plan to a file.",
|
|
3122
|
-
"hidden": true,
|
|
3123
|
-
"name": "debug-import-plan",
|
|
3124
|
-
"allowNo": false,
|
|
3125
|
-
"type": "boolean"
|
|
3126
|
-
},
|
|
3127
|
-
"debug-import-plan-input-file": {
|
|
3128
|
-
"description": "A file to load an import plan from.",
|
|
3129
|
-
"hidden": true,
|
|
3130
|
-
"name": "debug-import-plan-input-file",
|
|
3131
|
-
"hasDynamicHelp": false,
|
|
3132
|
-
"multiple": false,
|
|
3133
|
-
"type": "option"
|
|
3134
|
-
},
|
|
3135
|
-
"debug-import-plan-output-file": {
|
|
3136
|
-
"description": "The file to output the import plan to.",
|
|
3137
|
-
"hidden": true,
|
|
3138
|
-
"name": "debug-import-plan-output-file",
|
|
3139
|
-
"default": "./debug-import-plan.json",
|
|
3140
|
-
"hasDynamicHelp": false,
|
|
3141
|
-
"multiple": false,
|
|
3142
|
-
"type": "option"
|
|
3143
|
-
}
|
|
3144
|
-
},
|
|
3145
|
-
"hasDynamicHelp": false,
|
|
3146
|
-
"hidden": false,
|
|
3147
|
-
"hiddenAliases": [
|
|
3148
|
-
"import"
|
|
3149
|
-
],
|
|
3150
|
-
"id": "import:plan",
|
|
3151
|
-
"pluginAlias": "checkly",
|
|
3152
|
-
"pluginName": "checkly",
|
|
3153
|
-
"pluginType": "core",
|
|
3154
|
-
"strict": false,
|
|
3155
|
-
"enableJsonFlag": false,
|
|
3156
|
-
"coreCommand": false,
|
|
3157
|
-
"readOnly": true,
|
|
3158
|
-
"destructive": false,
|
|
3159
|
-
"idempotent": true,
|
|
3160
|
-
"isESM": true,
|
|
3161
|
-
"relativePath": [
|
|
3162
|
-
"dist",
|
|
3163
|
-
"commands",
|
|
3164
|
-
"import",
|
|
3165
|
-
"plan.js"
|
|
3166
|
-
]
|
|
3167
|
-
},
|
|
3168
3168
|
"members:delete": {
|
|
3169
3169
|
"aliases": [],
|
|
3170
3170
|
"args": {
|
|
@@ -3866,5 +3866,5 @@
|
|
|
3866
3866
|
]
|
|
3867
3867
|
}
|
|
3868
3868
|
},
|
|
3869
|
-
"version": "8.22.0
|
|
3869
|
+
"version": "8.22.0"
|
|
3870
3870
|
}
|