sfdx-hardis 5.27.0 → 5.28.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.
@@ -1041,7 +1041,7 @@
1041
1041
  "hardis:lint:metadatastatus": {
1042
1042
  "aliases": [],
1043
1043
  "args": {},
1044
- "description": "Check if elements (flows and validation rules) are inactive in the project\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-inactive-metadata/) and can output Grafana, Slack and MsTeams Notifications.\n",
1044
+ "description": "Check if elements are inactive in the project:\n\n- Approval Processes\n- Assignment Rules\n- Auto Response Rules\n- Escalation Rules\n- Flows\n- Forecasting Types\n- Record Types\n- Validation Rules\n- Workflow Rules\n\n![](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/detect-inactive-metadata.gif)\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-inactive-metadata/) and can output Grafana, Slack and MsTeams Notifications.\n",
1045
1045
  "examples": [
1046
1046
  "$ sf hardis:lint:metadatastatus"
1047
1047
  ],
@@ -2386,6 +2386,183 @@
2386
2386
  "mergexml:package:hardis"
2387
2387
  ]
2388
2388
  },
2389
+ "hardis:packagexml:append": {
2390
+ "aliases": [],
2391
+ "args": {},
2392
+ "description": "Append one or multiple package.xml files into a single one",
2393
+ "examples": [
2394
+ "$ sf hardis packagexml append -p package1.xml,package2.xml -o package3.xml"
2395
+ ],
2396
+ "flags": {
2397
+ "json": {
2398
+ "description": "Format output as json.",
2399
+ "helpGroup": "GLOBAL",
2400
+ "name": "json",
2401
+ "allowNo": false,
2402
+ "type": "boolean"
2403
+ },
2404
+ "flags-dir": {
2405
+ "helpGroup": "GLOBAL",
2406
+ "name": "flags-dir",
2407
+ "summary": "Import flag values from a directory.",
2408
+ "hasDynamicHelp": false,
2409
+ "multiple": false,
2410
+ "type": "option"
2411
+ },
2412
+ "packagexmls": {
2413
+ "char": "p",
2414
+ "description": "package.xml files path (separated by commas)",
2415
+ "name": "packagexmls",
2416
+ "required": true,
2417
+ "hasDynamicHelp": false,
2418
+ "multiple": false,
2419
+ "type": "option"
2420
+ },
2421
+ "outputfile": {
2422
+ "char": "f",
2423
+ "description": "package.xml output file",
2424
+ "name": "outputfile",
2425
+ "required": true,
2426
+ "hasDynamicHelp": false,
2427
+ "multiple": false,
2428
+ "type": "option"
2429
+ },
2430
+ "debug": {
2431
+ "description": "debug",
2432
+ "name": "debug",
2433
+ "allowNo": false,
2434
+ "type": "boolean"
2435
+ },
2436
+ "websocket": {
2437
+ "description": "websocket",
2438
+ "name": "websocket",
2439
+ "hasDynamicHelp": false,
2440
+ "multiple": false,
2441
+ "type": "option"
2442
+ }
2443
+ },
2444
+ "hasDynamicHelp": false,
2445
+ "hiddenAliases": [],
2446
+ "id": "hardis:packagexml:append",
2447
+ "pluginAlias": "sfdx-hardis",
2448
+ "pluginName": "sfdx-hardis",
2449
+ "pluginType": "core",
2450
+ "strict": true,
2451
+ "enableJsonFlag": true,
2452
+ "isESM": true,
2453
+ "relativePath": [
2454
+ "lib",
2455
+ "commands",
2456
+ "hardis",
2457
+ "packagexml",
2458
+ "append.js"
2459
+ ],
2460
+ "aliasPermutations": [],
2461
+ "permutations": [
2462
+ "hardis:packagexml:append",
2463
+ "packagexml:hardis:append",
2464
+ "packagexml:append:hardis",
2465
+ "hardis:append:packagexml",
2466
+ "append:hardis:packagexml",
2467
+ "append:packagexml:hardis"
2468
+ ]
2469
+ },
2470
+ "hardis:packagexml:remove": {
2471
+ "aliases": [],
2472
+ "args": {},
2473
+ "description": "Removes the content of a package.xml file matching another package.xml file",
2474
+ "examples": [
2475
+ "$ sf hardis packagexml:remove -p package.xml -r destructiveChanges.xml -o my-reduced-package.xml"
2476
+ ],
2477
+ "flags": {
2478
+ "json": {
2479
+ "description": "Format output as json.",
2480
+ "helpGroup": "GLOBAL",
2481
+ "name": "json",
2482
+ "allowNo": false,
2483
+ "type": "boolean"
2484
+ },
2485
+ "flags-dir": {
2486
+ "helpGroup": "GLOBAL",
2487
+ "name": "flags-dir",
2488
+ "summary": "Import flag values from a directory.",
2489
+ "hasDynamicHelp": false,
2490
+ "multiple": false,
2491
+ "type": "option"
2492
+ },
2493
+ "packagexml": {
2494
+ "char": "p",
2495
+ "description": "package.xml file to reduce",
2496
+ "name": "packagexml",
2497
+ "hasDynamicHelp": false,
2498
+ "multiple": false,
2499
+ "type": "option"
2500
+ },
2501
+ "removepackagexml": {
2502
+ "char": "r",
2503
+ "description": "package.xml file to use to filter input package.xml",
2504
+ "name": "removepackagexml",
2505
+ "hasDynamicHelp": false,
2506
+ "multiple": false,
2507
+ "type": "option"
2508
+ },
2509
+ "removedonly": {
2510
+ "char": "z",
2511
+ "description": "Use this flag to generate a package.xml with only removed items",
2512
+ "name": "removedonly",
2513
+ "allowNo": false,
2514
+ "type": "boolean"
2515
+ },
2516
+ "outputfile": {
2517
+ "char": "f",
2518
+ "description": "package.xml output file",
2519
+ "name": "outputfile",
2520
+ "required": true,
2521
+ "hasDynamicHelp": false,
2522
+ "multiple": false,
2523
+ "type": "option"
2524
+ },
2525
+ "debug": {
2526
+ "description": "debug",
2527
+ "name": "debug",
2528
+ "allowNo": false,
2529
+ "type": "boolean"
2530
+ },
2531
+ "websocket": {
2532
+ "description": "websocket",
2533
+ "name": "websocket",
2534
+ "hasDynamicHelp": false,
2535
+ "multiple": false,
2536
+ "type": "option"
2537
+ }
2538
+ },
2539
+ "hasDynamicHelp": false,
2540
+ "hiddenAliases": [],
2541
+ "id": "hardis:packagexml:remove",
2542
+ "pluginAlias": "sfdx-hardis",
2543
+ "pluginName": "sfdx-hardis",
2544
+ "pluginType": "core",
2545
+ "strict": true,
2546
+ "enableJsonFlag": true,
2547
+ "requiresProject": false,
2548
+ "isESM": true,
2549
+ "relativePath": [
2550
+ "lib",
2551
+ "commands",
2552
+ "hardis",
2553
+ "packagexml",
2554
+ "remove.js"
2555
+ ],
2556
+ "aliasPermutations": [],
2557
+ "permutations": [
2558
+ "hardis:packagexml:remove",
2559
+ "packagexml:hardis:remove",
2560
+ "packagexml:remove:hardis",
2561
+ "hardis:remove:packagexml",
2562
+ "remove:hardis:packagexml",
2563
+ "remove:packagexml:hardis"
2564
+ ]
2565
+ },
2389
2566
  "hardis:project:create": {
2390
2567
  "aliases": [],
2391
2568
  "args": {},
@@ -2842,253 +3019,76 @@
2842
3019
  "allowNo": false,
2843
3020
  "type": "boolean"
2844
3021
  },
