sfdx-hardis 5.44.2-alpha202507221352.0 → 5.45.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/oclif.manifest.json +438 -438
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -129,13 +129,12 @@
|
|
|
129
129
|
"clear:cache:hardis"
|
|
130
130
|
]
|
|
131
131
|
},
|
|
132
|
-
"hardis:
|
|
132
|
+
"hardis:config:get": {
|
|
133
133
|
"aliases": [],
|
|
134
134
|
"args": {},
|
|
135
|
-
"description": "
|
|
135
|
+
"description": "Returns sfdx-hardis project config for a given level",
|
|
136
136
|
"examples": [
|
|
137
|
-
"$ sf hardis:
|
|
138
|
-
"CI=true sf hardis:auth:login"
|
|
137
|
+
"$ sf hardis:project:deploy:sources:metadata"
|
|
139
138
|
],
|
|
140
139
|
"flags": {
|
|
141
140
|
"json": {
|
|
@@ -153,28 +152,20 @@
|
|
|
153
152
|
"multiple": false,
|
|
154
153
|
"type": "option"
|
|
155
154
|
},
|
|
156
|
-
"
|
|
157
|
-
"char": "
|
|
158
|
-
"description": "
|
|
159
|
-
"name": "
|
|
155
|
+
"level": {
|
|
156
|
+
"char": "l",
|
|
157
|
+
"description": "project,branch or user",
|
|
158
|
+
"name": "level",
|
|
159
|
+
"default": "project",
|
|
160
160
|
"hasDynamicHelp": false,
|
|
161
161
|
"multiple": false,
|
|
162
|
+
"options": [
|
|
163
|
+
"project",
|
|
164
|
+
"branch",
|
|
165
|
+
"user"
|
|
166
|
+
],
|
|
162
167
|
"type": "option"
|
|
163
168
|
},
|
|
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
169
|
"debug": {
|
|
179
170
|
"char": "d",
|
|
180
171
|
"description": "Activate debug mode (more logs)",
|
|
@@ -198,38 +189,39 @@
|
|
|
198
189
|
},
|
|
199
190
|
"hasDynamicHelp": false,
|
|
200
191
|
"hiddenAliases": [],
|
|
201
|
-
"id": "hardis:
|
|
192
|
+
"id": "hardis:config:get",
|
|
202
193
|
"pluginAlias": "sfdx-hardis",
|
|
203
194
|
"pluginName": "sfdx-hardis",
|
|
204
195
|
"pluginType": "core",
|
|
205
196
|
"strict": true,
|
|
206
197
|
"enableJsonFlag": true,
|
|
207
|
-
"title": "
|
|
198
|
+
"title": "Deploy metadata sources to org",
|
|
208
199
|
"requiresProject": false,
|
|
209
200
|
"isESM": true,
|
|
210
201
|
"relativePath": [
|
|
211
202
|
"lib",
|
|
212
203
|
"commands",
|
|
213
204
|
"hardis",
|
|
214
|
-
"
|
|
215
|
-
"
|
|
205
|
+
"config",
|
|
206
|
+
"get.js"
|
|
216
207
|
],
|
|
217
208
|
"aliasPermutations": [],
|
|
218
209
|
"permutations": [
|
|
219
|
-
"hardis:
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"hardis:
|
|
223
|
-
"
|
|
224
|
-
"
|
|
210
|
+
"hardis:config:get",
|
|
211
|
+
"config:hardis:get",
|
|
212
|
+
"config:get:hardis",
|
|
213
|
+
"hardis:get:config",
|
|
214
|
+
"get:hardis:config",
|
|
215
|
+
"get:config:hardis"
|
|
225
216
|
]
|
|
226
217
|
},
|
|
227
|
-
"hardis:
|
|
218
|
+
"hardis:auth:login": {
|
|
228
219
|
"aliases": [],
|
|
229
220
|
"args": {},
|
|
230
|
-
"description": "
|
|
221
|
+
"description": "\nLogins to a Salesforce org from CI/CD workflows.\n\nWill use the variables and files defined by configuration commands:\n\n- CI/CD repos: [Configure Org CI Authentication](https://sfdx-hardis.cloudity.com/hardis/project/configure/auth/)\n- Monitoring repos: [Configure Org Monitoring](https://sfdx-hardis.cloudity.com/hardis/org/configure/monitoring/)\n\nIf you have a technical org (for example to call Agentforce from another org, you can define variable SFDX_AUTH_URL_TECHNICAL_ORG and it will authenticate it with alias TECHNICAL_ORG)\n\nYou can get SFDX_AUTH_URL_TECHNICAL_ORG value by running the command: `sf org display --verbose --json` and copy the value of the field `sfdxAuthUrl` in the output.\n",
|
|
231
222
|
"examples": [
|
|
232
|
-
"$ sf hardis:
|
|
223
|
+
"$ sf hardis:auth:login",
|
|
224
|
+
"CI=true sf hardis:auth:login"
|
|
233
225
|
],
|
|
234
226
|
"flags": {
|
|
235
227
|
"json": {
|
|
@@ -247,20 +239,28 @@
|
|
|
247
239
|
"multiple": false,
|
|
248
240
|
"type": "option"
|
|
249
241
|
},
|
|
250
|
-
"
|
|
251
|
-
"char": "
|
|
252
|
-
"description": "
|
|
253
|
-
"name": "
|
|
254
|
-
"default": "project",
|
|
242
|
+
"instanceurl": {
|
|
243
|
+
"char": "r",
|
|
244
|
+
"description": "URL of org instance",
|
|
245
|
+
"name": "instanceurl",
|
|
255
246
|
"hasDynamicHelp": false,
|
|
256
247
|
"multiple": false,
|
|
257
|
-
"options": [
|
|
258
|
-
"project",
|
|
259
|
-
"branch",
|
|
260
|
-
"user"
|
|
261
|
-
],
|
|
262
248
|
"type": "option"
|
|
263
249
|
},
|
|
250
|
+
"devhub": {
|
|
251
|
+
"char": "h",
|
|
252
|
+
"description": "Also connect associated DevHub",
|
|
253
|
+
"name": "devhub",
|
|
254
|
+
"allowNo": false,
|
|
255
|
+
"type": "boolean"
|
|
256
|
+
},
|
|
257
|
+
"scratchorg": {
|
|
258
|
+
"char": "s",
|
|
259
|
+
"description": "Scratch org",
|
|
260
|
+
"name": "scratchorg",
|
|
261
|
+
"allowNo": false,
|
|
262
|
+
"type": "boolean"
|
|
263
|
+
},
|
|
264
264
|
"debug": {
|
|
265
265
|
"char": "d",
|
|
266
266
|
"description": "Activate debug mode (more logs)",
|
|
@@ -284,30 +284,30 @@
|
|
|
284
284
|
},
|
|
285
285
|
"hasDynamicHelp": false,
|
|
286
286
|
"hiddenAliases": [],
|
|
287
|
-
"id": "hardis:
|
|
287
|
+
"id": "hardis:auth:login",
|
|
288
288
|
"pluginAlias": "sfdx-hardis",
|
|
289
289
|
"pluginName": "sfdx-hardis",
|
|
290
290
|
"pluginType": "core",
|
|
291
291
|
"strict": true,
|
|
292
292
|
"enableJsonFlag": true,
|
|
293
|
-
"title": "
|
|
293
|
+
"title": "Login",
|
|
294
294
|
"requiresProject": false,
|
|
295
295
|
"isESM": true,
|
|
296
296
|
"relativePath": [
|
|
297
297
|
"lib",
|
|
298
298
|
"commands",
|
|
299
299
|
"hardis",
|
|
300
|
-
"
|
|
301
|
-
"
|
|
300
|
+
"auth",
|
|
301
|
+
"login.js"
|
|
302
302
|
],
|
|
303
303
|
"aliasPermutations": [],
|
|
304
304
|
"permutations": [
|
|
305
|
-
"hardis:
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"hardis:
|
|
309
|
-
"
|
|
310
|
-
"
|
|
305
|
+
"hardis:auth:login",
|
|
306
|
+
"auth:hardis:login",
|
|
307
|
+
"auth:login:hardis",
|
|
308
|
+
"hardis:login:auth",
|
|
309
|
+
"login:hardis:auth",
|
|
310
|
+
"login:auth:hardis"
|
|
311
311
|
]
|
|
312
312
|
},
|
|
313
313
|
"hardis:doc:fieldusage": {
|
|
@@ -5738,121 +5738,6 @@
|
|
|
5738
5738
|
"import:files:org:hardis"
|
|
5739
5739
|
]
|
|
5740
5740
|
},
|
|
5741
|
-
"hardis:org:fix:listviewmine": {
|
|
5742
|
-
"aliases": [],
|
|
5743
|
-
"args": {},
|
|
5744
|
-
"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",
|
|
5745
|
-
"examples": [
|
|
5746
|
-
"$ sf hardis:org:fix:listviewmine",
|
|
5747
|
-
"$ sf hardis:org:fix:listviewmine --listviews Opportunity:MySubscriptions,Account:MyActivePartners"
|
|
5748
|
-
],
|
|
5749
|
-
"flags": {
|
|
5750
|
-
"json": {
|
|
5751
|
-
"description": "Format output as json.",
|
|
5752
|
-
"helpGroup": "GLOBAL",
|
|
5753
|
-
"name": "json",
|
|
5754
|
-
"allowNo": false,
|
|
5755
|
-
"type": "boolean"
|
|
5756
|
-
},
|
|
5757
|
-
"flags-dir": {
|
|
5758
|
-
"helpGroup": "GLOBAL",
|
|
5759
|
-
"name": "flags-dir",
|
|
5760
|
-
"summary": "Import flag values from a directory.",
|
|
5761
|
-
"hasDynamicHelp": false,
|
|
5762
|
-
"multiple": false,
|
|
5763
|
-
"type": "option"
|
|
5764
|
-
},
|
|
5765
|
-
"listviews": {
|
|
5766
|
-
"char": "l",
|
|
5767
|
-
"description": "Comma-separated list of listviews following format Object:ListViewName\nExample: Contact:MyContacts,Contact:MyActiveContacts,Opportunity:MYClosedOpportunities",
|
|
5768
|
-
"name": "listviews",
|
|
5769
|
-
"hasDynamicHelp": false,
|
|
5770
|
-
"multiple": false,
|
|
5771
|
-
"type": "option"
|
|
5772
|
-
},
|
|
5773
|
-
"debug": {
|
|
5774
|
-
"char": "d",
|
|
5775
|
-
"description": "Activate debug mode (more logs)",
|
|
5776
|
-
"name": "debug",
|
|
5777
|
-
"allowNo": false,
|
|
5778
|
-
"type": "boolean"
|
|
5779
|
-
},
|
|
5780
|
-
"websocket": {
|
|
5781
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
5782
|
-
"name": "websocket",
|
|
5783
|
-
"hasDynamicHelp": false,
|
|
5784
|
-
"multiple": false,
|
|
5785
|
-
"type": "option"
|
|
5786
|
-
},
|
|
5787
|
-
"skipauth": {
|
|
5788
|
-
"description": "Skip authentication check when a default username is required",
|
|
5789
|
-
"name": "skipauth",
|
|
5790
|
-
"allowNo": false,
|
|
5791
|
-
"type": "boolean"
|
|
5792
|
-
},
|
|
5793
|
-
"target-org": {
|
|
5794
|
-
"aliases": [
|
|
5795
|
-
"targetusername",
|
|
5796
|
-
"u"
|
|
5797
|
-
],
|
|
5798
|
-
"char": "o",
|
|
5799
|
-
"deprecateAliases": true,
|
|
5800
|
-
"name": "target-org",
|
|
5801
|
-
"noCacheDefault": true,
|
|
5802
|
-
"required": true,
|
|
5803
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
5804
|
-
"hasDynamicHelp": true,
|
|
5805
|
-
"multiple": false,
|
|
5806
|
-
"type": "option"
|
|
5807
|
-
}
|
|
5808
|
-
},
|
|
5809
|
-
"hasDynamicHelp": true,
|
|
5810
|
-
"hiddenAliases": [],
|
|
5811
|
-
"id": "hardis:org:fix:listviewmine",
|
|
5812
|
-
"pluginAlias": "sfdx-hardis",
|
|
5813
|
-
"pluginName": "sfdx-hardis",
|
|
5814
|
-
"pluginType": "core",
|
|
5815
|
-
"strict": true,
|
|
5816
|
-
"enableJsonFlag": true,
|
|
5817
|
-
"title": "Fix listviews with ",
|
|
5818
|
-
"requiresProject": true,
|
|
5819
|
-
"isESM": true,
|
|
5820
|
-
"relativePath": [
|
|
5821
|
-
"lib",
|
|
5822
|
-
"commands",
|
|
5823
|
-
"hardis",
|
|
5824
|
-
"org",
|
|
5825
|
-
"fix",
|
|
5826
|
-
"listviewmine.js"
|
|
5827
|
-
],
|
|
5828
|
-
"aliasPermutations": [],
|
|
5829
|
-
"permutations": [
|
|
5830
|
-
"hardis:org:fix:listviewmine",
|
|
5831
|
-
"org:hardis:fix:listviewmine",
|
|
5832
|
-
"org:fix:hardis:listviewmine",
|
|
5833
|
-
"org:fix:listviewmine:hardis",
|
|
5834
|
-
"hardis:fix:org:listviewmine",
|
|
5835
|
-
"fix:hardis:org:listviewmine",
|
|
5836
|
-
"fix:org:hardis:listviewmine",
|
|
5837
|
-
"fix:org:listviewmine:hardis",
|
|
5838
|
-
"hardis:fix:listviewmine:org",
|
|
5839
|
-
"fix:hardis:listviewmine:org",
|
|
5840
|
-
"fix:listviewmine:hardis:org",
|
|
5841
|
-
"fix:listviewmine:org:hardis",
|
|
5842
|
-
"hardis:org:listviewmine:fix",
|
|
5843
|
-
"org:hardis:listviewmine:fix",
|
|
5844
|
-
"org:listviewmine:hardis:fix",
|
|
5845
|
-
"org:listviewmine:fix:hardis",
|
|
5846
|
-
"hardis:listviewmine:org:fix",
|
|
5847
|
-
"listviewmine:hardis:org:fix",
|
|
5848
|
-
"listviewmine:org:hardis:fix",
|
|
5849
|
-
"listviewmine:org:fix:hardis",
|
|
5850
|
-
"hardis:listviewmine:fix:org",
|
|
5851
|
-
"listviewmine:hardis:fix:org",
|
|
5852
|
-
"listviewmine:fix:hardis:org",
|
|
5853
|
-
"listviewmine:fix:org:hardis"
|
|
5854
|
-
]
|
|
5855
|
-
},
|
|
5856
5741
|
"hardis:org:diagnose:audittrail": {
|
|
5857
5742
|
"aliases": [],
|
|
5858
5743
|
"args": {},
|
|
@@ -7002,14 +6887,13 @@
|
|
|
7002
6887
|
"unusedusers:diagnose:org:hardis"
|
|
7003
6888
|
]
|
|
7004
6889
|
},
|
|
7005
|
-
"hardis:org:
|
|
6890
|
+
"hardis:org:fix:listviewmine": {
|
|
7006
6891
|
"aliases": [],
|
|
7007
6892
|
"args": {},
|
|
7008
|
-
"description": "
|
|
6893
|
+
"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",
|
|
7009
6894
|
"examples": [
|
|
7010
|
-
"$ sf hardis:org:
|
|
7011
|
-
"$ sf hardis:org:
|
|
7012
|
-
"$ sf hardis:org:generate:packagexmlfull --target-org nico@example.com"
|
|
6895
|
+
"$ sf hardis:org:fix:listviewmine",
|
|
6896
|
+
"$ sf hardis:org:fix:listviewmine --listviews Opportunity:MySubscriptions,Account:MyActivePartners"
|
|
7013
6897
|
],
|
|
7014
6898
|
"flags": {
|
|
7015
6899
|
"json": {
|
|
@@ -7027,9 +6911,10 @@
|
|
|
7027
6911
|
"multiple": false,
|
|
7028
6912
|
"type": "option"
|
|
7029
6913
|
},
|
|
7030
|
-
"
|
|
7031
|
-
"
|
|
7032
|
-
"
|
|
6914
|
+
"listviews": {
|
|
6915
|
+
"char": "l",
|
|
6916
|
+
"description": "Comma-separated list of listviews following format Object:ListViewName\nExample: Contact:MyContacts,Contact:MyActiveContacts,Opportunity:MYClosedOpportunities",
|
|
6917
|
+
"name": "listviews",
|
|
7033
6918
|
"hasDynamicHelp": false,
|
|
7034
6919
|
"multiple": false,
|
|
7035
6920
|
"type": "option"
|
|
@@ -7072,30 +6957,145 @@
|
|
|
7072
6957
|
},
|
|
7073
6958
|
"hasDynamicHelp": true,
|
|
7074
6959
|
"hiddenAliases": [],
|
|
7075
|
-
"id": "hardis:org:
|
|
6960
|
+
"id": "hardis:org:fix:listviewmine",
|
|
7076
6961
|
"pluginAlias": "sfdx-hardis",
|
|
7077
6962
|
"pluginName": "sfdx-hardis",
|
|
7078
6963
|
"pluginType": "core",
|
|
7079
6964
|
"strict": true,
|
|
7080
6965
|
"enableJsonFlag": true,
|
|
7081
|
-
"title": "
|
|
7082
|
-
"requiresProject":
|
|
6966
|
+
"title": "Fix listviews with ",
|
|
6967
|
+
"requiresProject": true,
|
|
7083
6968
|
"isESM": true,
|
|
7084
6969
|
"relativePath": [
|
|
7085
6970
|
"lib",
|
|
7086
6971
|
"commands",
|
|
7087
6972
|
"hardis",
|
|
7088
6973
|
"org",
|
|
7089
|
-
"
|
|
7090
|
-
"
|
|
6974
|
+
"fix",
|
|
6975
|
+
"listviewmine.js"
|
|
7091
6976
|
],
|
|
7092
6977
|
"aliasPermutations": [],
|
|
7093
6978
|
"permutations": [
|
|
7094
|
-
"hardis:org:
|
|
7095
|
-
"org:hardis:
|
|
7096
|
-
"org:
|
|
7097
|
-
"org:
|
|
7098
|
-
"hardis:
|
|
6979
|
+
"hardis:org:fix:listviewmine",
|
|
6980
|
+
"org:hardis:fix:listviewmine",
|
|
6981
|
+
"org:fix:hardis:listviewmine",
|
|
6982
|
+
"org:fix:listviewmine:hardis",
|
|
6983
|
+
"hardis:fix:org:listviewmine",
|
|
6984
|
+
"fix:hardis:org:listviewmine",
|
|
6985
|
+
"fix:org:hardis:listviewmine",
|
|
6986
|
+
"fix:org:listviewmine:hardis",
|
|
6987
|
+
"hardis:fix:listviewmine:org",
|
|
6988
|
+
"fix:hardis:listviewmine:org",
|
|
6989
|
+
"fix:listviewmine:hardis:org",
|
|
6990
|
+
"fix:listviewmine:org:hardis",
|
|
6991
|
+
"hardis:org:listviewmine:fix",
|
|
6992
|
+
"org:hardis:listviewmine:fix",
|
|
6993
|
+
"org:listviewmine:hardis:fix",
|
|
6994
|
+
"org:listviewmine:fix:hardis",
|
|
6995
|
+
"hardis:listviewmine:org:fix",
|
|
6996
|
+
"listviewmine:hardis:org:fix",
|
|
6997
|
+
"listviewmine:org:hardis:fix",
|
|
6998
|
+
"listviewmine:org:fix:hardis",
|
|
6999
|
+
"hardis:listviewmine:fix:org",
|
|
7000
|
+
"listviewmine:hardis:fix:org",
|
|
7001
|
+
"listviewmine:fix:hardis:org",
|
|
7002
|
+
"listviewmine:fix:org:hardis"
|
|
7003
|
+
]
|
|
7004
|
+
},
|
|
7005
|
+
"hardis:org:generate:packagexmlfull": {
|
|
7006
|
+
"aliases": [],
|
|
7007
|
+
"args": {},
|
|
7008
|
+
"description": "Generates full org package.xml, including managed items",
|
|
7009
|
+
"examples": [
|
|
7010
|
+
"$ sf hardis:org:generate:packagexmlfull",
|
|
7011
|
+
"$ sf hardis:org:generate:packagexmlfull --outputfile /tmp/packagexmlfull.xml",
|
|
7012
|
+
"$ sf hardis:org:generate:packagexmlfull --target-org nico@example.com"
|
|
7013
|
+
],
|
|
7014
|
+
"flags": {
|
|
7015
|
+
"json": {
|
|
7016
|
+
"description": "Format output as json.",
|
|
7017
|
+
"helpGroup": "GLOBAL",
|
|
7018
|
+
"name": "json",
|
|
7019
|
+
"allowNo": false,
|
|
7020
|
+
"type": "boolean"
|
|
7021
|
+
},
|
|
7022
|
+
"flags-dir": {
|
|
7023
|
+
"helpGroup": "GLOBAL",
|
|
7024
|
+
"name": "flags-dir",
|
|
7025
|
+
"summary": "Import flag values from a directory.",
|
|
7026
|
+
"hasDynamicHelp": false,
|
|
7027
|
+
"multiple": false,
|
|
7028
|
+
"type": "option"
|
|
7029
|
+
},
|
|
7030
|
+
"outputfile": {
|
|
7031
|
+
"description": "Output package.xml file",
|
|
7032
|
+
"name": "outputfile",
|
|
7033
|
+
"hasDynamicHelp": false,
|
|
7034
|
+
"multiple": false,
|
|
7035
|
+
"type": "option"
|
|
7036
|
+
},
|
|
7037
|
+
"debug": {
|
|
7038
|
+
"char": "d",
|
|
7039
|
+
"description": "Activate debug mode (more logs)",
|
|
7040
|
+
"name": "debug",
|
|
7041
|
+
"allowNo": false,
|
|
7042
|
+
"type": "boolean"
|
|
7043
|
+
},
|
|
7044
|
+
"websocket": {
|
|
7045
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
7046
|
+
"name": "websocket",
|
|
7047
|
+
"hasDynamicHelp": false,
|
|
7048
|
+
"multiple": false,
|
|
7049
|
+
"type": "option"
|
|
7050
|
+
},
|
|
7051
|
+
"skipauth": {
|
|
7052
|
+
"description": "Skip authentication check when a default username is required",
|
|
7053
|
+
"name": "skipauth",
|
|
7054
|
+
"allowNo": false,
|
|
7055
|
+
"type": "boolean"
|
|
7056
|
+
},
|
|
7057
|
+
"target-org": {
|
|
7058
|
+
"aliases": [
|
|
7059
|
+
"targetusername",
|
|
7060
|
+
"u"
|
|
7061
|
+
],
|
|
7062
|
+
"char": "o",
|
|
7063
|
+
"deprecateAliases": true,
|
|
7064
|
+
"name": "target-org",
|
|
7065
|
+
"noCacheDefault": true,
|
|
7066
|
+
"required": true,
|
|
7067
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
7068
|
+
"hasDynamicHelp": true,
|
|
7069
|
+
"multiple": false,
|
|
7070
|
+
"type": "option"
|
|
7071
|
+
}
|
|
7072
|
+
},
|
|
7073
|
+
"hasDynamicHelp": true,
|
|
7074
|
+
"hiddenAliases": [],
|
|
7075
|
+
"id": "hardis:org:generate:packagexmlfull",
|
|
7076
|
+
"pluginAlias": "sfdx-hardis",
|
|
7077
|
+
"pluginName": "sfdx-hardis",
|
|
7078
|
+
"pluginType": "core",
|
|
7079
|
+
"strict": true,
|
|
7080
|
+
"enableJsonFlag": true,
|
|
7081
|
+
"title": "Generate Full Org package.xml",
|
|
7082
|
+
"requiresProject": false,
|
|
7083
|
+
"isESM": true,
|
|
7084
|
+
"relativePath": [
|
|
7085
|
+
"lib",
|
|
7086
|
+
"commands",
|
|
7087
|
+
"hardis",
|
|
7088
|
+
"org",
|
|
7089
|
+
"generate",
|
|
7090
|
+
"packagexmlfull.js"
|
|
7091
|
+
],
|
|
7092
|
+
"aliasPermutations": [],
|
|
7093
|
+
"permutations": [
|
|
7094
|
+
"hardis:org:generate:packagexmlfull",
|
|
7095
|
+
"org:hardis:generate:packagexmlfull",
|
|
7096
|
+
"org:generate:hardis:packagexmlfull",
|
|
7097
|
+
"org:generate:packagexmlfull:hardis",
|
|
7098
|
+
"hardis:generate:org:packagexmlfull",
|
|
7099
7099
|
"generate:hardis:org:packagexmlfull",
|
|
7100
7100
|
"generate:org:hardis:packagexmlfull",
|
|
7101
7101
|
"generate:org:packagexmlfull:hardis",
|
|
@@ -7967,6 +7967,126 @@
|
|
|
7967
7967
|
"packageconfig:retrieve:org:hardis"
|
|
7968
7968
|
]
|
|
7969
7969
|
},
|
|
7970
|
+
"hardis:org:test:apex": {
|
|
7971
|
+
"aliases": [],
|
|
7972
|
+
"args": {},
|
|
7973
|
+
"description": "Run apex tests in Salesforce org\n\nIf following configuration is defined, it will fail if apex coverage target is not reached:\n\n- Env `APEX_TESTS_MIN_COVERAGE_ORG_WIDE` or `.sfdx-hardis` property `apexTestsMinCoverageOrgWide`\n- Env `APEX_TESTS_MIN_COVERAGE_ORG_WIDE` or `.sfdx-hardis` property `apexTestsMinCoverageOrgWide`\n\nYou can override env var SFDX_TEST_WAIT_MINUTES to wait more than 60 minutes.\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-apex-tests/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
7974
|
+
"examples": [
|
|
7975
|
+
"$ sf hardis:org:test:apex"
|
|
7976
|
+
],
|
|
7977
|
+
"flags": {
|
|
7978
|
+
"json": {
|
|
7979
|
+
"description": "Format output as json.",
|
|
7980
|
+
"helpGroup": "GLOBAL",
|
|
7981
|
+
"name": "json",
|
|
7982
|
+
"allowNo": false,
|
|
7983
|
+
"type": "boolean"
|
|
7984
|
+
},
|
|
7985
|
+
"flags-dir": {
|
|
7986
|
+
"helpGroup": "GLOBAL",
|
|
7987
|
+
"name": "flags-dir",
|
|
7988
|
+
"summary": "Import flag values from a directory.",
|
|
7989
|
+
"hasDynamicHelp": false,
|
|
7990
|
+
"multiple": false,
|
|
7991
|
+
"type": "option"
|
|
7992
|
+
},
|
|
7993
|
+
"testlevel": {
|
|
7994
|
+
"char": "l",
|
|
7995
|
+
"description": "Level of tests to apply to validate deployment",
|
|
7996
|
+
"name": "testlevel",
|
|
7997
|
+
"default": "RunLocalTests",
|
|
7998
|
+
"hasDynamicHelp": false,
|
|
7999
|
+
"multiple": false,
|
|
8000
|
+
"options": [
|
|
8001
|
+
"NoTestRun",
|
|
8002
|
+
"RunSpecifiedTests",
|
|
8003
|
+
"RunLocalTests",
|
|
8004
|
+
"RunAllTestsInOrg"
|
|
8005
|
+
],
|
|
8006
|
+
"type": "option"
|
|
8007
|
+
},
|
|
8008
|
+
"debug": {
|
|
8009
|
+
"char": "d",
|
|
8010
|
+
"description": "Activate debug mode (more logs)",
|
|
8011
|
+
"name": "debug",
|
|
8012
|
+
"allowNo": false,
|
|
8013
|
+
"type": "boolean"
|
|
8014
|
+
},
|
|
8015
|
+
"websocket": {
|
|
8016
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
8017
|
+
"name": "websocket",
|
|
8018
|
+
"hasDynamicHelp": false,
|
|
8019
|
+
"multiple": false,
|
|
8020
|
+
"type": "option"
|
|
8021
|
+
},
|
|
8022
|
+
"skipauth": {
|
|
8023
|
+
"description": "Skip authentication check when a default username is required",
|
|
8024
|
+
"name": "skipauth",
|
|
8025
|
+
"allowNo": false,
|
|
8026
|
+
"type": "boolean"
|
|
8027
|
+
},
|
|
8028
|
+
"target-org": {
|
|
8029
|
+
"aliases": [
|
|
8030
|
+
"targetusername",
|
|
8031
|
+
"u"
|
|
8032
|
+
],
|
|
8033
|
+
"char": "o",
|
|
8034
|
+
"deprecateAliases": true,
|
|
8035
|
+
"name": "target-org",
|
|
8036
|
+
"noCacheDefault": true,
|
|
8037
|
+
"required": true,
|
|
8038
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
8039
|
+
"hasDynamicHelp": true,
|
|
8040
|
+
"multiple": false,
|
|
8041
|
+
"type": "option"
|
|
8042
|
+
}
|
|
8043
|
+
},
|
|
8044
|
+
"hasDynamicHelp": true,
|
|
8045
|
+
"hiddenAliases": [],
|
|
8046
|
+
"id": "hardis:org:test:apex",
|
|
8047
|
+
"pluginAlias": "sfdx-hardis",
|
|
8048
|
+
"pluginName": "sfdx-hardis",
|
|
8049
|
+
"pluginType": "core",
|
|
8050
|
+
"strict": true,
|
|
8051
|
+
"enableJsonFlag": true,
|
|
8052
|
+
"title": "Run apex tests",
|
|
8053
|
+
"isESM": true,
|
|
8054
|
+
"relativePath": [
|
|
8055
|
+
"lib",
|
|
8056
|
+
"commands",
|
|
8057
|
+
"hardis",
|
|
8058
|
+
"org",
|
|
8059
|
+
"test",
|
|
8060
|
+
"apex.js"
|
|
8061
|
+
],
|
|
8062
|
+
"aliasPermutations": [],
|
|
8063
|
+
"permutations": [
|
|
8064
|
+
"hardis:org:test:apex",
|
|
8065
|
+
"org:hardis:test:apex",
|
|
8066
|
+
"org:test:hardis:apex",
|
|
8067
|
+
"org:test:apex:hardis",
|
|
8068
|
+
"hardis:test:org:apex",
|
|
8069
|
+
"test:hardis:org:apex",
|
|
8070
|
+
"test:org:hardis:apex",
|
|
8071
|
+
"test:org:apex:hardis",
|
|
8072
|
+
"hardis:test:apex:org",
|
|
8073
|
+
"test:hardis:apex:org",
|
|
8074
|
+
"test:apex:hardis:org",
|
|
8075
|
+
"test:apex:org:hardis",
|
|
8076
|
+
"hardis:org:apex:test",
|
|
8077
|
+
"org:hardis:apex:test",
|
|
8078
|
+
"org:apex:hardis:test",
|
|
8079
|
+
"org:apex:test:hardis",
|
|
8080
|
+
"hardis:apex:org:test",
|
|
8081
|
+
"apex:hardis:org:test",
|
|
8082
|
+
"apex:org:hardis:test",
|
|
8083
|
+
"apex:org:test:hardis",
|
|
8084
|
+
"hardis:apex:test:org",
|
|
8085
|
+
"apex:hardis:test:org",
|
|
8086
|
+
"apex:test:hardis:org",
|
|
8087
|
+
"apex:test:org:hardis"
|
|
8088
|
+
]
|
|
8089
|
+
},
|
|
7970
8090
|
"hardis:org:user:activateinvalid": {
|
|
7971
8091
|
"aliases": [],
|
|
7972
8092
|
"args": {},
|
|
@@ -8336,155 +8456,35 @@
|
|
|
8336
8456
|
"commands",
|
|
8337
8457
|
"hardis",
|
|
8338
8458
|
"org",
|
|
8339
|
-
"user",
|
|
8340
|
-
"unfreeze.js"
|
|
8341
|
-
],
|
|
8342
|
-
"aliasPermutations": [],
|
|
8343
|
-
"permutations": [
|
|
8344
|
-
"hardis:org:user:unfreeze",
|
|
8345
|
-
"org:hardis:user:unfreeze",
|
|
8346
|
-
"org:user:hardis:unfreeze",
|
|
8347
|
-
"org:user:unfreeze:hardis",
|
|
8348
|
-
"hardis:user:org:unfreeze",
|
|
8349
|
-
"user:hardis:org:unfreeze",
|
|
8350
|
-
"user:org:hardis:unfreeze",
|
|
8351
|
-
"user:org:unfreeze:hardis",
|
|
8352
|
-
"hardis:user:unfreeze:org",
|
|
8353
|
-
"user:hardis:unfreeze:org",
|
|
8354
|
-
"user:unfreeze:hardis:org",
|
|
8355
|
-
"user:unfreeze:org:hardis",
|
|
8356
|
-
"hardis:org:unfreeze:user",
|
|
8357
|
-
"org:hardis:unfreeze:user",
|
|
8358
|
-
"org:unfreeze:hardis:user",
|
|
8359
|
-
"org:unfreeze:user:hardis",
|
|
8360
|
-
"hardis:unfreeze:org:user",
|
|
8361
|
-
"unfreeze:hardis:org:user",
|
|
8362
|
-
"unfreeze:org:hardis:user",
|
|
8363
|
-
"unfreeze:org:user:hardis",
|
|
8364
|
-
"hardis:unfreeze:user:org",
|
|
8365
|
-
"unfreeze:hardis:user:org",
|
|
8366
|
-
"unfreeze:user:hardis:org",
|
|
8367
|
-
"unfreeze:user:org:hardis"
|
|
8368
|
-
]
|
|
8369
|
-
},
|
|
8370
|
-
"hardis:org:test:apex": {
|
|
8371
|
-
"aliases": [],
|
|
8372
|
-
"args": {},
|
|
8373
|
-
"description": "Run apex tests in Salesforce org\n\nIf following configuration is defined, it will fail if apex coverage target is not reached:\n\n- Env `APEX_TESTS_MIN_COVERAGE_ORG_WIDE` or `.sfdx-hardis` property `apexTestsMinCoverageOrgWide`\n- Env `APEX_TESTS_MIN_COVERAGE_ORG_WIDE` or `.sfdx-hardis` property `apexTestsMinCoverageOrgWide`\n\nYou can override env var SFDX_TEST_WAIT_MINUTES to wait more than 60 minutes.\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-apex-tests/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
8374
|
-
"examples": [
|
|
8375
|
-
"$ sf hardis:org:test:apex"
|
|
8376
|
-
],
|
|
8377
|
-
"flags": {
|
|
8378
|
-
"json": {
|
|
8379
|
-
"description": "Format output as json.",
|
|
8380
|
-
"helpGroup": "GLOBAL",
|
|
8381
|
-
"name": "json",
|
|
8382
|
-
"allowNo": false,
|
|
8383
|
-
"type": "boolean"
|
|
8384
|
-
},
|
|
8385
|
-
"flags-dir": {
|
|
8386
|
-
"helpGroup": "GLOBAL",
|
|
8387
|
-
"name": "flags-dir",
|
|
8388
|
-
"summary": "Import flag values from a directory.",
|
|
8389
|
-
"hasDynamicHelp": false,
|
|
8390
|
-
"multiple": false,
|
|
8391
|
-
"type": "option"
|
|
8392
|
-
},
|
|
8393
|
-
"testlevel": {
|
|
8394
|
-
"char": "l",
|
|
8395
|
-
"description": "Level of tests to apply to validate deployment",
|
|
8396
|
-
"name": "testlevel",
|
|
8397
|
-
"default": "RunLocalTests",
|
|
8398
|
-
"hasDynamicHelp": false,
|
|
8399
|
-
"multiple": false,
|
|
8400
|
-
"options": [
|
|
8401
|
-
"NoTestRun",
|
|
8402
|
-
"RunSpecifiedTests",
|
|
8403
|
-
"RunLocalTests",
|
|
8404
|
-
"RunAllTestsInOrg"
|
|
8405
|
-
],
|
|
8406
|
-
"type": "option"
|
|
8407
|
-
},
|
|
8408
|
-
"debug": {
|
|
8409
|
-
"char": "d",
|
|
8410
|
-
"description": "Activate debug mode (more logs)",
|
|
8411
|
-
"name": "debug",
|
|
8412
|
-
"allowNo": false,
|
|
8413
|
-
"type": "boolean"
|
|
8414
|
-
},
|
|
8415
|
-
"websocket": {
|
|
8416
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
8417
|
-
"name": "websocket",
|
|
8418
|
-
"hasDynamicHelp": false,
|
|
8419
|
-
"multiple": false,
|
|
8420
|
-
"type": "option"
|
|
8421
|
-
},
|
|
8422
|
-
"skipauth": {
|
|
8423
|
-
"description": "Skip authentication check when a default username is required",
|
|
8424
|
-
"name": "skipauth",
|
|
8425
|
-
"allowNo": false,
|
|
8426
|
-
"type": "boolean"
|
|
8427
|
-
},
|
|
8428
|
-
"target-org": {
|
|
8429
|
-
"aliases": [
|
|
8430
|
-
"targetusername",
|
|
8431
|
-
"u"
|
|
8432
|
-
],
|
|
8433
|
-
"char": "o",
|
|
8434
|
-
"deprecateAliases": true,
|
|
8435
|
-
"name": "target-org",
|
|
8436
|
-
"noCacheDefault": true,
|
|
8437
|
-
"required": true,
|
|
8438
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
8439
|
-
"hasDynamicHelp": true,
|
|
8440
|
-
"multiple": false,
|
|
8441
|
-
"type": "option"
|
|
8442
|
-
}
|
|
8443
|
-
},
|
|
8444
|
-
"hasDynamicHelp": true,
|
|
8445
|
-
"hiddenAliases": [],
|
|
8446
|
-
"id": "hardis:org:test:apex",
|
|
8447
|
-
"pluginAlias": "sfdx-hardis",
|
|
8448
|
-
"pluginName": "sfdx-hardis",
|
|
8449
|
-
"pluginType": "core",
|
|
8450
|
-
"strict": true,
|
|
8451
|
-
"enableJsonFlag": true,
|
|
8452
|
-
"title": "Run apex tests",
|
|
8453
|
-
"isESM": true,
|
|
8454
|
-
"relativePath": [
|
|
8455
|
-
"lib",
|
|
8456
|
-
"commands",
|
|
8457
|
-
"hardis",
|
|
8458
|
-
"org",
|
|
8459
|
-
"test",
|
|
8460
|
-
"apex.js"
|
|
8459
|
+
"user",
|
|
8460
|
+
"unfreeze.js"
|
|
8461
8461
|
],
|
|
8462
8462
|
"aliasPermutations": [],
|
|
8463
8463
|
"permutations": [
|
|
8464
|
-
"hardis:org:
|
|
8465
|
-
"org:hardis:
|
|
8466
|
-
"org:
|
|
8467
|
-
"org:
|
|
8468
|
-
"hardis:
|
|
8469
|
-
"
|
|
8470
|
-
"
|
|
8471
|
-
"
|
|
8472
|
-
"hardis:
|
|
8473
|
-
"
|
|
8474
|
-
"
|
|
8475
|
-
"
|
|
8476
|
-
"hardis:org:
|
|
8477
|
-
"org:hardis:
|
|
8478
|
-
"org:
|
|
8479
|
-
"org:
|
|
8480
|
-
"hardis:
|
|
8481
|
-
"
|
|
8482
|
-
"
|
|
8483
|
-
"
|
|
8484
|
-
"hardis:
|
|
8485
|
-
"
|
|
8486
|
-
"
|
|
8487
|
-
"
|
|
8464
|
+
"hardis:org:user:unfreeze",
|
|
8465
|
+
"org:hardis:user:unfreeze",
|
|
8466
|
+
"org:user:hardis:unfreeze",
|
|
8467
|
+
"org:user:unfreeze:hardis",
|
|
8468
|
+
"hardis:user:org:unfreeze",
|
|
8469
|
+
"user:hardis:org:unfreeze",
|
|
8470
|
+
"user:org:hardis:unfreeze",
|
|
8471
|
+
"user:org:unfreeze:hardis",
|
|
8472
|
+
"hardis:user:unfreeze:org",
|
|
8473
|
+
"user:hardis:unfreeze:org",
|
|
8474
|
+
"user:unfreeze:hardis:org",
|
|
8475
|
+
"user:unfreeze:org:hardis",
|
|
8476
|
+
"hardis:org:unfreeze:user",
|
|
8477
|
+
"org:hardis:unfreeze:user",
|
|
8478
|
+
"org:unfreeze:hardis:user",
|
|
8479
|
+
"org:unfreeze:user:hardis",
|
|
8480
|
+
"hardis:unfreeze:org:user",
|
|
8481
|
+
"unfreeze:hardis:org:user",
|
|
8482
|
+
"unfreeze:org:hardis:user",
|
|
8483
|
+
"unfreeze:org:user:hardis",
|
|
8484
|
+
"hardis:unfreeze:user:org",
|
|
8485
|
+
"unfreeze:hardis:user:org",
|
|
8486
|
+
"unfreeze:user:hardis:org",
|
|
8487
|
+
"unfreeze:user:org:hardis"
|
|
8488
8488
|
]
|
|
8489
8489
|
},
|
|
8490
8490
|
"hardis:package:version:create": {
|
|
@@ -9254,109 +9254,6 @@
|
|
|
9254
9254
|
"remotesites:audit:project:hardis"
|
|
9255
9255
|
]
|
|
9256
9256
|
},
|
|
9257
|
-
"hardis:project:convert:profilestopermsets": {
|
|
9258
|
-
"aliases": [],
|
|
9259
|
-
"args": {},
|
|
9260
|
-
"description": "Creates permission sets from existing profiles, with id PS_PROFILENAME",
|
|
9261
|
-
"examples": [
|
|
9262
|
-
"$ sf hardis:project:convert:profilestopermsets"
|
|
9263
|
-
],
|
|
9264
|
-
"flags": {
|
|
9265
|
-
"json": {
|
|
9266
|
-
"description": "Format output as json.",
|
|
9267
|
-
"helpGroup": "GLOBAL",
|
|
9268
|
-
"name": "json",
|
|
9269
|
-
"allowNo": false,
|
|
9270
|
-
"type": "boolean"
|
|
9271
|
-
},
|
|
9272
|
-
"flags-dir": {
|
|
9273
|
-
"helpGroup": "GLOBAL",
|
|
9274
|
-
"name": "flags-dir",
|
|
9275
|
-
"summary": "Import flag values from a directory.",
|
|
9276
|
-
"hasDynamicHelp": false,
|
|
9277
|
-
"multiple": false,
|
|
9278
|
-
"type": "option"
|
|
9279
|
-
},
|
|
9280
|
-
"except": {
|
|
9281
|
-
"char": "e",
|
|
9282
|
-
"description": "List of filters",
|
|
9283
|
-
"name": "except",
|
|
9284
|
-
"default": [],
|
|
9285
|
-
"hasDynamicHelp": false,
|
|
9286
|
-
"multiple": true,
|
|
9287
|
-
"type": "option"
|
|
9288
|
-
},
|
|
9289
|
-
"debug": {
|
|
9290
|
-
"char": "d",
|
|
9291
|
-
"description": "Activate debug mode (more logs)",
|
|
9292
|
-
"name": "debug",
|
|
9293
|
-
"allowNo": false,
|
|
9294
|
-
"type": "boolean"
|
|
9295
|
-
},
|
|
9296
|
-
"websocket": {
|
|
9297
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
9298
|
-
"name": "websocket",
|
|
9299
|
-
"hasDynamicHelp": false,
|
|
9300
|
-
"multiple": false,
|
|
9301
|
-
"type": "option"
|
|
9302
|
-
},
|
|
9303
|
-
"skipauth": {
|
|
9304
|
-
"description": "Skip authentication check when a default username is required",
|
|
9305
|
-
"name": "skipauth",
|
|
9306
|
-
"allowNo": false,
|
|
9307
|
-
"type": "boolean"
|
|
9308
|
-
}
|
|
9309
|
-
},
|
|
9310
|
-
"hasDynamicHelp": false,
|
|
9311
|
-
"hiddenAliases": [],
|
|
9312
|
-
"id": "hardis:project:convert:profilestopermsets",
|
|
9313
|
-
"pluginAlias": "sfdx-hardis",
|
|
9314
|
-
"pluginName": "sfdx-hardis",
|
|
9315
|
-
"pluginType": "core",
|
|
9316
|
-
"strict": true,
|
|
9317
|
-
"enableJsonFlag": true,
|
|
9318
|
-
"title": "Convert Profiles into Permission Sets",
|
|
9319
|
-
"requiresProject": true,
|
|
9320
|
-
"requiresSfdxPlugins": [
|
|
9321
|
-
"shane-sfdx-plugins"
|
|
9322
|
-
],
|
|
9323
|
-
"isESM": true,
|
|
9324
|
-
"relativePath": [
|
|
9325
|
-
"lib",
|
|
9326
|
-
"commands",
|
|
9327
|
-
"hardis",
|
|
9328
|
-
"project",
|
|
9329
|
-
"convert",
|
|
9330
|
-
"profilestopermsets.js"
|
|
9331
|
-
],
|
|
9332
|
-
"aliasPermutations": [],
|
|
9333
|
-
"permutations": [
|
|
9334
|
-
"hardis:project:convert:profilestopermsets",
|
|
9335
|
-
"project:hardis:convert:profilestopermsets",
|
|
9336
|
-
"project:convert:hardis:profilestopermsets",
|
|
9337
|
-
"project:convert:profilestopermsets:hardis",
|
|
9338
|
-
"hardis:convert:project:profilestopermsets",
|
|
9339
|
-
"convert:hardis:project:profilestopermsets",
|
|
9340
|
-
"convert:project:hardis:profilestopermsets",
|
|
9341
|
-
"convert:project:profilestopermsets:hardis",
|
|
9342
|
-
"hardis:convert:profilestopermsets:project",
|
|
9343
|
-
"convert:hardis:profilestopermsets:project",
|
|
9344
|
-
"convert:profilestopermsets:hardis:project",
|
|
9345
|
-
"convert:profilestopermsets:project:hardis",
|
|
9346
|
-
"hardis:project:profilestopermsets:convert",
|
|
9347
|
-
"project:hardis:profilestopermsets:convert",
|
|
9348
|
-
"project:profilestopermsets:hardis:convert",
|
|
9349
|
-
"project:profilestopermsets:convert:hardis",
|
|
9350
|
-
"hardis:profilestopermsets:project:convert",
|
|
9351
|
-
"profilestopermsets:hardis:project:convert",
|
|
9352
|
-
"profilestopermsets:project:hardis:convert",
|
|
9353
|
-
"profilestopermsets:project:convert:hardis",
|
|
9354
|
-
"hardis:profilestopermsets:convert:project",
|
|
9355
|
-
"profilestopermsets:hardis:convert:project",
|
|
9356
|
-
"profilestopermsets:convert:hardis:project",
|
|
9357
|
-
"profilestopermsets:convert:project:hardis"
|
|
9358
|
-
]
|
|
9359
|
-
},
|
|
9360
9257
|
"hardis:project:configure:auth": {
|
|
9361
9258
|
"aliases": [],
|
|
9362
9259
|
"args": {},
|
|
@@ -10971,6 +10868,109 @@
|
|
|
10971
10868
|
"xml:clean:project:hardis"
|
|
10972
10869
|
]
|
|
10973
10870
|
},
|
|
10871
|
+
"hardis:project:convert:profilestopermsets": {
|
|
10872
|
+
"aliases": [],
|
|
10873
|
+
"args": {},
|
|
10874
|
+
"description": "Creates permission sets from existing profiles, with id PS_PROFILENAME",
|
|
10875
|
+
"examples": [
|
|
10876
|
+
"$ sf hardis:project:convert:profilestopermsets"
|
|
10877
|
+
],
|
|
10878
|
+
"flags": {
|
|
10879
|
+
"json": {
|
|
10880
|
+
"description": "Format output as json.",
|
|
10881
|
+
"helpGroup": "GLOBAL",
|
|
10882
|
+
"name": "json",
|
|
10883
|
+
"allowNo": false,
|
|
10884
|
+
"type": "boolean"
|
|
10885
|
+
},
|
|
10886
|
+
"flags-dir": {
|
|
10887
|
+
"helpGroup": "GLOBAL",
|
|
10888
|
+
"name": "flags-dir",
|
|
10889
|
+
"summary": "Import flag values from a directory.",
|
|
10890
|
+
"hasDynamicHelp": false,
|
|
10891
|
+
"multiple": false,
|
|
10892
|
+
"type": "option"
|
|
10893
|
+
},
|
|
10894
|
+
"except": {
|
|
10895
|
+
"char": "e",
|
|
10896
|
+
"description": "List of filters",
|
|
10897
|
+
"name": "except",
|
|
10898
|
+
"default": [],
|
|
10899
|
+
"hasDynamicHelp": false,
|
|
10900
|
+
"multiple": true,
|
|
10901
|
+
"type": "option"
|
|
10902
|
+
},
|
|
10903
|
+
"debug": {
|
|
10904
|
+
"char": "d",
|
|
10905
|
+
"description": "Activate debug mode (more logs)",
|
|
10906
|
+
"name": "debug",
|
|
10907
|
+
"allowNo": false,
|
|
10908
|
+
"type": "boolean"
|
|
10909
|
+
},
|
|
10910
|
+
"websocket": {
|
|
10911
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
10912
|
+
"name": "websocket",
|
|
10913
|
+
"hasDynamicHelp": false,
|
|
10914
|
+
"multiple": false,
|
|
10915
|
+
"type": "option"
|
|
10916
|
+
},
|
|
10917
|
+
"skipauth": {
|
|
10918
|
+
"description": "Skip authentication check when a default username is required",
|
|
10919
|
+
"name": "skipauth",
|
|
10920
|
+
"allowNo": false,
|
|
10921
|
+
"type": "boolean"
|
|
10922
|
+
}
|
|
10923
|
+
},
|
|
10924
|
+
"hasDynamicHelp": false,
|
|
10925
|
+
"hiddenAliases": [],
|
|
10926
|
+
"id": "hardis:project:convert:profilestopermsets",
|
|
10927
|
+
"pluginAlias": "sfdx-hardis",
|
|
10928
|
+
"pluginName": "sfdx-hardis",
|
|
10929
|
+
"pluginType": "core",
|
|
10930
|
+
"strict": true,
|
|
10931
|
+
"enableJsonFlag": true,
|
|
10932
|
+
"title": "Convert Profiles into Permission Sets",
|
|
10933
|
+
"requiresProject": true,
|
|
10934
|
+
"requiresSfdxPlugins": [
|
|
10935
|
+
"shane-sfdx-plugins"
|
|
10936
|
+
],
|
|
10937
|
+
"isESM": true,
|
|
10938
|
+
"relativePath": [
|
|
10939
|
+
"lib",
|
|
10940
|
+
"commands",
|
|
10941
|
+
"hardis",
|
|
10942
|
+
"project",
|
|
10943
|
+
"convert",
|
|
10944
|
+
"profilestopermsets.js"
|
|
10945
|
+
],
|
|
10946
|
+
"aliasPermutations": [],
|
|
10947
|
+
"permutations": [
|
|
10948
|
+
"hardis:project:convert:profilestopermsets",
|
|
10949
|
+
"project:hardis:convert:profilestopermsets",
|
|
10950
|
+
"project:convert:hardis:profilestopermsets",
|
|
10951
|
+
"project:convert:profilestopermsets:hardis",
|
|
10952
|
+
"hardis:convert:project:profilestopermsets",
|
|
10953
|
+
"convert:hardis:project:profilestopermsets",
|
|
10954
|
+
"convert:project:hardis:profilestopermsets",
|
|
10955
|
+
"convert:project:profilestopermsets:hardis",
|
|
10956
|
+
"hardis:convert:profilestopermsets:project",
|
|
10957
|
+
"convert:hardis:profilestopermsets:project",
|
|
10958
|
+
"convert:profilestopermsets:hardis:project",
|
|
10959
|
+
"convert:profilestopermsets:project:hardis",
|
|
10960
|
+
"hardis:project:profilestopermsets:convert",
|
|
10961
|
+
"project:hardis:profilestopermsets:convert",
|
|
10962
|
+
"project:profilestopermsets:hardis:convert",
|
|
10963
|
+
"project:profilestopermsets:convert:hardis",
|
|
10964
|
+
"hardis:profilestopermsets:project:convert",
|
|
10965
|
+
"profilestopermsets:hardis:project:convert",
|
|
10966
|
+
"profilestopermsets:project:hardis:convert",
|
|
10967
|
+
"profilestopermsets:project:convert:hardis",
|
|
10968
|
+
"hardis:profilestopermsets:convert:project",
|
|
10969
|
+
"profilestopermsets:hardis:convert:project",
|
|
10970
|
+
"profilestopermsets:convert:hardis:project",
|
|
10971
|
+
"profilestopermsets:convert:project:hardis"
|
|
10972
|
+
]
|
|
10973
|
+
},
|
|
10974
10974
|
"hardis:project:fix:profiletabs": {
|
|
10975
10975
|
"aliases": [],
|
|
10976
10976
|
"args": {},
|
|
@@ -14843,5 +14843,5 @@
|
|
|
14843
14843
|
]
|
|
14844
14844
|
}
|
|
14845
14845
|
},
|
|
14846
|
-
"version": "5.
|
|
14846
|
+
"version": "5.45.0"
|
|
14847
14847
|
}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Swiss-army-knife Toolbox for Salesforce.\n Allows you to define a complete CD/CD Pipeline.\n Orchestrate base commands and assist users with interactive wizards",
|
|
4
4
|
"author": "NicolasVuillamy @nvuillam",
|
|
5
5
|
"bugs": "https://github.com/hardisgroupcom/sfdx-hardis/issues",
|
|
6
|
-
"version": "5.
|
|
6
|
+
"version": "5.45.0",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@actions/github": "^6.0.1",
|
|
9
9
|
"@cparra/apexdocs": "^3.14.0",
|