checkly 8.16.0-prerelease-f1c0791 → 8.16.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.
Files changed (2) hide show
  1. package/oclif.manifest.json +246 -246
  2. package/package.json +1 -1
@@ -2488,6 +2488,251 @@
2488
2488
  "update.js"
2489
2489
  ]
2490
2490
  },
2491
+ "import:apply": {
2492
+ "aliases": [],
2493
+ "args": {},
2494
+ "description": "Attach imported resources into your project in a pending state.",
2495
+ "flags": {
2496
+ "config": {
2497
+ "char": "c",
2498
+ "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2499
+ "name": "config",
2500
+ "hasDynamicHelp": false,
2501
+ "multiple": false,
2502
+ "type": "option"
2503
+ },
2504
+ "plan-id": {
2505
+ "description": "Target a specific import plan by ID, skipping interactive plan selection.",
2506
+ "name": "plan-id",
2507
+ "hasDynamicHelp": false,
2508
+ "multiple": false,
2509
+ "type": "option"
2510
+ },
2511
+ "no-commit": {
2512
+ "description": "Apply only. Leave the plan pending and skip the commit prompt.",
2513
+ "name": "no-commit",
2514
+ "allowNo": false,
2515
+ "type": "boolean"
2516
+ }
2517
+ },
2518
+ "hasDynamicHelp": false,
2519
+ "hidden": false,
2520
+ "hiddenAliases": [],
2521
+ "id": "import:apply",
2522
+ "pluginAlias": "checkly",
2523
+ "pluginName": "checkly",
2524
+ "pluginType": "core",
2525
+ "strict": true,
2526
+ "enableJsonFlag": false,
2527
+ "coreCommand": false,
2528
+ "readOnly": false,
2529
+ "destructive": false,
2530
+ "idempotent": false,
2531
+ "isESM": true,
2532
+ "relativePath": [
2533
+ "dist",
2534
+ "commands",
2535
+ "import",
2536
+ "apply.js"
2537
+ ]
2538
+ },
2539
+ "import:cancel": {
2540
+ "aliases": [],
2541
+ "args": {},
2542
+ "description": "Cancels an ongoing import plan that has not been committed yet.",
2543
+ "flags": {
2544
+ "config": {
2545
+ "char": "c",
2546
+ "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2547
+ "name": "config",
2548
+ "hasDynamicHelp": false,
2549
+ "multiple": false,
2550
+ "type": "option"
2551
+ },
2552
+ "all": {
2553
+ "description": "Cancel all plans.",
2554
+ "name": "all",
2555
+ "allowNo": false,
2556
+ "type": "boolean"
2557
+ },
2558
+ "plan-id": {
2559
+ "description": "Target a specific import plan by ID, skipping interactive plan selection.",
2560
+ "name": "plan-id",
2561
+ "hasDynamicHelp": false,
2562
+ "multiple": false,
2563
+ "type": "option"
2564
+ },
2565
+ "force": {
2566
+ "char": "f",
2567
+ "description": "Skip confirmation prompt.",
2568
+ "name": "force",
2569
+ "allowNo": false,
2570
+ "type": "boolean"
2571
+ },
2572
+ "dry-run": {
2573
+ "description": "Preview what would happen without executing.",
2574
+ "name": "dry-run",
2575
+ "allowNo": false,
2576
+ "type": "boolean"
2577
+ }
2578
+ },
2579
+ "hasDynamicHelp": false,
2580
+ "hidden": false,
2581
+ "hiddenAliases": [],
2582
+ "id": "import:cancel",
2583
+ "pluginAlias": "checkly",
2584
+ "pluginName": "checkly",
2585
+ "pluginType": "core",
2586
+ "strict": true,
2587
+ "enableJsonFlag": false,
2588
+ "coreCommand": false,
2589
+ "readOnly": false,
2590
+ "destructive": true,
2591
+ "idempotent": true,
2592
+ "isESM": true,
2593
+ "relativePath": [
2594
+ "dist",
2595
+ "commands",
2596
+ "import",
2597
+ "cancel.js"
2598
+ ]
2599
+ },
2600
+ "import:commit": {
2601
+ "aliases": [],
2602
+ "args": {},
2603
+ "description": "Permanently commit imported resources into your project.",
2604
+ "flags": {
2605
+ "config": {
2606
+ "char": "c",
2607
+ "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2608
+ "name": "config",
2609
+ "hasDynamicHelp": false,
2610
+ "multiple": false,
2611
+ "type": "option"
2612
+ },
2613
+ "plan-id": {
2614
+ "description": "Target a specific import plan by ID, skipping interactive plan selection.",
2615
+ "name": "plan-id",
2616
+ "hasDynamicHelp": false,
2617
+ "multiple": false,
2618
+ "type": "option"
2619
+ },
2620
+ "force": {
2621
+ "char": "f",
2622
+ "description": "Skip confirmation prompt.",
2623
+ "name": "force",
2624
+ "allowNo": false,
2625
+ "type": "boolean"
2626
+ },
2627
+ "dry-run": {
2628
+ "description": "Preview what would happen without executing.",
2629
+ "name": "dry-run",
2630
+ "allowNo": false,
2631
+ "type": "boolean"
2632
+ }
2633
+ },
2634
+ "hasDynamicHelp": false,
2635
+ "hidden": false,
2636
+ "hiddenAliases": [],
2637
+ "id": "import:commit",
2638
+ "pluginAlias": "checkly",
2639
+ "pluginName": "checkly",
2640
+ "pluginType": "core",
2641
+ "strict": true,
2642
+ "enableJsonFlag": false,
2643
+ "coreCommand": false,
2644
+ "readOnly": false,
2645
+ "destructive": false,
2646
+ "idempotent": false,
2647
+ "isESM": true,
2648
+ "relativePath": [
2649
+ "dist",
2650
+ "commands",
2651
+ "import",
2652
+ "commit.js"
2653
+ ]
2654
+ },
2655
+ "import:plan": {
2656
+ "aliases": [],
2657
+ "args": {
2658
+ "resource": {
2659
+ "description": "A specific resource to import.",
2660
+ "name": "resource",
2661
+ "required": false
2662
+ }
2663
+ },
2664
+ "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.",
2665
+ "flags": {
2666
+ "config": {
2667
+ "char": "c",
2668
+ "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2669
+ "name": "config",
2670
+ "hasDynamicHelp": false,
2671
+ "multiple": false,
2672
+ "type": "option"
2673
+ },
2674
+ "root": {
2675
+ "description": "The root folder in which to write generated code files.",
2676
+ "name": "root",
2677
+ "default": "__checks__",
2678
+ "hasDynamicHelp": false,
2679
+ "multiple": false,
2680
+ "type": "option"
2681
+ },
2682
+ "preview": {
2683
+ "description": "Preview generated code without creating an actual import plan.",
2684
+ "name": "preview",
2685
+ "allowNo": false,
2686
+ "type": "boolean"
2687
+ },
2688
+ "debug-import-plan": {
2689
+ "description": "Output the import plan to a file.",
2690
+ "hidden": true,
2691
+ "name": "debug-import-plan",
2692
+ "allowNo": false,
2693
+ "type": "boolean"
2694
+ },
2695
+ "debug-import-plan-input-file": {
2696
+ "description": "A file to load an import plan from.",
2697
+ "hidden": true,
2698
+ "name": "debug-import-plan-input-file",
2699
+ "hasDynamicHelp": false,
2700
+ "multiple": false,
2701
+ "type": "option"
2702
+ },
2703
+ "debug-import-plan-output-file": {
2704
+ "description": "The file to output the import plan to.",
2705
+ "hidden": true,
2706
+ "name": "debug-import-plan-output-file",
2707
+ "default": "./debug-import-plan.json",
2708
+ "hasDynamicHelp": false,
2709
+ "multiple": false,
2710
+ "type": "option"
2711
+ }
2712
+ },
2713
+ "hasDynamicHelp": false,
2714
+ "hidden": false,
2715
+ "hiddenAliases": [
2716
+ "import"
2717
+ ],
2718
+ "id": "import:plan",
2719
+ "pluginAlias": "checkly",
2720
+ "pluginName": "checkly",
2721
+ "pluginType": "core",
2722
+ "strict": false,
2723
+ "enableJsonFlag": false,
2724
+ "coreCommand": false,
2725
+ "readOnly": true,
2726
+ "destructive": false,
2727
+ "idempotent": true,
2728
+ "isESM": true,
2729
+ "relativePath": [
2730
+ "dist",
2731
+ "commands",
2732
+ "import",
2733
+ "plan.js"
2734
+ ]
2735
+ },
2491
2736
  "incidents:create": {
2492
2737
  "aliases": [],
2493
2738
  "args": {},
@@ -2836,251 +3081,6 @@
2836
3081
  "update.js"
2837
3082
  ]
