sfdx-hardis 5.34.1 → 5.34.2-beta202505180037.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/lib/commands/hardis/doc/project2markdown.d.ts +2 -1
- package/lib/commands/hardis/doc/project2markdown.js +64 -46
- package/lib/commands/hardis/doc/project2markdown.js.map +1 -1
- package/lib/common/aiProvider/index.js +6 -1
- package/lib/common/aiProvider/index.js.map +1 -1
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_PACKAGE.d.ts +3 -0
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_PACKAGE.js +54 -0
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_PACKAGE.js.map +1 -0
- package/lib/common/aiProvider/promptTemplates/index.js +2 -0
- package/lib/common/aiProvider/promptTemplates/index.js.map +1 -1
- package/lib/common/aiProvider/promptTemplates/types.d.ts +1 -0
- package/lib/common/aiProvider/promptTemplates.d.ts +1 -1
- package/lib/common/aiProvider/promptTemplates.js +6 -0
- package/lib/common/aiProvider/promptTemplates.js.map +1 -1
- package/lib/common/aiProvider/utils.js +7 -0
- package/lib/common/aiProvider/utils.js.map +1 -1
- package/lib/common/docBuilder/docBuilderPackage.d.ts +10 -0
- package/lib/common/docBuilder/docBuilderPackage.js +41 -0
- package/lib/common/docBuilder/docBuilderPackage.js.map +1 -0
- package/lib/common/docBuilder/docBuilderPermissionSet.js +6 -1
- package/lib/common/docBuilder/docBuilderPermissionSet.js.map +1 -1
- package/lib/common/docBuilder/docBuilderProfile.d.ts +1 -0
- package/lib/common/docBuilder/docBuilderProfile.js +39 -12
- package/lib/common/docBuilder/docBuilderProfile.js.map +1 -1
- package/lib/common/docBuilder/docBuilderRoot.js +27 -8
- package/lib/common/docBuilder/docBuilderRoot.js.map +1 -1
- package/lib/common/docBuilder/docUtils.d.ts +1 -0
- package/lib/common/docBuilder/docUtils.js +32 -2
- package/lib/common/docBuilder/docUtils.js.map +1 -1
- package/lib/common/utils/flowVisualiser/nodeFormatUtils.js +1 -1
- package/lib/common/utils/flowVisualiser/nodeFormatUtils.js.map +1 -1
- package/lib/common/utils/index.js +15 -0
- package/lib/common/utils/index.js.map +1 -1
- package/lib/common/utils/markdownUtils.d.ts +1 -0
- package/lib/common/utils/markdownUtils.js +22 -0
- package/lib/common/utils/markdownUtils.js.map +1 -1
- package/lib/common/utils/mermaidUtils.js +3 -2
- package/lib/common/utils/mermaidUtils.js.map +1 -1
- package/oclif.lock +32 -52
- package/oclif.manifest.json +217 -217
- package/package.json +6 -6
package/oclif.manifest.json
CHANGED
|
@@ -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 (with fields, validation rules, relationships and dependencies)\n- Automations\n - Approval Processes\n - Assignment Rules\n - AutoResponse Rules\n - Escalation Rules\n - Flows\n- Authorizations\n - Profiles\n - Permission Set Groups\n - Permission Sets\n- Code\n - Apex\n - Lightning Web Components\n- Lightning Pages\n- SFDX-Hardis Config\n- Branches & Orgs\n-
|
|
784
|
+
"description": "Generates a markdown documentation from a SFDX project\n\n- Objects (with fields, validation rules, relationships and dependencies)\n- Automations\n - Approval Processes\n - Assignment Rules\n - AutoResponse Rules\n - Escalation Rules\n - Flows\n- Authorizations\n - Profiles\n - Permission Set Groups\n - Permission Sets\n- Code\n - Apex\n - Lightning Web Components\n- Lightning Pages\n- Packages\n- SFDX-Hardis Config\n- Branches & Orgs\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\n\n\n\n\n\n\n\n\n\nIf it is a sfdx-hardis CI/CD project, a diagram of the branches and orgs strategy will be generated.\n\n\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",
|
|
@@ -10772,221 +10772,6 @@
|
|
|
10772
10772
|
"profilestopermsets:convert:project:hardis"
|
|
10773
10773
|
]
|
|
10774
10774
|
},
|
|
10775
|
-
"hardis:project:fix:profiletabs": {
|
|
10776
|
-
"aliases": [],
|
|
10777
|
-
"args": {},
|
|
10778
|
-
"description": "Interactive prompts to add tab visibilities that are not retrieved by project retrieve start",
|
|
10779
|
-
"examples": [
|
|
10780
|
-
"$ sf hardis:project:fix:profiletabs"
|
|
10781
|
-
],
|
|
10782
|
-
"flags": {
|
|
10783
|
-
"json": {
|
|
10784
|
-
"description": "Format output as json.",
|
|
10785
|
-
"helpGroup": "GLOBAL",
|
|
10786
|
-
"name": "json",
|
|
10787
|
-
"allowNo": false,
|
|
10788
|
-
"type": "boolean"
|
|
10789
|
-
},
|
|
10790
|
-
"flags-dir": {
|
|
10791
|
-
"helpGroup": "GLOBAL",
|
|
10792
|
-
"name": "flags-dir",
|
|
10793
|
-
"summary": "Import flag values from a directory.",
|
|
10794
|
-
"hasDynamicHelp": false,
|
|
10795
|
-
"multiple": false,
|
|
10796
|
-
"type": "option"
|
|
10797
|
-
},
|
|
10798
|
-
"path": {
|
|
10799
|
-
"char": "p",
|
|
10800
|
-
"description": "Root folder",
|
|
10801
|
-
"name": "path",
|
|
10802
|
-
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
10803
|
-
"hasDynamicHelp": false,
|
|
10804
|
-
"multiple": false,
|
|
10805
|
-
"type": "option"
|
|
10806
|
-
},
|
|
10807
|
-
"debug": {
|
|
10808
|
-
"char": "d",
|
|
10809
|
-
"description": "Activate debug mode (more logs)",
|
|
10810
|
-
"name": "debug",
|
|
10811
|
-
"allowNo": false,
|
|
10812
|
-
"type": "boolean"
|
|
10813
|
-
},
|
|
10814
|
-
"websocket": {
|
|
10815
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
10816
|
-
"name": "websocket",
|
|
10817
|
-
"hasDynamicHelp": false,
|
|
10818
|
-
"multiple": false,
|
|
10819
|
-
"type": "option"
|
|
10820
|
-
},
|
|
10821
|
-
"skipauth": {
|
|
10822
|
-
"description": "Skip authentication check when a default username is required",
|
|
10823
|
-
"name": "skipauth",
|
|
10824
|
-
"allowNo": false,
|
|
10825
|
-
"type": "boolean"
|
|
10826
|
-
},
|
|
10827
|
-
"target-org": {
|
|
10828
|
-
"aliases": [
|
|
10829
|
-
"targetusername",
|
|
10830
|
-
"u"
|
|
10831
|
-
],
|
|
10832
|
-
"char": "o",
|
|
10833
|
-
"deprecateAliases": true,
|
|
10834
|
-
"name": "target-org",
|
|
10835
|
-
"noCacheDefault": true,
|
|
10836
|
-
"required": true,
|
|
10837
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
10838
|
-
"hasDynamicHelp": true,
|
|
10839
|
-
"multiple": false,
|
|
10840
|
-
"type": "option"
|
|
10841
|
-
}
|
|
10842
|
-
},
|
|
10843
|
-
"hasDynamicHelp": true,
|
|
10844
|
-
"hiddenAliases": [],
|
|
10845
|
-
"id": "hardis:project:fix:profiletabs",
|
|
10846
|
-
"pluginAlias": "sfdx-hardis",
|
|
10847
|
-
"pluginName": "sfdx-hardis",
|
|
10848
|
-
"pluginType": "core",
|
|
10849
|
-
"strict": true,
|
|
10850
|
-
"enableJsonFlag": true,
|
|
10851
|
-
"title": "Fix profiles to add tabs that are not retrieved by SF CLI",
|
|
10852
|
-
"requiresProject": true,
|
|
10853
|
-
"isESM": true,
|
|
10854
|
-
"relativePath": [
|
|
10855
|
-
"lib",
|
|
10856
|
-
"commands",
|
|
10857
|
-
"hardis",
|
|
10858
|
-
"project",
|
|
10859
|
-
"fix",
|
|
10860
|
-
"profiletabs.js"
|
|
10861
|
-
],
|
|
10862
|
-
"aliasPermutations": [],
|
|
10863
|
-
"permutations": [
|
|
10864
|
-
"hardis:project:fix:profiletabs",
|
|
10865
|
-
"project:hardis:fix:profiletabs",
|
|
10866
|
-
"project:fix:hardis:profiletabs",
|
|
10867
|
-
"project:fix:profiletabs:hardis",
|
|
10868
|
-
"hardis:fix:project:profiletabs",
|
|
10869
|
-
"fix:hardis:project:profiletabs",
|
|
10870
|
-
"fix:project:hardis:profiletabs",
|
|
10871
|
-
"fix:project:profiletabs:hardis",
|
|
10872
|
-
"hardis:fix:profiletabs:project",
|
|
10873
|
-
"fix:hardis:profiletabs:project",
|
|
10874
|
-
"fix:profiletabs:hardis:project",
|
|
10875
|
-
"fix:profiletabs:project:hardis",
|
|
10876
|
-
"hardis:project:profiletabs:fix",
|
|
10877
|
-
"project:hardis:profiletabs:fix",
|
|
10878
|
-
"project:profiletabs:hardis:fix",
|
|
10879
|
-
"project:profiletabs:fix:hardis",
|
|
10880
|
-
"hardis:profiletabs:project:fix",
|
|
10881
|
-
"profiletabs:hardis:project:fix",
|
|
10882
|
-
"profiletabs:project:hardis:fix",
|
|
10883
|
-
"profiletabs:project:fix:hardis",
|
|
10884
|
-
"hardis:profiletabs:fix:project",
|
|
10885
|
-
"profiletabs:hardis:fix:project",
|
|
10886
|
-
"profiletabs:fix:hardis:project",
|
|
10887
|
-
"profiletabs:fix:project:hardis"
|
|
10888
|
-
]
|
|
10889
|
-
},
|
|
10890
|
-
"hardis:project:fix:v53flexipages": {
|
|
10891
|
-
"aliases": [],
|
|
10892
|
-
"args": {},
|
|
10893
|
-
"description": "Fix flexipages for apiVersion v53 (Winter22).\n\nNote: Update api version to 53.0 in package.xml and sfdx-project.json",
|
|
10894
|
-
"examples": [
|
|
10895
|
-
"$ sf hardis:project:fix:v53flexipages"
|
|
10896
|
-
],
|
|
10897
|
-
"flags": {
|
|
10898
|
-
"json": {
|
|
10899
|
-
"description": "Format output as json.",
|
|
10900
|
-
"helpGroup": "GLOBAL",
|
|
10901
|
-
"name": "json",
|
|
10902
|
-
"allowNo": false,
|
|
10903
|
-
"type": "boolean"
|
|
10904
|
-
},
|
|
10905
|
-
"flags-dir": {
|
|
10906
|
-
"helpGroup": "GLOBAL",
|
|
10907
|
-
"name": "flags-dir",
|
|
10908
|
-
"summary": "Import flag values from a directory.",
|
|
10909
|
-
"hasDynamicHelp": false,
|
|
10910
|
-
"multiple": false,
|
|
10911
|
-
"type": "option"
|
|
10912
|
-
},
|
|
10913
|
-
"path": {
|
|
10914
|
-
"char": "p",
|
|
10915
|
-
"description": "Root folder",
|
|
10916
|
-
"name": "path",
|
|
10917
|
-
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
10918
|
-
"hasDynamicHelp": false,
|
|
10919
|
-
"multiple": false,
|
|
10920
|
-
"type": "option"
|
|
10921
|
-
},
|
|
10922
|
-
"debug": {
|
|
10923
|
-
"char": "d",
|
|
10924
|
-
"description": "Activate debug mode (more logs)",
|
|
10925
|
-
"name": "debug",
|
|
10926
|
-
"allowNo": false,
|
|
10927
|
-
"type": "boolean"
|
|
10928
|
-
},
|
|
10929
|
-
"websocket": {
|
|
10930
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
10931
|
-
"name": "websocket",
|
|
10932
|
-
"hasDynamicHelp": false,
|
|
10933
|
-
"multiple": false,
|
|
10934
|
-
"type": "option"
|
|
10935
|
-
},
|
|
10936
|
-
"skipauth": {
|
|
10937
|
-
"description": "Skip authentication check when a default username is required",
|
|
10938
|
-
"name": "skipauth",
|
|
10939
|
-
"allowNo": false,
|
|
10940
|
-
"type": "boolean"
|
|
10941
|
-
}
|
|
10942
|
-
},
|
|
10943
|
-
"hasDynamicHelp": false,
|
|
10944
|
-
"hiddenAliases": [],
|
|
10945
|
-
"id": "hardis:project:fix:v53flexipages",
|
|
10946
|
-
"pluginAlias": "sfdx-hardis",
|
|
10947
|
-
"pluginName": "sfdx-hardis",
|
|
10948
|
-
"pluginType": "core",
|
|
10949
|
-
"strict": true,
|
|
10950
|
-
"enableJsonFlag": true,
|
|
10951
|
-
"title": "Fix flexipages for v53",
|
|
10952
|
-
"requiresProject": true,
|
|
10953
|
-
"isESM": true,
|
|
10954
|
-
"relativePath": [
|
|
10955
|
-
"lib",
|
|
10956
|
-
"commands",
|
|
10957
|
-
"hardis",
|
|
10958
|
-
"project",
|
|
10959
|
-
"fix",
|
|
10960
|
-
"v53flexipages.js"
|
|
10961
|
-
],
|
|
10962
|
-
"aliasPermutations": [],
|
|
10963
|
-
"permutations": [
|
|
10964
|
-
"hardis:project:fix:v53flexipages",
|
|
10965
|
-
"project:hardis:fix:v53flexipages",
|
|
10966
|
-
"project:fix:hardis:v53flexipages",
|
|
10967
|
-
"project:fix:v53flexipages:hardis",
|
|
10968
|
-
"hardis:fix:project:v53flexipages",
|
|
10969
|
-
"fix:hardis:project:v53flexipages",
|
|
10970
|
-
"fix:project:hardis:v53flexipages",
|
|
10971
|
-
"fix:project:v53flexipages:hardis",
|
|
10972
|
-
"hardis:fix:v53flexipages:project",
|
|
10973
|
-
"fix:hardis:v53flexipages:project",
|
|
10974
|
-
"fix:v53flexipages:hardis:project",
|
|
10975
|
-
"fix:v53flexipages:project:hardis",
|
|
10976
|
-
"hardis:project:v53flexipages:fix",
|
|
10977
|
-
"project:hardis:v53flexipages:fix",
|
|
10978
|
-
"project:v53flexipages:hardis:fix",
|
|
10979
|
-
"project:v53flexipages:fix:hardis",
|
|
10980
|
-
"hardis:v53flexipages:project:fix",
|
|
10981
|
-
"v53flexipages:hardis:project:fix",
|
|
10982
|
-
"v53flexipages:project:hardis:fix",
|
|
10983
|
-
"v53flexipages:project:fix:hardis",
|
|
10984
|
-
"hardis:v53flexipages:fix:project",
|
|
10985
|
-
"v53flexipages:hardis:fix:project",
|
|
10986
|
-
"v53flexipages:fix:hardis:project",
|
|
10987
|
-
"v53flexipages:fix:project:hardis"
|
|
10988
|
-
]
|
|
10989
|
-
},
|
|
10990
10775
|
"hardis:project:deploy:notify": {
|
|
10991
10776
|
"aliases": [],
|
|
10992
10777
|
"args": {},
|
|
@@ -12162,6 +11947,221 @@
|
|
|
12162
11947
|
"validate:deploy:project:hardis"
|
|
12163
11948
|
]
|
|
12164
11949
|
},
|
|
11950
|
+
"hardis:project:fix:profiletabs": {
|
|
11951
|
+
"aliases": [],
|
|
11952
|
+
"args": {},
|
|
11953
|
+
"description": "Interactive prompts to add tab visibilities that are not retrieved by project retrieve start",
|
|
11954
|
+
"examples": [
|
|
11955
|
+
"$ sf hardis:project:fix:profiletabs"
|
|
11956
|
+
],
|
|
11957
|
+
"flags": {
|
|
11958
|
+
"json": {
|
|
11959
|
+
"description": "Format output as json.",
|
|
11960
|
+
"helpGroup": "GLOBAL",
|
|
11961
|
+
"name": "json",
|
|
11962
|
+
"allowNo": false,
|
|
11963
|
+
"type": "boolean"
|
|
11964
|
+
},
|
|
11965
|
+
"flags-dir": {
|
|
11966
|
+
"helpGroup": "GLOBAL",
|
|
11967
|
+
"name": "flags-dir",
|
|
11968
|
+
"summary": "Import flag values from a directory.",
|
|
11969
|
+
"hasDynamicHelp": false,
|
|
11970
|
+
"multiple": false,
|
|
11971
|
+
"type": "option"
|
|
11972
|
+
},
|
|
11973
|
+
"path": {
|
|
11974
|
+
"char": "p",
|
|
11975
|
+
"description": "Root folder",
|
|
11976
|
+
"name": "path",
|
|
11977
|
+
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
11978
|
+
"hasDynamicHelp": false,
|
|
11979
|
+
"multiple": false,
|
|
11980
|
+
"type": "option"
|
|
11981
|
+
},
|
|
11982
|
+
"debug": {
|
|
11983
|
+
"char": "d",
|
|
11984
|
+
"description": "Activate debug mode (more logs)",
|
|
11985
|
+
"name": "debug",
|
|
11986
|
+
"allowNo": false,
|
|
11987
|
+
"type": "boolean"
|
|
11988
|
+
},
|
|
11989
|
+
"websocket": {
|
|
11990
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
11991
|
+
"name": "websocket",
|
|
11992
|
+
"hasDynamicHelp": false,
|
|
11993
|
+
"multiple": false,
|
|
11994
|
+
"type": "option"
|
|
11995
|
+
},
|
|
11996
|
+
"skipauth": {
|
|
11997
|
+
"description": "Skip authentication check when a default username is required",
|
|
11998
|
+
"name": "skipauth",
|
|
11999
|
+
"allowNo": false,
|
|
12000
|
+
"type": "boolean"
|
|
12001
|
+
},
|
|
12002
|
+
"target-org": {
|
|
12003
|
+
"aliases": [
|
|
12004
|
+
"targetusername",
|
|
12005
|
+
"u"
|
|
12006
|
+
],
|
|
12007
|
+
"char": "o",
|
|
12008
|
+
"deprecateAliases": true,
|
|
12009
|
+
"name": "target-org",
|
|
12010
|
+
"noCacheDefault": true,
|
|
12011
|
+
"required": true,
|
|
12012
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
12013
|
+
"hasDynamicHelp": true,
|
|
12014
|
+
"multiple": false,
|
|
12015
|
+
"type": "option"
|
|
12016
|
+
}
|
|
12017
|
+
},
|
|
12018
|
+
"hasDynamicHelp": true,
|
|
12019
|
+
"hiddenAliases": [],
|
|
12020
|
+
"id": "hardis:project:fix:profiletabs",
|
|
12021
|
+
"pluginAlias": "sfdx-hardis",
|
|
12022
|
+
"pluginName": "sfdx-hardis",
|
|
12023
|
+
"pluginType": "core",
|
|
12024
|
+
"strict": true,
|
|
12025
|
+
"enableJsonFlag": true,
|
|
12026
|
+
"title": "Fix profiles to add tabs that are not retrieved by SF CLI",
|
|
12027
|
+
"requiresProject": true,
|
|
12028
|
+
"isESM": true,
|
|
12029
|
+
"relativePath": [
|
|
12030
|
+
"lib",
|
|
12031
|
+
"commands",
|
|
12032
|
+
"hardis",
|
|
12033
|
+
"project",
|
|
12034
|
+
"fix",
|
|
12035
|
+
"profiletabs.js"
|
|
12036
|
+
],
|
|
12037
|
+
"aliasPermutations": [],
|
|
12038
|
+
"permutations": [
|
|
12039
|
+
"hardis:project:fix:profiletabs",
|
|
12040
|
+
"project:hardis:fix:profiletabs",
|
|
12041
|
+
"project:fix:hardis:profiletabs",
|
|
12042
|
+
"project:fix:profiletabs:hardis",
|
|
12043
|
+
"hardis:fix:project:profiletabs",
|
|
12044
|
+
"fix:hardis:project:profiletabs",
|
|
12045
|
+
"fix:project:hardis:profiletabs",
|
|
12046
|
+
"fix:project:profiletabs:hardis",
|
|
12047
|
+
"hardis:fix:profiletabs:project",
|
|
12048
|
+
"fix:hardis:profiletabs:project",
|
|
12049
|
+
"fix:profiletabs:hardis:project",
|
|
12050
|
+
"fix:profiletabs:project:hardis",
|
|
12051
|
+
"hardis:project:profiletabs:fix",
|
|
12052
|
+
"project:hardis:profiletabs:fix",
|
|
12053
|
+
"project:profiletabs:hardis:fix",
|
|
12054
|
+
"project:profiletabs:fix:hardis",
|
|
12055
|
+
"hardis:profiletabs:project:fix",
|
|
12056
|
+
"profiletabs:hardis:project:fix",
|
|
12057
|
+
"profiletabs:project:hardis:fix",
|
|
12058
|
+
"profiletabs:project:fix:hardis",
|
|
12059
|
+
"hardis:profiletabs:fix:project",
|
|
12060
|
+
"profiletabs:hardis:fix:project",
|
|
12061
|
+
"profiletabs:fix:hardis:project",
|
|
12062
|
+
"profiletabs:fix:project:hardis"
|
|
12063
|
+
]
|
|
12064
|
+
},
|
|
12065
|
+
"hardis:project:fix:v53flexipages": {
|
|
12066
|
+
"aliases": [],
|
|
12067
|
+
"args": {},
|
|
12068
|
+
"description": "Fix flexipages for apiVersion v53 (Winter22).\n\nNote: Update api version to 53.0 in package.xml and sfdx-project.json",
|
|
12069
|
+
"examples": [
|
|
12070
|
+
"$ sf hardis:project:fix:v53flexipages"
|
|
12071
|
+
],
|
|
12072
|
+
"flags": {
|
|
12073
|
+
"json": {
|
|
12074
|
+
"description": "Format output as json.",
|
|
12075
|
+
"helpGroup": "GLOBAL",
|
|
12076
|
+
"name": "json",
|
|
12077
|
+
"allowNo": false,
|
|
12078
|
+
"type": "boolean"
|
|
12079
|
+
},
|
|
12080
|
+
"flags-dir": {
|
|
12081
|
+
"helpGroup": "GLOBAL",
|
|
12082
|
+
"name": "flags-dir",
|
|
12083
|
+
"summary": "Import flag values from a directory.",
|
|
12084
|
+
"hasDynamicHelp": false,
|
|
12085
|
+
"multiple": false,
|
|
12086
|
+
"type": "option"
|
|
12087
|
+
},
|
|
12088
|
+
"path": {
|
|
12089
|
+
"char": "p",
|
|
12090
|
+
"description": "Root folder",
|
|
12091
|
+
"name": "path",
|
|
12092
|
+
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
12093
|
+
"hasDynamicHelp": false,
|
|
12094
|
+
"multiple": false,
|
|
12095
|
+
"type": "option"
|
|
12096
|
+
},
|
|
12097
|
+
"debug": {
|
|
12098
|
+
"char": "d",
|
|
12099
|
+
"description": "Activate debug mode (more logs)",
|
|
12100
|
+
"name": "debug",
|
|
12101
|
+
"allowNo": false,
|
|
12102
|
+
"type": "boolean"
|
|
12103
|
+
},
|
|
12104
|
+
"websocket": {
|
|
12105
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12106
|
+
"name": "websocket",
|
|
12107
|
+
"hasDynamicHelp": false,
|
|
12108
|
+
"multiple": false,
|
|
12109
|
+
"type": "option"
|
|
12110
|
+
},
|
|
12111
|
+
"skipauth": {
|
|
12112
|
+
"description": "Skip authentication check when a default username is required",
|
|
12113
|
+
"name": "skipauth",
|
|
12114
|
+
"allowNo": false,
|
|
12115
|
+
"type": "boolean"
|
|
12116
|
+
}
|
|
12117
|
+
},
|
|
12118
|
+
"hasDynamicHelp": false,
|
|
12119
|
+
"hiddenAliases": [],
|
|
12120
|
+
"id": "hardis:project:fix:v53flexipages",
|
|
12121
|
+
"pluginAlias": "sfdx-hardis",
|
|
12122
|
+
"pluginName": "sfdx-hardis",
|
|
12123
|
+
"pluginType": "core",
|
|
12124
|
+
"strict": true,
|
|
12125
|
+
"enableJsonFlag": true,
|
|
12126
|
+
"title": "Fix flexipages for v53",
|
|
12127
|
+
"requiresProject": true,
|
|
12128
|
+
"isESM": true,
|
|
12129
|
+
"relativePath": [
|
|
12130
|
+
"lib",
|
|
12131
|
+
"commands",
|
|
12132
|
+
"hardis",
|
|
12133
|
+
"project",
|
|
12134
|
+
"fix",
|
|
12135
|
+
"v53flexipages.js"
|
|
12136
|
+
],
|
|
12137
|
+
"aliasPermutations": [],
|
|
12138
|
+
"permutations": [
|
|
12139
|
+
"hardis:project:fix:v53flexipages",
|
|
12140
|
+
"project:hardis:fix:v53flexipages",
|
|
12141
|
+
"project:fix:hardis:v53flexipages",
|
|
12142
|
+
"project:fix:v53flexipages:hardis",
|
|
12143
|
+
"hardis:fix:project:v53flexipages",
|
|
12144
|
+
"fix:hardis:project:v53flexipages",
|
|
12145
|
+
"fix:project:hardis:v53flexipages",
|
|
12146
|
+
"fix:project:v53flexipages:hardis",
|
|
12147
|
+
"hardis:fix:v53flexipages:project",
|
|
12148
|
+
"fix:hardis:v53flexipages:project",
|
|
12149
|
+
"fix:v53flexipages:hardis:project",
|
|
12150
|
+
"fix:v53flexipages:project:hardis",
|
|
12151
|
+
"hardis:project:v53flexipages:fix",
|
|
12152
|
+
"project:hardis:v53flexipages:fix",
|
|
12153
|
+
"project:v53flexipages:hardis:fix",
|
|
12154
|
+
"project:v53flexipages:fix:hardis",
|
|
12155
|
+
"hardis:v53flexipages:project:fix",
|
|
12156
|
+
"v53flexipages:hardis:project:fix",
|
|
12157
|
+
"v53flexipages:project:hardis:fix",
|
|
12158
|
+
"v53flexipages:project:fix:hardis",
|
|
12159
|
+
"hardis:v53flexipages:fix:project",
|
|
12160
|
+
"v53flexipages:hardis:fix:project",
|
|
12161
|
+
"v53flexipages:fix:hardis:project",
|
|
12162
|
+
"v53flexipages:fix:project:hardis"
|
|
12163
|
+
]
|
|
12164
|
+
},
|
|
12165
12165
|
"hardis:project:generate:bypass": {
|
|
12166
12166
|
"aliases": [],
|
|
12167
12167
|
"args": {},
|
|
@@ -14615,5 +14615,5 @@
|
|
|
14615
14615
|
]
|
|
14616
14616
|
}
|
|
14617
14617
|
},
|
|
14618
|
-
"version": "5.34.
|
|
14618
|
+
"version": "5.34.2-beta202505180037.0"
|
|
14619
14619
|
}
|
package/package.json
CHANGED
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
"description": "Swiss-army-knife Toolbox for Salesforce.\n Allows you to define a complete CD/CD Pipeline.\n Orchestrate base commands and assist users with interactive wizards",
|
|
4
4
|
"author": "NicolasVuillamy @nvuillam",
|
|
5
5
|
"bugs": "https://github.com/hardisgroupcom/sfdx-hardis/issues",
|
|
6
|
-
"version": "5.34.
|
|
6
|
+
"version": "5.34.2-beta202505180037.0",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@actions/github": "^6.0.1",
|
|
9
9
|
"@cparra/apexdocs": "^3.12.1",
|
|
10
10
|
"@gitbeaker/node": "^35.8.1",
|
|
11
11
|
"@langchain/anthropic": "^0.3.20",
|
|
12
|
-
"@langchain/community": "^0.3.
|
|
12
|
+
"@langchain/community": "^0.3.43",
|
|
13
13
|
"@langchain/core": "^0.3.55",
|
|
14
|
-
"@langchain/google-genai": "^0.2.
|
|
14
|
+
"@langchain/google-genai": "^0.2.9",
|
|
15
15
|
"@langchain/ollama": "^0.2.0",
|
|
16
16
|
"@oclif/core": "^4.2.10",
|
|
17
17
|
"@salesforce/core": "^8.10.3",
|
|
@@ -48,14 +48,14 @@
|
|
|
48
48
|
"jira-client": "^8.2.2",
|
|
49
49
|
"js-yaml": "^4.1.0",
|
|
50
50
|
"jsdoc-to-markdown": "^9.1.1",
|
|
51
|
-
"langchain": "^0.3.
|
|
51
|
+
"langchain": "^0.3.26",
|
|
52
52
|
"make-fetch-happen": "^14.0.3",
|
|
53
53
|
"marked": "^14.1.4",
|
|
54
54
|
"md-to-pdf": "^5.2.4",
|
|
55
55
|
"mega-linter-runner": "^8.6.0",
|
|
56
56
|
"moment": "^2.30.1",
|
|
57
57
|
"open": "^10.1.2",
|
|
58
|
-
"openai": "^4.
|
|
58
|
+
"openai": "^4.100.0",
|
|
59
59
|
"ora": "^8.2.0",
|
|
60
60
|
"papaparse": "^5.5.2",
|
|
61
61
|
"pascalcase": "^2.0.0",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"@types/which": "^3.0.4",
|
|
103
103
|
"@types/ws": "^8.18.1",
|
|
104
104
|
"@types/xml2js": "^0.4.14",
|
|
105
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
105
|
+
"eslint-plugin-sf-plugin": "^1.20.23",
|
|
106
106
|
"oclif": "^4.17.46",
|
|
107
107
|
"ts-node": "^10.9.2",
|
|
108
108
|
"typescript": "^5.8.3"
|