2845
- "flags-dir": {
2846
- "helpGroup": "GLOBAL",
2847
- "name": "flags-dir",
2848
- "summary": "Import flag values from a directory.",
2849
- "hasDynamicHelp": false,
2850
- "multiple": false,
2851
- "type": "option"
2852
- },
2853
- "debug": {
2854
- "char": "d",
2855
- "description": "Activate debug mode (more logs)",
2856
- "name": "debug",
2857
- "allowNo": false,
2858
- "type": "boolean"
2859
- },
2860
- "websocket": {
2861
- "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
2862
- "name": "websocket",
2863
- "hasDynamicHelp": false,
2864
- "multiple": false,
2865
- "type": "option"
2866
- },
2867
- "skipauth": {
2868
- "description": "Skip authentication check when a default username is required",
2869
- "name": "skipauth",
2870
- "allowNo": false,
2871
- "type": "boolean"
2872
- },
2873
- "target-org": {
2874
- "aliases": [
2875
- "targetusername",
2876
- "u"
2877
- ],
2878
- "char": "o",
2879
- "deprecateAliases": true,
2880
- "name": "target-org",
2881
- "noCacheDefault": true,
2882
- "required": true,
2883
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2884
- "hasDynamicHelp": true,
2885
- "multiple": false,
2886
- "type": "option"
2887
- }
2888
- },
2889
- "hasDynamicHelp": true,
2890
- "hiddenAliases": [],
2891
- "id": "hardis:scratch:push",
2892
- "pluginAlias": "sfdx-hardis",
2893
- "pluginName": "sfdx-hardis",
2894
- "pluginType": "core",
2895
- "strict": true,
2896
- "enableJsonFlag": true,
2897
- "title": "Scratch PUSH",
2898
- "requiresProject": true,
2899
- "isESM": true,
2900
- "relativePath": [
2901
- "lib",
2902
- "commands",
2903
- "hardis",
2904
- "scratch",
2905
- "push.js"
2906
- ],
2907
- "aliasPermutations": [],
2908
- "permutations": [
2909
- "hardis:scratch:push",
2910
- "scratch:hardis:push",
2911
- "scratch:push:hardis",
2912
- "hardis:push:scratch",
2913
- "push:hardis:scratch",
2914
- "push:scratch:hardis"
2915
- ]
2916
- },
2917
- "hardis:packagexml:append": {
2918
- "aliases": [],
2919
- "args": {},
2920
- "description": "Append one or multiple package.xml files into a single one",
2921
- "examples": [
2922
- "$ sf hardis packagexml append -p package1.xml,package2.xml -o package3.xml"
2923
- ],
2924
- "flags": {
2925
- "json": {
2926
- "description": "Format output as json.",
2927
- "helpGroup": "GLOBAL",
2928
- "name": "json",
2929
- "allowNo": false,
2930
- "type": "boolean"
2931
- },
2932
- "flags-dir": {
2933
- "helpGroup": "GLOBAL",
2934
- "name": "flags-dir",
2935
- "summary": "Import flag values from a directory.",
2936
- "hasDynamicHelp": false,
2937
- "multiple": false,
2938
- "type": "option"
2939
- },
2940
- "packagexmls": {
2941
- "char": "p",
2942
- "description": "package.xml files path (separated by commas)",
2943
- "name": "packagexmls",
2944
- "required": true,
2945
- "hasDynamicHelp": false,
2946
- "multiple": false,
2947
- "type": "option"
2948
- },
2949
- "outputfile": {
2950
- "char": "f",
2951
- "description": "package.xml output file",
2952
- "name": "outputfile",
2953
- "required": true,
2954
- "hasDynamicHelp": false,
2955
- "multiple": false,
2956
- "type": "option"
2957
- },
2958
- "debug": {
2959
- "description": "debug",
2960
- "name": "debug",
2961
- "allowNo": false,
2962
- "type": "boolean"
2963
- },
2964
- "websocket": {
2965
- "description": "websocket",
2966
- "name": "websocket",
2967
- "hasDynamicHelp": false,
2968
- "multiple": false,
2969
- "type": "option"
2970
- }
2971
- },
2972
- "hasDynamicHelp": false,
2973
- "hiddenAliases": [],
2974
- "id": "hardis:packagexml:append",
2975
- "pluginAlias": "sfdx-hardis",
2976
- "pluginName": "sfdx-hardis",
2977
- "pluginType": "core",
2978
- "strict": true,
2979
- "enableJsonFlag": true,
2980
- "isESM": true,
2981
- "relativePath": [
2982
- "lib",
2983
- "commands",
2984
- "hardis",
2985
- "packagexml",
2986
- "append.js"
2987
- ],
2988
- "aliasPermutations": [],
2989
- "permutations": [
2990
- "hardis:packagexml:append",
2991
- "packagexml:hardis:append",
2992
- "packagexml:append:hardis",
2993
- "hardis:append:packagexml",
2994
- "append:hardis:packagexml",
2995
- "append:packagexml:hardis"
2996
- ]
2997
- },
2998
- "hardis:packagexml:remove": {
2999
- "aliases": [],
3000
- "args": {},
3001
- "description": "Removes the content of a package.xml file matching another package.xml file",
3002
- "examples": [
3003
- "$ sf hardis packagexml:remove -p package.xml -r destructiveChanges.xml -o my-reduced-package.xml"
3004
- ],
3005
- "flags": {
3006
- "json": {
3007
- "description": "Format output as json.",
3008
- "helpGroup": "GLOBAL",
3009
- "name": "json",
3010
- "allowNo": false,
3011
- "type": "boolean"
3012
- },
3013
- "flags-dir": {
3014
- "helpGroup": "GLOBAL",
3015
- "name": "flags-dir",
3016
- "summary": "Import flag values from a directory.",
3017
- "hasDynamicHelp": false,
3018
- "multiple": false,
3019
- "type": "option"
3020
- },
3021
- "packagexml": {
3022
- "char": "p",
3023
- "description": "package.xml file to reduce",
3024
- "name": "packagexml",
3025
- "hasDynamicHelp": false,
3026
- "multiple": false,
3027
- "type": "option"
3028
- },
3029
- "removepackagexml": {
3030
- "char": "r",
3031
- "description": "package.xml file to use to filter input package.xml",
3032
- "name": "removepackagexml",
3033
- "hasDynamicHelp": false,
3034
- "multiple": false,
3035
- "type": "option"
3036
- },
3037
- "removedonly": {
3038
- "char": "z",
3039
- "description": "Use this flag to generate a package.xml with only removed items",
3040
- "name": "removedonly",
3041
- "allowNo": false,
3042
- "type": "boolean"
3043
- },
3044
- "outputfile": {
3045
- "char": "f",
3046
- "description": "package.xml output file",
3047
- "name": "outputfile",
3048
- "required": true,
3022
+ "flags-dir": {
3023
+ "helpGroup": "GLOBAL",
3024
+ "name": "flags-dir",
3025
+ "summary": "Import flag values from a directory.",
3049
3026
  "hasDynamicHelp": false,
3050
3027
  "multiple": false,
3051
3028
  "type": "option"
3052
3029
  },
3053
3030
  "debug": {
3054
- "description": "debug",
3031
+ "char": "d",
3032
+ "description": "Activate debug mode (more logs)",
3055
3033
  "name": "debug",
3056
3034
  "allowNo": false,
3057
3035
  "type": "boolean"
3058
3036
  },
3059
3037
  "websocket": {
3060
- "description": "websocket",
3038
+ "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
3061
3039
  "name": "websocket",
3062
3040
  "hasDynamicHelp": false,
3063
3041
  "multiple": false,
3064
3042
  "type": "option"
3043
+ },
3044
+ "skipauth": {
3045
+ "description": "Skip authentication check when a default username is required",
3046
+ "name": "skipauth",
3047
+ "allowNo": false,
3048
+ "type": "boolean"
3049
+ },
3050
+ "target-org": {
3051
+ "aliases": [
3052
+ "targetusername",
3053
+ "u"
3054
+ ],
3055
+ "char": "o",
3056
+ "deprecateAliases": true,
3057
+ "name": "target-org",
3058
+ "noCacheDefault": true,
3059
+ "required": true,
3060
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
3061
+ "hasDynamicHelp": true,
3062
+ "multiple": false,
3063
+ "type": "option"
3065
3064
  }
3066
3065
  },
3067
- "hasDynamicHelp": false,
3066
+ "hasDynamicHelp": true,
3068
3067
  "hiddenAliases": [],
3069
- "id": "hardis:packagexml:remove",
3068
+ "id": "hardis:scratch:push",
3070
3069
  "pluginAlias": "sfdx-hardis",
3071
3070
  "pluginName": "sfdx-hardis",
3072
3071
  "pluginType": "core",
3073
3072
  "strict": true,
3074
3073
  "enableJsonFlag": true,
3075
- "requiresProject": false,
3074
+ "title": "Scratch PUSH",
3075
+ "requiresProject": true,
3076
3076
  "isESM": true,
3077
3077
  "relativePath": [
3078
3078
  "lib",
3079
3079
  "commands",
3080
3080
  "hardis",
3081
- "packagexml",
3082
- "remove.js"
3081
+ "scratch",
3082
+ "push.js"
3083
3083
  ],
3084
3084
  "aliasPermutations": [],
3085
3085
  "permutations": [
3086
- "hardis:packagexml:remove",
3087
- "packagexml:hardis:remove",
3088
- "packagexml:remove:hardis",
3089
- "hardis:remove:packagexml",
3090
- "remove:hardis:packagexml",
3091
- "remove:packagexml:hardis"
3086
+ "hardis:scratch:push",
3087
+ "scratch:hardis:push",
3088
+ "scratch:push:hardis",
3089
+ "hardis:push:scratch",
3090
+ "push:hardis:scratch",
3091
+ "push:scratch:hardis"
3092
3092
  ]
3093
3093
  },
3094
3094
  "hardis:source:deploy": {
@@ -4114,6 +4114,105 @@
4114
4114
  "ws:work:hardis"
4115
4115
  ]
4116
4116
  },
