sfdx-hardis 5.26.1 → 5.27.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 (33) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/defaults/mkdocs-project-doc/docs/javascripts/jstree-handler.js +111 -0
  3. package/defaults/mkdocs-project-doc/docs/json/index.md +1 -0
  4. package/defaults/mkdocs-project-doc/docs/stylesheets/jstree-custom.css +15 -0
  5. package/defaults/mkdocs-project-doc/mkdocs.yml +4 -0
  6. package/defaults/monitoring/manifest/package-skip-items.xml +7 -0
  7. package/lib/commands/hardis/doc/project2markdown.d.ts +5 -1
  8. package/lib/commands/hardis/doc/project2markdown.js +127 -8
  9. package/lib/commands/hardis/doc/project2markdown.js.map +1 -1
  10. package/lib/common/aiProvider/promptTemplates.d.ts +13 -1
  11. package/lib/common/aiProvider/promptTemplates.js +58 -1
  12. package/lib/common/aiProvider/promptTemplates.js.map +1 -1
  13. package/lib/common/docBuilder/docBuilderObject.js +5 -1
  14. package/lib/common/docBuilder/docBuilderObject.js.map +1 -1
  15. package/lib/common/docBuilder/docBuilderPackageXml.d.ts +3 -0
  16. package/lib/common/docBuilder/docBuilderPackageXml.js +77 -0
  17. package/lib/common/docBuilder/docBuilderPackageXml.js.map +1 -1
  18. package/lib/common/docBuilder/docBuilderPermissionSet.d.ts +13 -0
  19. package/lib/common/docBuilder/docBuilderPermissionSet.js +92 -0
  20. package/lib/common/docBuilder/docBuilderPermissionSet.js.map +1 -0
  21. package/lib/common/docBuilder/docBuilderPermissionSetGroup.d.ts +11 -0
  22. package/lib/common/docBuilder/docBuilderPermissionSetGroup.js +60 -0
  23. package/lib/common/docBuilder/docBuilderPermissionSetGroup.js.map +1 -0
  24. package/lib/common/docBuilder/docBuilderProfile.d.ts +4 -0
  25. package/lib/common/docBuilder/docBuilderProfile.js +117 -2
  26. package/lib/common/docBuilder/docBuilderProfile.js.map +1 -1
  27. package/lib/common/docBuilder/docBuilderRoot.d.ts +2 -0
  28. package/lib/common/docBuilder/docBuilderRoot.js +12 -0
  29. package/lib/common/docBuilder/docBuilderRoot.js.map +1 -1
  30. package/lib/common/docBuilder/docUtils.js +1 -1
  31. package/lib/common/docBuilder/docUtils.js.map +1 -1
  32. package/oclif.manifest.json +318 -318
  33. package/package.json +1 -1
