sfdx-hardis 5.16.4 → 5.17.1-beta202501271159.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 +13 -0
- package/lib/commands/hardis/doc/mkdocs-to-salesforce.js +1 -1
- package/lib/commands/hardis/doc/project2markdown.d.ts +6 -0
- package/lib/commands/hardis/doc/project2markdown.js +150 -4
- package/lib/commands/hardis/doc/project2markdown.js.map +1 -1
- package/lib/commands/hardis/lint/metadatastatus.js +4 -0
- package/lib/commands/hardis/lint/metadatastatus.js.map +1 -1
- package/lib/commands/hardis/lint/missingattributes.js +2 -1
- package/lib/commands/hardis/lint/missingattributes.js.map +1 -1
- package/lib/commands/hardis/org/monitor/backup.js +2 -2
- package/lib/commands/hardis/org/monitor/backup.js.map +1 -1
- package/lib/commands/hardis/org/test/apex.js +2 -2
- package/lib/commands/hardis/org/test/apex.js.map +1 -1
- package/lib/common/aiProvider/promptTemplates.d.ts +13 -1
- package/lib/common/aiProvider/promptTemplates.js +54 -0
- package/lib/common/aiProvider/promptTemplates.js.map +1 -1
- package/lib/common/utils/deployUtils.d.ts +1 -1
- package/lib/common/utils/deployUtils.js +20 -17
- package/lib/common/utils/deployUtils.js.map +1 -1
- package/lib/common/utils/docUtils.d.ts +2 -0
- package/lib/common/utils/docUtils.js +86 -1
- package/lib/common/utils/docUtils.js.map +1 -1
- package/lib/common/utils/flowVisualiser/nodeFormatUtils.js +21 -8
- package/lib/common/utils/flowVisualiser/nodeFormatUtils.js.map +1 -1
- package/lib/common/utils/projectUtils.d.ts +3 -0
- package/lib/common/utils/projectUtils.js +65 -0
- package/lib/common/utils/projectUtils.js.map +1 -1
- package/lib/common/utils/wrapUtils.js +2 -2
- package/lib/common/utils/wrapUtils.js.map +1 -1
- package/lib/common/utils/xmlUtils.js +7 -2
- package/lib/common/utils/xmlUtils.js.map +1 -1
- package/oclif.lock +938 -869
- package/oclif.manifest.json +1563 -1563
- package/package.json +6 -5
package/oclif.manifest.json
CHANGED
|
@@ -57,13 +57,12 @@
|
|
|
57
57
|
"world:hello"
|
|
58
58
|
]
|
|
59
59
|
},
|
|
60
|
-
"hardis:
|
|
60
|
+
"hardis:cache:clear": {
|
|
61
61
|
"aliases": [],
|
|
62
62
|
"args": {},
|
|
63
|
-
"description": "
|
|
63
|
+
"description": "Clear cache generated by sfdx-hardis",
|
|
64
64
|
"examples": [
|
|
65
|
-
"$ sf hardis:
|
|
66
|
-
"CI=true sf hardis:auth:login"
|
|
65
|
+
"$ sf hardis:cache:clear"
|
|
67
66
|
],
|
|
68
67
|
"flags": {
|
|
69
68
|
"json": {
|
|
@@ -81,28 +80,6 @@
|
|
|
81
80
|
"multiple": false,
|
|
82
81
|
"type": "option"
|
|
83
82
|
},
|
|
84
|
-
"instanceurl": {
|
|
85
|
-
"char": "r",
|
|
86
|
-
"description": "URL of org instance",
|
|
87
|
-
"name": "instanceurl",
|
|
88
|
-
"hasDynamicHelp": false,
|
|
89
|
-
"multiple": false,
|
|
90
|
-
"type": "option"
|
|
91
|
-
},
|
|
92
|
-
"devhub": {
|
|
93
|
-
"char": "h",
|
|
94
|
-
"description": "Also connect associated DevHub",
|
|
95
|
-
"name": "devhub",
|
|
96
|
-
"allowNo": false,
|
|
97
|
-
"type": "boolean"
|
|
98
|
-
},
|
|
99
|
-
"scratchorg": {
|
|
100
|
-
"char": "s",
|
|
101
|
-
"description": "Scratch org",
|
|
102
|
-
"name": "scratchorg",
|
|
103
|
-
"allowNo": false,
|
|
104
|
-
"type": "boolean"
|
|
105
|
-
},
|
|
106
83
|
"debug": {
|
|
107
84
|
"char": "d",
|
|
108
85
|
"description": "Activate debug mode (more logs)",
|
|
@@ -126,38 +103,39 @@
|
|
|
126
103
|
},
|
|
127
104
|
"hasDynamicHelp": false,
|
|
128
105
|
"hiddenAliases": [],
|
|
129
|
-
"id": "hardis:
|
|
106
|
+
"id": "hardis:cache:clear",
|
|
130
107
|
"pluginAlias": "sfdx-hardis",
|
|
131
108
|
"pluginName": "sfdx-hardis",
|
|
132
109
|
"pluginType": "core",
|
|
133
110
|
"strict": true,
|
|
134
111
|
"enableJsonFlag": true,
|
|
135
|
-
"title": "
|
|
112
|
+
"title": "Clear sfdx-hardis cache",
|
|
136
113
|
"requiresProject": false,
|
|
137
114
|
"isESM": true,
|
|
138
115
|
"relativePath": [
|
|
139
116
|
"lib",
|
|
140
117
|
"commands",
|
|
141
118
|
"hardis",
|
|
142
|
-
"
|
|
143
|
-
"
|
|
119
|
+
"cache",
|
|
120
|
+
"clear.js"
|
|
144
121
|
],
|
|
145
122
|
"aliasPermutations": [],
|
|
146
123
|
"permutations": [
|
|
147
|
-
"hardis:
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"hardis:
|
|
151
|
-
"
|
|
152
|
-
"
|
|
124
|
+
"hardis:cache:clear",
|
|
125
|
+
"cache:hardis:clear",
|
|
126
|
+
"cache:clear:hardis",
|
|
127
|
+
"hardis:clear:cache",
|
|
128
|
+
"clear:hardis:cache",
|
|
129
|
+
"clear:cache:hardis"
|
|
153
130
|
]
|
|
154
131
|
},
|
|
155
|
-
"hardis:
|
|
132
|
+
"hardis:auth:login": {
|
|
156
133
|
"aliases": [],
|
|
157
134
|
"args": {},
|
|
158
|
-
"description": "
|
|
135
|
+
"description": "Login to salesforce org",
|
|
159
136
|
"examples": [
|
|
160
|
-
"$ sf hardis:
|
|
137
|
+
"$ sf hardis:auth:login",
|
|
138
|
+
"CI=true sf hardis:auth:login"
|
|
161
139
|
],
|
|
162
140
|
"flags": {
|
|
163
141
|
"json": {
|
|
@@ -175,6 +153,28 @@
|
|
|
175
153
|
"multiple": false,
|
|
176
154
|
"type": "option"
|
|
177
155
|
},
|
|
156
|
+
"instanceurl": {
|
|
157
|
+
"char": "r",
|
|
158
|
+
"description": "URL of org instance",
|
|
159
|
+
"name": "instanceurl",
|
|
160
|
+
"hasDynamicHelp": false,
|
|
161
|
+
"multiple": false,
|
|
162
|
+
"type": "option"
|
|
163
|
+
},
|
|
164
|
+
"devhub": {
|
|
165
|
+
"char": "h",
|
|
166
|
+
"description": "Also connect associated DevHub",
|
|
167
|
+
"name": "devhub",
|
|
168
|
+
"allowNo": false,
|
|
169
|
+
"type": "boolean"
|
|
170
|
+
},
|
|
171
|
+
"scratchorg": {
|
|
172
|
+
"char": "s",
|
|
173
|
+
"description": "Scratch org",
|
|
174
|
+
"name": "scratchorg",
|
|
175
|
+
"allowNo": false,
|
|
176
|
+
"type": "boolean"
|
|
177
|
+
},
|
|
178
178
|
"debug": {
|
|
179
179
|
"char": "d",
|
|
180
180
|
"description": "Activate debug mode (more logs)",
|
|
@@ -198,30 +198,30 @@
|
|
|
198
198
|
},
|
|
199
199
|
"hasDynamicHelp": false,
|
|
200
200
|
"hiddenAliases": [],
|
|
201
|
-
"id": "hardis:
|
|
201
|
+
"id": "hardis:auth:login",
|
|
202
202
|
"pluginAlias": "sfdx-hardis",
|
|
203
203
|
"pluginName": "sfdx-hardis",
|
|
204
204
|
"pluginType": "core",
|
|
205
205
|
"strict": true,
|
|
206
206
|
"enableJsonFlag": true,
|
|
207
|
-
"title": "
|
|
207
|
+
"title": "Login",
|
|
208
208
|
"requiresProject": false,
|
|
209
209
|
"isESM": true,
|
|
210
210
|
"relativePath": [
|
|
211
211
|
"lib",
|
|
212
212
|
"commands",
|
|
213
213
|
"hardis",
|
|
214
|
-
"
|
|
215
|
-
"
|
|
214
|
+
"auth",
|
|
215
|
+
"login.js"
|
|
216
216
|
],
|
|
217
217
|
"aliasPermutations": [],
|
|
218
218
|
"permutations": [
|
|
219
|
-
"hardis:
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"hardis:
|
|
223
|
-
"
|
|
224
|
-
"
|
|
219
|
+
"hardis:auth:login",
|
|
220
|
+
"auth:hardis:login",
|
|
221
|
+
"auth:login:hardis",
|
|
222
|
+
"hardis:login:auth",
|
|
223
|
+
"login:hardis:auth",
|
|
224
|
+
"login:auth:hardis"
|
|
225
225
|
]
|
|
226
226
|
},
|
|
227
227
|
"hardis:config:get": {
|
|
@@ -611,7 +611,7 @@
|
|
|
611
611
|
"hardis:doc:project2markdown": {
|
|
612
612
|
"aliases": [],
|
|
613
613
|
"args": {},
|
|
614
|
-
"description": "Generates a markdown documentation from a SFDX project\n\n- Package.xml files\n- Source Packages\n- sfdx-hardis configuration\n- Installed packages\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\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\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 || python -m mkdocs serve || py -m mkdocs serve\n```\n\nTo just generate HTML pages that you can host anywhere, run `mkdocs build || python -m mkdocs build || py -m mkdocs build`\n\n",
|
|
614
|
+
"description": "Generates a markdown documentation from a SFDX project\n\n- Package.xml files\n- Source Packages\n- sfdx-hardis configuration\n- Installed packages\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\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\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 || python -m mkdocs build || py -m mkdocs build`\n\n",
|
|
615
615
|
"examples": [
|
|
616
616
|
"$ sf hardis:doc:project2markdown",
|
|
617
617
|
"$ sf hardis:doc:project2markdown --with-history"
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
"strict": true,
|
|
689
689
|
"enableJsonFlag": true,
|
|
690
690
|
"title": "SFDX Project to Markdown",
|
|
691
|
-
"htmlInstructions": "## 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 || python -m mkdocs serve || py -m mkdocs serve\n```\n\nTo just generate HTML pages that you can host anywhere, run `mkdocs build || python -m mkdocs build || py -m mkdocs build`\n",
|
|
691
|
+
"htmlInstructions": "## 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 || python -m mkdocs build || py -m mkdocs build`\n",
|
|
692
692
|
"requiresProject": true,
|
|
693
693
|
"isESM": true,
|
|
694
694
|
"relativePath": [
|
|
@@ -1563,12 +1563,12 @@
|
|
|
1563
1563
|
"toml2csv:misc:hardis"
|
|
1564
1564
|
]
|
|
1565
1565
|
},
|
|
1566
|
-
"hardis:
|
|
1566
|
+
"hardis:org:connect": {
|
|
1567
1567
|
"aliases": [],
|
|
1568
1568
|
"args": {},
|
|
1569
|
-
"description": "
|
|
1569
|
+
"description": "Connect to an org without setting it as default username, then proposes to open the org in web browser\n ",
|
|
1570
1570
|
"examples": [
|
|
1571
|
-
"$ sf hardis:
|
|
1571
|
+
"$ sf hardis:org:connect"
|
|
1572
1572
|
],
|
|
1573
1573
|
"flags": {
|
|
1574
1574
|
"json": {
|
|
@@ -1605,56 +1605,42 @@
|
|
|
1605
1605
|
"name": "skipauth",
|
|
1606
1606
|
"allowNo": false,
|
|
1607
1607
|
"type": "boolean"
|
|
1608
|
-
},
|
|
1609
|
-
"target-dev-hub": {
|
|
1610
|
-
"aliases": [
|
|
1611
|
-
"targetdevhubusername"
|
|
1612
|
-
],
|
|
1613
|
-
"char": "v",
|
|
1614
|
-
"deprecateAliases": true,
|
|
1615
|
-
"name": "target-dev-hub",
|
|
1616
|
-
"noCacheDefault": true,
|
|
1617
|
-
"required": true,
|
|
1618
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
1619
|
-
"hasDynamicHelp": true,
|
|
1620
|
-
"multiple": false,
|
|
1621
|
-
"type": "option"
|
|
1622
1608
|
}
|
|
1623
1609
|
},
|
|
1624
|
-
"hasDynamicHelp":
|
|
1610
|
+
"hasDynamicHelp": false,
|
|
1625
1611
|
"hiddenAliases": [],
|
|
1626
|
-
"id": "hardis:
|
|
1612
|
+
"id": "hardis:org:connect",
|
|
1627
1613
|
"pluginAlias": "sfdx-hardis",
|
|
1628
1614
|
"pluginName": "sfdx-hardis",
|
|
1629
1615
|
"pluginType": "core",
|
|
1630
1616
|
"strict": true,
|
|
1631
1617
|
"enableJsonFlag": true,
|
|
1632
|
-
"title": "
|
|
1633
|
-
"requiresProject":
|
|
1618
|
+
"title": "Connect to an org",
|
|
1619
|
+
"requiresProject": false,
|
|
1634
1620
|
"isESM": true,
|
|
1635
1621
|
"relativePath": [
|
|
1636
1622
|
"lib",
|
|
1637
1623
|
"commands",
|
|
1638
1624
|
"hardis",
|
|
1639
|
-
"
|
|
1640
|
-
"
|
|
1625
|
+
"org",
|
|
1626
|
+
"connect.js"
|
|
1641
1627
|
],
|
|
1642
1628
|
"aliasPermutations": [],
|
|
1643
1629
|
"permutations": [
|
|
1644
|
-
"hardis:
|
|
1645
|
-
"
|
|
1646
|
-
"
|
|
1647
|
-
"hardis:
|
|
1648
|
-
"
|
|
1649
|
-
"
|
|
1630
|
+
"hardis:org:connect",
|
|
1631
|
+
"org:hardis:connect",
|
|
1632
|
+
"org:connect:hardis",
|
|
1633
|
+
"hardis:connect:org",
|
|
1634
|
+
"connect:hardis:org",
|
|
1635
|
+
"connect:org:hardis"
|
|
1650
1636
|
]
|
|
1651
1637
|
},
|
|
1652
|
-
"hardis:
|
|
1638
|
+
"hardis:org:create": {
|
|
1653
1639
|
"aliases": [],
|
|
1654
1640
|
"args": {},
|
|
1655
|
-
"description": "
|
|
1641
|
+
"description": "Create and initialize sandbox org",
|
|
1656
1642
|
"examples": [
|
|
1657
|
-
"$ sf hardis:
|
|
1643
|
+
"$ sf hardis:org:create"
|
|
1658
1644
|
],
|
|
1659
1645
|
"flags": {
|
|
1660
1646
|
"json": {
|
|
@@ -1672,14 +1658,6 @@
|
|
|
1672
1658
|
"multiple": false,
|
|
1673
1659
|
"type": "option"
|
|
1674
1660
|
},
|
|
1675
|
-
"package": {
|
|
1676
|
-
"char": "p",
|
|
1677
|
-
"description": "Package Version Id to install (04t...)",
|
|
1678
|
-
"name": "package",
|
|
1679
|
-
"hasDynamicHelp": false,
|
|
1680
|
-
"multiple": false,
|
|
1681
|
-
"type": "option"
|
|
1682
|
-
},
|
|
1683
1661
|
"debug": {
|
|
1684
1662
|
"char": "d",
|
|
1685
1663
|
"description": "Activate debug mode (more logs)",
|
|
@@ -1694,72 +1672,54 @@
|
|
|
1694
1672
|
"multiple": false,
|
|
1695
1673
|
"type": "option"
|
|
1696
1674
|
},
|
|
1697
|
-
"installationkey": {
|
|
1698
|
-
"char": "k",
|
|
1699
|
-
"description": "installation key for key-protected package (default: null)",
|
|
1700
|
-
"name": "installationkey",
|
|
1701
|
-
"default": "",
|
|
1702
|
-
"hasDynamicHelp": false,
|
|
1703
|
-
"multiple": false,
|
|
1704
|
-
"type": "option"
|
|
1705
|
-
},
|
|
1706
1675
|
"skipauth": {
|
|
1707
1676
|
"description": "Skip authentication check when a default username is required",
|
|
1708
1677
|
"name": "skipauth",
|
|
1709
1678
|
"allowNo": false,
|
|
1710
1679
|
"type": "boolean"
|
|
1711
|
-
},
|
|
1712
|
-
"target-org": {
|
|
1713
|
-
"aliases": [
|
|
1714
|
-
"targetusername",
|
|
1715
|
-
"u"
|
|
1716
|
-
],
|
|
1717
|
-
"char": "o",
|
|
1718
|
-
"deprecateAliases": true,
|
|
1719
|
-
"name": "target-org",
|
|
1720
|
-
"noCacheDefault": true,
|
|
1721
|
-
"required": true,
|
|
1722
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1723
|
-
"hasDynamicHelp": true,
|
|
1724
|
-
"multiple": false,
|
|
1725
|
-
"type": "option"
|
|
1726
1680
|
}
|
|
1727
1681
|
},
|
|
1728
|
-
"hasDynamicHelp":
|
|
1682
|
+
"hasDynamicHelp": false,
|
|
1729
1683
|
"hiddenAliases": [],
|
|
1730
|
-
"id": "hardis:
|
|
1684
|
+
"id": "hardis:org:create",
|
|
1731
1685
|
"pluginAlias": "sfdx-hardis",
|
|
1732
1686
|
"pluginName": "sfdx-hardis",
|
|
1733
1687
|
"pluginType": "core",
|
|
1734
1688
|
"strict": true,
|
|
1735
1689
|
"enableJsonFlag": true,
|
|
1736
|
-
"title": "
|
|
1690
|
+
"title": "Create sandbox org",
|
|
1691
|
+
"supportsDevhubUsername": true,
|
|
1692
|
+
"requiresProject": true,
|
|
1693
|
+
"requiresSfdxPlugins": [
|
|
1694
|
+
"sfdmu"
|
|
1695
|
+
],
|
|
1737
1696
|
"isESM": true,
|
|
1738
1697
|
"relativePath": [
|
|
1739
1698
|
"lib",
|
|
1740
1699
|
"commands",
|
|
1741
1700
|
"hardis",
|
|
1742
|
-
"
|
|
1743
|
-
"
|
|
1701
|
+
"org",
|
|
1702
|
+
"create.js"
|
|
1744
1703
|
],
|
|
1745
1704
|
"aliasPermutations": [],
|
|
1746
1705
|
"permutations": [
|
|
1747
|
-
"hardis:
|
|
1748
|
-
"
|
|
1749
|
-
"
|
|
1750
|
-
"hardis:
|
|
1751
|
-
"
|
|
1752
|
-
"
|
|
1706
|
+
"hardis:org:create",
|
|
1707
|
+
"org:hardis:create",
|
|
1708
|
+
"org:create:hardis",
|
|
1709
|
+
"hardis:create:org",
|
|
1710
|
+
"create:hardis:org",
|
|
1711
|
+
"create:org:hardis"
|
|
1753
1712
|
]
|
|
1754
1713
|
},
|
|
1755
|
-
"hardis:
|
|
1714
|
+
"hardis:org:multi-org-query": {
|
|
1756
1715
|
"aliases": [],
|
|
1757
1716
|
"args": {},
|
|
1758
|
-
"description": "
|
|
1717
|
+
"description": "Executes a SOQL query in multiple orgs and generate a single report from it\n \nYou can send a custom query using --query, or use one of the predefined queries using --query-template.\n\nIf you use the command from a CI/CD job, you must previously authenticate to the usernames present in --target-orgs.\n\n[](https://marketplace.visualstudio.com/items?itemName=NicolasVuillamy.vscode-sfdx-hardis)\n",
|
|
1759
1718
|
"examples": [
|
|
1760
|
-
"$ sf hardis:
|
|
1761
|
-
"$ sf hardis:
|
|
1762
|
-
"$ sf hardis:
|
|
1719
|
+
"$ sf hardis:org:multi-org-query",
|
|
1720
|
+
"$ sf hardis:org:multi-org-query --query \"SELECT Id,Username FROM User\"",
|
|
1721
|
+
"$ sf hardis:org:multi-org-query --query \"SELECT Id,Username FROM User\" --target-orgs nico@cloudity.com nico@cloudity.com.preprod nico@cloudity.com.uat",
|
|
1722
|
+
"$ sf hardis:org:multi-org-query --query-template active-users --target-orgs nico@cloudity.com nico@cloudity.com.preprod nico@cloudity.com.uat"
|
|
1763
1723
|
],
|
|
1764
1724
|
"flags": {
|
|
1765
1725
|
"json": {
|
|
@@ -1777,42 +1737,51 @@
|
|
|
1777
1737
|
"multiple": false,
|
|
1778
1738
|
"type": "option"
|
|
1779
1739
|
},
|
|
1780
|
-
"
|
|
1781
|
-
"char": "
|
|
1782
|
-
"description": "
|
|
1783
|
-
"
|
|
1784
|
-
|
|
1740
|
+
"query": {
|
|
1741
|
+
"char": "q",
|
|
1742
|
+
"description": "SOQL Query to run on multiple orgs",
|
|
1743
|
+
"exclusive": [
|
|
1744
|
+
"query-template"
|
|
1745
|
+
],
|
|
1746
|
+
"name": "query",
|
|
1785
1747
|
"hasDynamicHelp": false,
|
|
1786
1748
|
"multiple": false,
|
|
1787
1749
|
"type": "option"
|
|
1788
1750
|
},
|
|
1789
|
-
"
|
|
1790
|
-
"char": "
|
|
1791
|
-
"description": "
|
|
1792
|
-
"
|
|
1751
|
+
"query-template": {
|
|
1752
|
+
"char": "t",
|
|
1753
|
+
"description": "Use one of predefined SOQL Query templates",
|
|
1754
|
+
"exclusive": [
|
|
1755
|
+
"query"
|
|
1756
|
+
],
|
|
1757
|
+
"name": "query-template",
|
|
1793
1758
|
"hasDynamicHelp": false,
|
|
1794
1759
|
"multiple": false,
|
|
1760
|
+
"options": [
|
|
1761
|
+
"active-users",
|
|
1762
|
+
"all-users"
|
|
1763
|
+
],
|
|
1795
1764
|
"type": "option"
|
|
1796
1765
|
},
|
|
1797
|
-
"
|
|
1766
|
+
"target-orgs": {
|
|
1798
1767
|
"char": "x",
|
|
1799
|
-
"description": "
|
|
1800
|
-
"name": "
|
|
1801
|
-
"default": "/**/*package*.xml",
|
|
1768
|
+
"description": "List of org usernames or aliases.",
|
|
1769
|
+
"name": "target-orgs",
|
|
1802
1770
|
"hasDynamicHelp": false,
|
|
1803
|
-
"multiple":
|
|
1771
|
+
"multiple": true,
|
|
1804
1772
|
"type": "option"
|
|
1805
1773
|
},
|
|
1806
|
-
"
|
|
1807
|
-
"char": "
|
|
1808
|
-
"description": "
|
|
1809
|
-
"name": "
|
|
1774
|
+
"outputfile": {
|
|
1775
|
+
"char": "f",
|
|
1776
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
1777
|
+
"name": "outputfile",
|
|
1810
1778
|
"hasDynamicHelp": false,
|
|
1811
1779
|
"multiple": false,
|
|
1812
1780
|
"type": "option"
|
|
1813
1781
|
},
|
|
1814
1782
|
"debug": {
|
|
1815
|
-
"
|
|
1783
|
+
"char": "d",
|
|
1784
|
+
"description": "Activate debug mode (more logs)",
|
|
1816
1785
|
"name": "debug",
|
|
1817
1786
|
"allowNo": false,
|
|
1818
1787
|
"type": "boolean"
|
|
@@ -1833,38 +1802,37 @@
|
|
|
1833
1802
|
},
|
|
1834
1803
|
"hasDynamicHelp": false,
|
|
1835
1804
|
"hiddenAliases": [],
|
|
1836
|
-
"id": "hardis:
|
|
1805
|
+
"id": "hardis:org:multi-org-query",
|
|
1837
1806
|
"pluginAlias": "sfdx-hardis",
|
|
1838
1807
|
"pluginName": "sfdx-hardis",
|
|
1839
1808
|
"pluginType": "core",
|
|
1840
1809
|
"strict": true,
|
|
1841
1810
|
"enableJsonFlag": true,
|
|
1842
|
-
"title": "
|
|
1843
|
-
"requiresProject": false,
|
|
1811
|
+
"title": "Multiple Orgs SOQL Query",
|
|
1844
1812
|
"isESM": true,
|
|
1845
1813
|
"relativePath": [
|
|
1846
1814
|
"lib",
|
|
1847
1815
|
"commands",
|
|
1848
1816
|
"hardis",
|
|
1849
|
-
"
|
|
1850
|
-
"
|
|
1817
|
+
"org",
|
|
1818
|
+
"multi-org-query.js"
|
|
1851
1819
|
],
|
|
1852
1820
|
"aliasPermutations": [],
|
|
1853
1821
|
"permutations": [
|
|
1854
|
-
"hardis:
|
|
1855
|
-
"
|
|
1856
|
-
"
|
|
1857
|
-
"hardis:
|
|
1858
|
-
"
|
|
1859
|
-
"
|
|
1822
|
+
"hardis:org:multi-org-query",
|
|
1823
|
+
"org:hardis:multi-org-query",
|
|
1824
|
+
"org:multi-org-query:hardis",
|
|
1825
|
+
"hardis:multi-org-query:org",
|
|
1826
|
+
"multi-org-query:hardis:org",
|
|
1827
|
+
"multi-org-query:org:hardis"
|
|
1860
1828
|
]
|
|
1861
1829
|
},
|
|
1862
|
-
"hardis:org:
|
|
1830
|
+
"hardis:org:select": {
|
|
1863
1831
|
"aliases": [],
|
|
1864
1832
|
"args": {},
|
|
1865
|
-
"description": "
|
|
1833
|
+
"description": "Interactive org selection for user",
|
|
1866
1834
|
"examples": [
|
|
1867
|
-
"$ sf hardis:org:
|
|
1835
|
+
"$ sf hardis:org:select"
|
|
1868
1836
|
],
|
|
1869
1837
|
"flags": {
|
|
1870
1838
|
"json": {
|
|
@@ -1882,6 +1850,20 @@
|
|
|
1882
1850
|
"multiple": false,
|
|
1883
1851
|
"type": "option"
|
|
1884
1852
|
},
|
|
1853
|
+
"devhub": {
|
|
1854
|
+
"char": "h",
|
|
1855
|
+
"description": "Also connect associated DevHub",
|
|
1856
|
+
"name": "devhub",
|
|
1857
|
+
"allowNo": false,
|
|
1858
|
+
"type": "boolean"
|
|
1859
|
+
},
|
|
1860
|
+
"scratch": {
|
|
1861
|
+
"char": "s",
|
|
1862
|
+
"description": "Select scratch org related to default DevHub",
|
|
1863
|
+
"name": "scratch",
|
|
1864
|
+
"allowNo": false,
|
|
1865
|
+
"type": "boolean"
|
|
1866
|
+
},
|
|
1885
1867
|
"debug": {
|
|
1886
1868
|
"char": "d",
|
|
1887
1869
|
"description": "Activate debug mode (more logs)",
|
|
@@ -1905,13 +1887,13 @@
|
|
|
1905
1887
|
},
|
|
1906
1888
|
"hasDynamicHelp": false,
|
|
1907
1889
|
"hiddenAliases": [],
|
|
1908
|
-
"id": "hardis:org:
|
|
1890
|
+
"id": "hardis:org:select",
|
|
1909
1891
|
"pluginAlias": "sfdx-hardis",
|
|
1910
1892
|
"pluginName": "sfdx-hardis",
|
|
1911
1893
|
"pluginType": "core",
|
|
1912
1894
|
"strict": true,
|
|
1913
1895
|
"enableJsonFlag": true,
|
|
1914
|
-
"title": "
|
|
1896
|
+
"title": "Select org",
|
|
1915
1897
|
"requiresProject": false,
|
|
1916
1898
|
"isESM": true,
|
|
1917
1899
|
"relativePath": [
|
|
@@ -1919,24 +1901,24 @@
|
|
|
1919
1901
|
"commands",
|
|
1920
1902
|
"hardis",
|
|
1921
1903
|
"org",
|
|
1922
|
-
"
|
|
1904
|
+
"select.js"
|
|
1923
1905
|
],
|
|
1924
1906
|
"aliasPermutations": [],
|
|
1925
1907
|
"permutations": [
|
|
1926
|
-
"hardis:org:
|
|
1927
|
-
"org:hardis:
|
|
1928
|
-
"org:
|
|
1929
|
-
"hardis:
|
|
1930
|
-
"
|
|
1931
|
-
"
|
|
1908
|
+
"hardis:org:select",
|
|
1909
|
+
"org:hardis:select",
|
|
1910
|
+
"org:select:hardis",
|
|
1911
|
+
"hardis:select:org",
|
|
1912
|
+
"select:hardis:org",
|
|
1913
|
+
"select:org:hardis"
|
|
1932
1914
|
]
|
|
1933
1915
|
},
|
|
1934
|
-
"hardis:
|
|
1916
|
+
"hardis:package:create": {
|
|
1935
1917
|
"aliases": [],
|
|
1936
1918
|
"args": {},
|
|
1937
|
-
"description": "Create
|
|
1919
|
+
"description": "Create a new package",
|
|
1938
1920
|
"examples": [
|
|
1939
|
-
"$ sf hardis:
|
|
1921
|
+
"$ sf hardis:package:create"
|
|
1940
1922
|
],
|
|
1941
1923
|
"flags": {
|
|
1942
1924
|
"json": {
|
|
@@ -1973,49 +1955,56 @@
|
|
|
1973
1955
|
"name": "skipauth",
|
|
1974
1956
|
"allowNo": false,
|
|
1975
1957
|
"type": "boolean"
|
|
1958
|
+
},
|
|
1959
|
+
"target-dev-hub": {
|
|
1960
|
+
"aliases": [
|
|
1961
|
+
"targetdevhubusername"
|
|
1962
|
+
],
|
|
1963
|
+
"char": "v",
|
|
1964
|
+
"deprecateAliases": true,
|
|
1965
|
+
"name": "target-dev-hub",
|
|
1966
|
+
"noCacheDefault": true,
|
|
1967
|
+
"required": true,
|
|
1968
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
1969
|
+
"hasDynamicHelp": true,
|
|
1970
|
+
"multiple": false,
|
|
1971
|
+
"type": "option"
|
|
1976
1972
|
}
|
|
1977
1973
|
},
|
|
1978
|
-
"hasDynamicHelp":
|
|
1974
|
+
"hasDynamicHelp": true,
|
|
1979
1975
|
"hiddenAliases": [],
|
|
1980
|
-
"id": "hardis:
|
|
1976
|
+
"id": "hardis:package:create",
|
|
1981
1977
|
"pluginAlias": "sfdx-hardis",
|
|
1982
1978
|
"pluginName": "sfdx-hardis",
|
|
1983
1979
|
"pluginType": "core",
|
|
1984
1980
|
"strict": true,
|
|
1985
1981
|
"enableJsonFlag": true,
|
|
1986
|
-
"title": "Create
|
|
1987
|
-
"supportsDevhubUsername": true,
|
|
1982
|
+
"title": "Create a new package",
|
|
1988
1983
|
"requiresProject": true,
|
|
1989
|
-
"requiresSfdxPlugins": [
|
|
1990
|
-
"sfdmu"
|
|
1991
|
-
],
|
|
1992
1984
|
"isESM": true,
|
|
1993
1985
|
"relativePath": [
|
|
1994
1986
|
"lib",
|
|
1995
1987
|
"commands",
|
|
1996
1988
|
"hardis",
|
|
1997
|
-
"
|
|
1989
|
+
"package",
|
|
1998
1990
|
"create.js"
|
|
1999
1991
|
],
|
|
2000
1992
|
"aliasPermutations": [],
|
|
2001
1993
|
"permutations": [
|
|
2002
|
-
"hardis:
|
|
2003
|
-
"
|
|
2004
|
-
"
|
|
2005
|
-
"hardis:create:
|
|
2006
|
-
"create:hardis:
|
|
2007
|
-
"create:
|
|
1994
|
+
"hardis:package:create",
|
|
1995
|
+
"package:hardis:create",
|
|
1996
|
+
"package:create:hardis",
|
|
1997
|
+
"hardis:create:package",
|
|
1998
|
+
"create:hardis:package",
|
|
1999
|
+
"create:package:hardis"
|
|
2008
2000
|
]
|
|
2009
2001
|
},
|
|
2010
|
-
"hardis:
|
|
2002
|
+
"hardis:package:install": {
|
|
2011
2003
|
"aliases": [],
|
|
2012
2004
|
"args": {},
|
|
2013
|
-
"description": "
|
|
2005
|
+
"description": "Install a package in an org using its id (starting with **04t**)\n\nAssisted menu to propose to update `installedPackages` property in `.sfdx-hardis.yml`\n",
|
|
2014
2006
|
"examples": [
|
|
2015
|
-
"$ sf hardis:
|
|
2016
|
-
"$ sf hardis:org:multi-org-query --query \"SELECT Id,Username FROM User\"",
|
|
2017
|
-
"$ sf hardis:org:multi-org-query --query \"SELECT Id,Username FROM User\" --target-orgs nico@cloudity.com nico@cloudity.com.preprod nico@cloudity.com.uat",
|
|
2018
|
-
"$ sf hardis:org:multi-org-query --query-template active-users --target-orgs nico@cloudity.com nico@cloudity.com.preprod nico@cloudity.com.uat"
|
|
2007
|
+
"$ sf hardis:package:install"
|
|
2019
2008
|
],
|
|
2020
2009
|
"flags": {
|
|
2021
2010
|
"json": {
|
|
@@ -2033,44 +2022,10 @@
|
|
|
2033
2022
|
"multiple": false,
|
|
2034
2023
|
"type": "option"
|
|
2035
2024
|
},
|
|
2036
|
-
"
|
|
2037
|
-
"char": "
|
|
2038
|
-
"description": "
|
|
2039
|
-
"
|
|
2040
|
-
"query-template"
|
|
2041
|
-
],
|
|
2042
|
-
"name": "query",
|
|
2043
|
-
"hasDynamicHelp": false,
|
|
2044
|
-
"multiple": false,
|
|
2045
|
-
"type": "option"
|
|
2046
|
-
},
|
|
2047
|
-
"query-template": {
|
|
2048
|
-
"char": "t",
|
|
2049
|
-
"description": "Use one of predefined SOQL Query templates",
|
|
2050
|
-
"exclusive": [
|
|
2051
|
-
"query"
|
|
2052
|
-
],
|
|
2053
|
-
"name": "query-template",
|
|
2054
|
-
"hasDynamicHelp": false,
|
|
2055
|
-
"multiple": false,
|
|
2056
|
-
"options": [
|
|
2057
|
-
"active-users",
|
|
2058
|
-
"all-users"
|
|
2059
|
-
],
|
|
2060
|
-
"type": "option"
|
|
2061
|
-
},
|
|
2062
|
-
"target-orgs": {
|
|
2063
|
-
"char": "x",
|
|
2064
|
-
"description": "List of org usernames or aliases.",
|
|
2065
|
-
"name": "target-orgs",
|
|
2066
|
-
"hasDynamicHelp": false,
|
|
2067
|
-
"multiple": true,
|
|
2068
|
-
"type": "option"
|
|
2069
|
-
},
|
|
2070
|
-
"outputfile": {
|
|
2071
|
-
"char": "f",
|
|
2072
|
-
"description": "Force the path and name of output report file. Must end with .csv",
|
|
2073
|
-
"name": "outputfile",
|
|
2025
|
+
"package": {
|
|
2026
|
+
"char": "p",
|
|
2027
|
+
"description": "Package Version Id to install (04t...)",
|
|
2028
|
+
"name": "package",
|
|
2074
2029
|
"hasDynamicHelp": false,
|
|
2075
2030
|
"multiple": false,
|
|
2076
2031
|
"type": "option"
|
|
@@ -2089,46 +2044,72 @@
|
|
|
2089
2044
|
"multiple": false,
|
|
2090
2045
|
"type": "option"
|
|
2091
2046
|
},
|
|
2047
|
+
"installationkey": {
|
|
2048
|
+
"char": "k",
|
|
2049
|
+
"description": "installation key for key-protected package (default: null)",
|
|
2050
|
+
"name": "installationkey",
|
|
2051
|
+
"default": "",
|
|
2052
|
+
"hasDynamicHelp": false,
|
|
2053
|
+
"multiple": false,
|
|
2054
|
+
"type": "option"
|
|
2055
|
+
},
|
|
2092
2056
|
"skipauth": {
|
|
2093
2057
|
"description": "Skip authentication check when a default username is required",
|
|
2094
2058
|
"name": "skipauth",
|
|
2095
2059
|
"allowNo": false,
|
|
2096
2060
|
"type": "boolean"
|
|
2061
|
+
},
|
|
2062
|
+
"target-org": {
|
|
2063
|
+
"aliases": [
|
|
2064
|
+
"targetusername",
|
|
2065
|
+
"u"
|
|
2066
|
+
],
|
|
2067
|
+
"char": "o",
|
|
2068
|
+
"deprecateAliases": true,
|
|
2069
|
+
"name": "target-org",
|
|
2070
|
+
"noCacheDefault": true,
|
|
2071
|
+
"required": true,
|
|
2072
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2073
|
+
"hasDynamicHelp": true,
|
|
2074
|
+
"multiple": false,
|
|
2075
|
+
"type": "option"
|
|
2097
2076
|
}
|
|
2098
2077
|
},
|
|
2099
|
-
"hasDynamicHelp":
|
|
2078
|
+
"hasDynamicHelp": true,
|
|
2100
2079
|
"hiddenAliases": [],
|
|
2101
|
-
"id": "hardis:
|
|
2080
|
+
"id": "hardis:package:install",
|
|
2102
2081
|
"pluginAlias": "sfdx-hardis",
|
|
2103
2082
|
"pluginName": "sfdx-hardis",
|
|
2104
2083
|
"pluginType": "core",
|
|
2105
2084
|
"strict": true,
|
|
2106
2085
|
"enableJsonFlag": true,
|
|
2107
|
-
"title": "
|
|
2086
|
+
"title": "Install packages in an org",
|
|
2108
2087
|
"isESM": true,
|
|
2109
2088
|
"relativePath": [
|
|
2110
2089
|
"lib",
|
|
2111
2090
|
"commands",
|
|
2112
2091
|
"hardis",
|
|
2113
|
-
"
|
|
2114
|
-
"
|
|
2092
|
+
"package",
|
|
2093
|
+
"install.js"
|
|
2115
2094
|
],
|
|
2116
2095
|
"aliasPermutations": [],
|
|
2117
2096
|
"permutations": [
|
|
2118
|
-
"hardis:
|
|
2119
|
-
"
|
|
2120
|
-
"
|
|
2121
|
-
"hardis:
|
|
2122
|
-
"
|
|
2123
|
-
"
|
|
2097
|
+
"hardis:package:install",
|
|
2098
|
+
"package:hardis:install",
|
|
2099
|
+
"package:install:hardis",
|
|
2100
|
+
"hardis:install:package",
|
|
2101
|
+
"install:hardis:package",
|
|
2102
|
+
"install:package:hardis"
|
|
2124
2103
|
]
|
|
2125
2104
|
},
|
|
2126
|
-
"hardis:
|
|
2105
|
+
"hardis:package:mergexml": {
|
|
2127
2106
|
"aliases": [],
|
|
2128
2107
|
"args": {},
|
|
2129
|
-
"description": "
|
|
2108
|
+
"description": "Select and merge package.xml files",
|
|
2130
2109
|
"examples": [
|
|
2131
|
-
"$ sf hardis:
|
|
2110
|
+
"$ sf hardis:package:mergexml",
|
|
2111
|
+
"$ sf hardis:package:mergexml --folder packages --pattern /**/*.xml --result myMergedPackage.xml",
|
|
2112
|
+
"$ sf hardis:package:mergexml --packagexmls \"config/mypackage1.xml,config/mypackage2.xml,config/mypackage3.xml\" --result myMergedPackage.xml"
|
|
2132
2113
|
],
|
|
2133
2114
|
"flags": {
|
|
2134
2115
|
"json": {
|
|
@@ -2146,67 +2127,86 @@
|
|
|
2146
2127
|
"multiple": false,
|
|
2147
2128
|
"type": "option"
|
|
2148
2129
|
},
|
|
2149
|
-
"
|
|
2150
|
-
"char": "
|
|
2151
|
-
"description": "
|
|
2152
|
-
"name": "
|
|
2153
|
-
"
|
|
2154
|
-
"
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
"char": "s",
|
|
2158
|
-
"description": "Select scratch org related to default DevHub",
|
|
2159
|
-
"name": "scratch",
|
|
2160
|
-
"allowNo": false,
|
|
2161
|
-
"type": "boolean"
|
|
2162
|
-
},
|
|
2163
|
-
"debug": {
|
|
2164
|
-
"char": "d",
|
|
2165
|
-
"description": "Activate debug mode (more logs)",
|
|
2166
|
-
"name": "debug",
|
|
2167
|
-
"allowNo": false,
|
|
2168
|
-
"type": "boolean"
|
|
2130
|
+
"folder": {
|
|
2131
|
+
"char": "f",
|
|
2132
|
+
"description": "Root folder",
|
|
2133
|
+
"name": "folder",
|
|
2134
|
+
"default": "manifest",
|
|
2135
|
+
"hasDynamicHelp": false,
|
|
2136
|
+
"multiple": false,
|
|
2137
|
+
"type": "option"
|
|
2169
2138
|
},
|
|
2170
|
-
"
|
|
2171
|
-
"
|
|
2172
|
-
"
|
|
2139
|
+
"packagexmls": {
|
|
2140
|
+
"char": "p",
|
|
2141
|
+
"description": "Comma separated list of package.xml files to merge. Will be prompted to user if not provided",
|
|
2142
|
+
"name": "packagexmls",
|
|
2173
2143
|
"hasDynamicHelp": false,
|
|
2174
2144
|
"multiple": false,
|
|
2175
2145
|
"type": "option"
|
|
2176
2146
|
},
|
|
2177
|
-
"
|
|
2178
|
-
"
|
|
2179
|
-
"
|
|
2180
|
-
"
|
|
2147
|
+
"pattern": {
|
|
2148
|
+
"char": "x",
|
|
2149
|
+
"description": "Name criteria to list package.xml files",
|
|
2150
|
+
"name": "pattern",
|
|
2151
|
+
"default": "/**/*package*.xml",
|
|
2152
|
+
"hasDynamicHelp": false,
|
|
2153
|
+
"multiple": false,
|
|
2154
|
+
"type": "option"
|
|
2155
|
+
},
|
|
2156
|
+
"result": {
|
|
2157
|
+
"char": "r",
|
|
2158
|
+
"description": "Result package.xml file name",
|
|
2159
|
+
"name": "result",
|
|
2160
|
+
"hasDynamicHelp": false,
|
|
2161
|
+
"multiple": false,
|
|
2162
|
+
"type": "option"
|
|
2163
|
+
},
|
|
2164
|
+
"debug": {
|
|
2165
|
+
"description": "debug",
|
|
2166
|
+
"name": "debug",
|
|
2167
|
+
"allowNo": false,
|
|
2168
|
+
"type": "boolean"
|
|
2169
|
+
},
|
|
2170
|
+
"websocket": {
|
|
2171
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
2172
|
+
"name": "websocket",
|
|
2173
|
+
"hasDynamicHelp": false,
|
|
2174
|
+
"multiple": false,
|
|
2175
|
+
"type": "option"
|
|
2176
|
+
},
|
|
2177
|
+
"skipauth": {
|
|
2178
|
+
"description": "Skip authentication check when a default username is required",
|
|
2179
|
+
"name": "skipauth",
|
|
2180
|
+
"allowNo": false,
|
|
2181
2181
|
"type": "boolean"
|
|
2182
2182
|
}
|
|
2183
2183
|
},
|
|
2184
2184
|
"hasDynamicHelp": false,
|
|
2185
2185
|
"hiddenAliases": [],
|
|
2186
|
-
"id": "hardis:
|
|
2186
|
+
"id": "hardis:package:mergexml",
|
|
2187
2187
|
"pluginAlias": "sfdx-hardis",
|
|
2188
2188
|
"pluginName": "sfdx-hardis",
|
|
2189
2189
|
"pluginType": "core",
|
|
2190
2190
|
"strict": true,
|
|
2191
2191
|
"enableJsonFlag": true,
|
|
2192
|
-
"title": "
|
|
2192
|
+
"title": "Merge package.xml files",
|
|
2193
2193
|
"requiresProject": false,
|
|
2194
2194
|
"isESM": true,
|
|
2195
2195
|
"relativePath": [
|
|
2196
2196
|
"lib",
|
|
2197
2197
|
"commands",
|
|
2198
2198
|
"hardis",
|
|
2199
|
-
"
|
|
2200
|
-
"
|
|
2199
|
+
"package",
|
|
2200
|
+
"mergexml.js"
|
|
2201
2201
|
],
|
|
2202
2202
|
"aliasPermutations": [],
|
|
2203
2203
|
"permutations": [
|
|
2204
|
-
"hardis:
|
|
2205
|
-
"
|
|
2206
|
-
"
|
|
2207
|
-
"hardis:
|
|
2208
|
-
"
|
|
2209
|
-
"
|
|
2204
|
+
"hardis:package:mergexml",
|
|
2205
|
+
"package:hardis:mergexml",
|
|
2206
|
+
"package:mergexml:hardis",
|
|
2207
|
+
"hardis:mergexml:package",
|
|
2208
|
+
"mergexml:hardis:package",
|
|
2209
|
+
"mergexml:package:hardis"
|
|
2210
2210
|
]
|
|
2211
2211
|
},
|
|
2212
2212
|
"hardis:packagexml:append": {
|
|
@@ -4256,12 +4256,13 @@
|
|
|
4256
4256
|
"extract:pull-requests:git:hardis"
|
|
4257
4257
|
]
|
|
4258
4258
|
},
|
|
4259
|
-
"hardis:
|
|
4259
|
+
"hardis:org:community:update": {
|
|
4260
4260
|
"aliases": [],
|
|
4261
4261
|
"args": {},
|
|
4262
|
-
"description": "
|
|
4262
|
+
"description": "Activate or deactivate a community by changing it's status:\n\n- Live\n- DownForMaintenance",
|
|
4263
4263
|
"examples": [
|
|
4264
|
-
"$ sf hardis:
|
|
4264
|
+
"$ sf hardis:org:community:update --name 'MyNetworkName' --status DownForMaintenance",
|
|
4265
|
+
"$ sf hardis:org:community:update --name 'MyNetworkName,MySecondNetworkName' --status Live"
|
|
4265
4266
|
],
|
|
4266
4267
|
"flags": {
|
|
4267
4268
|
"json": {
|
|
@@ -4279,67 +4280,42 @@
|
|
|
4279
4280
|
"multiple": false,
|
|
4280
4281
|
"type": "option"
|
|
4281
4282
|
},
|
|
4282
|
-
"
|
|
4283
|
-
"char": "
|
|
4284
|
-
"description": "
|
|
4285
|
-
"name": "
|
|
4286
|
-
"
|
|
4287
|
-
"type": "boolean"
|
|
4288
|
-
},
|
|
4289
|
-
"package": {
|
|
4290
|
-
"char": "p",
|
|
4291
|
-
"description": "Package identifier that you want to use to generate a new package version",
|
|
4292
|
-
"name": "package",
|
|
4293
|
-
"default": "",
|
|
4294
|
-
"hasDynamicHelp": false,
|
|
4295
|
-
"multiple": false,
|
|
4296
|
-
"type": "option"
|
|
4297
|
-
},
|
|
4298
|
-
"installkey": {
|
|
4299
|
-
"char": "k",
|
|
4300
|
-
"description": "Package installation key",
|
|
4301
|
-
"name": "installkey",
|
|
4302
|
-
"default": "",
|
|
4283
|
+
"name": {
|
|
4284
|
+
"char": "n",
|
|
4285
|
+
"description": "List of Networks Names that you want to update, separated by comma",
|
|
4286
|
+
"name": "name",
|
|
4287
|
+
"required": true,
|
|
4303
4288
|
"hasDynamicHelp": false,
|
|
4304
4289
|
"multiple": false,
|
|
4305
4290
|
"type": "option"
|
|
4306
4291
|
},
|
|
4307
|
-
"
|
|
4308
|
-
"
|
|
4309
|
-
"
|
|
4310
|
-
"
|
|
4311
|
-
"
|
|
4312
|
-
},
|
|
4313
|
-
"install": {
|
|
4314
|
-
"char": "i",
|
|
4315
|
-
"description": "Install package version on default org after generation",
|
|
4316
|
-
"name": "install",
|
|
4317
|
-
"allowNo": false,
|
|
4318
|
-
"type": "boolean"
|
|
4319
|
-
},
|
|
4320
|
-
"websocket": {
|
|
4321
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
4322
|
-
"name": "websocket",
|
|
4292
|
+
"status": {
|
|
4293
|
+
"char": "s",
|
|
4294
|
+
"description": "New status for the community, available values are: Live, DownForMaintenance",
|
|
4295
|
+
"name": "status",
|
|
4296
|
+
"required": true,
|
|
4323
4297
|
"hasDynamicHelp": false,
|
|
4324
4298
|
"multiple": false,
|
|
4325
4299
|
"type": "option"
|
|
4326
4300
|
},
|
|
4327
|
-
"
|
|
4328
|
-
"
|
|
4329
|
-
"
|
|
4301
|
+
"debug": {
|
|
4302
|
+
"char": "d",
|
|
4303
|
+
"description": "Activate debug mode (more logs)",
|
|
4304
|
+
"name": "debug",
|
|
4330
4305
|
"allowNo": false,
|
|
4331
4306
|
"type": "boolean"
|
|
4332
4307
|
},
|
|
4333
|
-
"target-
|
|
4308
|
+
"target-org": {
|
|
4334
4309
|
"aliases": [
|
|
4335
|
-
"
|
|
4310
|
+
"targetusername",
|
|
4311
|
+
"u"
|
|
4336
4312
|
],
|
|
4337
|
-
"char": "
|
|
4313
|
+
"char": "o",
|
|
4338
4314
|
"deprecateAliases": true,
|
|
4339
|
-
"name": "target-
|
|
4315
|
+
"name": "target-org",
|
|
4340
4316
|
"noCacheDefault": true,
|
|
4341
4317
|
"required": true,
|
|
4342
|
-
"summary": "Username or alias of the
|
|
4318
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
4343
4319
|
"hasDynamicHelp": true,
|
|
4344
4320
|
"multiple": false,
|
|
4345
4321
|
"type": "option"
|
|
@@ -4347,57 +4323,56 @@
|
|
|
4347
4323
|
},
|
|
4348
4324
|
"hasDynamicHelp": true,
|
|
4349
4325
|
"hiddenAliases": [],
|
|
4350
|
-
"id": "hardis:
|
|
4326
|
+
"id": "hardis:org:community:update",
|
|
4351
4327
|
"pluginAlias": "sfdx-hardis",
|
|
4352
4328
|
"pluginName": "sfdx-hardis",
|
|
4353
4329
|
"pluginType": "core",
|
|
4354
4330
|
"strict": true,
|
|
4331
|
+
"summary": "Update a community status.",
|
|
4355
4332
|
"enableJsonFlag": true,
|
|
4356
|
-
"title": "Create a new version of a package",
|
|
4357
|
-
"requiresProject": true,
|
|
4358
4333
|
"isESM": true,
|
|
4359
4334
|
"relativePath": [
|
|
4360
4335
|
"lib",
|
|
4361
4336
|
"commands",
|
|
4362
4337
|
"hardis",
|
|
4363
|
-
"
|
|
4364
|
-
"
|
|
4365
|
-
"
|
|
4338
|
+
"org",
|
|
4339
|
+
"community",
|
|
4340
|
+
"update.js"
|
|
4366
4341
|
],
|
|
4367
4342
|
"aliasPermutations": [],
|
|
4368
4343
|
"permutations": [
|
|
4369
|
-
"hardis:
|
|
4370
|
-
"
|
|
4371
|
-
"
|
|
4372
|
-
"
|
|
4373
|
-
"hardis:
|
|
4374
|
-
"
|
|
4375
|
-
"
|
|
4376
|
-
"
|
|
4377
|
-
"hardis:
|
|
4378
|
-
"
|
|
4379
|
-
"
|
|
4380
|
-
"
|
|
4381
|
-
"hardis:
|
|
4382
|
-
"
|
|
4383
|
-
"
|
|
4384
|
-
"
|
|
4385
|
-
"hardis:
|
|
4386
|
-
"
|
|
4387
|
-
"
|
|
4388
|
-
"
|
|
4389
|
-
"hardis:
|
|
4390
|
-
"
|
|
4391
|
-
"
|
|
4392
|
-
"
|
|
4344
|
+
"hardis:org:community:update",
|
|
4345
|
+
"org:hardis:community:update",
|
|
4346
|
+
"org:community:hardis:update",
|
|
4347
|
+
"org:community:update:hardis",
|
|
4348
|
+
"hardis:community:org:update",
|
|
4349
|
+
"community:hardis:org:update",
|
|
4350
|
+
"community:org:hardis:update",
|
|
4351
|
+
"community:org:update:hardis",
|
|
4352
|
+
"hardis:community:update:org",
|
|
4353
|
+
"community:hardis:update:org",
|
|
4354
|
+
"community:update:hardis:org",
|
|
4355
|
+
"community:update:org:hardis",
|
|
4356
|
+
"hardis:org:update:community",
|
|
4357
|
+
"org:hardis:update:community",
|
|
4358
|
+
"org:update:hardis:community",
|
|
4359
|
+
"org:update:community:hardis",
|
|
4360
|
+
"hardis:update:org:community",
|
|
4361
|
+
"update:hardis:org:community",
|
|
4362
|
+
"update:org:hardis:community",
|
|
4363
|
+
"update:org:community:hardis",
|
|
4364
|
+
"hardis:update:community:org",
|
|
4365
|
+
"update:hardis:community:org",
|
|
4366
|
+
"update:community:hardis:org",
|
|
4367
|
+
"update:community:org:hardis"
|
|
4393
4368
|
]
|
|
4394
4369
|
},
|
|
4395
|
-
"hardis:
|
|
4370
|
+
"hardis:org:configure:data": {
|
|
4396
4371
|
"aliases": [],
|
|
4397
4372
|
"args": {},
|
|
4398
|
-
"description": "
|
|
4373
|
+
"description": "Configure Data Export/Import with a [SFDX Data Loader](https://help.sfdmu.com/) Project\n\nSee article:\n\n[](https://nicolas.vuillamy.fr/how-to-detect-bad-words-in-salesforce-records-using-sfdx-data-loader-and-sfdx-hardis-171db40a9bac)\n",
|
|
4399
4374
|
"examples": [
|
|
4400
|
-
"$ sf hardis:
|
|
4375
|
+
"$ sf hardis:org:configure:data"
|
|
4401
4376
|
],
|
|
4402
4377
|
"flags": {
|
|
4403
4378
|
"json": {
|
|
@@ -4434,77 +4409,65 @@
|
|
|
4434
4409
|
"name": "skipauth",
|
|
4435
4410
|
"allowNo": false,
|
|
4436
4411
|
"type": "boolean"
|
|
4437
|
-
},
|
|
4438
|
-
"target-dev-hub": {
|
|
4439
|
-
"aliases": [
|
|
4440
|
-
"targetdevhubusername"
|
|
4441
|
-
],
|
|
4442
|
-
"char": "v",
|
|
4443
|
-
"deprecateAliases": true,
|
|
4444
|
-
"name": "target-dev-hub",
|
|
4445
|
-
"noCacheDefault": true,
|
|
4446
|
-
"required": true,
|
|
4447
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
4448
|
-
"hasDynamicHelp": true,
|
|
4449
|
-
"multiple": false,
|
|
4450
|
-
"type": "option"
|
|
4451
4412
|
}
|
|
4452
4413
|
},
|
|
4453
|
-
"hasDynamicHelp":
|
|
4414
|
+
"hasDynamicHelp": false,
|
|
4454
4415
|
"hiddenAliases": [],
|
|
4455
|
-
"id": "hardis:
|
|
4416
|
+
"id": "hardis:org:configure:data",
|
|
4456
4417
|
"pluginAlias": "sfdx-hardis",
|
|
4457
4418
|
"pluginName": "sfdx-hardis",
|
|
4458
4419
|
"pluginType": "core",
|
|
4459
4420
|
"strict": true,
|
|
4460
4421
|
"enableJsonFlag": true,
|
|
4461
|
-
"title": "
|
|
4462
|
-
"requiresProject":
|
|
4422
|
+
"title": "Configure Data project",
|
|
4423
|
+
"requiresProject": false,
|
|
4424
|
+
"requiresSfdxPlugins": [
|
|
4425
|
+
"sfdmu"
|
|
4426
|
+
],
|
|
4463
4427
|
"isESM": true,
|
|
4464
4428
|
"relativePath": [
|
|
4465
4429
|
"lib",
|
|
4466
4430
|
"commands",
|
|
4467
4431
|
"hardis",
|
|
4468
|
-
"
|
|
4469
|
-
"
|
|
4470
|
-
"
|
|
4432
|
+
"org",
|
|
4433
|
+
"configure",
|
|
4434
|
+
"data.js"
|
|
4471
4435
|
],
|
|
4472
4436
|
"aliasPermutations": [],
|
|
4473
4437
|
"permutations": [
|
|
4474
|
-
"hardis:
|
|
4475
|
-
"
|
|
4476
|
-
"
|
|
4477
|
-
"
|
|
4478
|
-
"hardis:
|
|
4479
|
-
"
|
|
4480
|
-
"
|
|
4481
|
-
"
|
|
4482
|
-
"hardis:
|
|
4483
|
-
"
|
|
4484
|
-
"
|
|
4485
|
-
"
|
|
4486
|
-
"hardis:
|
|
4487
|
-
"
|
|
4488
|
-
"
|
|
4489
|
-
"
|
|
4490
|
-
"hardis:
|
|
4491
|
-
"
|
|
4492
|
-
"
|
|
4493
|
-
"
|
|
4494
|
-
"hardis:
|
|
4495
|
-
"
|
|
4496
|
-
"
|
|
4497
|
-
"
|
|
4498
|
-
]
|
|
4499
|
-
},
|
|
4500
|
-
"hardis:
|
|
4501
|
-
"aliases": [],
|
|
4502
|
-
"args": {},
|
|
4503
|
-
"description": "
|
|
4504
|
-
"examples": [
|
|
4505
|
-
"$ sf hardis:
|
|
4506
|
-
|
|
4507
|
-
],
|
|
4438
|
+
"hardis:org:configure:data",
|
|
4439
|
+
"org:hardis:configure:data",
|
|
4440
|
+
"org:configure:hardis:data",
|
|
4441
|
+
"org:configure:data:hardis",
|
|
4442
|
+
"hardis:configure:org:data",
|
|
4443
|
+
"configure:hardis:org:data",
|
|
4444
|
+
"configure:org:hardis:data",
|
|
4445
|
+
"configure:org:data:hardis",
|
|
4446
|
+
"hardis:configure:data:org",
|
|
4447
|
+
"configure:hardis:data:org",
|
|
4448
|
+
"configure:data:hardis:org",
|
|
4449
|
+
"configure:data:org:hardis",
|
|
4450
|
+
"hardis:org:data:configure",
|
|
4451
|
+
"org:hardis:data:configure",
|
|
4452
|
+
"org:data:hardis:configure",
|
|
4453
|
+
"org:data:configure:hardis",
|
|
4454
|
+
"hardis:data:org:configure",
|
|
4455
|
+
"data:hardis:org:configure",
|
|
4456
|
+
"data:org:hardis:configure",
|
|
4457
|
+
"data:org:configure:hardis",
|
|
4458
|
+
"hardis:data:configure:org",
|
|
4459
|
+
"data:hardis:configure:org",
|
|
4460
|
+
"data:configure:hardis:org",
|
|
4461
|
+
"data:configure:org:hardis"
|
|
4462
|
+
]
|
|
4463
|
+
},
|
|
4464
|
+
"hardis:org:configure:files": {
|
|
4465
|
+
"aliases": [],
|
|
4466
|
+
"args": {},
|
|
4467
|
+
"description": "Configure export of file attachments from a Salesforce org\n\nSee article below\n\n[](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n",
|
|
4468
|
+
"examples": [
|
|
4469
|
+
"$ sf hardis:org:configure:files"
|
|
4470
|
+
],
|
|
4508
4471
|
"flags": {
|
|
4509
4472
|
"json": {
|
|
4510
4473
|
"description": "Format output as json.",
|
|
@@ -4521,13 +4484,6 @@
|
|
|
4521
4484
|
"multiple": false,
|
|
4522
4485
|
"type": "option"
|
|
4523
4486
|
},
|
|
4524
|
-
"auto": {
|
|
4525
|
-
"char": "f",
|
|
4526
|
-
"description": "Auto-detect which versions of which packages need to be promoted",
|
|
4527
|
-
"name": "auto",
|
|
4528
|
-
"allowNo": false,
|
|
4529
|
-
"type": "boolean"
|
|
4530
|
-
},
|
|
4531
4487
|
"debug": {
|
|
4532
4488
|
"char": "d",
|
|
4533
4489
|
"description": "Activate debug mode (more logs)",
|
|
@@ -4547,76 +4503,61 @@
|
|
|
4547
4503
|
"name": "skipauth",
|
|
4548
4504
|
"allowNo": false,
|
|
4549
4505
|
"type": "boolean"
|
|
4550
|
-
},
|
|
4551
|
-
"target-dev-hub": {
|
|
4552
|
-
"aliases": [
|
|
4553
|
-
"targetdevhubusername"
|
|
4554
|
-
],
|
|
4555
|
-
"char": "v",
|
|
4556
|
-
"deprecateAliases": true,
|
|
4557
|
-
"name": "target-dev-hub",
|
|
4558
|
-
"noCacheDefault": true,
|
|
4559
|
-
"required": true,
|
|
4560
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
4561
|
-
"hasDynamicHelp": true,
|
|
4562
|
-
"multiple": false,
|
|
4563
|
-
"type": "option"
|
|
4564
4506
|
}
|
|
4565
4507
|
},
|
|
4566
|
-
"hasDynamicHelp":
|
|
4508
|
+
"hasDynamicHelp": false,
|
|
4567
4509
|
"hiddenAliases": [],
|
|
4568
|
-
"id": "hardis:
|
|
4510
|
+
"id": "hardis:org:configure:files",
|
|
4569
4511
|
"pluginAlias": "sfdx-hardis",
|
|
4570
4512
|
"pluginName": "sfdx-hardis",
|
|
4571
4513
|
"pluginType": "core",
|
|
4572
4514
|
"strict": true,
|
|
4573
4515
|
"enableJsonFlag": true,
|
|
4574
|
-
"title": "
|
|
4575
|
-
"requiresProject":
|
|
4516
|
+
"title": "Configure File export project",
|
|
4517
|
+
"requiresProject": false,
|
|
4576
4518
|
"isESM": true,
|
|
4577
4519
|
"relativePath": [
|
|
4578
4520
|
"lib",
|
|
4579
4521
|
"commands",
|
|
4580
4522
|
"hardis",
|
|
4581
|
-
"
|
|
4582
|
-
"
|
|
4583
|
-
"
|
|
4523
|
+
"org",
|
|
4524
|
+
"configure",
|
|
4525
|
+
"files.js"
|
|
4584
4526
|
],
|
|
4585
4527
|
"aliasPermutations": [],
|
|
4586
4528
|
"permutations": [
|
|
4587
|
-
"hardis:
|
|
4588
|
-
"
|
|
4589
|
-
"
|
|
4590
|
-
"
|
|
4591
|
-
"hardis:
|
|
4592
|
-
"
|
|
4593
|
-
"
|
|
4594
|
-
"
|
|
4595
|
-
"hardis:
|
|
4596
|
-
"
|
|
4597
|
-
"
|
|
4598
|
-
"
|
|
4599
|
-
"hardis:
|
|
4600
|
-
"
|
|
4601
|
-
"
|
|
4602
|
-
"
|
|
4603
|
-
"hardis:
|
|
4604
|
-
"
|
|
4605
|
-
"
|
|
4606
|
-
"
|
|
4607
|
-
"hardis:
|
|
4608
|
-
"
|
|
4609
|
-
"
|
|
4610
|
-
"
|
|
4529
|
+
"hardis:org:configure:files",
|
|
4530
|
+
"org:hardis:configure:files",
|
|
4531
|
+
"org:configure:hardis:files",
|
|
4532
|
+
"org:configure:files:hardis",
|
|
4533
|
+
"hardis:configure:org:files",
|
|
4534
|
+
"configure:hardis:org:files",
|
|
4535
|
+
"configure:org:hardis:files",
|
|
4536
|
+
"configure:org:files:hardis",
|
|
4537
|
+
"hardis:configure:files:org",
|
|
4538
|
+
"configure:hardis:files:org",
|
|
4539
|
+
"configure:files:hardis:org",
|
|
4540
|
+
"configure:files:org:hardis",
|
|
4541
|
+
"hardis:org:files:configure",
|
|
4542
|
+
"org:hardis:files:configure",
|
|
4543
|
+
"org:files:hardis:configure",
|
|
4544
|
+
"org:files:configure:hardis",
|
|
4545
|
+
"hardis:files:org:configure",
|
|
4546
|
+
"files:hardis:org:configure",
|
|
4547
|
+
"files:org:hardis:configure",
|
|
4548
|
+
"files:org:configure:hardis",
|
|
4549
|
+
"hardis:files:configure:org",
|
|
4550
|
+
"files:hardis:configure:org",
|
|
4551
|
+
"files:configure:hardis:org",
|
|
4552
|
+
"files:configure:org:hardis"
|
|
4611
4553
|
]
|
|
4612
4554
|
},
|
|
4613
|
-
"hardis:org:
|
|
4555
|
+
"hardis:org:configure:monitoring": {
|
|
4614
4556
|
"aliases": [],
|
|
4615
4557
|
"args": {},
|
|
4616
|
-
"description": "
|
|
4558
|
+
"description": "Configure monitoring of an org",
|
|
4617
4559
|
"examples": [
|
|
4618
|
-
"$ sf hardis:org:
|
|
4619
|
-
"$ sf hardis:org:community:update --name 'MyNetworkName,MySecondNetworkName' --status Live"
|
|
4560
|
+
"$ sf hardis:org:configure:monitoring"
|
|
4620
4561
|
],
|
|
4621
4562
|
"flags": {
|
|
4622
4563
|
"json": {
|
|
@@ -4634,20 +4575,9 @@
|
|
|
4634
4575
|
"multiple": false,
|
|
4635
4576
|
"type": "option"
|
|
4636
4577
|
},
|
|
4637
|
-
"
|
|
4638
|
-
"
|
|
4639
|
-
"
|
|
4640
|
-
"name": "name",
|
|
4641
|
-
"required": true,
|
|
4642
|
-
"hasDynamicHelp": false,
|
|
4643
|
-
"multiple": false,
|
|
4644
|
-
"type": "option"
|
|
4645
|
-
},
|
|
4646
|
-
"status": {
|
|
4647
|
-
"char": "s",
|
|
4648
|
-
"description": "New status for the community, available values are: Live, DownForMaintenance",
|
|
4649
|
-
"name": "status",
|
|
4650
|
-
"required": true,
|
|
4578
|
+
"orginstanceurl": {
|
|
4579
|
+
"description": "Org instance url (technical param, do not use manually)",
|
|
4580
|
+
"name": "orginstanceurl",
|
|
4651
4581
|
"hasDynamicHelp": false,
|
|
4652
4582
|
"multiple": false,
|
|
4653
4583
|
"type": "option"
|
|
@@ -4659,6 +4589,19 @@
|
|
|
4659
4589
|
"allowNo": false,
|
|
4660
4590
|
"type": "boolean"
|
|
4661
4591
|
},
|
|
4592
|
+
"websocket": {
|
|
4593
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
4594
|
+
"name": "websocket",
|
|
4595
|
+
"hasDynamicHelp": false,
|
|
4596
|
+
"multiple": false,
|
|
4597
|
+
"type": "option"
|
|
4598
|
+
},
|
|
4599
|
+
"skipauth": {
|
|
4600
|
+
"description": "Skip authentication check when a default username is required",
|
|
4601
|
+
"name": "skipauth",
|
|
4602
|
+
"allowNo": false,
|
|
4603
|
+
"type": "boolean"
|
|
4604
|
+
},
|
|
4662
4605
|
"target-org": {
|
|
4663
4606
|
"aliases": [
|
|
4664
4607
|
"targetusername",
|
|
@@ -4677,56 +4620,60 @@
|
|
|
4677
4620
|
},
|
|
4678
4621
|
"hasDynamicHelp": true,
|
|
4679
4622
|
"hiddenAliases": [],
|
|
4680
|
-
"id": "hardis:org:
|
|
4623
|
+
"id": "hardis:org:configure:monitoring",
|
|
4681
4624
|
"pluginAlias": "sfdx-hardis",
|
|
4682
4625
|
"pluginName": "sfdx-hardis",
|
|
4683
4626
|
"pluginType": "core",
|
|
4684
4627
|
"strict": true,
|
|
4685
|
-
"summary": "Update a community status.",
|
|
4686
4628
|
"enableJsonFlag": true,
|
|
4629
|
+
"title": "Configure org monitoring",
|
|
4630
|
+
"requiresProject": false,
|
|
4631
|
+
"requiresDependencies": [
|
|
4632
|
+
"openssl"
|
|
4633
|
+
],
|
|
4687
4634
|
"isESM": true,
|
|
4688
4635
|
"relativePath": [
|
|
4689
4636
|
"lib",
|
|
4690
4637
|
"commands",
|
|
4691
4638
|
"hardis",
|
|
4692
4639
|
"org",
|
|
4693
|
-
"
|
|
4694
|
-
"
|
|
4640
|
+
"configure",
|
|
4641
|
+
"monitoring.js"
|
|
4695
4642
|
],
|
|
4696
4643
|
"aliasPermutations": [],
|
|
4697
4644
|
"permutations": [
|
|
4698
|
-
"hardis:org:
|
|
4699
|
-
"org:hardis:
|
|
4700
|
-
"org:
|
|
4701
|
-
"org:
|
|
4702
|
-
"hardis:
|
|
4703
|
-
"
|
|
4704
|
-
"
|
|
4705
|
-
"
|
|
4706
|
-
"hardis:
|
|
4707
|
-
"
|
|
4708
|
-
"
|
|
4709
|
-
"
|
|
4710
|
-
"hardis:org:
|
|
4711
|
-
"org:hardis:
|
|
4712
|
-
"org:
|
|
4713
|
-
"org:
|
|
4714
|
-
"hardis:
|
|
4715
|
-
"
|
|
4716
|
-
"
|
|
4717
|
-
"
|
|
4718
|
-
"hardis:
|
|
4719
|
-
"
|
|
4720
|
-
"
|
|
4721
|
-
"
|
|
4645
|
+
"hardis:org:configure:monitoring",
|
|
4646
|
+
"org:hardis:configure:monitoring",
|
|
4647
|
+
"org:configure:hardis:monitoring",
|
|
4648
|
+
"org:configure:monitoring:hardis",
|
|
4649
|
+
"hardis:configure:org:monitoring",
|
|
4650
|
+
"configure:hardis:org:monitoring",
|
|
4651
|
+
"configure:org:hardis:monitoring",
|
|
4652
|
+
"configure:org:monitoring:hardis",
|
|
4653
|
+
"hardis:configure:monitoring:org",
|
|
4654
|
+
"configure:hardis:monitoring:org",
|
|
4655
|
+
"configure:monitoring:hardis:org",
|
|
4656
|
+
"configure:monitoring:org:hardis",
|
|
4657
|
+
"hardis:org:monitoring:configure",
|
|
4658
|
+
"org:hardis:monitoring:configure",
|
|
4659
|
+
"org:monitoring:hardis:configure",
|
|
4660
|
+
"org:monitoring:configure:hardis",
|
|
4661
|
+
"hardis:monitoring:org:configure",
|
|
4662
|
+
"monitoring:hardis:org:configure",
|
|
4663
|
+
"monitoring:org:hardis:configure",
|
|
4664
|
+
"monitoring:org:configure:hardis",
|
|
4665
|
+
"hardis:monitoring:configure:org",
|
|
4666
|
+
"monitoring:hardis:configure:org",
|
|
4667
|
+
"monitoring:configure:hardis:org",
|
|
4668
|
+
"monitoring:configure:org:hardis"
|
|
4722
4669
|
]
|
|
4723
4670
|
},
|
|
4724
|
-
"hardis:org:
|
|
4671
|
+
"hardis:org:data:delete": {
|
|
4725
4672
|
"aliases": [],
|
|
4726
4673
|
"args": {},
|
|
4727
|
-
"description": "
|
|
4674
|
+
"description": "Delete records in multiple objects using SFDMU Workspace\n \nIf you need to run this command in production, you need to:\n\n- define runnableInProduction in export.json\n- define sfdmuCanModify: YOUR_INSTANCE_URL in config/branches/.sfdx-hardis.YOUR_BRANCH.yml\n",
|
|
4728
4675
|
"examples": [
|
|
4729
|
-
"$ sf hardis:org:
|
|
4676
|
+
"$ sf hardis:org:data:delete"
|
|
4730
4677
|
],
|
|
4731
4678
|
"flags": {
|
|
4732
4679
|
"json": {
|
|
@@ -4744,6 +4691,14 @@
|
|
|
4744
4691
|
"multiple": false,
|
|
4745
4692
|
"type": "option"
|
|
4746
4693
|
},
|
|
4694
|
+
"path": {
|
|
4695
|
+
"char": "p",
|
|
4696
|
+
"description": "Path to the sfdmu workspace folder",
|
|
4697
|
+
"name": "path",
|
|
4698
|
+
"hasDynamicHelp": false,
|
|
4699
|
+
"multiple": false,
|
|
4700
|
+
"type": "option"
|
|
4701
|
+
},
|
|
4747
4702
|
"debug": {
|
|
4748
4703
|
"char": "d",
|
|
4749
4704
|
"description": "Activate debug mode (more logs)",
|
|
@@ -4763,17 +4718,32 @@
|
|
|
4763
4718
|
"name": "skipauth",
|
|
4764
4719
|
"allowNo": false,
|
|
4765
4720
|
"type": "boolean"
|
|
4721
|
+
},
|
|
4722
|
+
"target-org": {
|
|
4723
|
+
"aliases": [
|
|
4724
|
+
"targetusername",
|
|
4725
|
+
"u"
|
|
4726
|
+
],
|
|
4727
|
+
"char": "o",
|
|
4728
|
+
"deprecateAliases": true,
|
|
4729
|
+
"name": "target-org",
|
|
4730
|
+
"noCacheDefault": true,
|
|
4731
|
+
"required": true,
|
|
4732
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
4733
|
+
"hasDynamicHelp": true,
|
|
4734
|
+
"multiple": false,
|
|
4735
|
+
"type": "option"
|
|
4766
4736
|
}
|
|
4767
4737
|
},
|
|
4768
|
-
"hasDynamicHelp":
|
|
4738
|
+
"hasDynamicHelp": true,
|
|
4769
4739
|
"hiddenAliases": [],
|
|
4770
|
-
"id": "hardis:org:
|
|
4740
|
+
"id": "hardis:org:data:delete",
|
|
4771
4741
|
"pluginAlias": "sfdx-hardis",
|
|
4772
4742
|
"pluginName": "sfdx-hardis",
|
|
4773
4743
|
"pluginType": "core",
|
|
4774
4744
|
"strict": true,
|
|
4775
4745
|
"enableJsonFlag": true,
|
|
4776
|
-
"title": "
|
|
4746
|
+
"title": "Delete data",
|
|
4777
4747
|
"requiresProject": false,
|
|
4778
4748
|
"requiresSfdxPlugins": [
|
|
4779
4749
|
"sfdmu"
|
|
@@ -4784,43 +4754,43 @@
|
|
|
4784
4754
|
"commands",
|
|
4785
4755
|
"hardis",
|
|
4786
4756
|
"org",
|
|
4787
|
-
"
|
|
4788
|
-
"
|
|
4757
|
+
"data",
|
|
4758
|
+
"delete.js"
|
|
4789
4759
|
],
|
|
4790
4760
|
"aliasPermutations": [],
|
|
4791
4761
|
"permutations": [
|
|
4792
|
-
"hardis:org:
|
|
4793
|
-
"org:hardis:
|
|
4794
|
-
"org:
|
|
4795
|
-
"org:
|
|
4796
|
-
"hardis:
|
|
4797
|
-
"
|
|
4798
|
-
"
|
|
4799
|
-
"
|
|
4800
|
-
"hardis:
|
|
4801
|
-
"
|
|
4802
|
-
"
|
|
4803
|
-
"
|
|
4804
|
-
"hardis:org:data
|
|
4805
|
-
"org:hardis:data
|
|
4806
|
-
"org:
|
|
4807
|
-
"org:data:
|
|
4808
|
-
"hardis:
|
|
4809
|
-
"
|
|
4810
|
-
"
|
|
4811
|
-
"
|
|
4812
|
-
"hardis:data:
|
|
4813
|
-
"
|
|
4814
|
-
"data:
|
|
4815
|
-
"data:
|
|
4762
|
+
"hardis:org:data:delete",
|
|
4763
|
+
"org:hardis:data:delete",
|
|
4764
|
+
"org:data:hardis:delete",
|
|
4765
|
+
"org:data:delete:hardis",
|
|
4766
|
+
"hardis:data:org:delete",
|
|
4767
|
+
"data:hardis:org:delete",
|
|
4768
|
+
"data:org:hardis:delete",
|
|
4769
|
+
"data:org:delete:hardis",
|
|
4770
|
+
"hardis:data:delete:org",
|
|
4771
|
+
"data:hardis:delete:org",
|
|
4772
|
+
"data:delete:hardis:org",
|
|
4773
|
+
"data:delete:org:hardis",
|
|
4774
|
+
"hardis:org:delete:data",
|
|
4775
|
+
"org:hardis:delete:data",
|
|
4776
|
+
"org:delete:hardis:data",
|
|
4777
|
+
"org:delete:data:hardis",
|
|
4778
|
+
"hardis:delete:org:data",
|
|
4779
|
+
"delete:hardis:org:data",
|
|
4780
|
+
"delete:org:hardis:data",
|
|
4781
|
+
"delete:org:data:hardis",
|
|
4782
|
+
"hardis:delete:data:org",
|
|
4783
|
+
"delete:hardis:data:org",
|
|
4784
|
+
"delete:data:hardis:org",
|
|
4785
|
+
"delete:data:org:hardis"
|
|
4816
4786
|
]
|
|
4817
4787
|
},
|
|
4818
|
-
"hardis:org:
|
|
4788
|
+
"hardis:org:data:export": {
|
|
4819
4789
|
"aliases": [],
|
|
4820
4790
|
"args": {},
|
|
4821
|
-
"description": "
|
|
4791
|
+
"description": "Export data from an org using a [SFDX Data Loader](https://help.sfdmu.com/) Project\n\nSee article:\n\n[](https://nicolas.vuillamy.fr/how-to-detect-bad-words-in-salesforce-records-using-sfdx-data-loader-and-sfdx-hardis-171db40a9bac)\n",
|
|
4822
4792
|
"examples": [
|
|
4823
|
-
"$ sf hardis:org:
|
|
4793
|
+
"$ sf hardis:org:data:export"
|
|
4824
4794
|
],
|
|
4825
4795
|
"flags": {
|
|
4826
4796
|
"json": {
|
|
@@ -4838,6 +4808,14 @@
|
|
|
4838
4808
|
"multiple": false,
|
|
4839
4809
|
"type": "option"
|
|
4840
4810
|
},
|
|
4811
|
+
"path": {
|
|
4812
|
+
"char": "p",
|
|
4813
|
+
"description": "Path to the sfdmu workspace folder",
|
|
4814
|
+
"name": "path",
|
|
4815
|
+
"hasDynamicHelp": false,
|
|
4816
|
+
"multiple": false,
|
|
4817
|
+
"type": "option"
|
|
4818
|
+
},
|
|
4841
4819
|
"debug": {
|
|
4842
4820
|
"char": "d",
|
|
4843
4821
|
"description": "Activate debug mode (more logs)",
|
|
@@ -4857,61 +4835,79 @@
|
|
|
4857
4835
|
"name": "skipauth",
|
|
4858
4836
|
"allowNo": false,
|
|
4859
4837
|
"type": "boolean"
|
|
4838
|
+
},
|
|
4839
|
+
"target-org": {
|
|
4840
|
+
"aliases": [
|
|
4841
|
+
"targetusername",
|
|
4842
|
+
"u"
|
|
4843
|
+
],
|
|
4844
|
+
"char": "o",
|
|
4845
|
+
"deprecateAliases": true,
|
|
4846
|
+
"name": "target-org",
|
|
4847
|
+
"noCacheDefault": true,
|
|
4848
|
+
"required": true,
|
|
4849
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
4850
|
+
"hasDynamicHelp": true,
|
|
4851
|
+
"multiple": false,
|
|
4852
|
+
"type": "option"
|
|
4860
4853
|
}
|
|
4861
4854
|
},
|
|
4862
|
-
"hasDynamicHelp":
|
|
4855
|
+
"hasDynamicHelp": true,
|
|
4863
4856
|
"hiddenAliases": [],
|
|
4864
|
-
"id": "hardis:org:
|
|
4857
|
+
"id": "hardis:org:data:export",
|
|
4865
4858
|
"pluginAlias": "sfdx-hardis",
|
|
4866
4859
|
"pluginName": "sfdx-hardis",
|
|
4867
4860
|
"pluginType": "core",
|
|
4868
4861
|
"strict": true,
|
|
4869
4862
|
"enableJsonFlag": true,
|
|
4870
|
-
"title": "
|
|
4863
|
+
"title": "Export data",
|
|
4871
4864
|
"requiresProject": false,
|
|
4865
|
+
"requiresSfdxPlugins": [
|
|
4866
|
+
"sfdmu"
|
|
4867
|
+
],
|
|
4872
4868
|
"isESM": true,
|
|
4873
4869
|
"relativePath": [
|
|
4874
4870
|
"lib",
|
|
4875
4871
|
"commands",
|
|
4876
4872
|
"hardis",
|
|
4877
4873
|
"org",
|
|
4878
|
-
"
|
|
4879
|
-
"
|
|
4874
|
+
"data",
|
|
4875
|
+
"export.js"
|
|
4880
4876
|
],
|
|
4881
4877
|
"aliasPermutations": [],
|
|
4882
4878
|
"permutations": [
|
|
4883
|
-
"hardis:org:
|
|
4884
|
-
"org:hardis:
|
|
4885
|
-
"org:
|
|
4886
|
-
"org:
|
|
4887
|
-
"hardis:
|
|
4888
|
-
"
|
|
4889
|
-
"
|
|
4890
|
-
"
|
|
4891
|
-
"hardis:
|
|
4892
|
-
"
|
|
4893
|
-
"
|
|
4894
|
-
"
|
|
4895
|
-
"hardis:org:
|
|
4896
|
-
"org:hardis:
|
|
4897
|
-
"org:
|
|
4898
|
-
"org:
|
|
4899
|
-
"hardis:
|
|
4900
|
-
"
|
|
4901
|
-
"
|
|
4902
|
-
"
|
|
4903
|
-
"hardis:
|
|
4904
|
-
"
|
|
4905
|
-
"
|
|
4906
|
-
"
|
|
4879
|
+
"hardis:org:data:export",
|
|
4880
|
+
"org:hardis:data:export",
|
|
4881
|
+
"org:data:hardis:export",
|
|
4882
|
+
"org:data:export:hardis",
|
|
4883
|
+
"hardis:data:org:export",
|
|
4884
|
+
"data:hardis:org:export",
|
|
4885
|
+
"data:org:hardis:export",
|
|
4886
|
+
"data:org:export:hardis",
|
|
4887
|
+
"hardis:data:export:org",
|
|
4888
|
+
"data:hardis:export:org",
|
|
4889
|
+
"data:export:hardis:org",
|
|
4890
|
+
"data:export:org:hardis",
|
|
4891
|
+
"hardis:org:export:data",
|
|
4892
|
+
"org:hardis:export:data",
|
|
4893
|
+
"org:export:hardis:data",
|
|
4894
|
+
"org:export:data:hardis",
|
|
4895
|
+
"hardis:export:org:data",
|
|
4896
|
+
"export:hardis:org:data",
|
|
4897
|
+
"export:org:hardis:data",
|
|
4898
|
+
"export:org:data:hardis",
|
|
4899
|
+
"hardis:export:data:org",
|
|
4900
|
+
"export:hardis:data:org",
|
|
4901
|
+
"export:data:hardis:org",
|
|
4902
|
+
"export:data:org:hardis"
|
|
4907
4903
|
]
|
|
4908
4904
|
},
|
|
4909
|
-
"hardis:org:
|
|
4905
|
+
"hardis:org:data:import": {
|
|
4910
4906
|
"aliases": [],
|
|
4911
4907
|
"args": {},
|
|
4912
|
-
"description": "
|
|
4908
|
+
"description": "Import/Load data in an org using a [SFDX Data Loader](https://help.sfdmu.com/) Project\n\nIf you need to run this command in a production org, you need to either:\n\n- Define **sfdmuCanModify** in your .sfdx-hardis.yml config file. (Example: `sfdmuCanModify: prod-instance.my.salesforce.com`)\n- Define an environment variable SFDMU_CAN_MODIFY. (Example: `SFDMU_CAN_MODIFY=prod-instance.my.salesforce.com`)\n\nSee article:\n\n[](https://nicolas.vuillamy.fr/how-to-detect-bad-words-in-salesforce-records-using-sfdx-data-loader-and-sfdx-hardis-171db40a9bac)\n",
|
|
4913
4909
|
"examples": [
|
|
4914
|
-
"$ sf hardis:org:
|
|
4910
|
+
"$ sf hardis:org:data:import"
|
|
4915
4911
|
],
|
|
4916
4912
|
"flags": {
|
|
4917
4913
|
"json": {
|
|
@@ -4929,9 +4925,10 @@
|
|
|
4929
4925
|
"multiple": false,
|
|
4930
4926
|
"type": "option"
|
|
4931
4927
|
},
|
|
4932
|
-
"
|
|
4933
|
-
"
|
|
4934
|
-
"
|
|
4928
|
+
"path": {
|
|
4929
|
+
"char": "p",
|
|
4930
|
+
"description": "Path to the sfdmu workspace folder",
|
|
4931
|
+
"name": "path",
|
|
4935
4932
|
"hasDynamicHelp": false,
|
|
4936
4933
|
"multiple": false,
|
|
4937
4934
|
"type": "option"
|
|
@@ -4974,16 +4971,16 @@
|
|
|
4974
4971
|
},
|
|
4975
4972
|
"hasDynamicHelp": true,
|
|
4976
4973
|
"hiddenAliases": [],
|
|
4977
|
-
"id": "hardis:org:
|
|
4974
|
+
"id": "hardis:org:data:import",
|
|
4978
4975
|
"pluginAlias": "sfdx-hardis",
|
|
4979
4976
|
"pluginName": "sfdx-hardis",
|
|
4980
4977
|
"pluginType": "core",
|
|
4981
4978
|
"strict": true,
|
|
4982
4979
|
"enableJsonFlag": true,
|
|
4983
|
-
"title": "
|
|
4980
|
+
"title": "Import data",
|
|
4984
4981
|
"requiresProject": false,
|
|
4985
|
-
"
|
|
4986
|
-
"
|
|
4982
|
+
"requiresSfdxPlugins": [
|
|
4983
|
+
"sfdmu"
|
|
4987
4984
|
],
|
|
4988
4985
|
"isESM": true,
|
|
4989
4986
|
"relativePath": [
|
|
@@ -4991,43 +4988,46 @@
|
|
|
4991
4988
|
"commands",
|
|
4992
4989
|
"hardis",
|
|
4993
4990
|
"org",
|
|
4994
|
-
"
|
|
4995
|
-
"
|
|
4991
|
+
"data",
|
|
4992
|
+
"import.js"
|
|
4996
4993
|
],
|
|
4997
4994
|
"aliasPermutations": [],
|
|
4998
4995
|
"permutations": [
|
|
4999
|
-
"hardis:org:
|
|
5000
|
-
"org:hardis:
|
|
5001
|
-
"org:
|
|
5002
|
-
"org:
|
|
5003
|
-
"hardis:
|
|
5004
|
-
"
|
|
5005
|
-
"
|
|
5006
|
-
"
|
|
5007
|
-
"hardis:
|
|
5008
|
-
"
|
|
5009
|
-
"
|
|
5010
|
-
"
|
|
5011
|
-
"hardis:org:
|
|
5012
|
-
"org:hardis:
|
|
5013
|
-
"org:
|
|
5014
|
-
"org:
|
|
5015
|
-
"hardis:
|
|
5016
|
-
"
|
|
5017
|
-
"
|
|
5018
|
-
"
|
|
5019
|
-
"hardis:
|
|
5020
|
-
"
|
|
5021
|
-
"
|
|
5022
|
-
"
|
|
4996
|
+
"hardis:org:data:import",
|
|
4997
|
+
"org:hardis:data:import",
|
|
4998
|
+
"org:data:hardis:import",
|
|
4999
|
+
"org:data:import:hardis",
|
|
5000
|
+
"hardis:data:org:import",
|
|
5001
|
+
"data:hardis:org:import",
|
|
5002
|
+
"data:org:hardis:import",
|
|
5003
|
+
"data:org:import:hardis",
|
|
5004
|
+
"hardis:data:import:org",
|
|
5005
|
+
"data:hardis:import:org",
|
|
5006
|
+
"data:import:hardis:org",
|
|
5007
|
+
"data:import:org:hardis",
|
|
5008
|
+
"hardis:org:import:data",
|
|
5009
|
+
"org:hardis:import:data",
|
|
5010
|
+
"org:import:hardis:data",
|
|
5011
|
+
"org:import:data:hardis",
|
|
5012
|
+
"hardis:import:org:data",
|
|
5013
|
+
"import:hardis:org:data",
|
|
5014
|
+
"import:org:hardis:data",
|
|
5015
|
+
"import:org:data:hardis",
|
|
5016
|
+
"hardis:import:data:org",
|
|
5017
|
+
"import:hardis:data:org",
|
|
5018
|
+
"import:data:hardis:org",
|
|
5019
|
+
"import:data:org:hardis"
|
|
5023
5020
|
]
|
|
5024
5021
|
},
|
|
5025
|
-
"hardis:org:
|
|
5022
|
+
"hardis:org:diagnose:audittrail": {
|
|
5026
5023
|
"aliases": [],
|
|
5027
5024
|
"args": {},
|
|
5028
|
-
"description": "
|
|
5025
|
+
"description": "Export Audit trail into a CSV file with selected criteria, and highlight suspect actions\n\nRegular setup actions performed in major orgs are filtered.\n\n- \"\"\n - createScratchOrg\n - changedsenderemail\n - deleteScratchOrg\n - loginasgrantedtopartnerbt\n- Certificate and Key Management\n - insertCertificate\n- Custom App Licenses\n - addeduserpackagelicense\n - granteduserpackagelicense\n- Customer Portal\n - createdcustomersuccessuser\n- Currency\n - updateddatedexchrate\n- Data Management\n - queueMembership\n- Email Administration\n - dkimRotationPreparationSuccessful\n - dkimRotationSuccessful\n- Groups\n - groupMembership\n- Holidays\n - holiday_insert\n- Inbox mobile and legacy desktop apps\n - enableSIQUserNonEAC\n- Manage Users\n - activateduser\n - createduser\n - changedcommunitynickname\n - changedemail\n - changedfederationid\n - changedpassword\n - changedinteractionuseroffon\n - changedinteractionuseronoff\n - changedmarketinguseroffon\n - changedmarketinguseronoff\n - changedprofileforuser\n - changedprofileforusercusttostd\n - changedprofileforuserstdtocust\n - changedroleforusertonone\n - changedroleforuser\n - changedroleforuserfromnone\n - changedUserEmailVerifiedStatusUnverified\n - changedUserEmailVerifiedStatusVerified\n - changedUserPhoneNumber\n - changedUserPhoneVerifiedStatusUnverified\n - deactivateduser\n - deleteAuthenticatorPairing\n - deleteTwoFactorInfo2\n - deleteTwoFactorTempCode\n - frozeuser\n - insertAuthenticatorPairing\n - insertTwoFactorInfo2\n - insertTwoFactorTempCode\n - lightningloginenroll\n - PermSetAssign\n - PermSetGroupAssign\n - PermSetGroupUnassign\n - PermSetLicenseAssign\n - PermSetUnassign\n - PermSetLicenseUnassign\n - registeredUserPhoneNumber\n - resetpassword\n - suOrgAdminLogin\n - suOrgAdminLogout\n - unfrozeuser\n - useremailchangesent\n- Mobile Administration\n - assigneduserstomobileconfig\n- Reporting Snapshots\n - createdReportJob\n - deletedReportJob\n- Sandboxes\n - DeleteSandbox\n\nBy default, deployment user defined in .sfdx-hardis.yml targetUsername property will be excluded.\n\nYou can define additional users to exclude in .sfdx-hardis.yml **monitoringExcludeUsernames** property.\n\nYou can also add more sections / actions considered as not suspect using property **monitoringAllowedSectionsActions**\n\nExample:\n\n```yaml\nmonitoringExcludeUsernames:\n - deploymentuser@cloudity.com\n - marketingcloud@cloudity.com\n - integration-user@cloudity.com\n\nmonitoringAllowedSectionsActions:\n \"Some section\": [] // Will ignore all actions from such section\n \"Some other section\": [\"actionType1\",\"actionType2\",\"actionType3\"] // Will ignore only those 3 actions from section \"Some other section\". Other actions in the same section will be considered as suspect.\n```\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-suspect-audit-trail/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
5029
5026
|
"examples": [
|
|
5030
|
-
"$ sf hardis:org:
|
|
5027
|
+
"$ sf hardis:org:diagnose:audittrail",
|
|
5028
|
+
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com",
|
|
5029
|
+
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com,bertrand@titi.com",
|
|
5030
|
+
"$ sf hardis:org:diagnose:audittrail --lastndays 5"
|
|
5031
5031
|
],
|
|
5032
5032
|
"flags": {
|
|
5033
5033
|
"json": {
|
|
@@ -5045,10 +5045,26 @@
|
|
|
5045
5045
|
"multiple": false,
|
|
5046
5046
|
"type": "option"
|
|
5047
5047
|
},
|
|
5048
|
-
"
|
|
5049
|
-
"char": "
|
|
5050
|
-
"description": "
|
|
5051
|
-
"name": "
|
|
5048
|
+
"excludeusers": {
|
|
5049
|
+
"char": "e",
|
|
5050
|
+
"description": "Comma-separated list of usernames to exclude",
|
|
5051
|
+
"name": "excludeusers",
|
|
5052
|
+
"hasDynamicHelp": false,
|
|
5053
|
+
"multiple": false,
|
|
5054
|
+
"type": "option"
|
|
5055
|
+
},
|
|
5056
|
+
"lastndays": {
|
|
5057
|
+
"char": "t",
|
|
5058
|
+
"description": "Number of days to extract from today (included)",
|
|
5059
|
+
"name": "lastndays",
|
|
5060
|
+
"hasDynamicHelp": false,
|
|
5061
|
+
"multiple": false,
|
|
5062
|
+
"type": "option"
|
|
5063
|
+
},
|
|
5064
|
+
"outputfile": {
|
|
5065
|
+
"char": "f",
|
|
5066
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
5067
|
+
"name": "outputfile",
|
|
5052
5068
|
"hasDynamicHelp": false,
|
|
5053
5069
|
"multiple": false,
|
|
5054
5070
|
"type": "option"
|
|
@@ -5091,60 +5107,57 @@
|
|
|
5091
5107
|
},
|
|
5092
5108
|
"hasDynamicHelp": true,
|
|
5093
5109
|
"hiddenAliases": [],
|
|
5094
|
-
"id": "hardis:org:
|
|
5110
|
+
"id": "hardis:org:diagnose:audittrail",
|
|
5095
5111
|
"pluginAlias": "sfdx-hardis",
|
|
5096
5112
|
"pluginName": "sfdx-hardis",
|
|
5097
5113
|
"pluginType": "core",
|
|
5098
5114
|
"strict": true,
|
|
5099
5115
|
"enableJsonFlag": true,
|
|
5100
|
-
"title": "
|
|
5116
|
+
"title": "Diagnose content of Setup Audit Trail",
|
|
5101
5117
|
"requiresProject": false,
|
|
5102
|
-
"requiresSfdxPlugins": [
|
|
5103
|
-
"sfdmu"
|
|
5104
|
-
],
|
|
5105
5118
|
"isESM": true,
|
|
5106
5119
|
"relativePath": [
|
|
5107
5120
|
"lib",
|
|
5108
5121
|
"commands",
|
|
5109
5122
|
"hardis",
|
|
5110
5123
|
"org",
|
|
5111
|
-
"
|
|
5112
|
-
"
|
|
5124
|
+
"diagnose",
|
|
5125
|
+
"audittrail.js"
|
|
5113
5126
|
],
|
|
5114
5127
|
"aliasPermutations": [],
|
|
5115
5128
|
"permutations": [
|
|
5116
|
-
"hardis:org:
|
|
5117
|
-
"org:hardis:
|
|
5118
|
-
"org:
|
|
5119
|
-
"org:
|
|
5120
|
-
"hardis:
|
|
5121
|
-
"
|
|
5122
|
-
"
|
|
5123
|
-
"
|
|
5124
|
-
"hardis:
|
|
5125
|
-
"
|
|
5126
|
-
"
|
|
5127
|
-
"
|
|
5128
|
-
"hardis:org:
|
|
5129
|
-
"org:hardis:
|
|
5130
|
-
"org:
|
|
5131
|
-
"org:
|
|
5132
|
-
"hardis:
|
|
5133
|
-
"
|
|
5134
|
-
"
|
|
5135
|
-
"
|
|
5136
|
-
"hardis:
|
|
5137
|
-
"
|
|
5138
|
-
"
|
|
5139
|
-
"
|
|
5129
|
+
"hardis:org:diagnose:audittrail",
|
|
5130
|
+
"org:hardis:diagnose:audittrail",
|
|
5131
|
+
"org:diagnose:hardis:audittrail",
|
|
5132
|
+
"org:diagnose:audittrail:hardis",
|
|
5133
|
+
"hardis:diagnose:org:audittrail",
|
|
5134
|
+
"diagnose:hardis:org:audittrail",
|
|
5135
|
+
"diagnose:org:hardis:audittrail",
|
|
5136
|
+
"diagnose:org:audittrail:hardis",
|
|
5137
|
+
"hardis:diagnose:audittrail:org",
|
|
5138
|
+
"diagnose:hardis:audittrail:org",
|
|
5139
|
+
"diagnose:audittrail:hardis:org",
|
|
5140
|
+
"diagnose:audittrail:org:hardis",
|
|
5141
|
+
"hardis:org:audittrail:diagnose",
|
|
5142
|
+
"org:hardis:audittrail:diagnose",
|
|
5143
|
+
"org:audittrail:hardis:diagnose",
|
|
5144
|
+
"org:audittrail:diagnose:hardis",
|
|
5145
|
+
"hardis:audittrail:org:diagnose",
|
|
5146
|
+
"audittrail:hardis:org:diagnose",
|
|
5147
|
+
"audittrail:org:hardis:diagnose",
|
|
5148
|
+
"audittrail:org:diagnose:hardis",
|
|
5149
|
+
"hardis:audittrail:diagnose:org",
|
|
5150
|
+
"audittrail:hardis:diagnose:org",
|
|
5151
|
+
"audittrail:diagnose:hardis:org",
|
|
5152
|
+
"audittrail:diagnose:org:hardis"
|
|
5140
5153
|
]
|
|
5141
5154
|
},
|
|
5142
|
-
"hardis:org:
|
|
5155
|
+
"hardis:org:diagnose:instanceupgrade": {
|
|
5143
5156
|
"aliases": [],
|
|
5144
5157
|
"args": {},
|
|
5145
|
-
"description": "
|
|
5158
|
+
"description": "Get the date when the org instance will be upgraded (to Spring, Summer or Winter)\n ",
|
|
5146
5159
|
"examples": [
|
|
5147
|
-
"$ sf hardis:org:
|
|
5160
|
+
"$ sf hardis:org:diagnose:instanceupgrade"
|
|
5148
5161
|
],
|
|
5149
5162
|
"flags": {
|
|
5150
5163
|
"json": {
|
|
@@ -5162,14 +5175,6 @@
|
|
|
5162
5175
|
"multiple": false,
|
|
5163
5176
|
"type": "option"
|
|
5164
5177
|
},
|
|
5165
|
-
"path": {
|
|
5166
|
-
"char": "p",
|
|
5167
|
-
"description": "Path to the sfdmu workspace folder",
|
|
5168
|
-
"name": "path",
|
|
5169
|
-
"hasDynamicHelp": false,
|
|
5170
|
-
"multiple": false,
|
|
5171
|
-
"type": "option"
|
|
5172
|
-
},
|
|
5173
5178
|
"debug": {
|
|
5174
5179
|
"char": "d",
|
|
5175
5180
|
"description": "Activate debug mode (more logs)",
|
|
@@ -5208,60 +5213,60 @@
|
|
|
5208
5213
|
},
|
|
5209
5214
|
"hasDynamicHelp": true,
|
|
5210
5215
|
"hiddenAliases": [],
|
|
5211
|
-
"id": "hardis:org:
|
|
5216
|
+
"id": "hardis:org:diagnose:instanceupgrade",
|
|
5212
5217
|
"pluginAlias": "sfdx-hardis",
|
|
5213
5218
|
"pluginName": "sfdx-hardis",
|
|
5214
5219
|
"pluginType": "core",
|
|
5215
5220
|
"strict": true,
|
|
5216
5221
|
"enableJsonFlag": true,
|
|
5217
|
-
"title": "
|
|
5222
|
+
"title": "Get Instance Upgrade date",
|
|
5218
5223
|
"requiresProject": false,
|
|
5219
|
-
"requiresSfdxPlugins": [
|
|
5220
|
-
"sfdmu"
|
|
5221
|
-
],
|
|
5222
5224
|
"isESM": true,
|
|
5223
5225
|
"relativePath": [
|
|
5224
5226
|
"lib",
|
|
5225
5227
|
"commands",
|
|
5226
5228
|
"hardis",
|
|
5227
5229
|
"org",
|
|
5228
|
-
"
|
|
5229
|
-
"
|
|
5230
|
+
"diagnose",
|
|
5231
|
+
"instanceupgrade.js"
|
|
5230
5232
|
],
|
|
5231
5233
|
"aliasPermutations": [],
|
|
5232
5234
|
"permutations": [
|
|
5233
|
-
"hardis:org:
|
|
5234
|
-
"org:hardis:
|
|
5235
|
-
"org:
|
|
5236
|
-
"org:
|
|
5237
|
-
"hardis:
|
|
5238
|
-
"
|
|
5239
|
-
"
|
|
5240
|
-
"
|
|
5241
|
-
"hardis:
|
|
5242
|
-
"
|
|
5243
|
-
"
|
|
5244
|
-
"
|
|
5245
|
-
"hardis:org:
|
|
5246
|
-
"org:hardis:
|
|
5247
|
-
"org:
|
|
5248
|
-
"org:
|
|
5249
|
-
"hardis:
|
|
5250
|
-
"
|
|
5251
|
-
"
|
|
5252
|
-
"
|
|
5253
|
-
"hardis:
|
|
5254
|
-
"
|
|
5255
|
-
"
|
|
5256
|
-
"
|
|
5235
|
+
"hardis:org:diagnose:instanceupgrade",
|
|
5236
|
+
"org:hardis:diagnose:instanceupgrade",
|
|
5237
|
+
"org:diagnose:hardis:instanceupgrade",
|
|
5238
|
+
"org:diagnose:instanceupgrade:hardis",
|
|
5239
|
+
"hardis:diagnose:org:instanceupgrade",
|
|
5240
|
+
"diagnose:hardis:org:instanceupgrade",
|
|
5241
|
+
"diagnose:org:hardis:instanceupgrade",
|
|
5242
|
+
"diagnose:org:instanceupgrade:hardis",
|
|
5243
|
+
"hardis:diagnose:instanceupgrade:org",
|
|
5244
|
+
"diagnose:hardis:instanceupgrade:org",
|
|
5245
|
+
"diagnose:instanceupgrade:hardis:org",
|
|
5246
|
+
"diagnose:instanceupgrade:org:hardis",
|
|
5247
|
+
"hardis:org:instanceupgrade:diagnose",
|
|
5248
|
+
"org:hardis:instanceupgrade:diagnose",
|
|
5249
|
+
"org:instanceupgrade:hardis:diagnose",
|
|
5250
|
+
"org:instanceupgrade:diagnose:hardis",
|
|
5251
|
+
"hardis:instanceupgrade:org:diagnose",
|
|
5252
|
+
"instanceupgrade:hardis:org:diagnose",
|
|
5253
|
+
"instanceupgrade:org:hardis:diagnose",
|
|
5254
|
+
"instanceupgrade:org:diagnose:hardis",
|
|
5255
|
+
"hardis:instanceupgrade:diagnose:org",
|
|
5256
|
+
"instanceupgrade:hardis:diagnose:org",
|
|
5257
|
+
"instanceupgrade:diagnose:hardis:org",
|
|
5258
|
+
"instanceupgrade:diagnose:org:hardis"
|
|
5257
5259
|
]
|
|
5258
5260
|
},
|
|
5259
|
-
"hardis:org:
|
|
5261
|
+
"hardis:org:diagnose:legacyapi": {
|
|
5260
5262
|
"aliases": [],
|
|
5261
5263
|
"args": {},
|
|
5262
|
-
"description": "
|
|
5264
|
+
"description": "Checks if an org uses retired or someday retired API version\n\n\nSee article below\n\n[](https://nicolas.vuillamy.fr/handle-salesforce-api-versions-deprecation-like-a-pro-335065f52238)\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-deprecated-api-calls/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
5263
5265
|
"examples": [
|
|
5264
|
-
"$ sf hardis:org:
|
|
5266
|
+
"$ sf hardis:org:diagnose:legacyapi",
|
|
5267
|
+
"$ sf hardis:org:diagnose:legacyapi -u hardis@myclient.com",
|
|
5268
|
+
"$ sf hardis:org:diagnose:legacyapi --outputfile 'c:/path/to/folder/legacyapi.csv'",
|
|
5269
|
+
"$ sf hardis:org:diagnose:legacyapi -u hardis@myclient.com --outputfile ./tmp/legacyapi.csv"
|
|
5265
5270
|
],
|
|
5266
5271
|
"flags": {
|
|
5267
5272
|
"json": {
|
|
@@ -5279,10 +5284,28 @@
|
|
|
5279
5284
|
"multiple": false,
|
|
5280
5285
|
"type": "option"
|
|
5281
5286
|
},
|
|
5282
|
-
"
|
|
5283
|
-
"char": "
|
|
5284
|
-
"description": "
|
|
5285
|
-
"name": "
|
|
5287
|
+
"eventtype": {
|
|
5288
|
+
"char": "e",
|
|
5289
|
+
"description": "Type of EventLogFile event to analyze",
|
|
5290
|
+
"name": "eventtype",
|
|
5291
|
+
"default": "ApiTotalUsage",
|
|
5292
|
+
"hasDynamicHelp": false,
|
|
5293
|
+
"multiple": false,
|
|
5294
|
+
"type": "option"
|
|
5295
|
+
},
|
|
5296
|
+
"limit": {
|
|
5297
|
+
"char": "l",
|
|
5298
|
+
"description": "Number of latest EventLogFile events to analyze",
|
|
5299
|
+
"name": "limit",
|
|
5300
|
+
"default": 999,
|
|
5301
|
+
"hasDynamicHelp": false,
|
|
5302
|
+
"multiple": false,
|
|
5303
|
+
"type": "option"
|
|
5304
|
+
},
|
|
5305
|
+
"outputfile": {
|
|
5306
|
+
"char": "f",
|
|
5307
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
5308
|
+
"name": "outputfile",
|
|
5286
5309
|
"hasDynamicHelp": false,
|
|
5287
5310
|
"multiple": false,
|
|
5288
5311
|
"type": "option"
|
|
@@ -5325,63 +5348,57 @@
|
|
|
5325
5348
|
},
|
|
5326
5349
|
"hasDynamicHelp": true,
|
|
5327
5350
|
"hiddenAliases": [],
|
|
5328
|
-
"id": "hardis:org:
|
|
5351
|
+
"id": "hardis:org:diagnose:legacyapi",
|
|
5329
5352
|
"pluginAlias": "sfdx-hardis",
|
|
5330
5353
|
"pluginName": "sfdx-hardis",
|
|
5331
5354
|
"pluginType": "core",
|
|
5332
5355
|
"strict": true,
|
|
5333
5356
|
"enableJsonFlag": true,
|
|
5334
|
-
"title": "
|
|
5357
|
+
"title": "Check for legacy API use",
|
|
5335
5358
|
"requiresProject": false,
|
|
5336
|
-
"requiresSfdxPlugins": [
|
|
5337
|
-
"sfdmu"
|
|
5338
|
-
],
|
|
5339
5359
|
"isESM": true,
|
|
5340
5360
|
"relativePath": [
|
|
5341
5361
|
"lib",
|
|
5342
5362
|
"commands",
|
|
5343
5363
|
"hardis",
|
|
5344
5364
|
"org",
|
|
5345
|
-
"
|
|
5346
|
-
"
|
|
5365
|
+
"diagnose",
|
|
5366
|
+
"legacyapi.js"
|
|
5347
5367
|
],
|
|
5348
5368
|
"aliasPermutations": [],
|
|
5349
5369
|
"permutations": [
|
|
5350
|
-
"hardis:org:
|
|
5351
|
-
"org:hardis:
|
|
5352
|
-
"org:
|
|
5353
|
-
"org:
|
|
5354
|
-
"hardis:
|
|
5355
|
-
"
|
|
5356
|
-
"
|
|
5357
|
-
"
|
|
5358
|
-
"hardis:
|
|
5359
|
-
"
|
|
5360
|
-
"
|
|
5361
|
-
"
|
|
5362
|
-
"hardis:org:
|
|
5363
|
-
"org:hardis:
|
|
5364
|
-
"org:
|
|
5365
|
-
"org:
|
|
5366
|
-
"hardis:
|
|
5367
|
-
"
|
|
5368
|
-
"
|
|
5369
|
-
"
|
|
5370
|
-
"hardis:
|
|
5371
|
-
"
|
|
5372
|
-
"
|
|
5373
|
-
"
|
|
5370
|
+
"hardis:org:diagnose:legacyapi",
|
|
5371
|
+
"org:hardis:diagnose:legacyapi",
|
|
5372
|
+
"org:diagnose:hardis:legacyapi",
|
|
5373
|
+
"org:diagnose:legacyapi:hardis",
|
|
5374
|
+
"hardis:diagnose:org:legacyapi",
|
|
5375
|
+
"diagnose:hardis:org:legacyapi",
|
|
5376
|
+
"diagnose:org:hardis:legacyapi",
|
|
5377
|
+
"diagnose:org:legacyapi:hardis",
|
|
5378
|
+
"hardis:diagnose:legacyapi:org",
|
|
5379
|
+
"diagnose:hardis:legacyapi:org",
|
|
5380
|
+
"diagnose:legacyapi:hardis:org",
|
|
5381
|
+
"diagnose:legacyapi:org:hardis",
|
|
5382
|
+
"hardis:org:legacyapi:diagnose",
|
|
5383
|
+
"org:hardis:legacyapi:diagnose",
|
|
5384
|
+
"org:legacyapi:hardis:diagnose",
|
|
5385
|
+
"org:legacyapi:diagnose:hardis",
|
|
5386
|
+
"hardis:legacyapi:org:diagnose",
|
|
5387
|
+
"legacyapi:hardis:org:diagnose",
|
|
5388
|
+
"legacyapi:org:hardis:diagnose",
|
|
5389
|
+
"legacyapi:org:diagnose:hardis",
|
|
5390
|
+
"hardis:legacyapi:diagnose:org",
|
|
5391
|
+
"legacyapi:hardis:diagnose:org",
|
|
5392
|
+
"legacyapi:diagnose:hardis:org",
|
|
5393
|
+
"legacyapi:diagnose:org:hardis"
|
|
5374
5394
|
]
|
|
5375
5395
|
},
|
|
5376
|
-
"hardis:org:diagnose:
|
|
5396
|
+
"hardis:org:diagnose:licenses": {
|
|
5377
5397
|
"aliases": [],
|
|
5378
5398
|
"args": {},
|
|
5379
|
-
"description": "
|
|
5399
|
+
"description": "Mostly used for monitoring (Grafana) but you can also use it manually :)",
|
|
5380
5400
|
"examples": [
|
|
5381
|
-
"$ sf hardis:org:diagnose:
|
|
5382
|
-
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com",
|
|
5383
|
-
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com,bertrand@titi.com",
|
|
5384
|
-
"$ sf hardis:org:diagnose:audittrail --lastndays 5"
|
|
5401
|
+
"$ sf hardis:org:diagnose:licenses"
|
|
5385
5402
|
],
|
|
5386
5403
|
"flags": {
|
|
5387
5404
|
"json": {
|
|
@@ -5399,22 +5416,6 @@
|
|
|
5399
5416
|
"multiple": false,
|
|
5400
5417
|
"type": "option"
|
|
5401
5418
|
},
|
|
5402
|
-
"excludeusers": {
|
|
5403
|
-
"char": "e",
|
|
5404
|
-
"description": "Comma-separated list of usernames to exclude",
|
|
5405
|
-
"name": "excludeusers",
|
|
5406
|
-
"hasDynamicHelp": false,
|
|
5407
|
-
"multiple": false,
|
|
5408
|
-
"type": "option"
|
|
5409
|
-
},
|
|
5410
|
-
"lastndays": {
|
|
5411
|
-
"char": "t",
|
|
5412
|
-
"description": "Number of days to extract from today (included)",
|
|
5413
|
-
"name": "lastndays",
|
|
5414
|
-
"hasDynamicHelp": false,
|
|
5415
|
-
"multiple": false,
|
|
5416
|
-
"type": "option"
|
|
5417
|
-
},
|
|
5418
5419
|
"outputfile": {
|
|
5419
5420
|
"char": "f",
|
|
5420
5421
|
"description": "Force the path and name of output report file. Must end with .csv",
|
|
@@ -5423,6 +5424,13 @@
|
|
|
5423
5424
|
"multiple": false,
|
|
5424
5425
|
"type": "option"
|
|
5425
5426
|
},
|
|
5427
|
+
"usedonly": {
|
|
5428
|
+
"char": "u",
|
|
5429
|
+
"description": "Filter to have only used licenses",
|
|
5430
|
+
"name": "usedonly",
|
|
5431
|
+
"allowNo": false,
|
|
5432
|
+
"type": "boolean"
|
|
5433
|
+
},
|
|
5426
5434
|
"debug": {
|
|
5427
5435
|
"char": "d",
|
|
5428
5436
|
"description": "Activate debug mode (more logs)",
|
|
@@ -5461,13 +5469,13 @@
|
|
|
5461
5469
|
},
|
|
5462
5470
|
"hasDynamicHelp": true,
|
|
5463
5471
|
"hiddenAliases": [],
|
|
5464
|
-
"id": "hardis:org:diagnose:
|
|
5472
|
+
"id": "hardis:org:diagnose:licenses",
|
|
5465
5473
|
"pluginAlias": "sfdx-hardis",
|
|
5466
5474
|
"pluginName": "sfdx-hardis",
|
|
5467
5475
|
"pluginType": "core",
|
|
5468
5476
|
"strict": true,
|
|
5469
5477
|
"enableJsonFlag": true,
|
|
5470
|
-
"title": "
|
|
5478
|
+
"title": "List licenses subscribed and used in a Salesforce org",
|
|
5471
5479
|
"requiresProject": false,
|
|
5472
5480
|
"isESM": true,
|
|
5473
5481
|
"relativePath": [
|
|
@@ -5476,42 +5484,42 @@
|
|
|
5476
5484
|
"hardis",
|
|
5477
5485
|
"org",
|
|
5478
5486
|
"diagnose",
|
|
5479
|
-
"
|
|
5487
|
+
"licenses.js"
|
|
5480
5488
|
],
|
|
5481
5489
|
"aliasPermutations": [],
|
|
5482
5490
|
"permutations": [
|
|
5483
|
-
"hardis:org:diagnose:
|
|
5484
|
-
"org:hardis:diagnose:
|
|
5485
|
-
"org:diagnose:hardis:
|
|
5486
|
-
"org:diagnose:
|
|
5487
|
-
"hardis:diagnose:org:
|
|
5488
|
-
"diagnose:hardis:org:
|
|
5489
|
-
"diagnose:org:hardis:
|
|
5490
|
-
"diagnose:org:
|
|
5491
|
-
"hardis:diagnose:
|
|
5492
|
-
"diagnose:hardis:
|
|
5493
|
-
"diagnose:
|
|
5494
|
-
"diagnose:
|
|
5495
|
-
"hardis:org:
|
|
5496
|
-
"org:hardis:
|
|
5497
|
-
"org:
|
|
5498
|
-
"org:
|
|
5499
|
-
"hardis:
|
|
5500
|
-
"
|
|
5501
|
-
"
|
|
5502
|
-
"
|
|
5503
|
-
"hardis:
|
|
5504
|
-
"
|
|
5505
|
-
"
|
|
5506
|
-
"
|
|
5491
|
+
"hardis:org:diagnose:licenses",
|
|
5492
|
+
"org:hardis:diagnose:licenses",
|
|
5493
|
+
"org:diagnose:hardis:licenses",
|
|
5494
|
+
"org:diagnose:licenses:hardis",
|
|
5495
|
+
"hardis:diagnose:org:licenses",
|
|
5496
|
+
"diagnose:hardis:org:licenses",
|
|
5497
|
+
"diagnose:org:hardis:licenses",
|
|
5498
|
+
"diagnose:org:licenses:hardis",
|
|
5499
|
+
"hardis:diagnose:licenses:org",
|
|
5500
|
+
"diagnose:hardis:licenses:org",
|
|
5501
|
+
"diagnose:licenses:hardis:org",
|
|
5502
|
+
"diagnose:licenses:org:hardis",
|
|
5503
|
+
"hardis:org:licenses:diagnose",
|
|
5504
|
+
"org:hardis:licenses:diagnose",
|
|
5505
|
+
"org:licenses:hardis:diagnose",
|
|
5506
|
+
"org:licenses:diagnose:hardis",
|
|
5507
|
+
"hardis:licenses:org:diagnose",
|
|
5508
|
+
"licenses:hardis:org:diagnose",
|
|
5509
|
+
"licenses:org:hardis:diagnose",
|
|
5510
|
+
"licenses:org:diagnose:hardis",
|
|
5511
|
+
"hardis:licenses:diagnose:org",
|
|
5512
|
+
"licenses:hardis:diagnose:org",
|
|
5513
|
+
"licenses:diagnose:hardis:org",
|
|
5514
|
+
"licenses:diagnose:org:hardis"
|
|
5507
5515
|
]
|
|
5508
5516
|
},
|
|
5509
|
-
"hardis:org:diagnose:
|
|
5517
|
+
"hardis:org:diagnose:releaseupdates": {
|
|
5510
5518
|
"aliases": [],
|
|
5511
5519
|
"args": {},
|
|
5512
|
-
"description": "
|
|
5520
|
+
"description": "Export Release Updates into a CSV file with selected criteria, and highlight Release Updates that should be checked.\n\nBefore publishing **Breaking Changes** ❌, Salesforce announce them in the setup menu [**Release Updates**](https://help.salesforce.com/s/articleView?id=sf.release_updates.htm&type=5)\n\n⚠️ Some of them are very important, because if you don't make the related upgrades in time (ex: before Winter 25) , your production org can crash !\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-release-updates/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
5513
5521
|
"examples": [
|
|
5514
|
-
"$ sf hardis:org:diagnose:
|
|
5522
|
+
"$ sf hardis:org:diagnose:releaseupdates"
|
|
5515
5523
|
],
|
|
5516
5524
|
"flags": {
|
|
5517
5525
|
"json": {
|
|
@@ -5529,6 +5537,14 @@
|
|
|
5529
5537
|
"multiple": false,
|
|
5530
5538
|
"type": "option"
|
|
5531
5539
|
},
|
|
5540
|
+
"outputfile": {
|
|
5541
|
+
"char": "f",
|
|
5542
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
5543
|
+
"name": "outputfile",
|
|
5544
|
+
"hasDynamicHelp": false,
|
|
5545
|
+
"multiple": false,
|
|
5546
|
+
"type": "option"
|
|
5547
|
+
},
|
|
5532
5548
|
"debug": {
|
|
5533
5549
|
"char": "d",
|
|
5534
5550
|
"description": "Activate debug mode (more logs)",
|
|
@@ -5567,13 +5583,13 @@
|
|
|
5567
5583
|
},
|
|
5568
5584
|
"hasDynamicHelp": true,
|
|
5569
5585
|
"hiddenAliases": [],
|
|
5570
|
-
"id": "hardis:org:diagnose:
|
|
5586
|
+
"id": "hardis:org:diagnose:releaseupdates",
|
|
5571
5587
|
"pluginAlias": "sfdx-hardis",
|
|
5572
5588
|
"pluginName": "sfdx-hardis",
|
|
5573
5589
|
"pluginType": "core",
|
|
5574
5590
|
"strict": true,
|
|
5575
5591
|
"enableJsonFlag": true,
|
|
5576
|
-
"title": "
|
|
5592
|
+
"title": "Check Release Updates of an org",
|
|
5577
5593
|
"requiresProject": false,
|
|
5578
5594
|
"isESM": true,
|
|
5579
5595
|
"relativePath": [
|
|
@@ -5582,45 +5598,43 @@
|
|
|
5582
5598
|
"hardis",
|
|
5583
5599
|
"org",
|
|
5584
5600
|
"diagnose",
|
|
5585
|
-
"
|
|
5601
|
+
"releaseupdates.js"
|
|
5586
5602
|
],
|
|
5587
5603
|
"aliasPermutations": [],
|
|
5588
5604
|
"permutations": [
|
|
5589
|
-
"hardis:org:diagnose:
|
|
5590
|
-
"org:hardis:diagnose:
|
|
5591
|
-
"org:diagnose:hardis:
|
|
5592
|
-
"org:diagnose:
|
|
5593
|
-
"hardis:diagnose:org:
|
|
5594
|
-
"diagnose:hardis:org:
|
|
5595
|
-
"diagnose:org:hardis:
|
|
5596
|
-
"diagnose:org:
|
|
5597
|
-
"hardis:diagnose:
|
|
5598
|
-
"diagnose:hardis:
|
|
5599
|
-
"diagnose:
|
|
5600
|
-
"diagnose:
|
|
5601
|
-
"hardis:org:
|
|
5602
|
-
"org:hardis:
|
|
5603
|
-
"org:
|
|
5604
|
-
"org:
|
|
5605
|
-
"hardis:
|
|
5606
|
-
"
|
|
5607
|
-
"
|
|
5608
|
-
"
|
|
5609
|
-
"hardis:
|
|
5610
|
-
"
|
|
5611
|
-
"
|
|
5612
|
-
"
|
|
5605
|
+
"hardis:org:diagnose:releaseupdates",
|
|
5606
|
+
"org:hardis:diagnose:releaseupdates",
|
|
5607
|
+
"org:diagnose:hardis:releaseupdates",
|
|
5608
|
+
"org:diagnose:releaseupdates:hardis",
|
|
5609
|
+
"hardis:diagnose:org:releaseupdates",
|
|
5610
|
+
"diagnose:hardis:org:releaseupdates",
|
|
5611
|
+
"diagnose:org:hardis:releaseupdates",
|
|
5612
|
+
"diagnose:org:releaseupdates:hardis",
|
|
5613
|
+
"hardis:diagnose:releaseupdates:org",
|
|
5614
|
+
"diagnose:hardis:releaseupdates:org",
|
|
5615
|
+
"diagnose:releaseupdates:hardis:org",
|
|
5616
|
+
"diagnose:releaseupdates:org:hardis",
|
|
5617
|
+
"hardis:org:releaseupdates:diagnose",
|
|
5618
|
+
"org:hardis:releaseupdates:diagnose",
|
|
5619
|
+
"org:releaseupdates:hardis:diagnose",
|
|
5620
|
+
"org:releaseupdates:diagnose:hardis",
|
|
5621
|
+
"hardis:releaseupdates:org:diagnose",
|
|
5622
|
+
"releaseupdates:hardis:org:diagnose",
|
|
5623
|
+
"releaseupdates:org:hardis:diagnose",
|
|
5624
|
+
"releaseupdates:org:diagnose:hardis",
|
|
5625
|
+
"hardis:releaseupdates:diagnose:org",
|
|
5626
|
+
"releaseupdates:hardis:diagnose:org",
|
|
5627
|
+
"releaseupdates:diagnose:hardis:org",
|
|
5628
|
+
"releaseupdates:diagnose:org:hardis"
|
|
5613
5629
|
]
|
|
5614
5630
|
},
|
|
5615
|
-
"hardis:org:diagnose:
|
|
5631
|
+
"hardis:org:diagnose:unused-apex-classes": {
|
|
5616
5632
|
"aliases": [],
|
|
5617
5633
|
"args": {},
|
|
5618
|
-
"description": "
|
|
5634
|
+
"description": "List all async Apex classes (Batch,Queueable,Schedulable) that has not been called for more than 365 days.\n \nThe result class list probably can be removed from the project, and that will improve your test classes performances :)\n\nThe number of unused day is overridable using --days option. \n\nThe command uses queries on AsyncApexJob and CronTrigger technical tables to build the result.\n\nApex Classes CreatedBy and CreatedOn fields are calculated from MIN(date from git, date from org)\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-unused-apex-classes/) and can output Grafana, Slack and MsTeams Notifications.\n\n\n",
|
|
5619
5635
|
"examples": [
|
|
5620
|
-
"$ sf hardis:org:diagnose:
|
|
5621
|
-
"$ sf hardis:org:diagnose:
|
|
5622
|
-
"$ sf hardis:org:diagnose:legacyapi --outputfile 'c:/path/to/folder/legacyapi.csv'",
|
|
5623
|
-
"$ sf hardis:org:diagnose:legacyapi -u hardis@myclient.com --outputfile ./tmp/legacyapi.csv"
|
|
5636
|
+
"$ sf hardis:org:diagnose:unused-apex-classes",
|
|
5637
|
+
"$ sf hardis:org:diagnose:unused-apex-classes --days 700"
|
|
5624
5638
|
],
|
|
5625
5639
|
"flags": {
|
|
5626
5640
|
"json": {
|
|
@@ -5638,24 +5652,6 @@
|
|
|
5638
5652
|
"multiple": false,
|
|
5639
5653
|
"type": "option"
|
|
5640
5654
|
},
|
|
5641
|
-
"eventtype": {
|
|
5642
|
-
"char": "e",
|
|
5643
|
-
"description": "Type of EventLogFile event to analyze",
|
|
5644
|
-
"name": "eventtype",
|
|
5645
|
-
"default": "ApiTotalUsage",
|
|
5646
|
-
"hasDynamicHelp": false,
|
|
5647
|
-
"multiple": false,
|
|
5648
|
-
"type": "option"
|
|
5649
|
-
},
|
|
5650
|
-
"limit": {
|
|
5651
|
-
"char": "l",
|
|
5652
|
-
"description": "Number of latest EventLogFile events to analyze",
|
|
5653
|
-
"name": "limit",
|
|
5654
|
-
"default": 999,
|
|
5655
|
-
"hasDynamicHelp": false,
|
|
5656
|
-
"multiple": false,
|
|
5657
|
-
"type": "option"
|
|
5658
|
-
},
|
|
5659
5655
|
"outputfile": {
|
|
5660
5656
|
"char": "f",
|
|
5661
5657
|
"description": "Force the path and name of output report file. Must end with .csv",
|
|
@@ -5664,6 +5660,14 @@
|
|
|
5664
5660
|
"multiple": false,
|
|
5665
5661
|
"type": "option"
|
|
5666
5662
|
},
|
|
5663
|
+
"days": {
|
|
5664
|
+
"char": "t",
|
|
5665
|
+
"description": "Extracts the users that have been inactive for the amount of days specified. In CI, default is 180 days",
|
|
5666
|
+
"name": "days",
|
|
5667
|
+
"hasDynamicHelp": false,
|
|
5668
|
+
"multiple": false,
|
|
5669
|
+
"type": "option"
|
|
5670
|
+
},
|
|
5667
5671
|
"debug": {
|
|
5668
5672
|
"char": "d",
|
|
5669
5673
|
"description": "Activate debug mode (more logs)",
|
|
@@ -5702,13 +5706,13 @@
|
|
|
5702
5706
|
},
|
|
5703
5707
|
"hasDynamicHelp": true,
|
|
5704
5708
|
"hiddenAliases": [],
|
|
5705
|
-
"id": "hardis:org:diagnose:
|
|
5709
|
+
"id": "hardis:org:diagnose:unused-apex-classes",
|
|
5706
5710
|
"pluginAlias": "sfdx-hardis",
|
|
5707
5711
|
"pluginName": "sfdx-hardis",
|
|
5708
5712
|
"pluginType": "core",
|
|
5709
5713
|
"strict": true,
|
|
5710
5714
|
"enableJsonFlag": true,
|
|
5711
|
-
"title": "
|
|
5715
|
+
"title": "Detect unused Apex classes in an org",
|
|
5712
5716
|
"requiresProject": false,
|
|
5713
5717
|
"isESM": true,
|
|
5714
5718
|
"relativePath": [
|
|
@@ -5717,42 +5721,42 @@
|
|
|
5717
5721
|
"hardis",
|
|
5718
5722
|
"org",
|
|
5719
5723
|
"diagnose",
|
|
5720
|
-
"
|
|
5724
|
+
"unused-apex-classes.js"
|
|
5721
5725
|
],
|
|
5722
5726
|
"aliasPermutations": [],
|
|
5723
5727
|
"permutations": [
|
|
5724
|
-
"hardis:org:diagnose:
|
|
5725
|
-
"org:hardis:diagnose:
|
|
5726
|
-
"org:diagnose:hardis:
|
|
5727
|
-
"org:diagnose:
|
|
5728
|
-
"hardis:diagnose:org:
|
|
5729
|
-
"diagnose:hardis:org:
|
|
5730
|
-
"diagnose:org:hardis:
|
|
5731
|
-
"diagnose:org:
|
|
5732
|
-
"hardis:diagnose:
|
|
5733
|
-
"diagnose:hardis:
|
|
5734
|
-
"diagnose:
|
|
5735
|
-
"diagnose:
|
|
5736
|
-
"hardis:org:
|
|
5737
|
-
"org:hardis:
|
|
5738
|
-
"org:
|
|
5739
|
-
"org:
|
|
5740
|
-
"hardis:
|
|
5741
|
-
"
|
|
5742
|
-
"
|
|
5743
|
-
"
|
|
5744
|
-
"hardis:
|
|
5745
|
-
"
|
|
5746
|
-
"
|
|
5747
|
-
"
|
|
5728
|
+
"hardis:org:diagnose:unused-apex-classes",
|
|
5729
|
+
"org:hardis:diagnose:unused-apex-classes",
|
|
5730
|
+
"org:diagnose:hardis:unused-apex-classes",
|
|
5731
|
+
"org:diagnose:unused-apex-classes:hardis",
|
|
5732
|
+
"hardis:diagnose:org:unused-apex-classes",
|
|
5733
|
+
"diagnose:hardis:org:unused-apex-classes",
|
|
5734
|
+
"diagnose:org:hardis:unused-apex-classes",
|
|
5735
|
+
"diagnose:org:unused-apex-classes:hardis",
|
|
5736
|
+
"hardis:diagnose:unused-apex-classes:org",
|
|
5737
|
+
"diagnose:hardis:unused-apex-classes:org",
|
|
5738
|
+
"diagnose:unused-apex-classes:hardis:org",
|
|
5739
|
+
"diagnose:unused-apex-classes:org:hardis",
|
|
5740
|
+
"hardis:org:unused-apex-classes:diagnose",
|
|
5741
|
+
"org:hardis:unused-apex-classes:diagnose",
|
|
5742
|
+
"org:unused-apex-classes:hardis:diagnose",
|
|
5743
|
+
"org:unused-apex-classes:diagnose:hardis",
|
|
5744
|
+
"hardis:unused-apex-classes:org:diagnose",
|
|
5745
|
+
"unused-apex-classes:hardis:org:diagnose",
|
|
5746
|
+
"unused-apex-classes:org:hardis:diagnose",
|
|
5747
|
+
"unused-apex-classes:org:diagnose:hardis",
|
|
5748
|
+
"hardis:unused-apex-classes:diagnose:org",
|
|
5749
|
+
"unused-apex-classes:hardis:diagnose:org",
|
|
5750
|
+
"unused-apex-classes:diagnose:hardis:org",
|
|
5751
|
+
"unused-apex-classes:diagnose:org:hardis"
|
|
5748
5752
|
]
|
|
5749
5753
|
},
|
|
5750
|
-
"hardis:org:diagnose:
|
|
5754
|
+
"hardis:org:diagnose:unused-connected-apps": {
|
|
5751
5755
|
"aliases": [],
|
|
5752
5756
|
"args": {},
|
|
5753
|
-
"description": "
|
|
5757
|
+
"description": "Request objects ConnectedApp, LoginHistory and OAuthToken to find which connected apps might not be used anymore, and could be deleted for security / technical debt reasons.\n\nCheck with Connected Apps metadatas if the app is still active (inactive = \"Admin Users are pre-authorized + no Profile or Permission set assigned\")\n\nThe following default Salesforce Connected Apps are ignored:\n\n- Ant Migration Tool\n- Chatter Desktop\n- Chatter Mobile for BlackBerry\n- Force.com IDE\n- OIQ_Integration\n- Salesforce CLI\n- Salesforce Files\n- Salesforce Mobile Dashboards\n- Salesforce Touch\n- Salesforce for Outlook\n- SalesforceA\n- SalesforceA for Android\n- SalesforceA for iOS\n- SalesforceDX Namespace Registry\n- SalesforceIQ\n\nYou can add more ignored apps by defining a comma-separated list of names in variable ALLOWED_INACTIVE_CONNECTED_APPS\n\n_Example: ALLOWED_INACTIVE_CONNECTED_APPS=My App 1,My App 2, My App 3_\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-release-updates/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
5754
5758
|
"examples": [
|
|
5755
|
-
"$ sf hardis:org:diagnose:
|
|
5759
|
+
"$ sf hardis:org:diagnose:unused-connected-apps"
|
|
5756
5760
|
],
|
|
5757
5761
|
"flags": {
|
|
5758
5762
|
"json": {
|
|
@@ -5778,13 +5782,6 @@
|
|
|
5778
5782
|
"multiple": false,
|
|
5779
5783
|
"type": "option"
|
|
5780
5784
|
},
|
|
5781
|
-
"usedonly": {
|
|
5782
|
-
"char": "u",
|
|
5783
|
-
"description": "Filter to have only used licenses",
|
|
5784
|
-
"name": "usedonly",
|
|
5785
|
-
"allowNo": false,
|
|
5786
|
-
"type": "boolean"
|
|
5787
|
-
},
|
|
5788
5785
|
"debug": {
|
|
5789
5786
|
"char": "d",
|
|
5790
5787
|
"description": "Activate debug mode (more logs)",
|
|
@@ -5823,13 +5820,30 @@
|
|
|
5823
5820
|
},
|
|
5824
5821
|
"hasDynamicHelp": true,
|
|
5825
5822
|
"hiddenAliases": [],
|
|
5826
|
-
"id": "hardis:org:diagnose:
|
|
5823
|
+
"id": "hardis:org:diagnose:unused-connected-apps",
|
|
5827
5824
|
"pluginAlias": "sfdx-hardis",
|
|
5828
5825
|
"pluginName": "sfdx-hardis",
|
|
5829
5826
|
"pluginType": "core",
|
|
5830
5827
|
"strict": true,
|
|
5831
5828
|
"enableJsonFlag": true,
|
|
5832
|
-
"title": "
|
|
5829
|
+
"title": "Unused Connected Apps in an org",
|
|
5830
|
+
"allowedInactiveConnectedApps": [
|
|
5831
|
+
"Ant Migration Tool",
|
|
5832
|
+
"Chatter Desktop",
|
|
5833
|
+
"Chatter Mobile for BlackBerry",
|
|
5834
|
+
"Force.com IDE",
|
|
5835
|
+
"OIQ_Integration",
|
|
5836
|
+
"Salesforce CLI",
|
|
5837
|
+
"Salesforce Files",
|
|
5838
|
+
"Salesforce Mobile Dashboards",
|
|
5839
|
+
"Salesforce Touch",
|
|
5840
|
+
"Salesforce for Outlook",
|
|
5841
|
+
"SalesforceA",
|
|
5842
|
+
"SalesforceA for Android",
|
|
5843
|
+
"SalesforceA for iOS",
|
|
5844
|
+
"SalesforceDX Namespace Registry",
|
|
5845
|
+
"SalesforceIQ"
|
|
5846
|
+
],
|
|
5833
5847
|
"requiresProject": false,
|
|
5834
5848
|
"isESM": true,
|
|
5835
5849
|
"relativePath": [
|
|
@@ -5838,42 +5852,43 @@
|
|
|
5838
5852
|
"hardis",
|
|
5839
5853
|
"org",
|
|
5840
5854
|
"diagnose",
|
|
5841
|
-
"
|
|
5855
|
+
"unused-connected-apps.js"
|
|
5842
5856
|
],
|
|
5843
5857
|
"aliasPermutations": [],
|
|
5844
5858
|
"permutations": [
|
|
5845
|
-
"hardis:org:diagnose:
|
|
5846
|
-
"org:hardis:diagnose:
|
|
5847
|
-
"org:diagnose:hardis:
|
|
5848
|
-
"org:diagnose:
|
|
5849
|
-
"hardis:diagnose:org:
|
|
5850
|
-
"diagnose:hardis:org:
|
|
5851
|
-
"diagnose:org:hardis:
|
|
5852
|
-
"diagnose:org:
|
|
5853
|
-
"hardis:diagnose:
|
|
5854
|
-
"diagnose:hardis:
|
|
5855
|
-
"diagnose:
|
|
5856
|
-
"diagnose:
|
|
5857
|
-
"hardis:org:
|
|
5858
|
-
"org:hardis:
|
|
5859
|
-
"org:
|
|
5860
|
-
"org:
|
|
5861
|
-
"hardis:
|
|
5862
|
-
"
|
|
5863
|
-
"
|
|
5864
|
-
"
|
|
5865
|
-
"hardis:
|
|
5866
|
-
"
|
|
5867
|
-
"
|
|
5868
|
-
"
|
|
5859
|
+
"hardis:org:diagnose:unused-connected-apps",
|
|
5860
|
+
"org:hardis:diagnose:unused-connected-apps",
|
|
5861
|
+
"org:diagnose:hardis:unused-connected-apps",
|
|
5862
|
+
"org:diagnose:unused-connected-apps:hardis",
|
|
5863
|
+
"hardis:diagnose:org:unused-connected-apps",
|
|
5864
|
+
"diagnose:hardis:org:unused-connected-apps",
|
|
5865
|
+
"diagnose:org:hardis:unused-connected-apps",
|
|
5866
|
+
"diagnose:org:unused-connected-apps:hardis",
|
|
5867
|
+
"hardis:diagnose:unused-connected-apps:org",
|
|
5868
|
+
"diagnose:hardis:unused-connected-apps:org",
|
|
5869
|
+
"diagnose:unused-connected-apps:hardis:org",
|
|
5870
|
+
"diagnose:unused-connected-apps:org:hardis",
|
|
5871
|
+
"hardis:org:unused-connected-apps:diagnose",
|
|
5872
|
+
"org:hardis:unused-connected-apps:diagnose",
|
|
5873
|
+
"org:unused-connected-apps:hardis:diagnose",
|
|
5874
|
+
"org:unused-connected-apps:diagnose:hardis",
|
|
5875
|
+
"hardis:unused-connected-apps:org:diagnose",
|
|
5876
|
+
"unused-connected-apps:hardis:org:diagnose",
|
|
5877
|
+
"unused-connected-apps:org:hardis:diagnose",
|
|
5878
|
+
"unused-connected-apps:org:diagnose:hardis",
|
|
5879
|
+
"hardis:unused-connected-apps:diagnose:org",
|
|
5880
|
+
"unused-connected-apps:hardis:diagnose:org",
|
|
5881
|
+
"unused-connected-apps:diagnose:hardis:org",
|
|
5882
|
+
"unused-connected-apps:diagnose:org:hardis"
|
|
5869
5883
|
]
|
|
5870
5884
|
},
|
|
5871
|
-
"hardis:org:diagnose:
|
|
5885
|
+
"hardis:org:diagnose:unusedlicenses": {
|
|
5872
5886
|
"aliases": [],
|
|
5873
5887
|
"args": {},
|
|
5874
|
-
"description": "
|
|
5888
|
+
"description": "When you assign a Permission Set to a user, and that this Permission Set is related to a Permission Set License, a Permission Set License Assignment is automatically created for the user.\n\nBut when you unassign this Permission Set from the user, **the Permission Set License Assignment is not deleted**.\n\nThis leads that you can be **charged for Permission Set Licenses that are not used** !\n\nThis command detects such useless Permission Set Licenses Assignments and suggests to delete them.\n\nMany thanks to [Vincent Finet](https://www.linkedin.com/in/vincentfinet/) for the inspiration during his great speaker session at [French Touch Dreamin '23](https://frenchtouchdreamin.com/), and his kind agreement for reusing such inspiration in this command :)\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-unused-licenses/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
5875
5889
|
"examples": [
|
|
5876
|
-
"$ sf hardis:org:diagnose:
|
|
5890
|
+
"$ sf hardis:org:diagnose:unusedlicenses",
|
|
5891
|
+
"$ sf hardis:org:diagnose:unusedlicenses --fix"
|
|
5877
5892
|
],
|
|
5878
5893
|
"flags": {
|
|
5879
5894
|
"json": {
|
|
@@ -5937,14 +5952,32 @@
|
|
|
5937
5952
|
},
|
|
5938
5953
|
"hasDynamicHelp": true,
|
|
5939
5954
|
"hiddenAliases": [],
|
|
5940
|
-
"id": "hardis:org:diagnose:
|
|
5955
|
+
"id": "hardis:org:diagnose:unusedlicenses",
|
|
5941
5956
|
"pluginAlias": "sfdx-hardis",
|
|
5942
5957
|
"pluginName": "sfdx-hardis",
|
|
5943
5958
|
"pluginType": "core",
|
|
5944
5959
|
"strict": true,
|
|
5945
5960
|
"enableJsonFlag": true,
|
|
5946
|
-
"title": "
|
|
5961
|
+
"title": "Detect unused Permission Set Licenses (beta)",
|
|
5947
5962
|
"requiresProject": false,
|
|
5963
|
+
"additionalPermissionSetsToAlwaysGet": [
|
|
5964
|
+
"Sales_User"
|
|
5965
|
+
],
|
|
5966
|
+
"permSetsPermSetLicenses": [
|
|
5967
|
+
{
|
|
5968
|
+
"permSet": "Sales_User",
|
|
5969
|
+
"permSetLicense": "SalesUserPsl"
|
|
5970
|
+
}
|
|
5971
|
+
],
|
|
5972
|
+
"profilesPermissionSetLicenses": [
|
|
5973
|
+
{
|
|
5974
|
+
"profile": "Salesforce API Only",
|
|
5975
|
+
"permSetLicense": "SalesforceAPIIntegrationPsl"
|
|
5976
|
+
}
|
|
5977
|
+
],
|
|
5978
|
+
"alwaysExcludeForActiveUsersPermissionSetLicenses": [
|
|
5979
|
+
"IdentityConnect"
|
|
5980
|
+
],
|
|
5948
5981
|
"isESM": true,
|
|
5949
5982
|
"relativePath": [
|
|
5950
5983
|
"lib",
|
|
@@ -5952,43 +5985,46 @@
|
|
|
5952
5985
|
"hardis",
|
|
5953
5986
|
"org",
|
|
5954
5987
|
"diagnose",
|
|
5955
|
-
"
|
|
5988
|
+
"unusedlicenses.js"
|
|
5956
5989
|
],
|
|
5957
5990
|
"aliasPermutations": [],
|
|
5958
5991
|
"permutations": [
|
|
5959
|
-
"hardis:org:diagnose:
|
|
5960
|
-
"org:hardis:diagnose:
|
|
5961
|
-
"org:diagnose:hardis:
|
|
5962
|
-
"org:diagnose:
|
|
5963
|
-
"hardis:diagnose:org:
|
|
5964
|
-
"diagnose:hardis:org:
|
|
5965
|
-
"diagnose:org:hardis:
|
|
5966
|
-
"diagnose:org:
|
|
5967
|
-
"hardis:diagnose:
|
|
5968
|
-
"diagnose:hardis:
|
|
5969
|
-
"diagnose:
|
|
5970
|
-
"diagnose:
|
|
5971
|
-
"hardis:org:
|
|
5972
|
-
"org:hardis:
|
|
5973
|
-
"org:
|
|
5974
|
-
"org:
|
|
5975
|
-
"hardis:
|
|
5976
|
-
"
|
|
5977
|
-
"
|
|
5978
|
-
"
|
|
5979
|
-
"hardis:
|
|
5980
|
-
"
|
|
5981
|
-
"
|
|
5982
|
-
"
|
|
5992
|
+
"hardis:org:diagnose:unusedlicenses",
|
|
5993
|
+
"org:hardis:diagnose:unusedlicenses",
|
|
5994
|
+
"org:diagnose:hardis:unusedlicenses",
|
|
5995
|
+
"org:diagnose:unusedlicenses:hardis",
|
|
5996
|
+
"hardis:diagnose:org:unusedlicenses",
|
|
5997
|
+
"diagnose:hardis:org:unusedlicenses",
|
|
5998
|
+
"diagnose:org:hardis:unusedlicenses",
|
|
5999
|
+
"diagnose:org:unusedlicenses:hardis",
|
|
6000
|
+
"hardis:diagnose:unusedlicenses:org",
|
|
6001
|
+
"diagnose:hardis:unusedlicenses:org",
|
|
6002
|
+
"diagnose:unusedlicenses:hardis:org",
|
|
6003
|
+
"diagnose:unusedlicenses:org:hardis",
|
|
6004
|
+
"hardis:org:unusedlicenses:diagnose",
|
|
6005
|
+
"org:hardis:unusedlicenses:diagnose",
|
|
6006
|
+
"org:unusedlicenses:hardis:diagnose",
|
|
6007
|
+
"org:unusedlicenses:diagnose:hardis",
|
|
6008
|
+
"hardis:unusedlicenses:org:diagnose",
|
|
6009
|
+
"unusedlicenses:hardis:org:diagnose",
|
|
6010
|
+
"unusedlicenses:org:hardis:diagnose",
|
|
6011
|
+
"unusedlicenses:org:diagnose:hardis",
|
|
6012
|
+
"hardis:unusedlicenses:diagnose:org",
|
|
6013
|
+
"unusedlicenses:hardis:diagnose:org",
|
|
6014
|
+
"unusedlicenses:diagnose:hardis:org",
|
|
6015
|
+
"unusedlicenses:diagnose:org:hardis"
|
|
5983
6016
|
]
|
|
5984
6017
|
},
|
|
5985
|
-
"hardis:org:diagnose:
|
|
6018
|
+
"hardis:org:diagnose:unusedusers": {
|
|
5986
6019
|
"aliases": [],
|
|
5987
6020
|
"args": {},
|
|
5988
|
-
"description": "
|
|
6021
|
+
"description": "Efficient user management is vital in Salesforce to ensure resources are optimized and costs are controlled. However, inactive or unused user accounts can often go unnoticed, leading to wasted licenses and potential security risks. This tool addresses this challenge by enabling administrators to identify users who haven't logged in within a specified period.\n\nBy analyzing user login activity and last login timestamps, this feature highlights inactive user accounts, allowing administrators to take appropriate action. Whether it's deactivating dormant accounts, freeing up licenses, or ensuring compliance with security policies, this functionality empowers administrators to maintain a lean and secure Salesforce environment.\n\nlicensetypes values are the following:\n\n- all-crm: SFDC,AUL,AUL1,AULL_IGHT\n\n- all-paying: SFDC,AUL,AUL1,AULL_IGHT,PID_Customer_Community,PID_Customer_Community_Login,PID_Partner_Community,PID_Partner_Community_Login\n\nNote: You can see the full list of available license identifiers in [Salesforce Documentation](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_userlicense.htm)\n\nUse --returnactiveusers to revert the command and retrieve active users that has logged in during the period.\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-inactive-users/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
5989
6022
|
"examples": [
|
|
5990
|
-
"$ sf hardis:org:diagnose:
|
|
5991
|
-
"$ sf hardis:org:diagnose:
|
|
6023
|
+
"$ sf hardis:org:diagnose:unusedusers",
|
|
6024
|
+
"$ sf hardis:org:diagnose:unusedusers --days 365",
|
|
6025
|
+
"$ sf hardis:org:diagnose:unusedusers --days 60 --licensetypes all-crm",
|
|
6026
|
+
"$ sf hardis:org:diagnose:unusedusers --days 60 --licenseidentifiers SFDC,AUL,AUL1",
|
|
6027
|
+
"$ sf hardis:org:diagnose:unusedusers --days 60 --licensetypes all-crm --returnactiveusers"
|
|
5992
6028
|
],
|
|
5993
6029
|
"flags": {
|
|
5994
6030
|
"json": {
|
|
@@ -6022,6 +6058,33 @@
|
|
|
6022
6058
|
"multiple": false,
|
|
6023
6059
|
"type": "option"
|
|
6024
6060
|
},
|
|
6061
|
+
"licensetypes": {
|
|
6062
|
+
"char": "l",
|
|
6063
|
+
"description": "Type of licenses to check. If set, do not use licenseidentifiers option. In CI, default is all-crm",
|
|
6064
|
+
"name": "licensetypes",
|
|
6065
|
+
"hasDynamicHelp": false,
|
|
6066
|
+
"multiple": false,
|
|
6067
|
+
"options": [
|
|
6068
|
+
"all",
|
|
6069
|
+
"all-crm",
|
|
6070
|
+
"all-paying"
|
|
6071
|
+
],
|
|
6072
|
+
"type": "option"
|
|
6073
|
+
},
|
|
6074
|
+
"licenseidentifiers": {
|
|
6075
|
+
"char": "i",
|
|
6076
|
+
"description": "Comma-separated list of license identifiers, in case licensetypes is not used.. Identifiers available at https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_userlicense.htm",
|
|
6077
|
+
"name": "licenseidentifiers",
|
|
6078
|
+
"hasDynamicHelp": false,
|
|
6079
|
+
"multiple": false,
|
|
6080
|
+
"type": "option"
|
|
6081
|
+
},
|
|
6082
|
+
"returnactiveusers": {
|
|
6083
|
+
"description": "Inverts the command by returning the active users",
|
|
6084
|
+
"name": "returnactiveusers",
|
|
6085
|
+
"allowNo": false,
|
|
6086
|
+
"type": "boolean"
|
|
6087
|
+
},
|
|
6025
6088
|
"debug": {
|
|
6026
6089
|
"char": "d",
|
|
6027
6090
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6060,13 +6123,13 @@
|
|
|
6060
6123
|
},
|
|
6061
6124
|
"hasDynamicHelp": true,
|
|
6062
6125
|
"hiddenAliases": [],
|
|
6063
|
-
"id": "hardis:org:diagnose:
|
|
6126
|
+
"id": "hardis:org:diagnose:unusedusers",
|
|
6064
6127
|
"pluginAlias": "sfdx-hardis",
|
|
6065
6128
|
"pluginName": "sfdx-hardis",
|
|
6066
6129
|
"pluginType": "core",
|
|
6067
6130
|
"strict": true,
|
|
6068
6131
|
"enableJsonFlag": true,
|
|
6069
|
-
"title": "Detect unused
|
|
6132
|
+
"title": "Detect unused Users in Salesforce",
|
|
6070
6133
|
"requiresProject": false,
|
|
6071
6134
|
"isESM": true,
|
|
6072
6135
|
"relativePath": [
|
|
@@ -6075,42 +6138,42 @@
|
|
|
6075
6138
|
"hardis",
|
|
6076
6139
|
"org",
|
|
6077
6140
|
"diagnose",
|
|
6078
|
-
"
|
|
6141
|
+
"unusedusers.js"
|
|
6079
6142
|
],
|
|
6080
6143
|
"aliasPermutations": [],
|
|
6081
6144
|
"permutations": [
|
|
6082
|
-
"hardis:org:diagnose:
|
|
6083
|
-
"org:hardis:diagnose:
|
|
6084
|
-
"org:diagnose:hardis:
|
|
6085
|
-
"org:diagnose:
|
|
6086
|
-
"hardis:diagnose:org:
|
|
6087
|
-
"diagnose:hardis:org:
|
|
6088
|
-
"diagnose:org:hardis:
|
|
6089
|
-
"diagnose:org:
|
|
6090
|
-
"hardis:diagnose:
|
|
6091
|
-
"diagnose:hardis:
|
|
6092
|
-
"diagnose:
|
|
6093
|
-
"diagnose:
|
|
6094
|
-
"hardis:org:
|
|
6095
|
-
"org:hardis:
|
|
6096
|
-
"org:
|
|
6097
|
-
"org:
|
|
6098
|
-
"hardis:
|
|
6099
|
-
"
|
|
6100
|
-
"
|
|
6101
|
-
"
|
|
6102
|
-
"hardis:
|
|
6103
|
-
"
|
|
6104
|
-
"
|
|
6105
|
-
"
|
|
6145
|
+
"hardis:org:diagnose:unusedusers",
|
|
6146
|
+
"org:hardis:diagnose:unusedusers",
|
|
6147
|
+
"org:diagnose:hardis:unusedusers",
|
|
6148
|
+
"org:diagnose:unusedusers:hardis",
|
|
6149
|
+
"hardis:diagnose:org:unusedusers",
|
|
6150
|
+
"diagnose:hardis:org:unusedusers",
|
|
6151
|
+
"diagnose:org:hardis:unusedusers",
|
|
6152
|
+
"diagnose:org:unusedusers:hardis",
|
|
6153
|
+
"hardis:diagnose:unusedusers:org",
|
|
6154
|
+
"diagnose:hardis:unusedusers:org",
|
|
6155
|
+
"diagnose:unusedusers:hardis:org",
|
|
6156
|
+
"diagnose:unusedusers:org:hardis",
|
|
6157
|
+
"hardis:org:unusedusers:diagnose",
|
|
6158
|
+
"org:hardis:unusedusers:diagnose",
|
|
6159
|
+
"org:unusedusers:hardis:diagnose",
|
|
6160
|
+
"org:unusedusers:diagnose:hardis",
|
|
6161
|
+
"hardis:unusedusers:org:diagnose",
|
|
6162
|
+
"unusedusers:hardis:org:diagnose",
|
|
6163
|
+
"unusedusers:org:hardis:diagnose",
|
|
6164
|
+
"unusedusers:org:diagnose:hardis",
|
|
6165
|
+
"hardis:unusedusers:diagnose:org",
|
|
6166
|
+
"unusedusers:hardis:diagnose:org",
|
|
6167
|
+
"unusedusers:diagnose:hardis:org",
|
|
6168
|
+
"unusedusers:diagnose:org:hardis"
|
|
6106
6169
|
]
|
|
6107
6170
|
},
|
|
6108
|
-
"hardis:org:
|
|
6171
|
+
"hardis:org:files:export": {
|
|
6109
6172
|
"aliases": [],
|
|
6110
6173
|
"args": {},
|
|
6111
|
-
"description": "
|
|
6174
|
+
"description": "Export file attachments from a Salesforce org\n\nSee article below\n\n[](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n",
|
|
6112
6175
|
"examples": [
|
|
6113
|
-
"$ sf hardis:org:
|
|
6176
|
+
"$ sf hardis:org:files:export"
|
|
6114
6177
|
],
|
|
6115
6178
|
"flags": {
|
|
6116
6179
|
"json": {
|
|
@@ -6128,10 +6191,37 @@
|
|
|
6128
6191
|
"multiple": false,
|
|
6129
6192
|
"type": "option"
|
|
6130
6193
|
},
|
|
6131
|
-
"
|
|
6132
|
-
"char": "
|
|
6133
|
-
"description": "
|
|
6134
|
-
"name": "
|
|
6194
|
+
"path": {
|
|
6195
|
+
"char": "p",
|
|
6196
|
+
"description": "Path to the file export project",
|
|
6197
|
+
"name": "path",
|
|
6198
|
+
"hasDynamicHelp": false,
|
|
6199
|
+
"multiple": false,
|
|
6200
|
+
"type": "option"
|
|
6201
|
+
},
|
|
6202
|
+
"chunksize": {
|
|
6203
|
+
"char": "c",
|
|
6204
|
+
"description": "Number of records to add in a chunk before it is processed",
|
|
6205
|
+
"name": "chunksize",
|
|
6206
|
+
"default": 1000,
|
|
6207
|
+
"hasDynamicHelp": false,
|
|
6208
|
+
"multiple": false,
|
|
6209
|
+
"type": "option"
|
|
6210
|
+
},
|
|
6211
|
+
"polltimeout": {
|
|
6212
|
+
"char": "t",
|
|
6213
|
+
"description": "Timeout in MS for Bulk API calls",
|
|
6214
|
+
"name": "polltimeout",
|
|
6215
|
+
"default": 300000,
|
|
6216
|
+
"hasDynamicHelp": false,
|
|
6217
|
+
"multiple": false,
|
|
6218
|
+
"type": "option"
|
|
6219
|
+
},
|
|
6220
|
+
"startchunknumber": {
|
|
6221
|
+
"char": "s",
|
|
6222
|
+
"description": "Chunk number to start from",
|
|
6223
|
+
"name": "startchunknumber",
|
|
6224
|
+
"default": 0,
|
|
6135
6225
|
"hasDynamicHelp": false,
|
|
6136
6226
|
"multiple": false,
|
|
6137
6227
|
"type": "option"
|
|
@@ -6174,30 +6264,13 @@
|
|
|
6174
6264
|
},
|
|
6175
6265
|
"hasDynamicHelp": true,
|
|
6176
6266
|
"hiddenAliases": [],
|
|
6177
|
-
"id": "hardis:org:
|
|
6267
|
+
"id": "hardis:org:files:export",
|
|
6178
6268
|
"pluginAlias": "sfdx-hardis",
|
|
6179
6269
|
"pluginName": "sfdx-hardis",
|
|
6180
6270
|
"pluginType": "core",
|
|
6181
6271
|
"strict": true,
|
|
6182
6272
|
"enableJsonFlag": true,
|
|
6183
|
-
"title": "
|
|
6184
|
-
"allowedInactiveConnectedApps": [
|
|
6185
|
-
"Ant Migration Tool",
|
|
6186
|
-
"Chatter Desktop",
|
|
6187
|
-
"Chatter Mobile for BlackBerry",
|
|
6188
|
-
"Force.com IDE",
|
|
6189
|
-
"OIQ_Integration",
|
|
6190
|
-
"Salesforce CLI",
|
|
6191
|
-
"Salesforce Files",
|
|
6192
|
-
"Salesforce Mobile Dashboards",
|
|
6193
|
-
"Salesforce Touch",
|
|
6194
|
-
"Salesforce for Outlook",
|
|
6195
|
-
"SalesforceA",
|
|
6196
|
-
"SalesforceA for Android",
|
|
6197
|
-
"SalesforceA for iOS",
|
|
6198
|
-
"SalesforceDX Namespace Registry",
|
|
6199
|
-
"SalesforceIQ"
|
|
6200
|
-
],
|
|
6273
|
+
"title": "Export files",
|
|
6201
6274
|
"requiresProject": false,
|
|
6202
6275
|
"isESM": true,
|
|
6203
6276
|
"relativePath": [
|
|
@@ -6205,44 +6278,43 @@
|
|
|
6205
6278
|
"commands",
|
|
6206
6279
|
"hardis",
|
|
6207
6280
|
"org",
|
|
6208
|
-
"
|
|
6209
|
-
"
|
|
6281
|
+
"files",
|
|
6282
|
+
"export.js"
|
|
6210
6283
|
],
|
|
6211
6284
|
"aliasPermutations": [],
|
|
6212
6285
|
"permutations": [
|
|
6213
|
-
"hardis:org:
|
|
6214
|
-
"org:hardis:
|
|
6215
|
-
"org:
|
|
6216
|
-
"org:
|
|
6217
|
-
"hardis:
|
|
6218
|
-
"
|
|
6219
|
-
"
|
|
6220
|
-
"
|
|
6221
|
-
"hardis:
|
|
6222
|
-
"
|
|
6223
|
-
"
|
|
6224
|
-
"
|
|
6225
|
-
"hardis:org:
|
|
6226
|
-
"org:hardis:
|
|
6227
|
-
"org:
|
|
6228
|
-
"org:
|
|
6229
|
-
"hardis:
|
|
6230
|
-
"
|
|
6231
|
-
"
|
|
6232
|
-
"
|
|
6233
|
-
"hardis:
|
|
6234
|
-
"
|
|
6235
|
-
"
|
|
6236
|
-
"
|
|
6286
|
+
"hardis:org:files:export",
|
|
6287
|
+
"org:hardis:files:export",
|
|
6288
|
+
"org:files:hardis:export",
|
|
6289
|
+
"org:files:export:hardis",
|
|
6290
|
+
"hardis:files:org:export",
|
|
6291
|
+
"files:hardis:org:export",
|
|
6292
|
+
"files:org:hardis:export",
|
|
6293
|
+
"files:org:export:hardis",
|
|
6294
|
+
"hardis:files:export:org",
|
|
6295
|
+
"files:hardis:export:org",
|
|
6296
|
+
"files:export:hardis:org",
|
|
6297
|
+
"files:export:org:hardis",
|
|
6298
|
+
"hardis:org:export:files",
|
|
6299
|
+
"org:hardis:export:files",
|
|
6300
|
+
"org:export:hardis:files",
|
|
6301
|
+
"org:export:files:hardis",
|
|
6302
|
+
"hardis:export:org:files",
|
|
6303
|
+
"export:hardis:org:files",
|
|
6304
|
+
"export:org:hardis:files",
|
|
6305
|
+
"export:org:files:hardis",
|
|
6306
|
+
"hardis:export:files:org",
|
|
6307
|
+
"export:hardis:files:org",
|
|
6308
|
+
"export:files:hardis:org",
|
|
6309
|
+
"export:files:org:hardis"
|
|
6237
6310
|
]
|
|
6238
6311
|
},
|
|
6239
|
-
"hardis:org:
|
|
6312
|
+
"hardis:org:files:import": {
|
|
6240
6313
|
"aliases": [],
|
|
6241
6314
|
"args": {},
|
|
6242
|
-
"description": "
|
|
6315
|
+
"description": "Import file attachments into a Salesforce org\n\nSee article below to see how to Export them.\n\n[](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n",
|
|
6243
6316
|
"examples": [
|
|
6244
|
-
"$ sf hardis:org:
|
|
6245
|
-
"$ sf hardis:org:diagnose:unusedlicenses --fix"
|
|
6317
|
+
"$ sf hardis:org:files:import"
|
|
6246
6318
|
],
|
|
6247
6319
|
"flags": {
|
|
6248
6320
|
"json": {
|
|
@@ -6260,14 +6332,21 @@
|
|
|
6260
6332
|
"multiple": false,
|
|
6261
6333
|
"type": "option"
|
|
6262
6334
|
},
|
|
6263
|
-
"
|
|
6264
|
-
"char": "
|
|
6265
|
-
"description": "
|
|
6266
|
-
"name": "
|
|
6335
|
+
"path": {
|
|
6336
|
+
"char": "p",
|
|
6337
|
+
"description": "Path to the file export project",
|
|
6338
|
+
"name": "path",
|
|
6267
6339
|
"hasDynamicHelp": false,
|
|
6268
6340
|
"multiple": false,
|
|
6269
6341
|
"type": "option"
|
|
6270
6342
|
},
|
|
6343
|
+
"overwrite": {
|
|
6344
|
+
"char": "f",
|
|
6345
|
+
"description": "Override existing files (doubles the number of API calls)",
|
|
6346
|
+
"name": "overwrite",
|
|
6347
|
+
"allowNo": false,
|
|
6348
|
+
"type": "boolean"
|
|
6349
|
+
},
|
|
6271
6350
|
"debug": {
|
|
6272
6351
|
"char": "d",
|
|
6273
6352
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6306,79 +6385,58 @@
|
|
|
6306
6385
|
},
|
|
6307
6386
|
"hasDynamicHelp": true,
|
|
6308
6387
|
"hiddenAliases": [],
|
|
6309
|
-
"id": "hardis:org:
|
|
6388
|
+
"id": "hardis:org:files:import",
|
|
6310
6389
|
"pluginAlias": "sfdx-hardis",
|
|
6311
6390
|
"pluginName": "sfdx-hardis",
|
|
6312
6391
|
"pluginType": "core",
|
|
6313
6392
|
"strict": true,
|
|
6314
6393
|
"enableJsonFlag": true,
|
|
6315
|
-
"title": "
|
|
6394
|
+
"title": "Import files",
|
|
6316
6395
|
"requiresProject": false,
|
|
6317
|
-
"additionalPermissionSetsToAlwaysGet": [
|
|
6318
|
-
"Sales_User"
|
|
6319
|
-
],
|
|
6320
|
-
"permSetsPermSetLicenses": [
|
|
6321
|
-
{
|
|
6322
|
-
"permSet": "Sales_User",
|
|
6323
|
-
"permSetLicense": "SalesUserPsl"
|
|
6324
|
-
}
|
|
6325
|
-
],
|
|
6326
|
-
"profilesPermissionSetLicenses": [
|
|
6327
|
-
{
|
|
6328
|
-
"profile": "Salesforce API Only",
|
|
6329
|
-
"permSetLicense": "SalesforceAPIIntegrationPsl"
|
|
6330
|
-
}
|
|
6331
|
-
],
|
|
6332
|
-
"alwaysExcludeForActiveUsersPermissionSetLicenses": [
|
|
6333
|
-
"IdentityConnect"
|
|
6334
|
-
],
|
|
6335
6396
|
"isESM": true,
|
|
6336
6397
|
"relativePath": [
|
|
6337
6398
|
"lib",
|
|
6338
6399
|
"commands",
|
|
6339
6400
|
"hardis",
|
|
6340
6401
|
"org",
|
|
6341
|
-
"
|
|
6342
|
-
"
|
|
6402
|
+
"files",
|
|
6403
|
+
"import.js"
|
|
6343
6404
|
],
|
|
6344
6405
|
"aliasPermutations": [],
|
|
6345
6406
|
"permutations": [
|
|
6346
|
-
"hardis:org:
|
|
6347
|
-
"org:hardis:
|
|
6348
|
-
"org:
|
|
6349
|
-
"org:
|
|
6350
|
-
"hardis:
|
|
6351
|
-
"
|
|
6352
|
-
"
|
|
6353
|
-
"
|
|
6354
|
-
"hardis:
|
|
6355
|
-
"
|
|
6356
|
-
"
|
|
6357
|
-
"
|
|
6358
|
-
"hardis:org:
|
|
6359
|
-
"org:hardis:
|
|
6360
|
-
"org:
|
|
6361
|
-
"org:
|
|
6362
|
-
"hardis:
|
|
6363
|
-
"
|
|
6364
|
-
"
|
|
6365
|
-
"
|
|
6366
|
-
"hardis:
|
|
6367
|
-
"
|
|
6368
|
-
"
|
|
6369
|
-
"
|
|
6407
|
+
"hardis:org:files:import",
|
|
6408
|
+
"org:hardis:files:import",
|
|
6409
|
+
"org:files:hardis:import",
|
|
6410
|
+
"org:files:import:hardis",
|
|
6411
|
+
"hardis:files:org:import",
|
|
6412
|
+
"files:hardis:org:import",
|
|
6413
|
+
"files:org:hardis:import",
|
|
6414
|
+
"files:org:import:hardis",
|
|
6415
|
+
"hardis:files:import:org",
|
|
6416
|
+
"files:hardis:import:org",
|
|
6417
|
+
"files:import:hardis:org",
|
|
6418
|
+
"files:import:org:hardis",
|
|
6419
|
+
"hardis:org:import:files",
|
|
6420
|
+
"org:hardis:import:files",
|
|
6421
|
+
"org:import:hardis:files",
|
|
6422
|
+
"org:import:files:hardis",
|
|
6423
|
+
"hardis:import:org:files",
|
|
6424
|
+
"import:hardis:org:files",
|
|
6425
|
+
"import:org:hardis:files",
|
|
6426
|
+
"import:org:files:hardis",
|
|
6427
|
+
"hardis:import:files:org",
|
|
6428
|
+
"import:hardis:files:org",
|
|
6429
|
+
"import:files:hardis:org",
|
|
6430
|
+
"import:files:org:hardis"
|
|
6370
6431
|
]
|
|
6371
6432
|
},
|
|
6372
|
-
"hardis:org:
|
|
6433
|
+
"hardis:org:fix:listviewmine": {
|
|
6373
6434
|
"aliases": [],
|
|
6374
6435
|
"args": {},
|
|
6375
|
-
"description": "
|
|
6436
|
+
"description": "Fix listviews whose scope Mine has been replaced by Everything\n\n[](https://nicolas.vuillamy.fr/invalid-scope-mine-not-allowed-deploy-your-listviews-anyway-443aceca8ac7)\n\nList of ListViews can be:\n\n- read from .sfdx-hardis.yml file in property **listViewsToSetToMine**\n- sent in argument listviews\n\nNote: property **listViewsToSetToMine** can be auto-generated by command hardis:work:save if .sfdx-hardis.yml contains the following configuration\n\n```yaml\nautoCleanTypes:\n - listViewsMine\n```\n\n- Example of sfdx-hardis.yml property `listViewsToSetToMine`:\n\n```yaml\nlistViewsToSetToMine:\n - \"force-app/main/default/objects/Operation__c/listViews/MyCurrentOperations.listView-meta.xml\"\n - \"force-app/main/default/objects/Operation__c/listViews/MyFinalizedOperations.listView-meta.xml\"\n - \"force-app/main/default/objects/Opportunity/listViews/Default_Opportunity_Pipeline.listView-meta.xml\"\n - \"force-app/main/default/objects/Opportunity/listViews/MyCurrentSubscriptions.listView-meta.xml\"\n - \"force-app/main/default/objects/Opportunity/listViews/MySubscriptions.listView-meta.xml\"\n - \"force-app/main/default/objects/Account/listViews/MyActivePartners.listView-meta.xml\"\n```\n\n- If manually written, this could also be:\n\n```yaml\nlistViewsToSetToMine:\n - \"Operation__c:MyCurrentOperations\"\n - \"Operation__c:MyFinalizedOperations\"\n - \"Opportunity:Default_Opportunity_Pipeline\"\n - \"Opportunity:MyCurrentSubscriptions\"\n - \"Opportunity:MySubscriptions\"\n - \"Account:MyActivePartners\"\n```\n\nTroubleshooting: if you need to run this command from an alpine-linux based docker image, use this workaround in your dockerfile:\n\n```dockerfile\n# Do not use puppeteer embedded chromium\nRUN apk add --update --no-cache chromium\nENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=\"true\"\nENV CHROMIUM_PATH=\"/usr/bin/chromium-browser\"\nENV PUPPETEER_EXECUTABLE_PATH=\"$\\{CHROMIUM_PATH}\" // remove \\ before {\n```\n",
|
|
6376
6437
|
"examples": [
|
|
6377
|
-
"$ sf hardis:org:
|
|
6378
|
-
"$ sf hardis:org:
|
|
6379
|
-
"$ sf hardis:org:diagnose:unusedusers --days 60 --licensetypes all-crm",
|
|
6380
|
-
"$ sf hardis:org:diagnose:unusedusers --days 60 --licenseidentifiers SFDC,AUL,AUL1",
|
|
6381
|
-
"$ sf hardis:org:diagnose:unusedusers --days 60 --licensetypes all-crm --returnactiveusers"
|
|
6438
|
+
"$ sf hardis:org:fix:listviewmine",
|
|
6439
|
+
"$ sf hardis:org:fix:listviewmine --listviews Opportunity:MySubscriptions,Account:MyActivePartners"
|
|
6382
6440
|
],
|
|
6383
6441
|
"flags": {
|
|
6384
6442
|
"json": {
|
|
@@ -6396,49 +6454,14 @@
|
|
|
6396
6454
|
"multiple": false,
|
|
6397
6455
|
"type": "option"
|
|
6398
6456
|
},
|
|
6399
|
-
"
|
|
6400
|
-
"char": "f",
|
|
6401
|
-
"description": "Force the path and name of output report file. Must end with .csv",
|
|
6402
|
-
"name": "outputfile",
|
|
6403
|
-
"hasDynamicHelp": false,
|
|
6404
|
-
"multiple": false,
|
|
6405
|
-
"type": "option"
|
|
6406
|
-
},
|
|
6407
|
-
"days": {
|
|
6408
|
-
"char": "t",
|
|
6409
|
-
"description": "Extracts the users that have been inactive for the amount of days specified. In CI, default is 180 days",
|
|
6410
|
-
"name": "days",
|
|
6411
|
-
"hasDynamicHelp": false,
|
|
6412
|
-
"multiple": false,
|
|
6413
|
-
"type": "option"
|
|
6414
|
-
},
|
|
6415
|
-
"licensetypes": {
|
|
6457
|
+
"listviews": {
|
|
6416
6458
|
"char": "l",
|
|
6417
|
-
"description": "
|
|
6418
|
-
"name": "
|
|
6419
|
-
"hasDynamicHelp": false,
|
|
6420
|
-
"multiple": false,
|
|
6421
|
-
"options": [
|
|
6422
|
-
"all",
|
|
6423
|
-
"all-crm",
|
|
6424
|
-
"all-paying"
|
|
6425
|
-
],
|
|
6426
|
-
"type": "option"
|
|
6427
|
-
},
|
|
6428
|
-
"licenseidentifiers": {
|
|
6429
|
-
"char": "i",
|
|
6430
|
-
"description": "Comma-separated list of license identifiers, in case licensetypes is not used.. Identifiers available at https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_userlicense.htm",
|
|
6431
|
-
"name": "licenseidentifiers",
|
|
6459
|
+
"description": "Comma-separated list of listviews following format Object:ListViewName\nExample: Contact:MyContacts,Contact:MyActiveContacts,Opportunity:MYClosedOpportunities",
|
|
6460
|
+
"name": "listviews",
|
|
6432
6461
|
"hasDynamicHelp": false,
|
|
6433
6462
|
"multiple": false,
|
|
6434
6463
|
"type": "option"
|
|
6435
6464
|
},
|
|
6436
|
-
"returnactiveusers": {
|
|
6437
|
-
"description": "Inverts the command by returning the active users",
|
|
6438
|
-
"name": "returnactiveusers",
|
|
6439
|
-
"allowNo": false,
|
|
6440
|
-
"type": "boolean"
|
|
6441
|
-
},
|
|
6442
6465
|
"debug": {
|
|
6443
6466
|
"char": "d",
|
|
6444
6467
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6477,198 +6500,59 @@
|
|
|
6477
6500
|
},
|
|
6478
6501
|
"hasDynamicHelp": true,
|
|
6479
6502
|
"hiddenAliases": [],
|
|
6480
|
-
"id": "hardis:org:
|
|
6503
|
+
"id": "hardis:org:fix:listviewmine",
|
|
6481
6504
|
"pluginAlias": "sfdx-hardis",
|
|
6482
6505
|
"pluginName": "sfdx-hardis",
|
|
6483
6506
|
"pluginType": "core",
|
|
6484
6507
|
"strict": true,
|
|
6485
6508
|
"enableJsonFlag": true,
|
|
6486
|
-
"title": "
|
|
6487
|
-
"requiresProject":
|
|
6509
|
+
"title": "Fix listviews with ",
|
|
6510
|
+
"requiresProject": true,
|
|
6488
6511
|
"isESM": true,
|
|
6489
6512
|
"relativePath": [
|
|
6490
6513
|
"lib",
|
|
6491
6514
|
"commands",
|
|
6492
6515
|
"hardis",
|
|
6493
6516
|
"org",
|
|
6494
|
-
"
|
|
6495
|
-
"
|
|
6517
|
+
"fix",
|
|
6518
|
+
"listviewmine.js"
|
|
6496
6519
|
],
|
|
6497
6520
|
"aliasPermutations": [],
|
|
6498
6521
|
"permutations": [
|
|
6499
|
-
"hardis:org:
|
|
6500
|
-
"org:hardis:
|
|
6501
|
-
"org:
|
|
6502
|
-
"org:
|
|
6503
|
-
"hardis:
|
|
6504
|
-
"
|
|
6505
|
-
"
|
|
6506
|
-
"
|
|
6507
|
-
"hardis:
|
|
6508
|
-
"
|
|
6509
|
-
"
|
|
6510
|
-
"
|
|
6511
|
-
"hardis:org:
|
|
6512
|
-
"org:hardis:
|
|
6513
|
-
"org:
|
|
6514
|
-
"org:
|
|
6515
|
-
"hardis:
|
|
6516
|
-
"
|
|
6517
|
-
"
|
|
6518
|
-
"
|
|
6519
|
-
"hardis:
|
|
6520
|
-
"
|
|
6521
|
-
"
|
|
6522
|
-
"
|
|
6523
|
-
]
|
|
6524
|
-
},
|
|
6525
|
-
"hardis:org:files:export": {
|
|
6526
|
-
"aliases": [],
|
|
6527
|
-
"args": {},
|
|
6528
|
-
"description": "Export file attachments from a Salesforce org\n\nSee article below\n\n[](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n",
|
|
6529
|
-
"examples": [
|
|
6530
|
-
"$ sf hardis:org:files:export"
|
|
6531
|
-
],
|
|
6532
|
-
"flags": {
|
|
6533
|
-
"json": {
|
|
6534
|
-
"description": "Format output as json.",
|
|
6535
|
-
"helpGroup": "GLOBAL",
|
|
6536
|
-
"name": "json",
|
|
6537
|
-
"allowNo": false,
|
|
6538
|
-
"type": "boolean"
|
|
6539
|
-
},
|
|
6540
|
-
"flags-dir": {
|
|
6541
|
-
"helpGroup": "GLOBAL",
|
|
6542
|
-
"name": "flags-dir",
|
|
6543
|
-
"summary": "Import flag values from a directory.",
|
|
6544
|
-
"hasDynamicHelp": false,
|
|
6545
|
-
"multiple": false,
|
|
6546
|
-
"type": "option"
|
|
6547
|
-
},
|
|
6548
|
-
"path": {
|
|
6549
|
-
"char": "p",
|
|
6550
|
-
"description": "Path to the file export project",
|
|
6551
|
-
"name": "path",
|
|
6552
|
-
"hasDynamicHelp": false,
|
|
6553
|
-
"multiple": false,
|
|
6554
|
-
"type": "option"
|
|
6555
|
-
},
|
|
6556
|
-
"chunksize": {
|
|
6557
|
-
"char": "c",
|
|
6558
|
-
"description": "Number of records to add in a chunk before it is processed",
|
|
6559
|
-
"name": "chunksize",
|
|
6560
|
-
"default": 1000,
|
|
6561
|
-
"hasDynamicHelp": false,
|
|
6562
|
-
"multiple": false,
|
|
6563
|
-
"type": "option"
|
|
6564
|
-
},
|
|
6565
|
-
"polltimeout": {
|
|
6566
|
-
"char": "t",
|
|
6567
|
-
"description": "Timeout in MS for Bulk API calls",
|
|
6568
|
-
"name": "polltimeout",
|
|
6569
|
-
"default": 300000,
|
|
6570
|
-
"hasDynamicHelp": false,
|
|
6571
|
-
"multiple": false,
|
|
6572
|
-
"type": "option"
|
|
6573
|
-
},
|
|
6574
|
-
"startchunknumber": {
|
|
6575
|
-
"char": "s",
|
|
6576
|
-
"description": "Chunk number to start from",
|
|
6577
|
-
"name": "startchunknumber",
|
|
6578
|
-
"default": 0,
|
|
6579
|
-
"hasDynamicHelp": false,
|
|
6580
|
-
"multiple": false,
|
|
6581
|
-
"type": "option"
|
|
6582
|
-
},
|
|
6583
|
-
"debug": {
|
|
6584
|
-
"char": "d",
|
|
6585
|
-
"description": "Activate debug mode (more logs)",
|
|
6586
|
-
"name": "debug",
|
|
6587
|
-
"allowNo": false,
|
|
6588
|
-
"type": "boolean"
|
|
6589
|
-
},
|
|
6590
|
-
"websocket": {
|
|
6591
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
6592
|
-
"name": "websocket",
|
|
6593
|
-
"hasDynamicHelp": false,
|
|
6594
|
-
"multiple": false,
|
|
6595
|
-
"type": "option"
|
|
6596
|
-
},
|
|
6597
|
-
"skipauth": {
|
|
6598
|
-
"description": "Skip authentication check when a default username is required",
|
|
6599
|
-
"name": "skipauth",
|
|
6600
|
-
"allowNo": false,
|
|
6601
|
-
"type": "boolean"
|
|
6602
|
-
},
|
|
6603
|
-
"target-org": {
|
|
6604
|
-
"aliases": [
|
|
6605
|
-
"targetusername",
|
|
6606
|
-
"u"
|
|
6607
|
-
],
|
|
6608
|
-
"char": "o",
|
|
6609
|
-
"deprecateAliases": true,
|
|
6610
|
-
"name": "target-org",
|
|
6611
|
-
"noCacheDefault": true,
|
|
6612
|
-
"required": true,
|
|
6613
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
6614
|
-
"hasDynamicHelp": true,
|
|
6615
|
-
"multiple": false,
|
|
6616
|
-
"type": "option"
|
|
6617
|
-
}
|
|
6618
|
-
},
|
|
6619
|
-
"hasDynamicHelp": true,
|
|
6620
|
-
"hiddenAliases": [],
|
|
6621
|
-
"id": "hardis:org:files:export",
|
|
6622
|
-
"pluginAlias": "sfdx-hardis",
|
|
6623
|
-
"pluginName": "sfdx-hardis",
|
|
6624
|
-
"pluginType": "core",
|
|
6625
|
-
"strict": true,
|
|
6626
|
-
"enableJsonFlag": true,
|
|
6627
|
-
"title": "Export files",
|
|
6628
|
-
"requiresProject": false,
|
|
6629
|
-
"isESM": true,
|
|
6630
|
-
"relativePath": [
|
|
6631
|
-
"lib",
|
|
6632
|
-
"commands",
|
|
6633
|
-
"hardis",
|
|
6634
|
-
"org",
|
|
6635
|
-
"files",
|
|
6636
|
-
"export.js"
|
|
6637
|
-
],
|
|
6638
|
-
"aliasPermutations": [],
|
|
6639
|
-
"permutations": [
|
|
6640
|
-
"hardis:org:files:export",
|
|
6641
|
-
"org:hardis:files:export",
|
|
6642
|
-
"org:files:hardis:export",
|
|
6643
|
-
"org:files:export:hardis",
|
|
6644
|
-
"hardis:files:org:export",
|
|
6645
|
-
"files:hardis:org:export",
|
|
6646
|
-
"files:org:hardis:export",
|
|
6647
|
-
"files:org:export:hardis",
|
|
6648
|
-
"hardis:files:export:org",
|
|
6649
|
-
"files:hardis:export:org",
|
|
6650
|
-
"files:export:hardis:org",
|
|
6651
|
-
"files:export:org:hardis",
|
|
6652
|
-
"hardis:org:export:files",
|
|
6653
|
-
"org:hardis:export:files",
|
|
6654
|
-
"org:export:hardis:files",
|
|
6655
|
-
"org:export:files:hardis",
|
|
6656
|
-
"hardis:export:org:files",
|
|
6657
|
-
"export:hardis:org:files",
|
|
6658
|
-
"export:org:hardis:files",
|
|
6659
|
-
"export:org:files:hardis",
|
|
6660
|
-
"hardis:export:files:org",
|
|
6661
|
-
"export:hardis:files:org",
|
|
6662
|
-
"export:files:hardis:org",
|
|
6663
|
-
"export:files:org:hardis"
|
|
6522
|
+
"hardis:org:fix:listviewmine",
|
|
6523
|
+
"org:hardis:fix:listviewmine",
|
|
6524
|
+
"org:fix:hardis:listviewmine",
|
|
6525
|
+
"org:fix:listviewmine:hardis",
|
|
6526
|
+
"hardis:fix:org:listviewmine",
|
|
6527
|
+
"fix:hardis:org:listviewmine",
|
|
6528
|
+
"fix:org:hardis:listviewmine",
|
|
6529
|
+
"fix:org:listviewmine:hardis",
|
|
6530
|
+
"hardis:fix:listviewmine:org",
|
|
6531
|
+
"fix:hardis:listviewmine:org",
|
|
6532
|
+
"fix:listviewmine:hardis:org",
|
|
6533
|
+
"fix:listviewmine:org:hardis",
|
|
6534
|
+
"hardis:org:listviewmine:fix",
|
|
6535
|
+
"org:hardis:listviewmine:fix",
|
|
6536
|
+
"org:listviewmine:hardis:fix",
|
|
6537
|
+
"org:listviewmine:fix:hardis",
|
|
6538
|
+
"hardis:listviewmine:org:fix",
|
|
6539
|
+
"listviewmine:hardis:org:fix",
|
|
6540
|
+
"listviewmine:org:hardis:fix",
|
|
6541
|
+
"listviewmine:org:fix:hardis",
|
|
6542
|
+
"hardis:listviewmine:fix:org",
|
|
6543
|
+
"listviewmine:hardis:fix:org",
|
|
6544
|
+
"listviewmine:fix:hardis:org",
|
|
6545
|
+
"listviewmine:fix:org:hardis"
|
|
6664
6546
|
]
|
|
6665
6547
|
},
|
|
6666
|
-
"hardis:org:
|
|
6548
|
+
"hardis:org:generate:packagexmlfull": {
|
|
6667
6549
|
"aliases": [],
|
|
6668
6550
|
"args": {},
|
|
6669
|
-
"description": "
|
|
6551
|
+
"description": "Generates full org package.xml, including managed items",
|
|
6670
6552
|
"examples": [
|
|
6671
|
-
"$ sf hardis:org:
|
|
6553
|
+
"$ sf hardis:org:generate:packagexmlfull",
|
|
6554
|
+
"$ sf hardis:org:generate:packagexmlfull --outputfile /tmp/packagexmlfull.xml",
|
|
6555
|
+
"$ sf hardis:org:generate:packagexmlfull --target-org nico@example.com"
|
|
6672
6556
|
],
|
|
6673
6557
|
"flags": {
|
|
6674
6558
|
"json": {
|
|
@@ -6686,21 +6570,13 @@
|
|
|
6686
6570
|
"multiple": false,
|
|
6687
6571
|
"type": "option"
|
|
6688
6572
|
},
|
|
6689
|
-
"
|
|
6690
|
-
"
|
|
6691
|
-
"
|
|
6692
|
-
"name": "path",
|
|
6573
|
+
"outputfile": {
|
|
6574
|
+
"description": "Output package.xml file",
|
|
6575
|
+
"name": "outputfile",
|
|
6693
6576
|
"hasDynamicHelp": false,
|
|
6694
6577
|
"multiple": false,
|
|
6695
6578
|
"type": "option"
|
|
6696
6579
|
},
|
|
6697
|
-
"overwrite": {
|
|
6698
|
-
"char": "f",
|
|
6699
|
-
"description": "Override existing files (doubles the number of API calls)",
|
|
6700
|
-
"name": "overwrite",
|
|
6701
|
-
"allowNo": false,
|
|
6702
|
-
"type": "boolean"
|
|
6703
|
-
},
|
|
6704
6580
|
"debug": {
|
|
6705
6581
|
"char": "d",
|
|
6706
6582
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6739,13 +6615,13 @@
|
|
|
6739
6615
|
},
|
|
6740
6616
|
"hasDynamicHelp": true,
|
|
6741
6617
|
"hiddenAliases": [],
|
|
6742
|
-
"id": "hardis:org:
|
|
6618
|
+
"id": "hardis:org:generate:packagexmlfull",
|
|
6743
6619
|
"pluginAlias": "sfdx-hardis",
|
|
6744
6620
|
"pluginName": "sfdx-hardis",
|
|
6745
6621
|
"pluginType": "core",
|
|
6746
6622
|
"strict": true,
|
|
6747
6623
|
"enableJsonFlag": true,
|
|
6748
|
-
"title": "
|
|
6624
|
+
"title": "Generate Full Org package.xml",
|
|
6749
6625
|
"requiresProject": false,
|
|
6750
6626
|
"isESM": true,
|
|
6751
6627
|
"relativePath": [
|
|
@@ -6753,44 +6629,43 @@
|
|
|
6753
6629
|
"commands",
|
|
6754
6630
|
"hardis",
|
|
6755
6631
|
"org",
|
|
6756
|
-
"
|
|
6757
|
-
"
|
|
6632
|
+
"generate",
|
|
6633
|
+
"packagexmlfull.js"
|
|
6758
6634
|
],
|
|
6759
6635
|
"aliasPermutations": [],
|
|
6760
6636
|
"permutations": [
|
|
6761
|
-
"hardis:org:
|
|
6762
|
-
"org:hardis:
|
|
6763
|
-
"org:
|
|
6764
|
-
"org:
|
|
6765
|
-
"hardis:
|
|
6766
|
-
"
|
|
6767
|
-
"
|
|
6768
|
-
"
|
|
6769
|
-
"hardis:
|
|
6770
|
-
"
|
|
6771
|
-
"
|
|
6772
|
-
"
|
|
6773
|
-
"hardis:org:
|
|
6774
|
-
"org:hardis:
|
|
6775
|
-
"org:
|
|
6776
|
-
"org:
|
|
6777
|
-
"hardis:
|
|
6778
|
-
"
|
|
6779
|
-
"
|
|
6780
|
-
"
|
|
6781
|
-
"hardis:
|
|
6782
|
-
"
|
|
6783
|
-
"
|
|
6784
|
-
"
|
|
6637
|
+
"hardis:org:generate:packagexmlfull",
|
|
6638
|
+
"org:hardis:generate:packagexmlfull",
|
|
6639
|
+
"org:generate:hardis:packagexmlfull",
|
|
6640
|
+
"org:generate:packagexmlfull:hardis",
|
|
6641
|
+
"hardis:generate:org:packagexmlfull",
|
|
6642
|
+
"generate:hardis:org:packagexmlfull",
|
|
6643
|
+
"generate:org:hardis:packagexmlfull",
|
|
6644
|
+
"generate:org:packagexmlfull:hardis",
|
|
6645
|
+
"hardis:generate:packagexmlfull:org",
|
|
6646
|
+
"generate:hardis:packagexmlfull:org",
|
|
6647
|
+
"generate:packagexmlfull:hardis:org",
|
|
6648
|
+
"generate:packagexmlfull:org:hardis",
|
|
6649
|
+
"hardis:org:packagexmlfull:generate",
|
|
6650
|
+
"org:hardis:packagexmlfull:generate",
|
|
6651
|
+
"org:packagexmlfull:hardis:generate",
|
|
6652
|
+
"org:packagexmlfull:generate:hardis",
|
|
6653
|
+
"hardis:packagexmlfull:org:generate",
|
|
6654
|
+
"packagexmlfull:hardis:org:generate",
|
|
6655
|
+
"packagexmlfull:org:hardis:generate",
|
|
6656
|
+
"packagexmlfull:org:generate:hardis",
|
|
6657
|
+
"hardis:packagexmlfull:generate:org",
|
|
6658
|
+
"packagexmlfull:hardis:generate:org",
|
|
6659
|
+
"packagexmlfull:generate:hardis:org",
|
|
6660
|
+
"packagexmlfull:generate:org:hardis"
|
|
6785
6661
|
]
|
|
6786
6662
|
},
|
|
6787
|
-
"hardis:org:
|
|
6663
|
+
"hardis:org:monitor:all": {
|
|
6788
6664
|
"aliases": [],
|
|
6789
6665
|
"args": {},
|
|
6790
|
-
"description": "
|
|
6666
|
+
"description": "Monitor org, generate reports and sends notifications\n\nYou can disable some commands defining either a **monitoringDisable** property in `.sfdx-hardis.yml`, or a comma separated list in env variable **MONITORING_DISABLE**\n\nExample in .sfdx-hardis.yml:\n \n```yaml\nmonitoringDisable:\n - METADATA_STATUS\n - MISSING_ATTRIBUTES\n - UNUSED_METADATAS\n```\n \nExample in env var:\n\n```sh\nMONITORING_DISABLE=METADATA_STATUS,MISSING_ATTRIBUTES,UNUSED_METADATAS\n```\n\nA [default list of monitoring commands](https://sfdx-hardis.cloudity.com/salesforce-monitoring-home/#monitoring-commands) is used, if you want to override it you can define property **monitoringCommands** in your .sfdx-hardis.yml file\n\nExample:\n\n```yaml\nmonitoringCommands:\n - title: My Custom command\n command: sf my:custom:command\n - title: My Custom command 2\n command: sf my:other:custom:command\n```\n\nYou can force the daily run of all commands by defining env var `MONITORING_IGNORE_FREQUENCY=true`\n\nThe default list of commands is the following:\n\n| Key | Description | Command | Frequency |\n| :---: | :---- | :---- | :-----: |\n| [AUDIT_TRAIL](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/audittrail) | Detect suspect setup actions in major org | [sf hardis:org:diagnose:audittrail](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/audittrail) | daily |\n| [LEGACY_API](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/legacyapi) | Detect calls to deprecated API versions | [sf hardis:org:diagnose:legacyapi](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/legacyapi) | daily |\n| [ORG_LIMITS](https://sfdx-hardis.cloudity.com/hardis/org/monitor/limits) | Detect if org limits are close to be reached | [sf hardis:org:monitor:limits](https://sfdx-hardis.cloudity.com/hardis/org/monitor/limits) | daily |\n| [LICENSES](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/licenses) | Extract licenses information | [sf hardis:org:diagnose:licenses](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/licenses) | weekly |\n| [LINT_ACCESS](https://sfdx-hardis.cloudity.com/hardis/lint/access) | Detect custom elements with no access rights defined in permission sets | [sf hardis:lint:access](https://sfdx-hardis.cloudity.com/hardis/lint/access) | weekly |\n| [UNUSED_LICENSES](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unusedlicenses) | Detect permission set licenses that are assigned to users that do not need them | [sf hardis:org:diagnose:unusedlicenses](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unusedlicenses) | weekly |\n| [UNUSED_USERS](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unusedusers) | Detect active users without recent logins | [sf hardis:org:diagnose:unusedusers](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unusedusers) | weekly |\n| [ACTIVE_USERS](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unusedusers) | Detect active users with recent logins | [sf hardis:org:diagnose:unusedusers --returnactiveusers](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unusedusers) | weekly |\n| [ORG_INFO](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/instanceupgrade) | Get org info + SF instance info + next major upgrade date | [sf hardis:org:diagnose:instanceupgrade](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/instanceupgrade) | weekly |\n| [RELEASE_UPDATES](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/releaseupdates) | Gather warnings about incoming and overdue Release Updates | [sf hardis:org:diagnose:releaseupdates](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/releaseupdates) | weekly |\n| [UNUSED_METADATAS](https://sfdx-hardis.cloudity.com/hardis/lint/unusedmetadatas) | Detect custom labels and custom permissions that are not in use | [sf hardis:lint:unusedmetadatas](https://sfdx-hardis.cloudity.com/hardis/lint/unusedmetadatas) | weekly |\n| [UNUSED_APEX_CLASSES](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unused-apex-classes) | Detect unused Apex classes in an org | [sf hardis:org:diagnose:unused-apex-classes](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unused-apex-classes) | weekly |\n| [CONNECTED_APPS](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unused-connected-apps) | Detect unused Connected Apps in an org | [sf hardis:org:diagnose:unused-connected-apps](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unused-connected-apps) | weekly |\n| [METADATA_STATUS](https://sfdx-hardis.cloudity.com/hardis/lint/metadatastatus) | Detect inactive metadata | [sf hardis:lint:metadatastatus](https://sfdx-hardis.cloudity.com/hardis/lint/metadatastatus) | weekly |\n| [MISSING_ATTRIBUTES](https://sfdx-hardis.cloudity.com/hardis/lint/missingattributes) | Detect missing description on custom field | [sf hardis:lint:missingattributes](https://sfdx-hardis.cloudity.com/hardis/lint/missingattributes) | weekly |\n\n",
|
|
6791
6667
|
"examples": [
|
|
6792
|
-
"$ sf hardis:org:
|
|
6793
|
-
"$ sf hardis:org:fix:listviewmine --listviews Opportunity:MySubscriptions,Account:MyActivePartners"
|
|
6668
|
+
"$ sf hardis:org:monitor:all"
|
|
6794
6669
|
],
|
|
6795
6670
|
"flags": {
|
|
6796
6671
|
"json": {
|
|
@@ -6808,14 +6683,6 @@
|
|
|
6808
6683
|
"multiple": false,
|
|
6809
6684
|
"type": "option"
|
|
6810
6685
|
},
|
|
6811
|
-
"listviews": {
|
|
6812
|
-
"char": "l",
|
|
6813
|
-
"description": "Comma-separated list of listviews following format Object:ListViewName\nExample: Contact:MyContacts,Contact:MyActiveContacts,Opportunity:MYClosedOpportunities",
|
|
6814
|
-
"name": "listviews",
|
|
6815
|
-
"hasDynamicHelp": false,
|
|
6816
|
-
"multiple": false,
|
|
6817
|
-
"type": "option"
|
|
6818
|
-
},
|
|
6819
6686
|
"debug": {
|
|
6820
6687
|
"char": "d",
|
|
6821
6688
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6854,228 +6721,7 @@
|
|
|
6854
6721
|
},
|
|
6855
6722
|
"hasDynamicHelp": true,
|
|
6856
6723
|
"hiddenAliases": [],
|
|
6857
|
-
"id": "hardis:org:
|
|
6858
|
-
"pluginAlias": "sfdx-hardis",
|
|
6859
|
-
"pluginName": "sfdx-hardis",
|
|
6860
|
-
"pluginType": "core",
|
|
6861
|
-
"strict": true,
|
|
6862
|
-
"enableJsonFlag": true,
|
|
6863
|
-
"title": "Fix listviews with ",
|
|
6864
|
-
"requiresProject": true,
|
|
6865
|
-
"isESM": true,
|
|
6866
|
-
"relativePath": [
|
|
6867
|
-
"lib",
|
|
6868
|
-
"commands",
|
|
6869
|
-
"hardis",
|
|
6870
|
-
"org",
|
|
6871
|
-
"fix",
|
|
6872
|
-
"listviewmine.js"
|
|
6873
|
-
],
|
|
6874
|
-
"aliasPermutations": [],
|
|
6875
|
-
"permutations": [
|
|
6876
|
-
"hardis:org:fix:listviewmine",
|
|
6877
|
-
"org:hardis:fix:listviewmine",
|
|
6878
|
-
"org:fix:hardis:listviewmine",
|
|
6879
|
-
"org:fix:listviewmine:hardis",
|
|
6880
|
-
"hardis:fix:org:listviewmine",
|
|
6881
|
-
"fix:hardis:org:listviewmine",
|
|
6882
|
-
"fix:org:hardis:listviewmine",
|
|
6883
|
-
"fix:org:listviewmine:hardis",
|
|
6884
|
-
"hardis:fix:listviewmine:org",
|
|
6885
|
-
"fix:hardis:listviewmine:org",
|
|
6886
|
-
"fix:listviewmine:hardis:org",
|
|
6887
|
-
"fix:listviewmine:org:hardis",
|
|
6888
|
-
"hardis:org:listviewmine:fix",
|
|
6889
|
-
"org:hardis:listviewmine:fix",
|
|
6890
|
-
"org:listviewmine:hardis:fix",
|
|
6891
|
-
"org:listviewmine:fix:hardis",
|
|
6892
|
-
"hardis:listviewmine:org:fix",
|
|
6893
|
-
"listviewmine:hardis:org:fix",
|
|
6894
|
-
"listviewmine:org:hardis:fix",
|
|
6895
|
-
"listviewmine:org:fix:hardis",
|
|
6896
|
-
"hardis:listviewmine:fix:org",
|
|
6897
|
-
"listviewmine:hardis:fix:org",
|
|
6898
|
-
"listviewmine:fix:hardis:org",
|
|
6899
|
-
"listviewmine:fix:org:hardis"
|
|
6900
|
-
]
|
|
6901
|
-
},
|
|
6902
|
-
"hardis:org:generate:packagexmlfull": {
|
|
6903
|
-
"aliases": [],
|
|
6904
|
-
"args": {},
|
|
6905
|
-
"description": "Generates full org package.xml, including managed items",
|
|
6906
|
-
"examples": [
|
|
6907
|
-
"$ sf hardis:org:generate:packagexmlfull",
|
|
6908
|
-
"$ sf hardis:org:generate:packagexmlfull --outputfile /tmp/packagexmlfull.xml",
|
|
6909
|
-
"$ sf hardis:org:generate:packagexmlfull --target-org nico@example.com"
|
|
6910
|
-
],
|
|
6911
|
-
"flags": {
|
|
6912
|
-
"json": {
|
|
6913
|
-
"description": "Format output as json.",
|
|
6914
|
-
"helpGroup": "GLOBAL",
|
|
6915
|
-
"name": "json",
|
|
6916
|
-
"allowNo": false,
|
|
6917
|
-
"type": "boolean"
|
|
6918
|
-
},
|
|
6919
|
-
"flags-dir": {
|
|
6920
|
-
"helpGroup": "GLOBAL",
|
|
6921
|
-
"name": "flags-dir",
|
|
6922
|
-
"summary": "Import flag values from a directory.",
|
|
6923
|
-
"hasDynamicHelp": false,
|
|
6924
|
-
"multiple": false,
|
|
6925
|
-
"type": "option"
|
|
6926
|
-
},
|
|
6927
|
-
"outputfile": {
|
|
6928
|
-
"description": "Output package.xml file",
|
|
6929
|
-
"name": "outputfile",
|
|
6930
|
-
"hasDynamicHelp": false,
|
|
6931
|
-
"multiple": false,
|
|
6932
|
-
"type": "option"
|
|
6933
|
-
},
|
|
6934
|
-
"debug": {
|
|
6935
|
-
"char": "d",
|
|
6936
|
-
"description": "Activate debug mode (more logs)",
|
|
6937
|
-
"name": "debug",
|
|
6938
|
-
"allowNo": false,
|
|
6939
|
-
"type": "boolean"
|
|
6940
|
-
},
|
|
6941
|
-
"websocket": {
|
|
6942
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
6943
|
-
"name": "websocket",
|
|
6944
|
-
"hasDynamicHelp": false,
|
|
6945
|
-
"multiple": false,
|
|
6946
|
-
"type": "option"
|
|
6947
|
-
},
|
|
6948
|
-
"skipauth": {
|
|
6949
|
-
"description": "Skip authentication check when a default username is required",
|
|
6950
|
-
"name": "skipauth",
|
|
6951
|
-
"allowNo": false,
|
|
6952
|
-
"type": "boolean"
|
|
6953
|
-
},
|
|
6954
|
-
"target-org": {
|
|
6955
|
-
"aliases": [
|
|
6956
|
-
"targetusername",
|
|
6957
|
-
"u"
|
|
6958
|
-
],
|
|
6959
|
-
"char": "o",
|
|
6960
|
-
"deprecateAliases": true,
|
|
6961
|
-
"name": "target-org",
|
|
6962
|
-
"noCacheDefault": true,
|
|
6963
|
-
"required": true,
|
|
6964
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
6965
|
-
"hasDynamicHelp": true,
|
|
6966
|
-
"multiple": false,
|
|
6967
|
-
"type": "option"
|
|
6968
|
-
}
|
|
6969
|
-
},
|
|
6970
|
-
"hasDynamicHelp": true,
|
|
6971
|
-
"hiddenAliases": [],
|
|
6972
|
-
"id": "hardis:org:generate:packagexmlfull",
|
|
6973
|
-
"pluginAlias": "sfdx-hardis",
|
|
6974
|
-
"pluginName": "sfdx-hardis",
|
|
6975
|
-
"pluginType": "core",
|
|
6976
|
-
"strict": true,
|
|
6977
|
-
"enableJsonFlag": true,
|
|
6978
|
-
"title": "Generate Full Org package.xml",
|
|
6979
|
-
"requiresProject": false,
|
|
6980
|
-
"isESM": true,
|
|
6981
|
-
"relativePath": [
|
|
6982
|
-
"lib",
|
|
6983
|
-
"commands",
|
|
6984
|
-
"hardis",
|
|
6985
|
-
"org",
|
|
6986
|
-
"generate",
|
|
6987
|
-
"packagexmlfull.js"
|
|
6988
|
-
],
|
|
6989
|
-
"aliasPermutations": [],
|
|
6990
|
-
"permutations": [
|
|
6991
|
-
"hardis:org:generate:packagexmlfull",
|
|
6992
|
-
"org:hardis:generate:packagexmlfull",
|
|
6993
|
-
"org:generate:hardis:packagexmlfull",
|
|
6994
|
-
"org:generate:packagexmlfull:hardis",
|
|
6995
|
-
"hardis:generate:org:packagexmlfull",
|
|
6996
|
-
"generate:hardis:org:packagexmlfull",
|
|
6997
|
-
"generate:org:hardis:packagexmlfull",
|
|
6998
|
-
"generate:org:packagexmlfull:hardis",
|
|
6999
|
-
"hardis:generate:packagexmlfull:org",
|
|
7000
|
-
"generate:hardis:packagexmlfull:org",
|
|
7001
|
-
"generate:packagexmlfull:hardis:org",
|
|
7002
|
-
"generate:packagexmlfull:org:hardis",
|
|
7003
|
-
"hardis:org:packagexmlfull:generate",
|
|
7004
|
-
"org:hardis:packagexmlfull:generate",
|
|
7005
|
-
"org:packagexmlfull:hardis:generate",
|
|
7006
|
-
"org:packagexmlfull:generate:hardis",
|
|
7007
|
-
"hardis:packagexmlfull:org:generate",
|
|
7008
|
-
"packagexmlfull:hardis:org:generate",
|
|
7009
|
-
"packagexmlfull:org:hardis:generate",
|
|
7010
|
-
"packagexmlfull:org:generate:hardis",
|
|
7011
|
-
"hardis:packagexmlfull:generate:org",
|
|
7012
|
-
"packagexmlfull:hardis:generate:org",
|
|
7013
|
-
"packagexmlfull:generate:hardis:org",
|
|
7014
|
-
"packagexmlfull:generate:org:hardis"
|
|
7015
|
-
]
|
|
7016
|
-
},
|
|
7017
|
-
"hardis:org:monitor:all": {
|
|
7018
|
-
"aliases": [],
|
|
7019
|
-
"args": {},
|
|
7020
|
-
"description": "Monitor org, generate reports and sends notifications\n\nYou can disable some commands defining either a **monitoringDisable** property in `.sfdx-hardis.yml`, or a comma separated list in env variable **MONITORING_DISABLE**\n\nExample in .sfdx-hardis.yml:\n \n```yaml\nmonitoringDisable:\n - METADATA_STATUS\n - MISSING_ATTRIBUTES\n - UNUSED_METADATAS\n```\n \nExample in env var:\n\n```sh\nMONITORING_DISABLE=METADATA_STATUS,MISSING_ATTRIBUTES,UNUSED_METADATAS\n```\n\nA [default list of monitoring commands](https://sfdx-hardis.cloudity.com/salesforce-monitoring-home/#monitoring-commands) is used, if you want to override it you can define property **monitoringCommands** in your .sfdx-hardis.yml file\n\nExample:\n\n```yaml\nmonitoringCommands:\n - title: My Custom command\n command: sf my:custom:command\n - title: My Custom command 2\n command: sf my:other:custom:command\n```\n\nYou can force the daily run of all commands by defining env var `MONITORING_IGNORE_FREQUENCY=true`\n\nThe default list of commands is the following:\n\n| Key | Description | Command | Frequency |\n| :---: | :---- | :---- | :-----: |\n| [AUDIT_TRAIL](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/audittrail) | Detect suspect setup actions in major org | [sf hardis:org:diagnose:audittrail](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/audittrail) | daily |\n| [LEGACY_API](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/legacyapi) | Detect calls to deprecated API versions | [sf hardis:org:diagnose:legacyapi](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/legacyapi) | daily |\n| [ORG_LIMITS](https://sfdx-hardis.cloudity.com/hardis/org/monitor/limits) | Detect if org limits are close to be reached | [sf hardis:org:monitor:limits](https://sfdx-hardis.cloudity.com/hardis/org/monitor/limits) | daily |\n| [LICENSES](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/licenses) | Extract licenses information | [sf hardis:org:diagnose:licenses](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/licenses) | weekly |\n| [LINT_ACCESS](https://sfdx-hardis.cloudity.com/hardis/lint/access) | Detect custom elements with no access rights defined in permission sets | [sf hardis:lint:access](https://sfdx-hardis.cloudity.com/hardis/lint/access) | weekly |\n| [UNUSED_LICENSES](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unusedlicenses) | Detect permission set licenses that are assigned to users that do not need them | [sf hardis:org:diagnose:unusedlicenses](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unusedlicenses) | weekly |\n| [UNUSED_USERS](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unusedusers) | Detect active users without recent logins | [sf hardis:org:diagnose:unusedusers](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unusedusers) | weekly |\n| [ACTIVE_USERS](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unusedusers) | Detect active users with recent logins | [sf hardis:org:diagnose:unusedusers --returnactiveusers](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unusedusers) | weekly |\n| [ORG_INFO](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/instanceupgrade) | Get org info + SF instance info + next major upgrade date | [sf hardis:org:diagnose:instanceupgrade](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/instanceupgrade) | weekly |\n| [RELEASE_UPDATES](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/releaseupdates) | Gather warnings about incoming and overdue Release Updates | [sf hardis:org:diagnose:releaseupdates](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/releaseupdates) | weekly |\n| [UNUSED_METADATAS](https://sfdx-hardis.cloudity.com/hardis/lint/unusedmetadatas) | Detect custom labels and custom permissions that are not in use | [sf hardis:lint:unusedmetadatas](https://sfdx-hardis.cloudity.com/hardis/lint/unusedmetadatas) | weekly |\n| [UNUSED_APEX_CLASSES](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unused-apex-classes) | Detect unused Apex classes in an org | [sf hardis:org:diagnose:unused-apex-classes](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unused-apex-classes) | weekly |\n| [CONNECTED_APPS](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unused-connected-apps) | Detect unused Connected Apps in an org | [sf hardis:org:diagnose:unused-connected-apps](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unused-connected-apps) | weekly |\n| [METADATA_STATUS](https://sfdx-hardis.cloudity.com/hardis/lint/metadatastatus) | Detect inactive metadata | [sf hardis:lint:metadatastatus](https://sfdx-hardis.cloudity.com/hardis/lint/metadatastatus) | weekly |\n| [MISSING_ATTRIBUTES](https://sfdx-hardis.cloudity.com/hardis/lint/missingattributes) | Detect missing description on custom field | [sf hardis:lint:missingattributes](https://sfdx-hardis.cloudity.com/hardis/lint/missingattributes) | weekly |\n\n",
|
|
7021
|
-
"examples": [
|
|
7022
|
-
"$ sf hardis:org:monitor:all"
|
|
7023
|
-
],
|
|
7024
|
-
"flags": {
|
|
7025
|
-
"json": {
|
|
7026
|
-
"description": "Format output as json.",
|
|
7027
|
-
"helpGroup": "GLOBAL",
|
|
7028
|
-
"name": "json",
|
|
7029
|
-
"allowNo": false,
|
|
7030
|
-
"type": "boolean"
|
|
7031
|
-
},
|
|
7032
|
-
"flags-dir": {
|
|
7033
|
-
"helpGroup": "GLOBAL",
|
|
7034
|
-
"name": "flags-dir",
|
|
7035
|
-
"summary": "Import flag values from a directory.",
|
|
7036
|
-
"hasDynamicHelp": false,
|
|
7037
|
-
"multiple": false,
|
|
7038
|
-
"type": "option"
|
|
7039
|
-
},
|
|
7040
|
-
"debug": {
|
|
7041
|
-
"char": "d",
|
|
7042
|
-
"description": "Activate debug mode (more logs)",
|
|
7043
|
-
"name": "debug",
|
|
7044
|
-
"allowNo": false,
|
|
7045
|
-
"type": "boolean"
|
|
7046
|
-
},
|
|
7047
|
-
"websocket": {
|
|
7048
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
7049
|
-
"name": "websocket",
|
|
7050
|
-
"hasDynamicHelp": false,
|
|
7051
|
-
"multiple": false,
|
|
7052
|
-
"type": "option"
|
|
7053
|
-
},
|
|
7054
|
-
"skipauth": {
|
|
7055
|
-
"description": "Skip authentication check when a default username is required",
|
|
7056
|
-
"name": "skipauth",
|
|
7057
|
-
"allowNo": false,
|
|
7058
|
-
"type": "boolean"
|
|
7059
|
-
},
|
|
7060
|
-
"target-org": {
|
|
7061
|
-
"aliases": [
|
|
7062
|
-
"targetusername",
|
|
7063
|
-
"u"
|
|
7064
|
-
],
|
|
7065
|
-
"char": "o",
|
|
7066
|
-
"deprecateAliases": true,
|
|
7067
|
-
"name": "target-org",
|
|
7068
|
-
"noCacheDefault": true,
|
|
7069
|
-
"required": true,
|
|
7070
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
7071
|
-
"hasDynamicHelp": true,
|
|
7072
|
-
"multiple": false,
|
|
7073
|
-
"type": "option"
|
|
7074
|
-
}
|
|
7075
|
-
},
|
|
7076
|
-
"hasDynamicHelp": true,
|
|
7077
|
-
"hiddenAliases": [],
|
|
7078
|
-
"id": "hardis:org:monitor:all",
|
|
6724
|
+
"id": "hardis:org:monitor:all",
|
|
7079
6725
|
"pluginAlias": "sfdx-hardis",
|
|
7080
6726
|
"pluginName": "sfdx-hardis",
|
|
7081
6727
|
"pluginType": "core",
|
|
@@ -8376,6 +8022,360 @@
|
|
|
8376
8022
|
"unfreeze:user:org:hardis"
|
|
8377
8023
|
]
|
|
8378
8024
|
},
|
|
8025
|
+
"hardis:package:version:create": {
|
|
8026
|
+
"aliases": [],
|
|
8027
|
+
"args": {},
|
|
8028
|
+
"description": "Create a new version of an unlocked package",
|
|
8029
|
+
"examples": [
|
|
8030
|
+
"$ sf hardis:package:version:create"
|
|
8031
|
+
],
|
|
8032
|
+
"flags": {
|
|
8033
|
+
"json": {
|
|
8034
|
+
"description": "Format output as json.",
|
|
8035
|
+
"helpGroup": "GLOBAL",
|
|
8036
|
+
"name": "json",
|
|
8037
|
+
"allowNo": false,
|
|
8038
|
+
"type": "boolean"
|
|
8039
|
+
},
|
|
8040
|
+
"flags-dir": {
|
|
8041
|
+
"helpGroup": "GLOBAL",
|
|
8042
|
+
"name": "flags-dir",
|
|
8043
|
+
"summary": "Import flag values from a directory.",
|
|
8044
|
+
"hasDynamicHelp": false,
|
|
8045
|
+
"multiple": false,
|
|
8046
|
+
"type": "option"
|
|
8047
|
+
},
|
|
8048
|
+
"debug": {
|
|
8049
|
+
"char": "d",
|
|
8050
|
+
"description": "Activate debug mode (more logs)",
|
|
8051
|
+
"name": "debug",
|
|
8052
|
+
"allowNo": false,
|
|
8053
|
+
"type": "boolean"
|
|
8054
|
+
},
|
|
8055
|
+
"package": {
|
|
8056
|
+
"char": "p",
|
|
8057
|
+
"description": "Package identifier that you want to use to generate a new package version",
|
|
8058
|
+
"name": "package",
|
|
8059
|
+
"default": "",
|
|
8060
|
+
"hasDynamicHelp": false,
|
|
8061
|
+
"multiple": false,
|
|
8062
|
+
"type": "option"
|
|
8063
|
+
},
|
|
8064
|
+
"installkey": {
|
|
8065
|
+
"char": "k",
|
|
8066
|
+
"description": "Package installation key",
|
|
8067
|
+
"name": "installkey",
|
|
8068
|
+
"default": "",
|
|
8069
|
+
"hasDynamicHelp": false,
|
|
8070
|
+
"multiple": false,
|
|
8071
|
+
"type": "option"
|
|
8072
|
+
},
|
|
8073
|
+
"deleteafter": {
|
|
8074
|
+
"description": "Delete package version after creating it",
|
|
8075
|
+
"name": "deleteafter",
|
|
8076
|
+
"allowNo": false,
|
|
8077
|
+
"type": "boolean"
|
|
8078
|
+
},
|
|
8079
|
+
"install": {
|
|
8080
|
+
"char": "i",
|
|
8081
|
+
"description": "Install package version on default org after generation",
|
|
8082
|
+
"name": "install",
|
|
8083
|
+
"allowNo": false,
|
|
8084
|
+
"type": "boolean"
|
|
8085
|
+
},
|
|
8086
|
+
"websocket": {
|
|
8087
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
8088
|
+
"name": "websocket",
|
|
8089
|
+
"hasDynamicHelp": false,
|
|
8090
|
+
"multiple": false,
|
|
8091
|
+
"type": "option"
|
|
8092
|
+
},
|
|
8093
|
+
"skipauth": {
|
|
8094
|
+
"description": "Skip authentication check when a default username is required",
|
|
8095
|
+
"name": "skipauth",
|
|
8096
|
+
"allowNo": false,
|
|
8097
|
+
"type": "boolean"
|
|
8098
|
+
},
|
|
8099
|
+
"target-dev-hub": {
|
|
8100
|
+
"aliases": [
|
|
8101
|
+
"targetdevhubusername"
|
|
8102
|
+
],
|
|
8103
|
+
"char": "v",
|
|
8104
|
+
"deprecateAliases": true,
|
|
8105
|
+
"name": "target-dev-hub",
|
|
8106
|
+
"noCacheDefault": true,
|
|
8107
|
+
"required": true,
|
|
8108
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
8109
|
+
"hasDynamicHelp": true,
|
|
8110
|
+
"multiple": false,
|
|
8111
|
+
"type": "option"
|
|
8112
|
+
}
|
|
8113
|
+
},
|
|
8114
|
+
"hasDynamicHelp": true,
|
|
8115
|
+
"hiddenAliases": [],
|
|
8116
|
+
"id": "hardis:package:version:create",
|
|
8117
|
+
"pluginAlias": "sfdx-hardis",
|
|
8118
|
+
"pluginName": "sfdx-hardis",
|
|
8119
|
+
"pluginType": "core",
|
|
8120
|
+
"strict": true,
|
|
8121
|
+
"enableJsonFlag": true,
|
|
8122
|
+
"title": "Create a new version of a package",
|
|
8123
|
+
"requiresProject": true,
|
|
8124
|
+
"isESM": true,
|
|
8125
|
+
"relativePath": [
|
|
8126
|
+
"lib",
|
|
8127
|
+
"commands",
|
|
8128
|
+
"hardis",
|
|
8129
|
+
"package",
|
|
8130
|
+
"version",
|
|
8131
|
+
"create.js"
|
|
8132
|
+
],
|
|
8133
|
+
"aliasPermutations": [],
|
|
8134
|
+
"permutations": [
|
|
8135
|
+
"hardis:package:version:create",
|
|
8136
|
+
"package:hardis:version:create",
|
|
8137
|
+
"package:version:hardis:create",
|
|
8138
|
+
"package:version:create:hardis",
|
|
8139
|
+
"hardis:version:package:create",
|
|
8140
|
+
"version:hardis:package:create",
|
|
8141
|
+
"version:package:hardis:create",
|
|
8142
|
+
"version:package:create:hardis",
|
|
8143
|
+
"hardis:version:create:package",
|
|
8144
|
+
"version:hardis:create:package",
|
|
8145
|
+
"version:create:hardis:package",
|
|
8146
|
+
"version:create:package:hardis",
|
|
8147
|
+
"hardis:package:create:version",
|
|
8148
|
+
"package:hardis:create:version",
|
|
8149
|
+
"package:create:hardis:version",
|
|
8150
|
+
"package:create:version:hardis",
|
|
8151
|
+
"hardis:create:package:version",
|
|
8152
|
+
"create:hardis:package:version",
|
|
8153
|
+
"create:package:hardis:version",
|
|
8154
|
+
"create:package:version:hardis",
|
|
8155
|
+
"hardis:create:version:package",
|
|
8156
|
+
"create:hardis:version:package",
|
|
8157
|
+
"create:version:hardis:package",
|
|
8158
|
+
"create:version:package:hardis"
|
|
8159
|
+
]
|
|
8160
|
+
},
|
|
8161
|
+
"hardis:package:version:list": {
|
|
8162
|
+
"aliases": [],
|
|
8163
|
+
"args": {},
|
|
8164
|
+
"description": "List versions of unlocked package",
|
|
8165
|
+
"examples": [
|
|
8166
|
+
"$ sf hardis:package:version:list"
|
|
8167
|
+
],
|
|
8168
|
+
"flags": {
|
|
8169
|
+
"json": {
|
|
8170
|
+
"description": "Format output as json.",
|
|
8171
|
+
"helpGroup": "GLOBAL",
|
|
8172
|
+
"name": "json",
|
|
8173
|
+
"allowNo": false,
|
|
8174
|
+
"type": "boolean"
|
|
8175
|
+
},
|
|
8176
|
+
"flags-dir": {
|
|
8177
|
+
"helpGroup": "GLOBAL",
|
|
8178
|
+
"name": "flags-dir",
|
|
8179
|
+
"summary": "Import flag values from a directory.",
|
|
8180
|
+
"hasDynamicHelp": false,
|
|
8181
|
+
"multiple": false,
|
|
8182
|
+
"type": "option"
|
|
8183
|
+
},
|
|
8184
|
+
"debug": {
|
|
8185
|
+
"char": "d",
|
|
8186
|
+
"description": "Activate debug mode (more logs)",
|
|
8187
|
+
"name": "debug",
|
|
8188
|
+
"allowNo": false,
|
|
8189
|
+
"type": "boolean"
|
|
8190
|
+
},
|
|
8191
|
+
"websocket": {
|
|
8192
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
8193
|
+
"name": "websocket",
|
|
8194
|
+
"hasDynamicHelp": false,
|
|
8195
|
+
"multiple": false,
|
|
8196
|
+
"type": "option"
|
|
8197
|
+
},
|
|
8198
|
+
"skipauth": {
|
|
8199
|
+
"description": "Skip authentication check when a default username is required",
|
|
8200
|
+
"name": "skipauth",
|
|
8201
|
+
"allowNo": false,
|
|
8202
|
+
"type": "boolean"
|
|
8203
|
+
},
|
|
8204
|
+
"target-dev-hub": {
|
|
8205
|
+
"aliases": [
|
|
8206
|
+
"targetdevhubusername"
|
|
8207
|
+
],
|
|
8208
|
+
"char": "v",
|
|
8209
|
+
"deprecateAliases": true,
|
|
8210
|
+
"name": "target-dev-hub",
|
|
8211
|
+
"noCacheDefault": true,
|
|
8212
|
+
"required": true,
|
|
8213
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
8214
|
+
"hasDynamicHelp": true,
|
|
8215
|
+
"multiple": false,
|
|
8216
|
+
"type": "option"
|
|
8217
|
+
}
|
|
8218
|
+
},
|
|
8219
|
+
"hasDynamicHelp": true,
|
|
8220
|
+
"hiddenAliases": [],
|
|
8221
|
+
"id": "hardis:package:version:list",
|
|
8222
|
+
"pluginAlias": "sfdx-hardis",
|
|
8223
|
+
"pluginName": "sfdx-hardis",
|
|
8224
|
+
"pluginType": "core",
|
|
8225
|
+
"strict": true,
|
|
8226
|
+
"enableJsonFlag": true,
|
|
8227
|
+
"title": "Create a new version of a package",
|
|
8228
|
+
"requiresProject": true,
|
|
8229
|
+
"isESM": true,
|
|
8230
|
+
"relativePath": [
|
|
8231
|
+
"lib",
|
|
8232
|
+
"commands",
|
|
8233
|
+
"hardis",
|
|
8234
|
+
"package",
|
|
8235
|
+
"version",
|
|
8236
|
+
"list.js"
|
|
8237
|
+
],
|
|
8238
|
+
"aliasPermutations": [],
|
|
8239
|
+
"permutations": [
|
|
8240
|
+
"hardis:package:version:list",
|
|
8241
|
+
"package:hardis:version:list",
|
|
8242
|
+
"package:version:hardis:list",
|
|
8243
|
+
"package:version:list:hardis",
|
|
8244
|
+
"hardis:version:package:list",
|
|
8245
|
+
"version:hardis:package:list",
|
|
8246
|
+
"version:package:hardis:list",
|
|
8247
|
+
"version:package:list:hardis",
|
|
8248
|
+
"hardis:version:list:package",
|
|
8249
|
+
"version:hardis:list:package",
|
|
8250
|
+
"version:list:hardis:package",
|
|
8251
|
+
"version:list:package:hardis",
|
|
8252
|
+
"hardis:package:list:version",
|
|
8253
|
+
"package:hardis:list:version",
|
|
8254
|
+
"package:list:hardis:version",
|
|
8255
|
+
"package:list:version:hardis",
|
|
8256
|
+
"hardis:list:package:version",
|
|
8257
|
+
"list:hardis:package:version",
|
|
8258
|
+
"list:package:hardis:version",
|
|
8259
|
+
"list:package:version:hardis",
|
|
8260
|
+
"hardis:list:version:package",
|
|
8261
|
+
"list:hardis:version:package",
|
|
8262
|
+
"list:version:hardis:package",
|
|
8263
|
+
"list:version:package:hardis"
|
|
8264
|
+
]
|
|
8265
|
+
},
|
|
8266
|
+
"hardis:package:version:promote": {
|
|
8267
|
+
"aliases": [],
|
|
8268
|
+
"args": {},
|
|
8269
|
+
"description": "Promote package(s) version(s): convert it from beta to released",
|
|
8270
|
+
"examples": [
|
|
8271
|
+
"$ sf hardis:package:version:promote",
|
|
8272
|
+
"$ sf hardis:package:version:promote --auto"
|
|
8273
|
+
],
|
|
8274
|
+
"flags": {
|
|
8275
|
+
"json": {
|
|
8276
|
+
"description": "Format output as json.",
|
|
8277
|
+
"helpGroup": "GLOBAL",
|
|
8278
|
+
"name": "json",
|
|
8279
|
+
"allowNo": false,
|
|
8280
|
+
"type": "boolean"
|
|
8281
|
+
},
|
|
8282
|
+
"flags-dir": {
|
|
8283
|
+
"helpGroup": "GLOBAL",
|
|
8284
|
+
"name": "flags-dir",
|
|
8285
|
+
"summary": "Import flag values from a directory.",
|
|
8286
|
+
"hasDynamicHelp": false,
|
|
8287
|
+
"multiple": false,
|
|
8288
|
+
"type": "option"
|
|
8289
|
+
},
|
|
8290
|
+
"auto": {
|
|
8291
|
+
"char": "f",
|
|
8292
|
+
"description": "Auto-detect which versions of which packages need to be promoted",
|
|
8293
|
+
"name": "auto",
|
|
8294
|
+
"allowNo": false,
|
|
8295
|
+
"type": "boolean"
|
|
8296
|
+
},
|
|
8297
|
+
"debug": {
|
|
8298
|
+
"char": "d",
|
|
8299
|
+
"description": "Activate debug mode (more logs)",
|
|
8300
|
+
"name": "debug",
|
|
8301
|
+
"allowNo": false,
|
|
8302
|
+
"type": "boolean"
|
|
8303
|
+
},
|
|
8304
|
+
"websocket": {
|
|
8305
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
8306
|
+
"name": "websocket",
|
|
8307
|
+
"hasDynamicHelp": false,
|
|
8308
|
+
"multiple": false,
|
|
8309
|
+
"type": "option"
|
|
8310
|
+
},
|
|
8311
|
+
"skipauth": {
|
|
8312
|
+
"description": "Skip authentication check when a default username is required",
|
|
8313
|
+
"name": "skipauth",
|
|
8314
|
+
"allowNo": false,
|
|
8315
|
+
"type": "boolean"
|
|
8316
|
+
},
|
|
8317
|
+
"target-dev-hub": {
|
|
8318
|
+
"aliases": [
|
|
8319
|
+
"targetdevhubusername"
|
|
8320
|
+
],
|
|
8321
|
+
"char": "v",
|
|
8322
|
+
"deprecateAliases": true,
|
|
8323
|
+
"name": "target-dev-hub",
|
|
8324
|
+
"noCacheDefault": true,
|
|
8325
|
+
"required": true,
|
|
8326
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
8327
|
+
"hasDynamicHelp": true,
|
|
8328
|
+
"multiple": false,
|
|
8329
|
+
"type": "option"
|
|
8330
|
+
}
|
|
8331
|
+
},
|
|
8332
|
+
"hasDynamicHelp": true,
|
|
8333
|
+
"hiddenAliases": [],
|
|
8334
|
+
"id": "hardis:package:version:promote",
|
|
8335
|
+
"pluginAlias": "sfdx-hardis",
|
|
8336
|
+
"pluginName": "sfdx-hardis",
|
|
8337
|
+
"pluginType": "core",
|
|
8338
|
+
"strict": true,
|
|
8339
|
+
"enableJsonFlag": true,
|
|
8340
|
+
"title": "Promote new versions of package(s)",
|
|
8341
|
+
"requiresProject": true,
|
|
8342
|
+
"isESM": true,
|
|
8343
|
+
"relativePath": [
|
|
8344
|
+
"lib",
|
|
8345
|
+
"commands",
|
|
8346
|
+
"hardis",
|
|
8347
|
+
"package",
|
|
8348
|
+
"version",
|
|
8349
|
+
"promote.js"
|
|
8350
|
+
],
|
|
8351
|
+
"aliasPermutations": [],
|
|
8352
|
+
"permutations": [
|
|
8353
|
+
"hardis:package:version:promote",
|
|
8354
|
+
"package:hardis:version:promote",
|
|
8355
|
+
"package:version:hardis:promote",
|
|
8356
|
+
"package:version:promote:hardis",
|
|
8357
|
+
"hardis:version:package:promote",
|
|
8358
|
+
"version:hardis:package:promote",
|
|
8359
|
+
"version:package:hardis:promote",
|
|
8360
|
+
"version:package:promote:hardis",
|
|
8361
|
+
"hardis:version:promote:package",
|
|
8362
|
+
"version:hardis:promote:package",
|
|
8363
|
+
"version:promote:hardis:package",
|
|
8364
|
+
"version:promote:package:hardis",
|
|
8365
|
+
"hardis:package:promote:version",
|
|
8366
|
+
"package:hardis:promote:version",
|
|
8367
|
+
"package:promote:hardis:version",
|
|
8368
|
+
"package:promote:version:hardis",
|
|
8369
|
+
"hardis:promote:package:version",
|
|
8370
|
+
"promote:hardis:package:version",
|
|
8371
|
+
"promote:package:hardis:version",
|
|
8372
|
+
"promote:package:version:hardis",
|
|
8373
|
+
"hardis:promote:version:package",
|
|
8374
|
+
"promote:hardis:version:package",
|
|
8375
|
+
"promote:version:hardis:package",
|
|
8376
|
+
"promote:version:package:hardis"
|
|
8377
|
+
]
|
|
8378
|
+
},
|
|
8379
8379
|
"hardis:project:audit:apiversion": {
|
|
8380
8380
|
"aliases": [],
|
|
8381
8381
|
"args": {},
|
|
@@ -14201,5 +14201,5 @@
|
|
|
14201
14201
|
]
|
|
14202
14202
|
}
|
|
14203
14203
|
},
|
|
14204
|
-
"version": "5.
|
|
14204
|
+
"version": "5.17.1-beta202501271159.0"
|
|
14205
14205
|
}
|