checkly 8.21.0-prerelease-b501293 → 8.21.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 +156 -156
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -2817,6 +2817,161 @@
|
|
|
2817
2817
|
"plan.js"
|
|
2818
2818
|
]
|
|
2819
2819
|
},
|
|
2820
|
+
"members:delete": {
|
|
2821
|
+
"aliases": [],
|
|
2822
|
+
"args": {
|
|
2823
|
+
"member": {
|
|
2824
|
+
"description": "The account member email or user ID.",
|
|
2825
|
+
"name": "member",
|
|
2826
|
+
"required": true
|
|
2827
|
+
}
|
|
2828
|
+
},
|
|
2829
|
+
"description": "Delete an account member.",
|
|
2830
|
+
"flags": {
|
|
2831
|
+
"email": {
|
|
2832
|
+
"description": "Treat the member argument as an email address.",
|
|
2833
|
+
"exclusive": [
|
|
2834
|
+
"id"
|
|
2835
|
+
],
|
|
2836
|
+
"name": "email",
|
|
2837
|
+
"allowNo": false,
|
|
2838
|
+
"type": "boolean"
|
|
2839
|
+
},
|
|
2840
|
+
"id": {
|
|
2841
|
+
"description": "Treat the member argument as a user ID.",
|
|
2842
|
+
"exclusive": [
|
|
2843
|
+
"email"
|
|
2844
|
+
],
|
|
2845
|
+
"name": "id",
|
|
2846
|
+
"allowNo": false,
|
|
2847
|
+
"type": "boolean"
|
|
2848
|
+
},
|
|
2849
|
+
"force": {
|
|
2850
|
+
"char": "f",
|
|
2851
|
+
"description": "Skip confirmation prompt.",
|
|
2852
|
+
"name": "force",
|
|
2853
|
+
"allowNo": false,
|
|
2854
|
+
"type": "boolean"
|
|
2855
|
+
},
|
|
2856
|
+
"dry-run": {
|
|
2857
|
+
"description": "Preview what would happen without executing.",
|
|
2858
|
+
"name": "dry-run",
|
|
2859
|
+
"allowNo": false,
|
|
2860
|
+
"type": "boolean"
|
|
2861
|
+
}
|
|
2862
|
+
},
|
|
2863
|
+
"hasDynamicHelp": false,
|
|
2864
|
+
"hidden": false,
|
|
2865
|
+
"hiddenAliases": [
|
|
2866
|
+
"account members delete"
|
|
2867
|
+
],
|
|
2868
|
+
"id": "members:delete",
|
|
2869
|
+
"pluginAlias": "checkly",
|
|
2870
|
+
"pluginName": "checkly",
|
|
2871
|
+
"pluginType": "core",
|
|
2872
|
+
"strict": true,
|
|
2873
|
+
"enableJsonFlag": false,
|
|
2874
|
+
"coreCommand": false,
|
|
2875
|
+
"readOnly": false,
|
|
2876
|
+
"destructive": true,
|
|
2877
|
+
"idempotent": true,
|
|
2878
|
+
"isESM": true,
|
|
2879
|
+
"relativePath": [
|
|
2880
|
+
"dist",
|
|
2881
|
+
"commands",
|
|
2882
|
+
"members",
|
|
2883
|
+
"delete.js"
|
|
2884
|
+
]
|
|
2885
|
+
},
|
|
2886
|
+
"members:update": {
|
|
2887
|
+
"aliases": [],
|
|
2888
|
+
"args": {
|
|
2889
|
+
"member": {
|
|
2890
|
+
"description": "The account member email or user ID.",
|
|
2891
|
+
"name": "member",
|
|
2892
|
+
"required": true
|
|
2893
|
+
}
|
|
2894
|
+
},
|
|
2895
|
+
"description": "Update an account member role.",
|
|
2896
|
+
"flags": {
|
|
2897
|
+
"role": {
|
|
2898
|
+
"char": "r",
|
|
2899
|
+
"description": "New member role: admin, read_write, read_run, read_only.",
|
|
2900
|
+
"name": "role",
|
|
2901
|
+
"required": true,
|
|
2902
|
+
"hasDynamicHelp": false,
|
|
2903
|
+
"multiple": false,
|
|
2904
|
+
"type": "option"
|
|
2905
|
+
},
|
|
2906
|
+
"email": {
|
|
2907
|
+
"description": "Treat the member argument as an email address.",
|
|
2908
|
+
"exclusive": [
|
|
2909
|
+
"id"
|
|
2910
|
+
],
|
|
2911
|
+
"name": "email",
|
|
2912
|
+
"allowNo": false,
|
|
2913
|
+
"type": "boolean"
|
|
2914
|
+
},
|
|
2915
|
+
"id": {
|
|
2916
|
+
"description": "Treat the member argument as a user ID.",
|
|
2917
|
+
"exclusive": [
|
|
2918
|
+
"email"
|
|
2919
|
+
],
|
|
2920
|
+
"name": "id",
|
|
2921
|
+
"allowNo": false,
|
|
2922
|
+
"type": "boolean"
|
|
2923
|
+
},
|
|
2924
|
+
"output": {
|
|
2925
|
+
"char": "o",
|
|
2926
|
+
"description": "Output format.",
|
|
2927
|
+
"name": "output",
|
|
2928
|
+
"default": "table",
|
|
2929
|
+
"hasDynamicHelp": false,
|
|
2930
|
+
"multiple": false,
|
|
2931
|
+
"options": [
|
|
2932
|
+
"table",
|
|
2933
|
+
"json",
|
|
2934
|
+
"md"
|
|
2935
|
+
],
|
|
2936
|
+
"type": "option"
|
|
2937
|
+
},
|
|
2938
|
+
"force": {
|
|
2939
|
+
"char": "f",
|
|
2940
|
+
"description": "Skip confirmation prompt.",
|
|
2941
|
+
"name": "force",
|
|
2942
|
+
"allowNo": false,
|
|
2943
|
+
"type": "boolean"
|
|
2944
|
+
},
|
|
2945
|
+
"dry-run": {
|
|
2946
|
+
"description": "Preview what would happen without executing.",
|
|
2947
|
+
"name": "dry-run",
|
|
2948
|
+
"allowNo": false,
|
|
2949
|
+
"type": "boolean"
|
|
2950
|
+
}
|
|
2951
|
+
},
|
|
2952
|
+
"hasDynamicHelp": false,
|
|
2953
|
+
"hidden": false,
|
|
2954
|
+
"hiddenAliases": [
|
|
2955
|
+
"account members update"
|
|
2956
|
+
],
|
|
2957
|
+
"id": "members:update",
|
|
2958
|
+
"pluginAlias": "checkly",
|
|
2959
|
+
"pluginName": "checkly",
|
|
2960
|
+
"pluginType": "core",
|
|
2961
|
+
"strict": true,
|
|
2962
|
+
"enableJsonFlag": false,
|
|
2963
|
+
"coreCommand": false,
|
|
2964
|
+
"readOnly": false,
|
|
2965
|
+
"destructive": false,
|
|
2966
|
+
"idempotent": true,
|
|
2967
|
+
"isESM": true,
|
|
2968
|
+
"relativePath": [
|
|
2969
|
+
"dist",
|
|
2970
|
+
"commands",
|
|
2971
|
+
"members",
|
|
2972
|
+
"update.js"
|
|
2973
|
+
]
|
|
2974
|
+
},
|
|
2820
2975
|
"incidents:create": {
|
|
2821
2976
|
"aliases": [],
|
|
2822
2977
|
"args": {},
|
|
@@ -3165,161 +3320,6 @@
|
|
|
3165
3320
|
"update.js"
|
|
3166
3321
|
]
|
|
3167
3322
|
},
|
|
3168
|
-
"members:delete": {
|
|
3169
|
-
"aliases": [],
|
|
3170
|
-
"args": {
|
|
3171
|
-
"member": {
|
|
3172
|
-
"description": "The account member email or user ID.",
|
|
3173
|
-
"name": "member",
|
|
3174
|
-
"required": true
|
|
3175
|
-
}
|
|
3176
|
-
},
|
|
3177
|
-
"description": "Delete an account member.",
|
|
3178
|
-
"flags": {
|
|
3179
|
-
"email": {
|
|
3180
|
-
"description": "Treat the member argument as an email address.",
|
|
3181
|
-
"exclusive": [
|
|
3182
|
-
"id"
|
|
3183
|
-
],
|
|
3184
|
-
"name": "email",
|
|
3185
|
-
"allowNo": false,
|
|
3186
|
-
"type": "boolean"
|
|
3187
|
-
},
|
|
3188
|
-
"id": {
|
|
3189
|
-
"description": "Treat the member argument as a user ID.",
|
|
3190
|
-
"exclusive": [
|
|
3191
|
-
"email"
|
|
3192
|
-
],
|
|
3193
|
-
"name": "id",
|
|
3194
|
-
"allowNo": false,
|
|
3195
|
-
"type": "boolean"
|
|
3196
|
-
},
|
|
3197
|
-
"force": {
|
|
3198
|
-
"char": "f",
|
|
3199
|
-
"description": "Skip confirmation prompt.",
|
|
3200
|
-
"name": "force",
|
|
3201
|
-
"allowNo": false,
|
|
3202
|
-
"type": "boolean"
|
|
3203
|
-
},
|
|
3204
|
-
"dry-run": {
|
|
3205
|
-
"description": "Preview what would happen without executing.",
|
|
3206
|
-
"name": "dry-run",
|
|
3207
|
-
"allowNo": false,
|
|
3208
|
-
"type": "boolean"
|
|
3209
|
-
}
|
|
3210
|
-
},
|
|
3211
|
-
"hasDynamicHelp": false,
|
|
3212
|
-
"hidden": false,
|
|
3213
|
-
"hiddenAliases": [
|
|
3214
|
-
"account members delete"
|
|
3215
|
-
],
|
|
3216
|
-
"id": "members:delete",
|
|
3217
|
-
"pluginAlias": "checkly",
|
|
3218
|
-
"pluginName": "checkly",
|
|
3219
|
-
"pluginType": "core",
|
|
3220
|
-
"strict": true,
|
|
3221
|
-
"enableJsonFlag": false,
|
|
3222
|
-
"coreCommand": false,
|
|
3223
|
-
"readOnly": false,
|
|
3224
|
-
"destructive": true,
|
|
3225
|
-
"idempotent": true,
|
|
3226
|
-
"isESM": true,
|
|
3227
|
-
"relativePath": [
|
|
3228
|
-
"dist",
|
|
3229
|
-
"commands",
|
|
3230
|
-
"members",
|
|
3231
|
-
"delete.js"
|
|
3232
|
-
]
|
|
3233
|
-
},
|
|
3234
|
-
"members:update": {
|
|
3235
|
-
"aliases": [],
|
|
3236
|
-
"args": {
|
|
3237
|
-
"member": {
|
|
3238
|
-
"description": "The account member email or user ID.",
|
|
3239
|
-
"name": "member",
|
|
3240
|
-
"required": true
|
|
3241
|
-
}
|
|
3242
|
-
},
|
|
3243
|
-
"description": "Update an account member role.",
|
|
3244
|
-
"flags": {
|
|
3245
|
-
"role": {
|
|
3246
|
-
"char": "r",
|
|
3247
|
-
"description": "New member role: admin, read_write, read_run, read_only.",
|
|
3248
|
-
"name": "role",
|
|
3249
|
-
"required": true,
|
|
3250
|
-
"hasDynamicHelp": false,
|
|
3251
|
-
"multiple": false,
|
|
3252
|
-
"type": "option"
|
|
3253
|
-
},
|
|
3254
|
-
"email": {
|
|
3255
|
-
"description": "Treat the member argument as an email address.",
|
|
3256
|
-
"exclusive": [
|
|
3257
|
-
"id"
|
|
3258
|
-
],
|
|
3259
|
-
"name": "email",
|
|
3260
|
-
"allowNo": false,
|
|
3261
|
-
"type": "boolean"
|
|
3262
|
-
},
|
|
3263
|
-
"id": {
|
|
3264
|
-
"description": "Treat the member argument as a user ID.",
|
|
3265
|
-
"exclusive": [
|
|
3266
|
-
"email"
|
|
3267
|
-
],
|
|
3268
|
-
"name": "id",
|
|
3269
|
-
"allowNo": false,
|
|
3270
|
-
"type": "boolean"
|
|
3271
|
-
},
|
|
3272
|
-
"output": {
|
|
3273
|
-
"char": "o",
|
|
3274
|
-
"description": "Output format.",
|
|
3275
|
-
"name": "output",
|
|
3276
|
-
"default": "table",
|
|
3277
|
-
"hasDynamicHelp": false,
|
|
3278
|
-
"multiple": false,
|
|
3279
|
-
"options": [
|
|
3280
|
-
"table",
|
|
3281
|
-
"json",
|
|
3282
|
-
"md"
|
|
3283
|
-
],
|
|
3284
|
-
"type": "option"
|
|
3285
|
-
},
|
|
3286
|
-
"force": {
|
|
3287
|
-
"char": "f",
|
|
3288
|
-
"description": "Skip confirmation prompt.",
|
|
3289
|
-
"name": "force",
|
|
3290
|
-
"allowNo": false,
|
|
3291
|
-
"type": "boolean"
|
|
3292
|
-
},
|
|
3293
|
-
"dry-run": {
|
|
3294
|
-
"description": "Preview what would happen without executing.",
|
|
3295
|
-
"name": "dry-run",
|
|
3296
|
-
"allowNo": false,
|
|
3297
|
-
"type": "boolean"
|
|
3298
|
-
}
|
|
3299
|
-
},
|
|
3300
|
-
"hasDynamicHelp": false,
|
|
3301
|
-
"hidden": false,
|
|
3302
|
-
"hiddenAliases": [
|
|
3303
|
-
"account members update"
|
|
3304
|
-
],
|
|
3305
|
-
"id": "members:update",
|
|
3306
|
-
"pluginAlias": "checkly",
|
|
3307
|
-
"pluginName": "checkly",
|
|
3308
|
-
"pluginType": "core",
|
|
3309
|
-
"strict": true,
|
|
3310
|
-
"enableJsonFlag": false,
|
|
3311
|
-
"coreCommand": false,
|
|
3312
|
-
"readOnly": false,
|
|
3313
|
-
"destructive": false,
|
|
3314
|
-
"idempotent": true,
|
|
3315
|
-
"isESM": true,
|
|
3316
|
-
"relativePath": [
|
|
3317
|
-
"dist",
|
|
3318
|
-
"commands",
|
|
3319
|
-
"members",
|
|
3320
|
-
"update.js"
|
|
3321
|
-
]
|
|
3322
|
-
},
|
|
3323
3323
|
"rca:get": {
|
|
3324
3324
|
"aliases": [],
|
|
3325
3325
|
"args": {
|
|
@@ -3866,5 +3866,5 @@
|
|
|
3866
3866
|
]
|
|
3867
3867
|
}
|
|
3868
3868
|
},
|
|
3869
|
-
"version": "8.21.0
|
|
3869
|
+
"version": "8.21.0"
|
|
3870
3870
|
}
|