@@ -781,7 +781,7 @@
781
781
  "hardis:doc:project2markdown": {
782
782
  "aliases": [],
783
783
  "args": {},
784
- "description": "Generates a markdown documentation from a SFDX project\n\n- Objects\n- Flows\n- Apex\n- Lightning Pages\n- SFDX-Hardis Config\n- Branches & Orgs\n- Installed Packages\n- Manifests\n\nCan work on any sfdx project, no need for it to be a sfdx-hardis flavored one.\n\nGenerates markdown files will be written in **docs** folder (except README.md where a link to doc index is added)\n\n- You can customize the pages following [mkdocs-material setup documentation](https://squidfunk.github.io/mkdocs-material/setup/)\n- You can manually add new markdown files in the \"docs\" folder to extend this documentation and add references to them in \"mkdocs.yml\"\n- You can also add images in folder \"docs/assets\" and embed them in markdown files.\n\nTo read Flow documentations if your markdown reader doesn't handle MermaidJS syntax, this command could require @mermaid-js/mermaid-cli\n\n- Run `npm install @mermaid-js/mermaid-cli --global` if puppeteer works in your environment\n- It can also be run as a docker image\n\nBoth modes will be tried by default, but you can also force one of them by defining environment variable `MERMAID_MODES=docker` or `MERMAID_MODES=cli`\n\n_sfdx-hardis docker image is alpine-based and does not succeed to run mermaid/puppeteer: if you can help, please submit a PR !_\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\n![Screenshot flow doc](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/screenshot-flow-doc.jpg)\n\n![Screenshot project documentation](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/screenshot-project-doc.jpg)\n\n![Screenshot project documentation](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/screenshot-project-doc-2.jpg)\n\n![Screenshot project documentation](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/screenshot-object-diagram.jpg)\n\n\nIf it is a sfdx-hardis CI/CD project, a diagram of the branches and orgs strategy will be generated.\n\n![](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/screenshot-doc-branches-strategy.jpg)\n\nIf [AI integration](https://sfdx-hardis.cloudity.com/salesforce-ai-setup/) is configured, documentation will contain a summary of the Flow.\n\nIf you have a complex strategy, you might need to input property **mergeTargets** in branch-scoped sfdx-hardis.yml file to have a correct diagram.\n\n## Doc HTML Pages\n\nTo read the documentation as HTML pages, run the following code (you need [**Python**](https://www.python.org/downloads/) on your computer)\n\n```python\npip install mkdocs-material mkdocs-exclude-search mdx_truly_sane_lists || python -m pip install mkdocs-material mkdocs-exclude-search mdx_truly_sane_lists || py -m pip install mkdocs-material mkdocs-exclude-search mdx_truly_sane_lists\nmkdocs serve -v || python -m mkdocs serve -v || py -m mkdocs serve -v\n```\n\nTo just generate HTML pages that you can host anywhere, run `mkdocs build -v || python -m mkdocs build -v || py -m mkdocs build -v`\n\n",
784
+ "description": "Generates a markdown documentation from a SFDX project\n\n- Objects\n- Flows\n- Apex\n- Lightning Pages\n- SFDX-Hardis Config\n- Branches & Orgs\n- Installed Packages\n- Manifests\n\nCan work on any sfdx project, no need for it to be a sfdx-hardis flavored one.\n\nGenerates markdown files will be written in **docs** folder (except README.md where a link to doc index is added)\n\n- You can customize the pages following [mkdocs-material setup documentation](https://squidfunk.github.io/mkdocs-material/setup/)\n- You can manually add new markdown files in the \"docs\" folder to extend this documentation and add references to them in \"mkdocs.yml\"\n- You can also add images in folder \"docs/assets\" and embed them in markdown files.\n\nTo read Flow documentations if your markdown reader doesn't handle MermaidJS syntax, this command could require @mermaid-js/mermaid-cli\n\n- Run `npm install @mermaid-js/mermaid-cli --global` if puppeteer works in your environment\n- It can also be run as a docker image\n\nBoth modes will be tried by default, but you can also force one of them by defining environment variable `MERMAID_MODES=docker` or `MERMAID_MODES=cli`\n\n_sfdx-hardis docker image is alpine-based and does not succeed to run mermaid/puppeteer: if you can help, please submit a PR !_\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\n![Screenshot flow doc](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/screenshot-flow-doc.jpg)\n\n![Screenshot project documentation](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/screenshot-project-doc.jpg)\n\n![Screenshot project documentation](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/screenshot-project-doc-2.jpg)\n\n![Screenshot project documentation](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/screenshot-object-diagram.jpg)\n\n![Screenshot project documentation](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/screenshot-project-doc-profile.gif)\n\nIf it is a sfdx-hardis CI/CD project, a diagram of the branches and orgs strategy will be generated.\n\n![](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/screenshot-doc-branches-strategy.jpg)\n\nIf [AI integration](https://sfdx-hardis.cloudity.com/salesforce-ai-setup/) is configured, documentation will contain a summary of the Flow.\n\nIf you have a complex strategy, you might need to input property **mergeTargets** in branch-scoped sfdx-hardis.yml file to have a correct diagram.\n\n## Doc HTML Pages\n\nTo read the documentation as HTML pages, run the following code (you need [**Python**](https://www.python.org/downloads/) on your computer)\n\n```python\npip install mkdocs-material mkdocs-exclude-search mdx_truly_sane_lists || python -m pip install mkdocs-material mkdocs-exclude-search mdx_truly_sane_lists || py -m pip install mkdocs-material mkdocs-exclude-search mdx_truly_sane_lists\nmkdocs serve -v || python -m mkdocs serve -v || py -m mkdocs serve -v\n```\n\nTo just generate HTML pages that you can host anywhere, run `mkdocs build -v || python -m mkdocs build -v || py -m mkdocs build -v`\n\n",
785
785
  "examples": [
786
786
  "$ sf hardis:doc:project2markdown",
787
787
  "$ sf hardis:doc:project2markdown --with-history",
@@ -2386,183 +2386,6 @@
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
- },
2566
2389
  "hardis:project:create": {
2567
2390
  "aliases": [],
2568
2391
  "args": {},
@@ -3019,76 +2842,253 @@
3019
2842
  "allowNo": false,
3020
2843
  "type": "boolean"
3021
2844
  },
3022
- "flags-dir": {
3023
- "helpGroup": "GLOBAL",
3024
- "name": "flags-dir",
3025
- "summary": "Import flag values from a directory.",
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,
3026
3049
  "hasDynamicHelp": false,
3027
3050
  "multiple": false,
3028
3051
  "type": "option"
3029
3052
  },
3030
3053
  "debug": {
3031
- "char": "d",
3032
- "description": "Activate debug mode (more logs)",
3054
+ "description": "debug",
3033
3055
  "name": "debug",
3034
3056
  "allowNo": false,
3035
3057
  "type": "boolean"
3036
3058
  },
3037
3059
  "websocket": {
3038
- "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
3060
+ "description": "websocket",
3039
3061
  "name": "websocket",
3040
3062
  "hasDynamicHelp": false,
3041
3063
  "multiple": false,
3042
3064
  "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"
3064
3065
  }
3065
3066
  },
