sfdx-hardis 5.25.2 → 5.26.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.
@@ -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": {},
@@ -2914,12 +3091,12 @@
2914
3091
  "push:scratch:hardis"
2915
3092
  ]
2916
3093
  },
2917
- "hardis:packagexml:append": {
3094
+ "hardis:source:deploy": {
2918
3095
  "aliases": [],
2919
3096
  "args": {},
2920
- "description": "Append one or multiple package.xml files into a single one",
3097
+ "description": "sfdx-hardis wrapper for sfdx force:source:deploy that displays tips to solve deployment errors.\n\nAdditional to the base command wrapper: If using **--checkonly**, add options **--checkcoverage** and **--coverageformatters json-summary** to check that org coverage is > 75% (or value defined in .sfdx-hardis.yml property **apexTestsMinCoverageOrgWide**)\n\n### Deployment results\n\nYou can also have deployment results as pull request comments, on:\n\n- GitHub (see [GitHub Pull Requests comments config](https://sfdx-hardis.cloudity.com/salesforce-ci-cd-setup-integration-github/))\n- Gitlab (see [Gitlab integration configuration](https://sfdx-hardis.cloudity.com/salesforce-ci-cd-setup-integration-gitlab/))\n- Azure DevOps (see [Azure integration configuration](https://sfdx-hardis.cloudity.com/salesforce-ci-cd-setup-integration-azure/))\n\n\n[![Assisted solving of Salesforce deployments errors](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/article-deployment-errors.jpg)](https://nicolas.vuillamy.fr/assisted-solving-of-salesforce-deployments-errors-47f3666a9ed0)\n\n### Deployment pre or post commands\n\nYou can define command lines to run before or after a deployment, with parameters:\n\n- **id**: Unique Id for the command\n- **label**: Human readable label for the command\n- **skipIfError**: If defined to \"true\", the post-command won't be run if there is a deployment failure\n- **context**: Defines the context where the command will be run. Can be **all** (default), **check-deployment-only** or **process-deployment-only**\n- **runOnlyOnceByOrg**: If set to true, the command will be run only one time per org. A record of SfdxHardisTrace__c is stored to make that possible (it needs to be existing in target org)\n\nIf the commands are not the same depending on the target org, you can define them into **config/branches/.sfdx-hardis-BRANCHNAME.yml** instead of root **config/.sfdx-hardis.yml**\n\nExample:\n\n```yaml\ncommandsPreDeploy:\n - id: knowledgeUnassign\n label: Remove KnowledgeUser right to the user who has it\n command: sf data update record --sobject User --where \"UserPermissionsKnowledgeUser='true'\" --values \"UserPermissionsKnowledgeUser='false'\" --json\n - id: knowledgeAssign\n label: Assign Knowledge user to the deployment user\n command: sf data update record --sobject User --where \"Username='deploy.github@myclient.com'\" --values \"UserPermissionsKnowledgeUser='true'\" --json\n\ncommandsPostDeploy:\n - id: knowledgeUnassign\n label: Remove KnowledgeUser right to the user who has it\n command: sf data update record --sobject User --where \"UserPermissionsKnowledgeUser='true'\" --values \"UserPermissionsKnowledgeUser='false'\" --json\n - id: knowledgeAssign\n label: Assign Knowledge user to desired username\n command: sf data update record --sobject User --where \"Username='admin-yser@myclient.com'\" --values \"UserPermissionsKnowledgeUser='true'\" --json\n - id: someActionToRunJustOneTime\n label: And to run only if deployment is success\n command: sf sfdmu:run ...\n skipIfError: true\n context: process-deployment-only\n runOnlyOnceByOrg: true\n```\n\nNotes:\n\n- You can disable coloring of errors in red by defining env variable SFDX_HARDIS_DEPLOY_ERR_COLORS=false\n\n[See documentation of Salesforce command](https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_force_source.htm#cli_reference_force_source_deploy)\n",
2921
3098
  "examples": [
2922
- "$ sf hardis packagexml append -p package1.xml,package2.xml -o package3.xml"
3099
+ "$ sf hardis:source:deploy -x manifest/package.xml --wait 60 --ignorewarnings --testlevel RunLocalTests --postdestructivechanges ./manifest/destructiveChanges.xml --target-org nicolas.vuillamy@cloudity.com.sfdxhardis --checkonly --checkcoverage --verbose --coverageformatters json-summary"
2923
3100
  ],
2924
3101
  "flags": {
2925
3102
  "json": {
@@ -2937,232 +3114,55 @@
2937
3114
  "multiple": false,
2938
3115
  "type": "option"
2939
3116
  },
2940
- "packagexmls": {
2941
- "char": "p",
2942
- "description": "package.xml files path (separated by commas)",
2943
- "name": "packagexmls",
2944
- "required": true,
3117
+ "checkonly": {
3118
+ "char": "c",
3119
+ "description": "checkonly",
3120
+ "name": "checkonly",
3121
+ "allowNo": false,
3122
+ "type": "boolean"
3123
+ },
3124
+ "soapdeploy": {
3125
+ "description": "soapDeploy",
3126
+ "name": "soapdeploy",
3127
+ "allowNo": false,
3128
+ "type": "boolean"
3129
+ },
3130
+ "wait": {
3131
+ "char": "w",
3132
+ "description": "wait",
3133
+ "name": "wait",
3134
+ "default": 60,
2945
3135
  "hasDynamicHelp": false,
2946
3136
  "multiple": false,
2947
3137
  "type": "option"
2948
3138
  },
2949
- "outputfile": {
2950
- "char": "f",
2951
- "description": "package.xml output file",
2952
- "name": "outputfile",
2953
- "required": true,
3139
+ "testlevel": {
3140
+ "char": "l",
3141
+ "description": "testlevel",
3142
+ "name": "testlevel",
3143
+ "default": "NoTestRun",
2954
3144
  "hasDynamicHelp": false,
2955
3145
  "multiple": false,
3146
+ "options": [
3147
+ "NoTestRun",
3148
+ "RunSpecifiedTests",
3149
+ "RunLocalTests",
3150
+ "RunAllTestsInOrg"
3151
+ ],
2956
3152
  "type": "option"
2957
3153
  },
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,
3049
- "hasDynamicHelp": false,
3050
- "multiple": false,
3051
- "type": "option"
3052
- },
3053
- "debug": {
3054
- "description": "debug",
3055
- "name": "debug",
3056
- "allowNo": false,
3057
- "type": "boolean"
3058
- },
3059
- "websocket": {
3060
- "description": "websocket",
3061
- "name": "websocket",
3062
- "hasDynamicHelp": false,
3063
- "multiple": false,
3064
- "type": "option"
3065
- }
3066
- },
3067
- "hasDynamicHelp": false,
3068
- "hiddenAliases": [],
3069
- "id": "hardis:packagexml:remove",
3070
- "pluginAlias": "sfdx-hardis",
3071
- "pluginName": "sfdx-hardis",
3072
- "pluginType": "core",
3073
- "strict": true,
3074
- "enableJsonFlag": true,
3075
- "requiresProject": false,
3076
- "isESM": true,
3077
- "relativePath": [
3078
- "lib",
3079
- "commands",
3080
- "hardis",
3081
- "packagexml",
3082
- "remove.js"
3083
- ],
3084
- "aliasPermutations": [],
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"
3092
- ]
3093
- },
3094
- "hardis:source:deploy": {
3095
- "aliases": [],
3096
- "args": {},
3097
- "description": "sfdx-hardis wrapper for sfdx force:source:deploy that displays tips to solve deployment errors.\n\nAdditional to the base command wrapper: If using **--checkonly**, add options **--checkcoverage** and **--coverageformatters json-summary** to check that org coverage is > 75% (or value defined in .sfdx-hardis.yml property **apexTestsMinCoverageOrgWide**)\n\n### Deployment results\n\nYou can also have deployment results as pull request comments, on:\n\n- GitHub (see [GitHub Pull Requests comments config](https://sfdx-hardis.cloudity.com/salesforce-ci-cd-setup-integration-github/))\n- Gitlab (see [Gitlab integration configuration](https://sfdx-hardis.cloudity.com/salesforce-ci-cd-setup-integration-gitlab/))\n- Azure DevOps (see [Azure integration configuration](https://sfdx-hardis.cloudity.com/salesforce-ci-cd-setup-integration-azure/))\n\n\n[![Assisted solving of Salesforce deployments errors](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/article-deployment-errors.jpg)](https://nicolas.vuillamy.fr/assisted-solving-of-salesforce-deployments-errors-47f3666a9ed0)\n\n### Deployment pre or post commands\n\nYou can define command lines to run before or after a deployment, with parameters:\n\n- **id**: Unique Id for the command\n- **label**: Human readable label for the command\n- **skipIfError**: If defined to \"true\", the post-command won't be run if there is a deployment failure\n- **context**: Defines the context where the command will be run. Can be **all** (default), **check-deployment-only** or **process-deployment-only**\n- **runOnlyOnceByOrg**: If set to true, the command will be run only one time per org. A record of SfdxHardisTrace__c is stored to make that possible (it needs to be existing in target org)\n\nIf the commands are not the same depending on the target org, you can define them into **config/branches/.sfdx-hardis-BRANCHNAME.yml** instead of root **config/.sfdx-hardis.yml**\n\nExample:\n\n```yaml\ncommandsPreDeploy:\n - id: knowledgeUnassign\n label: Remove KnowledgeUser right to the user who has it\n command: sf data update record --sobject User --where \"UserPermissionsKnowledgeUser='true'\" --values \"UserPermissionsKnowledgeUser='false'\" --json\n - id: knowledgeAssign\n label: Assign Knowledge user to the deployment user\n command: sf data update record --sobject User --where \"Username='deploy.github@myclient.com'\" --values \"UserPermissionsKnowledgeUser='true'\" --json\n\ncommandsPostDeploy:\n - id: knowledgeUnassign\n label: Remove KnowledgeUser right to the user who has it\n command: sf data update record --sobject User --where \"UserPermissionsKnowledgeUser='true'\" --values \"UserPermissionsKnowledgeUser='false'\" --json\n - id: knowledgeAssign\n label: Assign Knowledge user to desired username\n command: sf data update record --sobject User --where \"Username='admin-yser@myclient.com'\" --values \"UserPermissionsKnowledgeUser='true'\" --json\n - id: someActionToRunJustOneTime\n label: And to run only if deployment is success\n command: sf sfdmu:run ...\n skipIfError: true\n context: process-deployment-only\n runOnlyOnceByOrg: true\n```\n\nNotes:\n\n- You can disable coloring of errors in red by defining env variable SFDX_HARDIS_DEPLOY_ERR_COLORS=false\n\n[See documentation of Salesforce command](https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_force_source.htm#cli_reference_force_source_deploy)\n",
3098
- "examples": [
3099
- "$ sf hardis:source:deploy -x manifest/package.xml --wait 60 --ignorewarnings --testlevel RunLocalTests --postdestructivechanges ./manifest/destructiveChanges.xml --target-org nicolas.vuillamy@cloudity.com.sfdxhardis --checkonly --checkcoverage --verbose --coverageformatters json-summary"
3100
- ],
3101
- "flags": {
3102
- "json": {
3103
- "description": "Format output as json.",
3104
- "helpGroup": "GLOBAL",
3105
- "name": "json",
3106
- "allowNo": false,
3107
- "type": "boolean"
3108
- },
3109
- "flags-dir": {
3110
- "helpGroup": "GLOBAL",
3111
- "name": "flags-dir",
3112
- "summary": "Import flag values from a directory.",
3113
- "hasDynamicHelp": false,
3114
- "multiple": false,
3115
- "type": "option"
3116
- },
3117
- "checkonly": {
3118
- "char": "c",
3119
- "description": "checkonly",
3120
- "name": "checkonly",
3121
- "allowNo": false,
3122
- "type": "boolean"
3123
- },
3124
- "soapdeploy": {
3125
- "description": "soapDeploy",
3126
- "name": "soapdeploy",
3127
- "allowNo": false,
3128
- "type": "boolean"
3129
- },
3130
- "wait": {
3131
- "char": "w",
3132
- "description": "wait",
3133
- "name": "wait",
3134
- "default": 60,
3135
- "hasDynamicHelp": false,
3136
- "multiple": false,
3137
- "type": "option"
3138
- },
3139
- "testlevel": {
3140
- "char": "l",
3141
- "description": "testlevel",
3142
- "name": "testlevel",
3143
- "default": "NoTestRun",
3144
- "hasDynamicHelp": false,
3145
- "multiple": false,
3146
- "options": [
3147
- "NoTestRun",
3148
- "RunSpecifiedTests",
3149
- "RunLocalTests",
3150
- "RunAllTestsInOrg"
3151
- ],
3152
- "type": "option"
3153
- },
3154
- "runtests": {
3155
- "char": "r",
3156
- "description": "runTests",
3157
- "name": "runtests",
3158
- "default": [],
3159
- "hasDynamicHelp": false,
3160
- "multiple": true,
3161
- "type": "option"
3162
- },
3163
- "ignoreerrors": {
3164
- "description": "ignoreErrors",
3165
- "name": "ignoreerrors",
3154
+ "runtests": {
3155
+ "char": "r",
3156
+ "description": "runTests",
3157
+ "name": "runtests",
3158
+ "default": [],
3159
+ "hasDynamicHelp": false,
3160
+ "multiple": true,
3161
+ "type": "option"
3162
+ },
3163
+ "ignoreerrors": {
3164
+ "description": "ignoreErrors",
3165
+ "name": "ignoreerrors",
3166
3166
  "allowNo": false,
3167
3167
  "type": "boolean"
3168
3168
  },
@@ -7039,7 +7039,7 @@
7039
7039
  "hardis:org:monitor:backup": {
7040
7040
  "aliases": [],
7041
7041
  "args": {},
7042
- "description": "Retrieve sfdx sources in the context of a monitoring backup\n\nThe command exists in 2 modes: filtered(default & recommended) and full.\n\n## Filtered mode (default, better performances)\n\nAutomatically skips metadatas from installed packages with namespace. \n\nYou can remove more metadata types from backup, especially in case you have too many metadatas and that provokes a crash, using:\n\n- Manual update of `manifest/package-skip-items.xml` config file (then commit & push in the same branch)\n\n- Environment variable MONITORING_BACKUP_SKIP_METADATA_TYPES (example: `MONITORING_BACKUP_SKIP_METADATA_TYPES=CustomLabel,StaticResource,Translation`): that will be applied to all monitoring branches.\n\n## Full mode\n\nActivate it with **--full** parameter, or variable MONITORING_BACKUP_MODE_FULL=true\n\nIgnores filters (namespaces items & manifest/package-skip-items.xml) to retrieve ALL metadatas, including those you might not care about (reports, translations...)\n\nAs we can retrieve only 10000 files by call, the list of all metadatas will be chunked to make multiple calls (and take more time than filtered mode)\n\n- if you use `--full-apply-filters` , manifest/package-skip-items.xml and MONITORING_BACKUP_SKIP_METADATA_TYPES filters will be applied anyway\n- if you use `--exclude-namespaces` , namespaced items will be ignored\n\n_With those both options, it's like if you are not using --full, but with chunked metadata download_\n\n## In CI/CD\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-metadata-backup/) and can output Grafana, Slack and MsTeams Notifications.\n\n## Documentation\n\n[Doc generation (including visual flows)](https://sfdx-hardis.cloudity.com/hardis/doc/project2markdown/) is triggered at the end of the command.\n\nIf you want to also upload HTML Documentation on your Salesforce Org as static resource, use variable **SFDX_HARDIS_DOC_DEPLOY_TO_ORG=\"true\"**\n\nIf you want to also upload HTML Documentation on Cloudflare, use variable **SFDX_HARDIS_DOC_DEPLOY_TO_CLOUDFLARE=\"true\"**\n\nIf Flow history doc always display a single state, you probably need to update your workflow configuration:\n\n- on Gitlab: Env variable [`GIT_FETCH_EXTRA_FLAGS: --depth 10000`](https://github.com/hardisgroupcom/sfdx-hardis/blob/main/defaults/monitoring/.gitlab-ci.yml#L11)\n- on GitHub: [`fetch-depth: 0`](https://github.com/hardisgroupcom/sfdx-hardis/blob/main/defaults/monitoring/.github/workflows/org-monitoring.yml#L58)\n- on Azure: [`fetchDepth: \"0\"`](https://github.com/hardisgroupcom/sfdx-hardis/blob/main/defaults/monitoring/azure-pipelines.yml#L39)\n- on Bitbucket: [`step: clone: depth: full`](https://github.com/hardisgroupcom/sfdx-hardis/blob/main/defaults/monitoring/bitbucket-pipelines.yml#L18)\n",
7042
+ "description": "Retrieve sfdx sources in the context of a monitoring backup\n\nThe command exists in 2 modes: filtered(default & recommended) and full.\n\n## Filtered mode (default, better performances)\n\nAutomatically skips metadatas from installed packages with namespace. \n\nYou can remove more metadata types from backup, especially in case you have too many metadatas and that provokes a crash, using:\n\n- Manual update of `manifest/package-skip-items.xml` config file (then commit & push in the same branch)\n\n - Works with full wildcard (`<members>*</members>`) , named metadata (`<members>Account.Name</members>`) or partial wildcards names (`<members>pi__*</members>` , `<members>*__dlm</members>` , or `<members>prefix*suffix</members>`)\n\n- Environment variable MONITORING_BACKUP_SKIP_METADATA_TYPES (example: `MONITORING_BACKUP_SKIP_METADATA_TYPES=CustomLabel,StaticResource,Translation`): that will be applied to all monitoring branches.\n\n## Full mode\n\nActivate it with **--full** parameter, or variable MONITORING_BACKUP_MODE_FULL=true\n\nIgnores filters (namespaces items & manifest/package-skip-items.xml) to retrieve ALL metadatas, including those you might not care about (reports, translations...)\n\nAs we can retrieve only 10000 files by call, the list of all metadatas will be chunked to make multiple calls (and take more time than filtered mode)\n\n- if you use `--full-apply-filters` , manifest/package-skip-items.xml and MONITORING_BACKUP_SKIP_METADATA_TYPES filters will be applied anyway\n- if you use `--exclude-namespaces` , namespaced items will be ignored\n\n_With those both options, it's like if you are not using --full, but with chunked metadata download_\n\n## In CI/CD\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-metadata-backup/) and can output Grafana, Slack and MsTeams Notifications.\n\n## Troubleshooting\n\nIf you have unknown errors (it happens !), you can investigate using the full command with smaller chunks.\n\nExample: `sf hardis:org:monitor:backup --full --exclude-namespaces --full-apply-filters --max-by-chunk 500`\n\nIt will allow you the identify the responsible metadata and ignore it using package-skip-items.xml or MONITORING_BACKUP_SKIP_METADATA_TYPES env variable.\n\n## Documentation\n\n[Doc generation (including visual flows)](https://sfdx-hardis.cloudity.com/hardis/doc/project2markdown/) is triggered at the end of the command.\n\nIf you want to also upload HTML Documentation on your Salesforce Org as static resource, use variable **SFDX_HARDIS_DOC_DEPLOY_TO_ORG=\"true\"**\n\nIf you want to also upload HTML Documentation on Cloudflare, use variable **SFDX_HARDIS_DOC_DEPLOY_TO_CLOUDFLARE=\"true\"**\n\nIf Flow history doc always display a single state, you probably need to update your workflow configuration:\n\n- on Gitlab: Env variable [`GIT_FETCH_EXTRA_FLAGS: --depth 10000`](https://github.com/hardisgroupcom/sfdx-hardis/blob/main/defaults/monitoring/.gitlab-ci.yml#L11)\n- on GitHub: [`fetch-depth: 0`](https://github.com/hardisgroupcom/sfdx-hardis/blob/main/defaults/monitoring/.github/workflows/org-monitoring.yml#L58)\n- on Azure: [`fetchDepth: \"0\"`](https://github.com/hardisgroupcom/sfdx-hardis/blob/main/defaults/monitoring/azure-pipelines.yml#L39)\n- on Bitbucket: [`step: clone: depth: full`](https://github.com/hardisgroupcom/sfdx-hardis/blob/main/defaults/monitoring/bitbucket-pipelines.yml#L18)\n",
7043
7043
  "examples": [
7044
7044
  "$ sf hardis:org:monitor:backup",
7045
7045
  "$ sf hardis:org:monitor:backup --full",
@@ -7091,6 +7091,14 @@
7091
7091
  "allowNo": false,
7092
7092
  "type": "boolean"
7093
7093
  },
7094
+ "start-chunk": {
7095
+ "description": "Use this parameter to troubleshoot a specific chunk. It will be used as the first chunk to retrieve",
7096
+ "name": "start-chunk",
7097
+ "default": 1,
7098
+ "hasDynamicHelp": false,
7099
+ "multiple": false,
7100
+ "type": "option"
7101
+ },
7094
7102
  "skip-doc": {
7095
7103
  "description": "Skip the generation of project documentation at the end of the command",
7096
7104
  "name": "skip-doc",
@@ -13068,12 +13076,12 @@
13068
13076
  "view:pool:scratch:hardis"
13069
13077
  ]
13070
13078
  },
13071
- "hardis:project:deploy:sources:metadata": {
13079
+ "hardis:org:retrieve:sources:analytics": {
13072
13080
  "aliases": [],
13073
13081
  "args": {},
13074
- "description": "Deploy metadatas to source org",
13082
+ "description": "Retrieve all CRM Analytics sources from an org, with workarounds for SFDX bugs",
13075
13083
  "examples": [
13076
- "$ sf hardis:project:deploy:sources:metadata"
13084
+ "$ sf hardis:org:retrieve:sources:analytics"
13077
13085
  ],
13078
13086
  "flags": {
13079
13087
  "json": {
@@ -13091,60 +13099,6 @@
13091
13099
  "multiple": false,
13092
13100
  "type": "option"
13093
13101
  },
13094
- "check": {
13095
- "char": "c",
13096
- "description": "Only checks the deployment, there is no impact on target org",
13097
- "name": "check",
13098
- "allowNo": false,
13099
- "type": "boolean"
13100
- },
13101
- "deploydir": {
13102
- "char": "x",
13103
- "description": "Deploy directory",
13104
- "name": "deploydir",
13105
- "default": ".",
13106
- "hasDynamicHelp": false,
13107
- "multiple": false,
13108
- "type": "option"
13109
- },
13110
- "packagexml": {
13111
- "char": "p",
13112
- "description": "Path to package.xml file to deploy",
13113
- "name": "packagexml",
13114
- "hasDynamicHelp": false,
13115
- "multiple": false,
13116
- "type": "option"
13117
- },
13118
- "filter": {
13119
- "char": "f",
13120
- "description": "Filter metadatas before deploying",
13121
- "name": "filter",
13122
- "allowNo": false,
13123
- "type": "boolean"
13124
- },
13125
- "destructivepackagexml": {
13126
- "char": "k",
13127
- "description": "Path to destructiveChanges.xml file to deploy",
13128
- "name": "destructivepackagexml",
13129
- "hasDynamicHelp": false,
13130
- "multiple": false,
13131
- "type": "option"
13132
- },
13133
- "testlevel": {
13134
- "char": "l",
13135
- "description": "Level of tests to apply to validate deployment",
13136
- "name": "testlevel",
13137
- "default": "RunLocalTests",
13138
- "hasDynamicHelp": false,
13139
- "multiple": false,
13140
- "options": [
13141
- "NoTestRun",
13142
- "RunSpecifiedTests",
13143
- "RunLocalTests",
13144
- "RunAllTestsInOrg"
13145
- ],
13146
- "type": "option"
13147
- },
13148
13102
  "debug": {
13149
13103
  "char": "d",
13150
13104
  "description": "Activate debug mode (more logs)",
@@ -13183,213 +13137,7 @@
13183
13137
  },
13184
13138
  "hasDynamicHelp": true,
13185
13139
  "hiddenAliases": [],
13186
- "id": "hardis:project:deploy:sources:metadata",
13187
- "pluginAlias": "sfdx-hardis",
13188
- "pluginName": "sfdx-hardis",
13189
- "pluginType": "core",
13190
- "strict": true,
13191
- "enableJsonFlag": true,
13192
- "title": "Deploy metadata sources to org",
13193
- "requiresProject": false,
13194
- "requiresSfdxPlugins": [
13195
- "sfdx-essentials"
13196
- ],
13197
- "isESM": true,
13198
- "relativePath": [
13199
- "lib",
13200
- "commands",
13201
- "hardis",
13202
- "project",
13203
- "deploy",
13204
- "sources",
13205
- "metadata.js"
13206
- ],
13207
- "aliasPermutations": [],
13208
- "permutations": [
13209
- "hardis:project:deploy:sources:metadata",
13210
- "project:hardis:deploy:sources:metadata",
13211
- "project:deploy:hardis:sources:metadata",
13212
- "project:deploy:sources:hardis:metadata",
13213
- "project:deploy:sources:metadata:hardis",
13214
- "hardis:deploy:project:sources:metadata",
13215
- "deploy:hardis:project:sources:metadata",
13216
- "deploy:project:hardis:sources:metadata",
13217
- "deploy:project:sources:hardis:metadata",
13218
- "deploy:project:sources:metadata:hardis",
13219
- "hardis:deploy:sources:project:metadata",
13220
- "deploy:hardis:sources:project:metadata",
13221
- "deploy:sources:hardis:project:metadata",
13222
- "deploy:sources:project:hardis:metadata",
13223
- "deploy:sources:project:metadata:hardis",
13224
- "hardis:deploy:sources:metadata:project",
13225
- "deploy:hardis:sources:metadata:project",
13226
- "deploy:sources:hardis:metadata:project",
13227
- "deploy:sources:metadata:hardis:project",
13228
- "deploy:sources:metadata:project:hardis",
13229
- "hardis:project:sources:deploy:metadata",
13230
- "project:hardis:sources:deploy:metadata",
13231
- "project:sources:hardis:deploy:metadata",
13232
- "project:sources:deploy:hardis:metadata",
13233
- "project:sources:deploy:metadata:hardis",
13234
- "hardis:sources:project:deploy:metadata",
13235
- "sources:hardis:project:deploy:metadata",
13236
- "sources:project:hardis:deploy:metadata",
13237
- "sources:project:deploy:hardis:metadata",
13238
- "sources:project:deploy:metadata:hardis",
13239
- "hardis:sources:deploy:project:metadata",
13240
- "sources:hardis:deploy:project:metadata",
13241
- "sources:deploy:hardis:project:metadata",
13242
- "sources:deploy:project:hardis:metadata",
13243
- "sources:deploy:project:metadata:hardis",
13244
- "hardis:sources:deploy:metadata:project",
13245
- "sources:hardis:deploy:metadata:project",
13246
- "sources:deploy:hardis:metadata:project",
13247
- "sources:deploy:metadata:hardis:project",
13248
- "sources:deploy:metadata:project:hardis",
13249
- "hardis:project:sources:metadata:deploy",
13250
- "project:hardis:sources:metadata:deploy",
13251
- "project:sources:hardis:metadata:deploy",
13252
- "project:sources:metadata:hardis:deploy",
13253
- "project:sources:metadata:deploy:hardis",
13254
- "hardis:sources:project:metadata:deploy",
13255
- "sources:hardis:project:metadata:deploy",
13256
- "sources:project:hardis:metadata:deploy",
13257
- "sources:project:metadata:hardis:deploy",
13258
- "sources:project:metadata:deploy:hardis",
13259
- "hardis:sources:metadata:project:deploy",
13260
- "sources:hardis:metadata:project:deploy",
13261
- "sources:metadata:hardis:project:deploy",
13262
- "sources:metadata:project:hardis:deploy",
13263
- "sources:metadata:project:deploy:hardis",
13264
- "hardis:sources:metadata:deploy:project",
13265
- "sources:hardis:metadata:deploy:project",
13266
- "sources:metadata:hardis:deploy:project",
13267
- "sources:metadata:deploy:hardis:project",
13268
- "sources:metadata:deploy:project:hardis",
13269
- "hardis:project:deploy:metadata:sources",
13270
- "project:hardis:deploy:metadata:sources",
13271
- "project:deploy:hardis:metadata:sources",
13272
- "project:deploy:metadata:hardis:sources",
13273
- "project:deploy:metadata:sources:hardis",
13274
- "hardis:deploy:project:metadata:sources",
13275
- "deploy:hardis:project:metadata:sources",
13276
- "deploy:project:hardis:metadata:sources",
13277
- "deploy:project:metadata:hardis:sources",
13278
- "deploy:project:metadata:sources:hardis",
13279
- "hardis:deploy:metadata:project:sources",
13280
- "deploy:hardis:metadata:project:sources",
13281
- "deploy:metadata:hardis:project:sources",
13282
- "deploy:metadata:project:hardis:sources",
13283
- "deploy:metadata:project:sources:hardis",
13284
- "hardis:deploy:metadata:sources:project",
13285
- "deploy:hardis:metadata:sources:project",
13286
- "deploy:metadata:hardis:sources:project",
13287
- "deploy:metadata:sources:hardis:project",
13288
- "deploy:metadata:sources:project:hardis",
13289
- "hardis:project:metadata:deploy:sources",
13290
- "project:hardis:metadata:deploy:sources",
13291
- "project:metadata:hardis:deploy:sources",
13292
- "project:metadata:deploy:hardis:sources",
13293
- "project:metadata:deploy:sources:hardis",
13294
- "hardis:metadata:project:deploy:sources",
13295
- "metadata:hardis:project:deploy:sources",
13296
- "metadata:project:hardis:deploy:sources",
13297
- "metadata:project:deploy:hardis:sources",
13298
- "metadata:project:deploy:sources:hardis",
13299
- "hardis:metadata:deploy:project:sources",
13300
- "metadata:hardis:deploy:project:sources",
13301
- "metadata:deploy:hardis:project:sources",
13302
- "metadata:deploy:project:hardis:sources",
13303
- "metadata:deploy:project:sources:hardis",
13304
- "hardis:metadata:deploy:sources:project",
13305
- "metadata:hardis:deploy:sources:project",
13306
- "metadata:deploy:hardis:sources:project",
13307
- "metadata:deploy:sources:hardis:project",
13308
- "metadata:deploy:sources:project:hardis",
13309
- "hardis:project:metadata:sources:deploy",
13310
- "project:hardis:metadata:sources:deploy",
13311
- "project:metadata:hardis:sources:deploy",
13312
- "project:metadata:sources:hardis:deploy",
13313
- "project:metadata:sources:deploy:hardis",
13314
- "hardis:metadata:project:sources:deploy",
13315
- "metadata:hardis:project:sources:deploy",
13316
- "metadata:project:hardis:sources:deploy",
13317
- "metadata:project:sources:hardis:deploy",
13318
- "metadata:project:sources:deploy:hardis",
13319
- "hardis:metadata:sources:project:deploy",
13320
- "metadata:hardis:sources:project:deploy",
13321
- "metadata:sources:hardis:project:deploy",
13322
- "metadata:sources:project:hardis:deploy",
13323
- "metadata:sources:project:deploy:hardis",
13324
- "hardis:metadata:sources:deploy:project",
13325
- "metadata:hardis:sources:deploy:project",
13326
- "metadata:sources:hardis:deploy:project",
13327
- "metadata:sources:deploy:hardis:project",
13328
- "metadata:sources:deploy:project:hardis"
13329
- ]
13330
- },
13331
- "hardis:org:retrieve:sources:analytics": {
13332
- "aliases": [],
13333
- "args": {},
13334
- "description": "Retrieve all CRM Analytics sources from an org, with workarounds for SFDX bugs",
13335
- "examples": [
13336
- "$ sf hardis:org:retrieve:sources:analytics"
13337
- ],
13338
- "flags": {
13339
- "json": {
13340
- "description": "Format output as json.",
13341
- "helpGroup": "GLOBAL",
13342
- "name": "json",
13343
- "allowNo": false,
13344
- "type": "boolean"
13345
- },
13346
- "flags-dir": {
13347
- "helpGroup": "GLOBAL",
13348
- "name": "flags-dir",
13349
- "summary": "Import flag values from a directory.",
13350
- "hasDynamicHelp": false,
13351
- "multiple": false,
13352
- "type": "option"
13353
- },
13354
- "debug": {
13355
- "char": "d",
13356
- "description": "Activate debug mode (more logs)",
13357
- "name": "debug",
13358
- "allowNo": false,
13359
- "type": "boolean"
13360
- },
13361
- "websocket": {
13362
- "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
13363
- "name": "websocket",
13364
- "hasDynamicHelp": false,
13365
- "multiple": false,
13366
- "type": "option"
13367
- },
13368
- "skipauth": {
13369
- "description": "Skip authentication check when a default username is required",
13370
- "name": "skipauth",
13371
- "allowNo": false,
13372
- "type": "boolean"
13373
- },
13374
- "target-org": {
13375
- "aliases": [
13376
- "targetusername",
13377
- "u"
13378
- ],
13379
- "char": "o",
13380
- "deprecateAliases": true,
13381
- "name": "target-org",
13382
- "noCacheDefault": true,
13383
- "required": true,
13384
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
13385
- "hasDynamicHelp": true,
13386
- "multiple": false,
13387
- "type": "option"
13388
- }
13389
- },
13390
- "hasDynamicHelp": true,
13391
- "hiddenAliases": [],
13392
- "id": "hardis:org:retrieve:sources:analytics",
13140
+ "id": "hardis:org:retrieve:sources:analytics",
13393
13141
  "pluginAlias": "sfdx-hardis",
13394
13142
  "pluginName": "sfdx-hardis",
13395
13143
  "pluginType": "core",
@@ -14515,7 +14263,267 @@
14515
14263
  "retrofit:sources:retrieve:hardis:org",
14516
14264
  "retrofit:sources:retrieve:org:hardis"
14517
14265
  ]
14266
+ },
14267
+ "hardis:project:deploy:sources:metadata": {
14268
+ "aliases": [],
14269
+ "args": {},
14270
+ "description": "Deploy metadatas to source org",
14271
+ "examples": [
14272
+ "$ sf hardis:project:deploy:sources:metadata"
14273
+ ],
14274
+ "flags": {
14275
+ "json": {
14276
+ "description": "Format output as json.",
14277
+ "helpGroup": "GLOBAL",
14278
+ "name": "json",
14279
+ "allowNo": false,
14280
+ "type": "boolean"
14281
+ },
14282
+ "flags-dir": {
14283
+ "helpGroup": "GLOBAL",
14284
+ "name": "flags-dir",
14285
+ "summary": "Import flag values from a directory.",
14286
+ "hasDynamicHelp": false,
14287
+ "multiple": false,
14288
+ "type": "option"
14289
+ },
14290
+ "check": {
14291
+ "char": "c",
14292
+ "description": "Only checks the deployment, there is no impact on target org",
14293
+ "name": "check",
14294
+ "allowNo": false,
14295
+ "type": "boolean"
14296
+ },
14297
+ "deploydir": {
14298
+ "char": "x",
14299
+ "description": "Deploy directory",
14300
+ "name": "deploydir",
14301
+ "default": ".",
14302
+ "hasDynamicHelp": false,
14303
+ "multiple": false,
14304
+ "type": "option"
14305
+ },
14306
+ "packagexml": {
14307
+ "char": "p",
14308
+ "description": "Path to package.xml file to deploy",
14309
+ "name": "packagexml",
14310
+ "hasDynamicHelp": false,
14311
+ "multiple": false,
14312
+ "type": "option"
14313
+ },
14314
+ "filter": {
14315
+ "char": "f",
14316
+ "description": "Filter metadatas before deploying",
14317
+ "name": "filter",
14318
+ "allowNo": false,
14319
+ "type": "boolean"
14320
+ },
14321
+ "destructivepackagexml": {
14322
+ "char": "k",
14323
+ "description": "Path to destructiveChanges.xml file to deploy",
14324
+ "name": "destructivepackagexml",
14325
+ "hasDynamicHelp": false,
14326
+ "multiple": false,
14327
+ "type": "option"
14328
+ },
14329
+ "testlevel": {
14330
+ "char": "l",
14331
+ "description": "Level of tests to apply to validate deployment",
14332
+ "name": "testlevel",
14333
+ "default": "RunLocalTests",
14334
+ "hasDynamicHelp": false,
14335
+ "multiple": false,
14336
+ "options": [
14337
+ "NoTestRun",
14338
+ "RunSpecifiedTests",
14339
+ "RunLocalTests",
14340
+ "RunAllTestsInOrg"
14341
+ ],
14342
+ "type": "option"
14343
+ },
14344
+ "debug": {
14345
+ "char": "d",
14346
+ "description": "Activate debug mode (more logs)",
14347
+ "name": "debug",
14348
+ "allowNo": false,
14349
+ "type": "boolean"
14350
+ },
14351
+ "websocket": {
14352
+ "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
14353
+ "name": "websocket",
14354
+ "hasDynamicHelp": false,
14355
+ "multiple": false,
14356
+ "type": "option"
14357
+ },
14358
+ "skipauth": {
14359
+ "description": "Skip authentication check when a default username is required",
14360
+ "name": "skipauth",
14361
+ "allowNo": false,
14362
+ "type": "boolean"
14363
+ },
14364
+ "target-org": {
14365
+ "aliases": [
14366
+ "targetusername",
14367
+ "u"
14368
+ ],
14369
+ "char": "o",
14370
+ "deprecateAliases": true,
14371
+ "name": "target-org",
14372
+ "noCacheDefault": true,
14373
+ "required": true,
14374
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
14375
+ "hasDynamicHelp": true,
14376
+ "multiple": false,
14377
+ "type": "option"
14378
+ }
14379
+ },
14380
+ "hasDynamicHelp": true,
14381
+ "hiddenAliases": [],
14382
+ "id": "hardis:project:deploy:sources:metadata",
14383
+ "pluginAlias": "sfdx-hardis",
14384
+ "pluginName": "sfdx-hardis",
14385
+ "pluginType": "core",
14386
+ "strict": true,
14387
+ "enableJsonFlag": true,
14388
+ "title": "Deploy metadata sources to org",
14389
+ "requiresProject": false,
14390
+ "requiresSfdxPlugins": [
14391
+ "sfdx-essentials"
14392
+ ],
14393
+ "isESM": true,
14394
+ "relativePath": [
14395
+ "lib",
14396
+ "commands",
14397
+ "hardis",
14398
+ "project",
14399
+ "deploy",
14400
+ "sources",
14401
+ "metadata.js"
14402
+ ],
14403
+ "aliasPermutations": [],
14404
+ "permutations": [
14405
+ "hardis:project:deploy:sources:metadata",
14406
+ "project:hardis:deploy:sources:metadata",
14407
+ "project:deploy:hardis:sources:metadata",
14408
+ "project:deploy:sources:hardis:metadata",
14409
+ "project:deploy:sources:metadata:hardis",
14410
+ "hardis:deploy:project:sources:metadata",
14411
+ "deploy:hardis:project:sources:metadata",
14412
+ "deploy:project:hardis:sources:metadata",
14413
+ "deploy:project:sources:hardis:metadata",
14414
+ "deploy:project:sources:metadata:hardis",
14415
+ "hardis:deploy:sources:project:metadata",
14416
+ "deploy:hardis:sources:project:metadata",
14417
+ "deploy:sources:hardis:project:metadata",
14418
+ "deploy:sources:project:hardis:metadata",
14419
+ "deploy:sources:project:metadata:hardis",
14420
+ "hardis:deploy:sources:metadata:project",
14421
+ "deploy:hardis:sources:metadata:project",
14422
+ "deploy:sources:hardis:metadata:project",
14423
+ "deploy:sources:metadata:hardis:project",
14424
+ "deploy:sources:metadata:project:hardis",
14425
+ "hardis:project:sources:deploy:metadata",
14426
+ "project:hardis:sources:deploy:metadata",
14427
+ "project:sources:hardis:deploy:metadata",
14428
+ "project:sources:deploy:hardis:metadata",
14429
+ "project:sources:deploy:metadata:hardis",
14430
+ "hardis:sources:project:deploy:metadata",
14431
+ "sources:hardis:project:deploy:metadata",
14432
+ "sources:project:hardis:deploy:metadata",
14433
+ "sources:project:deploy:hardis:metadata",
14434
+ "sources:project:deploy:metadata:hardis",
14435
+ "hardis:sources:deploy:project:metadata",
14436
+ "sources:hardis:deploy:project:metadata",
14437
+ "sources:deploy:hardis:project:metadata",
14438
+ "sources:deploy:project:hardis:metadata",
14439
+ "sources:deploy:project:metadata:hardis",
14440
+ "hardis:sources:deploy:metadata:project",
14441
+ "sources:hardis:deploy:metadata:project",
14442
+ "sources:deploy:hardis:metadata:project",
14443
+ "sources:deploy:metadata:hardis:project",
14444
+ "sources:deploy:metadata:project:hardis",
14445
+ "hardis:project:sources:metadata:deploy",
14446
+ "project:hardis:sources:metadata:deploy",
14447
+ "project:sources:hardis:metadata:deploy",
14448
+ "project:sources:metadata:hardis:deploy",
14449
+ "project:sources:metadata:deploy:hardis",
14450
+ "hardis:sources:project:metadata:deploy",
14451
+ "sources:hardis:project:metadata:deploy",
14452
+ "sources:project:hardis:metadata:deploy",
14453
+ "sources:project:metadata:hardis:deploy",
14454
+ "sources:project:metadata:deploy:hardis",
14455
+ "hardis:sources:metadata:project:deploy",
14456
+ "sources:hardis:metadata:project:deploy",
14457
+ "sources:metadata:hardis:project:deploy",
14458
+ "sources:metadata:project:hardis:deploy",
14459
+ "sources:metadata:project:deploy:hardis",
14460
+ "hardis:sources:metadata:deploy:project",
14461
+ "sources:hardis:metadata:deploy:project",
14462
+ "sources:metadata:hardis:deploy:project",
14463
+ "sources:metadata:deploy:hardis:project",
14464
+ "sources:metadata:deploy:project:hardis",
14465
+ "hardis:project:deploy:metadata:sources",
14466
+ "project:hardis:deploy:metadata:sources",
14467
+ "project:deploy:hardis:metadata:sources",
14468
+ "project:deploy:metadata:hardis:sources",
14469
+ "project:deploy:metadata:sources:hardis",
14470
+ "hardis:deploy:project:metadata:sources",
14471
+ "deploy:hardis:project:metadata:sources",
14472
+ "deploy:project:hardis:metadata:sources",
14473
+ "deploy:project:metadata:hardis:sources",
14474
+ "deploy:project:metadata:sources:hardis",
14475
+ "hardis:deploy:metadata:project:sources",
14476
+ "deploy:hardis:metadata:project:sources",
14477
+ "deploy:metadata:hardis:project:sources",
14478
+ "deploy:metadata:project:hardis:sources",
14479
+ "deploy:metadata:project:sources:hardis",
14480
+ "hardis:deploy:metadata:sources:project",
14481
+ "deploy:hardis:metadata:sources:project",
14482
+ "deploy:metadata:hardis:sources:project",
14483
+ "deploy:metadata:sources:hardis:project",
14484
+ "deploy:metadata:sources:project:hardis",
14485
+ "hardis:project:metadata:deploy:sources",
14486
+ "project:hardis:metadata:deploy:sources",
14487
+ "project:metadata:hardis:deploy:sources",
14488
+ "project:metadata:deploy:hardis:sources",
14489
+ "project:metadata:deploy:sources:hardis",
14490
+ "hardis:metadata:project:deploy:sources",
14491
+ "metadata:hardis:project:deploy:sources",
14492
+ "metadata:project:hardis:deploy:sources",
14493
+ "metadata:project:deploy:hardis:sources",
14494
+ "metadata:project:deploy:sources:hardis",
14495
+ "hardis:metadata:deploy:project:sources",
14496
+ "metadata:hardis:deploy:project:sources",
14497
+ "metadata:deploy:hardis:project:sources",
14498
+ "metadata:deploy:project:hardis:sources",
14499
+ "metadata:deploy:project:sources:hardis",
14500
+ "hardis:metadata:deploy:sources:project",
14501
+ "metadata:hardis:deploy:sources:project",
14502
+ "metadata:deploy:hardis:sources:project",
14503
+ "metadata:deploy:sources:hardis:project",
14504
+ "metadata:deploy:sources:project:hardis",
14505
+ "hardis:project:metadata:sources:deploy",
14506
+ "project:hardis:metadata:sources:deploy",
14507
+ "project:metadata:hardis:sources:deploy",
14508
+ "project:metadata:sources:hardis:deploy",
14509
+ "project:metadata:sources:deploy:hardis",
14510
+ "hardis:metadata:project:sources:deploy",
14511
+ "metadata:hardis:project:sources:deploy",
14512
+ "metadata:project:hardis:sources:deploy",
14513
+ "metadata:project:sources:hardis:deploy",
14514
+ "metadata:project:sources:deploy:hardis",
14515
+ "hardis:metadata:sources:project:deploy",
14516
+ "metadata:hardis:sources:project:deploy",
14517
+ "metadata:sources:hardis:project:deploy",
14518
+ "metadata:sources:project:hardis:deploy",
14519
+ "metadata:sources:project:deploy:hardis",
14520
+ "hardis:metadata:sources:deploy:project",
14521
+ "metadata:hardis:sources:deploy:project",
14522
+ "metadata:sources:hardis:deploy:project",
14523
+ "metadata:sources:deploy:hardis:project",
14524
+ "metadata:sources:deploy:project:hardis"
14525
+ ]
14518
14526
  }
14519
14527
  },
14520
- "version": "5.25.2"
14528
+ "version": "5.26.1"
14521
14529
  }