4117
+ "hardis:doc:extract:permsetgroups": {
4118
+ "aliases": [],
4119
+ "args": {},
4120
+ "description": "Generate markdown files with project documentation",
4121
+ "examples": [
4122
+ "$ sf hardis:doc:extract:permsetgroups"
4123
+ ],
4124
+ "flags": {
4125
+ "json": {
4126
+ "description": "Format output as json.",
4127
+ "helpGroup": "GLOBAL",
4128
+ "name": "json",
4129
+ "allowNo": false,
4130
+ "type": "boolean"
4131
+ },
4132
+ "flags-dir": {
4133
+ "helpGroup": "GLOBAL",
4134
+ "name": "flags-dir",
4135
+ "summary": "Import flag values from a directory.",
4136
+ "hasDynamicHelp": false,
4137
+ "multiple": false,
4138
+ "type": "option"
4139
+ },
4140
+ "outputfile": {
4141
+ "char": "f",
4142
+ "description": "Force the path and name of output report file. Must end with .csv",
4143
+ "name": "outputfile",
4144
+ "hasDynamicHelp": false,
4145
+ "multiple": false,
4146
+ "type": "option"
4147
+ },
4148
+ "debug": {
4149
+ "char": "d",
4150
+ "description": "Activate debug mode (more logs)",
4151
+ "name": "debug",
4152
+ "allowNo": false,
4153
+ "type": "boolean"
4154
+ },
4155
+ "websocket": {
4156
+ "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
4157
+ "name": "websocket",
4158
+ "hasDynamicHelp": false,
4159
+ "multiple": false,
4160
+ "type": "option"
4161
+ },
4162
+ "skipauth": {
4163
+ "description": "Skip authentication check when a default username is required",
4164
+ "name": "skipauth",
4165
+ "allowNo": false,
4166
+ "type": "boolean"
4167
+ }
4168
+ },
4169
+ "hasDynamicHelp": false,
4170
+ "hiddenAliases": [],
4171
+ "id": "hardis:doc:extract:permsetgroups",
4172
+ "pluginAlias": "sfdx-hardis",
4173
+ "pluginName": "sfdx-hardis",
4174
+ "pluginType": "core",
4175
+ "strict": true,
4176
+ "enableJsonFlag": true,
4177
+ "title": "Generate project documentation",
4178
+ "requiresProject": true,
4179
+ "isESM": true,
4180
+ "relativePath": [
4181
+ "lib",
4182
+ "commands",
4183
+ "hardis",
4184
+ "doc",
4185
+ "extract",
4186
+ "permsetgroups.js"
4187
+ ],
4188
+ "aliasPermutations": [],
4189
+ "permutations": [
4190
+ "hardis:doc:extract:permsetgroups",
4191
+ "doc:hardis:extract:permsetgroups",
4192
+ "doc:extract:hardis:permsetgroups",
4193
+ "doc:extract:permsetgroups:hardis",
4194
+ "hardis:extract:doc:permsetgroups",
4195
+ "extract:hardis:doc:permsetgroups",
4196
+ "extract:doc:hardis:permsetgroups",
4197
+ "extract:doc:permsetgroups:hardis",
4198
+ "hardis:extract:permsetgroups:doc",
4199
+ "extract:hardis:permsetgroups:doc",
4200
+ "extract:permsetgroups:hardis:doc",
4201
+ "extract:permsetgroups:doc:hardis",
4202
+ "hardis:doc:permsetgroups:extract",
4203
+ "doc:hardis:permsetgroups:extract",
4204
+ "doc:permsetgroups:hardis:extract",
4205
+ "doc:permsetgroups:extract:hardis",
4206
+ "hardis:permsetgroups:doc:extract",
4207
+ "permsetgroups:hardis:doc:extract",
4208
+ "permsetgroups:doc:hardis:extract",
4209
+ "permsetgroups:doc:extract:hardis",
4210
+ "hardis:permsetgroups:extract:doc",
4211
+ "permsetgroups:hardis:extract:doc",
4212
+ "permsetgroups:extract:hardis:doc",
4213
+ "permsetgroups:extract:doc:hardis"
4214
+ ]
4215
+ },
4117
4216
  "hardis:doc:plugin:generate": {
4118
4217
  "aliases": [],
4119
4218
  "args": {},
@@ -4334,105 +4433,6 @@
4334
4433
  "extract:pull-requests:git:hardis"
4335
4434
  ]