3066
- "hasDynamicHelp": true,
3067
+ "hasDynamicHelp": false,
3067
3068
  "hiddenAliases": [],
3068
- "id": "hardis:scratch:push",
3069
+ "id": "hardis:packagexml:remove",
3069
3070
  "pluginAlias": "sfdx-hardis",
3070
3071
  "pluginName": "sfdx-hardis",
3071
3072
  "pluginType": "core",
3072
3073
  "strict": true,
3073
3074
  "enableJsonFlag": true,
3074
- "title": "Scratch PUSH",
3075
- "requiresProject": true,
3075
+ "requiresProject": false,
3076
3076
  "isESM": true,
3077
3077
  "relativePath": [
3078
3078
  "lib",
3079
3079
  "commands",
3080
3080
  "hardis",
3081
- "scratch",
3082
- "push.js"
3081
+ "packagexml",
3082
+ "remove.js"
3083
3083
  ],
3084
3084
  "aliasPermutations": [],
3085
3085
  "permutations": [
3086
- "hardis:scratch:push",
3087
- "scratch:hardis:push",
3088
- "scratch:push:hardis",
3089
- "hardis:push:scratch",
3090
- "push:hardis:scratch",
3091
- "push:scratch:hardis"
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
3092
  ]
3093
3093
  },
3094
3094
  "hardis:source:deploy": {
@@ -4114,105 +4114,6 @@
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
- },
4216
4117
  "hardis:doc:plugin:generate": {
4217
4118
  "aliases": [],
4218
4119
  "args": {},
@@ -4433,6 +4334,105 @@
4433
4334
  "extract:pull-requests:git:hardis"
4434
4335
  ]
4435
4336
  },
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.26.1"
14528
+ "version": "5.27.0"
14529
14529
  }