2838
3083
  },
2839
- "import:apply": {
2840
- "aliases": [],
2841
- "args": {},
2842
- "description": "Attach imported resources into your project in a pending state.",
2843
- "flags": {
2844
- "config": {
2845
- "char": "c",
2846
- "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2847
- "name": "config",
2848
- "hasDynamicHelp": false,
2849
- "multiple": false,
2850
- "type": "option"
2851
- },
2852
- "plan-id": {
2853
- "description": "Target a specific import plan by ID, skipping interactive plan selection.",
2854
- "name": "plan-id",
2855
- "hasDynamicHelp": false,
2856
- "multiple": false,
2857
- "type": "option"
2858
- },
2859
- "no-commit": {
2860
- "description": "Apply only. Leave the plan pending and skip the commit prompt.",
2861
- "name": "no-commit",
2862
- "allowNo": false,
2863
- "type": "boolean"
2864
- }
2865
- },
2866
- "hasDynamicHelp": false,
2867
- "hidden": false,
2868
- "hiddenAliases": [],
2869
- "id": "import:apply",
2870
- "pluginAlias": "checkly",
2871
- "pluginName": "checkly",
2872
- "pluginType": "core",
2873
- "strict": true,
2874
- "enableJsonFlag": false,
2875
- "coreCommand": false,
2876
- "readOnly": false,
2877
- "destructive": false,
2878
- "idempotent": false,
2879
- "isESM": true,
2880
- "relativePath": [
2881
- "dist",
2882
- "commands",
2883
- "import",
2884
- "apply.js"
2885
- ]
2886
- },
2887
- "import:cancel": {
2888
- "aliases": [],
2889
- "args": {},
2890
- "description": "Cancels an ongoing import plan that has not been committed yet.",
2891
- "flags": {
2892
- "config": {
2893
- "char": "c",
2894
- "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2895
- "name": "config",
2896
- "hasDynamicHelp": false,
2897
- "multiple": false,
2898
- "type": "option"
2899
- },
2900
- "all": {
2901
- "description": "Cancel all plans.",
2902
- "name": "all",
2903
- "allowNo": false,
2904
- "type": "boolean"
2905
- },
2906
- "plan-id": {
2907
- "description": "Target a specific import plan by ID, skipping interactive plan selection.",
2908
- "name": "plan-id",
2909
- "hasDynamicHelp": false,
2910
- "multiple": false,
2911
- "type": "option"
2912
- },
2913
- "force": {
2914
- "char": "f",
2915
- "description": "Skip confirmation prompt.",
2916
- "name": "force",
2917
- "allowNo": false,
2918
- "type": "boolean"
2919
- },
2920
- "dry-run": {
2921
- "description": "Preview what would happen without executing.",
2922
- "name": "dry-run",
2923
- "allowNo": false,
2924
- "type": "boolean"
2925
- }
2926
- },
2927
- "hasDynamicHelp": false,
2928
- "hidden": false,
2929
- "hiddenAliases": [],
2930
- "id": "import:cancel",
2931
- "pluginAlias": "checkly",
2932
- "pluginName": "checkly",
2933
- "pluginType": "core",
2934
- "strict": true,
2935
- "enableJsonFlag": false,
2936
- "coreCommand": false,
2937
- "readOnly": false,
2938
- "destructive": true,
2939
- "idempotent": true,
2940
- "isESM": true,
2941
- "relativePath": [
2942
- "dist",
2943
- "commands",
2944
- "import",
2945
- "cancel.js"
2946
- ]
2947
- },
2948
- "import:commit": {
2949
- "aliases": [],
2950
- "args": {},
2951
- "description": "Permanently commit imported resources into your project.",
2952
- "flags": {
2953
- "config": {
2954
- "char": "c",
2955
- "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2956
- "name": "config",
2957
- "hasDynamicHelp": false,
2958
- "multiple": false,
2959
- "type": "option"
2960
- },
2961
- "plan-id": {
2962
- "description": "Target a specific import plan by ID, skipping interactive plan selection.",
2963
- "name": "plan-id",
2964
- "hasDynamicHelp": false,
2965
- "multiple": false,
2966
- "type": "option"
2967
- },
2968
- "force": {
2969
- "char": "f",
2970
- "description": "Skip confirmation prompt.",
2971
- "name": "force",
2972
- "allowNo": false,
2973
- "type": "boolean"
2974
- },
2975
- "dry-run": {
2976
- "description": "Preview what would happen without executing.",
2977
- "name": "dry-run",
2978
- "allowNo": false,
2979
- "type": "boolean"
2980
- }
2981
- },
2982
- "hasDynamicHelp": false,
2983
- "hidden": false,
2984
- "hiddenAliases": [],
2985
- "id": "import:commit",
2986
- "pluginAlias": "checkly",
2987
- "pluginName": "checkly",
2988
- "pluginType": "core",
2989
- "strict": true,
2990
- "enableJsonFlag": false,
2991
- "coreCommand": false,
2992
- "readOnly": false,
2993
- "destructive": false,
2994
- "idempotent": false,
2995
- "isESM": true,
2996
- "relativePath": [
2997
- "dist",
2998
- "commands",
2999
- "import",
3000
- "commit.js"
3001
- ]
3002
- },
3003
- "import:plan": {
3004
- "aliases": [],
3005
- "args": {
3006
- "resource": {
3007
- "description": "A specific resource to import.",
3008
- "name": "resource",
3009
- "required": false
3010
- }
3011
- },
3012
- "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.",
3013
- "flags": {
3014
- "config": {
3015
- "char": "c",
3016
- "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
3017
- "name": "config",
3018
- "hasDynamicHelp": false,
3019
- "multiple": false,
3020
- "type": "option"
3021
- },
3022
- "root": {
3023
- "description": "The root folder in which to write generated code files.",
3024
- "name": "root",
3025
- "default": "__checks__",
3026
- "hasDynamicHelp": false,
3027
- "multiple": false,
3028
- "type": "option"
3029
- },
3030
- "preview": {
3031
- "description": "Preview generated code without creating an actual import plan.",
3032
- "name": "preview",
3033
- "allowNo": false,
3034
- "type": "boolean"
3035
- },
3036
- "debug-import-plan": {
3037
- "description": "Output the import plan to a file.",
3038
- "hidden": true,
3039
- "name": "debug-import-plan",
3040
- "allowNo": false,
3041
- "type": "boolean"
3042
- },
3043
- "debug-import-plan-input-file": {
3044
- "description": "A file to load an import plan from.",
3045
- "hidden": true,
3046
- "name": "debug-import-plan-input-file",
3047
- "hasDynamicHelp": false,
3048
- "multiple": false,
3049
- "type": "option"
3050
- },
3051
- "debug-import-plan-output-file": {
3052
- "description": "The file to output the import plan to.",
3053
- "hidden": true,
3054
- "name": "debug-import-plan-output-file",
3055
- "default": "./debug-import-plan.json",
3056
- "hasDynamicHelp": false,
3057
- "multiple": false,
3058
- "type": "option"
3059
- }
3060
- },
3061
- "hasDynamicHelp": false,
3062
- "hidden": false,
3063
- "hiddenAliases": [
3064
- "import"
3065
- ],
3066
- "id": "import:plan",
3067
- "pluginAlias": "checkly",
3068
- "pluginName": "checkly",
3069
- "pluginType": "core",
3070
- "strict": false,
3071
- "enableJsonFlag": false,
3072
- "coreCommand": false,
3073
- "readOnly": true,
3074
- "destructive": false,
3075
- "idempotent": true,
3076
- "isESM": true,
3077
- "relativePath": [
3078
- "dist",
3079
- "commands",
3080
- "import",
3081
- "plan.js"
3082
- ]
3083
- },
3084
3084
  "members:delete": {
3085
3085
  "aliases": [],
3086
3086
  "args": {
@@ -3782,5 +3782,5 @@
3782
3782
  ]
3783
3783
  }
3784
3784
  },
3785
- "version": "8.16.0-prerelease-f1c0791"
3785
+ "version": "8.16.0"
3786
3786
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "checkly",
3
- "version": "8.16.0-prerelease-f1c0791",
3
+ "version": "8.16.0",
4
4
  "type": "module",
5
5
  "description": "Checkly CLI",
6
6
  "main": "dist/index.js",