4336
4435
  },
4337
- "hardis:doc:extract:permsetgroups": {
4338
- "aliases": [],
4339
- "args": {},
4340
- "description": "Generate markdown files with project documentation",
4341
- "examples": [
4342
- "$ sf hardis:doc:extract:permsetgroups"
4343
- ],
4344
- "flags": {
4345
- "json": {
4346
- "description": "Format output as json.",
4347
- "helpGroup": "GLOBAL",
4348
- "name": "json",
4349
- "allowNo": false,
4350
- "type": "boolean"
4351
- },
4352
- "flags-dir": {
4353
- "helpGroup": "GLOBAL",
4354
- "name": "flags-dir",
4355
- "summary": "Import flag values from a directory.",
4356
- "hasDynamicHelp": false,
4357
- "multiple": false,
4358
- "type": "option"
4359
- },
4360
- "outputfile": {
4361
- "char": "f",
4362
- "description": "Force the path and name of output report file. Must end with .csv",
4363
- "name": "outputfile",
4364
- "hasDynamicHelp": false,
4365
- "multiple": false,
4366
- "type": "option"
4367
- },
4368
- "debug": {
4369
- "char": "d",
4370
- "description": "Activate debug mode (more logs)",
4371
- "name": "debug",
4372
- "allowNo": false,
4373
- "type": "boolean"
4374
- },
4375
- "websocket": {
4376
- "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
4377
- "name": "websocket",
4378
- "hasDynamicHelp": false,
4379
- "multiple": false,
4380
- "type": "option"
4381
- },
4382
- "skipauth": {
4383
- "description": "Skip authentication check when a default username is required",
4384
- "name": "skipauth",
4385
- "allowNo": false,
4386
- "type": "boolean"
4387
- }
4388
- },
4389
- "hasDynamicHelp": false,
4390
- "hiddenAliases": [],
4391
- "id": "hardis:doc:extract:permsetgroups",
4392
- "pluginAlias": "sfdx-hardis",
4393
- "pluginName": "sfdx-hardis",
4394
- "pluginType": "core",
4395
- "strict": true,
4396
- "enableJsonFlag": true,
4397
- "title": "Generate project documentation",
4398
- "requiresProject": true,
4399
- "isESM": true,
4400
- "relativePath": [
4401
- "lib",
4402
- "commands",
4403
- "hardis",
4404
- "doc",
4405
- "extract",
4406
- "permsetgroups.js"
4407
- ],
4408
- "aliasPermutations": [],
4409
- "permutations": [
4410
- "hardis:doc:extract:permsetgroups",
4411
- "doc:hardis:extract:permsetgroups",
4412
- "doc:extract:hardis:permsetgroups",
4413
- "doc:extract:permsetgroups:hardis",
4414
- "hardis:extract:doc:permsetgroups",
4415
- "extract:hardis:doc:permsetgroups",
4416
- "extract:doc:hardis:permsetgroups",
4417
- "extract:doc:permsetgroups:hardis",
4418
- "hardis:extract:permsetgroups:doc",
4419
- "extract:hardis:permsetgroups:doc",
4420
- "extract:permsetgroups:hardis:doc",
4421
- "extract:permsetgroups:doc:hardis",
4422
- "hardis:doc:permsetgroups:extract",
4423
- "doc:hardis:permsetgroups:extract",
4424
- "doc:permsetgroups:hardis:extract",
4425
- "doc:permsetgroups:extract:hardis",
4426
- "hardis:permsetgroups:doc:extract",
4427
- "permsetgroups:hardis:doc:extract",
4428
- "permsetgroups:doc:hardis:extract",
4429
- "permsetgroups:doc:extract:hardis",
4430
- "hardis:permsetgroups:extract:doc",
4431
- "permsetgroups:hardis:extract:doc",
4432
- "permsetgroups:extract:hardis:doc",
4433
- "permsetgroups:extract:doc:hardis"
4434
- ]
4435
- },
4436
4436
  "hardis:org:community:update": {
4437
4437
  "aliases": [],
4438
4438
  "args": {},
@@ -14525,5 +14525,5 @@
14525
14525
  ]
14526
14526
  }
14527
14527
  },
14528
- "version": "5.27.0"
14528
+ "version": "5.28.0"
14529
14529
  }