sfdx-hardis 5.21.3-alpha202503041059.0 → 5.21.3
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
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": "Login to salesforce org",
|
|
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": {
|
|
@@ -871,15 +871,11 @@
|
|
|
871
871
|
"project2markdown:doc:hardis"
|
|
872
872
|
]
|
|
873
873
|
},
|
|
874
|
-
"hardis:
|
|
874
|
+
"hardis:mdapi:deploy": {
|
|
875
875
|
"aliases": [],
|
|
876
876
|
"args": {},
|
|
877
|
-
"description": "
|
|
878
|
-
"examples": [
|
|
879
|
-
"$ sf hardis:lint:access",
|
|
880
|
-
"$ sf hardis:lint:access -e \"ApexClass:ClassA, CustomField:Account.CustomField\"",
|
|
881
|
-
"$ sf hardis:lint:access -i \"PermissionSet:permissionSetA, Profile\""
|
|
882
|
-
],
|
|
877
|
+
"description": "sfdx-hardis wrapper for sfdx force:mdapi:deploy that displays tips to solve deployment errors.\n\n[](https://nicolas.vuillamy.fr/assisted-solving-of-salesforce-deployments-errors-47f3666a9ed0)\n\n[See documentation of Salesforce command](https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_force_mdapi.htm#cli_reference_force_mdapi_deploy)\n",
|
|
878
|
+
"examples": [],
|
|
883
879
|
"flags": {
|
|
884
880
|
"json": {
|
|
885
881
|
"description": "Format output as json.",
|
|
@@ -896,61 +892,134 @@
|
|
|
896
892
|
"multiple": false,
|
|
897
893
|
"type": "option"
|
|
898
894
|
},
|
|
899
|
-
"
|
|
900
|
-
"char": "
|
|
901
|
-
"description": "
|
|
902
|
-
"name": "
|
|
903
|
-
"
|
|
895
|
+
"checkonly": {
|
|
896
|
+
"char": "c",
|
|
897
|
+
"description": "checkOnly",
|
|
898
|
+
"name": "checkonly",
|
|
899
|
+
"allowNo": false,
|
|
900
|
+
"type": "boolean"
|
|
901
|
+
},
|
|
902
|
+
"deploydir": {
|
|
903
|
+
"char": "d",
|
|
904
|
+
"description": "deployDir",
|
|
905
|
+
"name": "deploydir",
|
|
904
906
|
"hasDynamicHelp": false,
|
|
905
907
|
"multiple": false,
|
|
906
908
|
"type": "option"
|
|
907
909
|
},
|
|
908
|
-
"
|
|
909
|
-
"char": "
|
|
910
|
-
"description": "
|
|
911
|
-
"name": "
|
|
912
|
-
"default":
|
|
910
|
+
"wait": {
|
|
911
|
+
"char": "w",
|
|
912
|
+
"description": "wait",
|
|
913
|
+
"name": "wait",
|
|
914
|
+
"default": 120,
|
|
913
915
|
"hasDynamicHelp": false,
|
|
914
916
|
"multiple": false,
|
|
915
917
|
"type": "option"
|
|
916
918
|
},
|
|
917
|
-
"
|
|
918
|
-
"char": "
|
|
919
|
-
"description": "
|
|
920
|
-
"name": "
|
|
921
|
-
"default": "
|
|
919
|
+
"testlevel": {
|
|
920
|
+
"char": "l",
|
|
921
|
+
"description": "testLevel",
|
|
922
|
+
"name": "testlevel",
|
|
923
|
+
"default": "NoTestRun",
|
|
922
924
|
"hasDynamicHelp": false,
|
|
923
925
|
"multiple": false,
|
|
926
|
+
"options": [
|
|
927
|
+
"NoTestRun",
|
|
928
|
+
"RunSpecifiedTests",
|
|
929
|
+
"RunLocalTests",
|
|
930
|
+
"RunAllTestsInOrg"
|
|
931
|
+
],
|
|
924
932
|
"type": "option"
|
|
925
933
|
},
|
|
926
|
-
"
|
|
927
|
-
"char": "
|
|
928
|
-
"description": "
|
|
929
|
-
"name": "
|
|
934
|
+
"runtests": {
|
|
935
|
+
"char": "r",
|
|
936
|
+
"description": "runTests",
|
|
937
|
+
"name": "runtests",
|
|
938
|
+
"default": [],
|
|
939
|
+
"hasDynamicHelp": false,
|
|
940
|
+
"multiple": true,
|
|
941
|
+
"type": "option"
|
|
942
|
+
},
|
|
943
|
+
"ignoreerrors": {
|
|
944
|
+
"description": "ignoreErrors",
|
|
945
|
+
"name": "ignoreerrors",
|
|
946
|
+
"allowNo": false,
|
|
947
|
+
"type": "boolean"
|
|
948
|
+
},
|
|
949
|
+
"ignorewarnings": {
|
|
950
|
+
"char": "g",
|
|
951
|
+
"description": "ignoreWarnings",
|
|
952
|
+
"name": "ignorewarnings",
|
|
953
|
+
"allowNo": false,
|
|
954
|
+
"type": "boolean"
|
|
955
|
+
},
|
|
956
|
+
"validateddeployrequestid": {
|
|
957
|
+
"char": "q",
|
|
958
|
+
"description": "validatedDeployRequestId",
|
|
959
|
+
"exclusive": [
|
|
960
|
+
"testlevel",
|
|
961
|
+
"runtests",
|
|
962
|
+
"ignoreerrors",
|
|
963
|
+
"ignorewarnings",
|
|
964
|
+
"checkonly"
|
|
965
|
+
],
|
|
966
|
+
"name": "validateddeployrequestid",
|
|
967
|
+
"hasDynamicHelp": false,
|
|
968
|
+
"multiple": false,
|
|
969
|
+
"type": "option"
|
|
970
|
+
},
|
|
971
|
+
"verbose": {
|
|
972
|
+
"description": "verbose",
|
|
973
|
+
"name": "verbose",
|
|
974
|
+
"allowNo": false,
|
|
975
|
+
"type": "boolean"
|
|
976
|
+
},
|
|
977
|
+
"zipfile": {
|
|
978
|
+
"char": "f",
|
|
979
|
+
"description": "zipFile",
|
|
980
|
+
"name": "zipfile",
|
|
930
981
|
"hasDynamicHelp": false,
|
|
931
982
|
"multiple": false,
|
|
932
983
|
"type": "option"
|
|
933
984
|
},
|
|
985
|
+
"singlepackage": {
|
|
986
|
+
"char": "s",
|
|
987
|
+
"description": "singlePackage",
|
|
988
|
+
"name": "singlepackage",
|
|
989
|
+
"allowNo": false,
|
|
990
|
+
"type": "boolean"
|
|
991
|
+
},
|
|
992
|
+
"soapdeploy": {
|
|
993
|
+
"description": "soapDeploy",
|
|
994
|
+
"name": "soapdeploy",
|
|
995
|
+
"allowNo": false,
|
|
996
|
+
"type": "boolean"
|
|
997
|
+
},
|
|
998
|
+
"purgeondelete": {
|
|
999
|
+
"description": "purgeOnDelete",
|
|
1000
|
+
"name": "purgeondelete",
|
|
1001
|
+
"allowNo": false,
|
|
1002
|
+
"type": "boolean"
|
|
1003
|
+
},
|
|
1004
|
+
"concise": {
|
|
1005
|
+
"description": "concise",
|
|
1006
|
+
"name": "concise",
|
|
1007
|
+
"allowNo": false,
|
|
1008
|
+
"type": "boolean"
|
|
1009
|
+
},
|
|
934
1010
|
"debug": {
|
|
935
|
-
"
|
|
936
|
-
"description": "Activate debug mode (more logs)",
|
|
1011
|
+
"description": "debug",
|
|
937
1012
|
"name": "debug",
|
|
938
1013
|
"allowNo": false,
|
|
939
1014
|
"type": "boolean"
|
|
940
1015
|
},
|
|
941
1016
|
"websocket": {
|
|
942
|
-
"description": "
|
|
1017
|
+
"description": "websocket",
|
|
943
1018
|
"name": "websocket",
|
|
944
1019
|
"hasDynamicHelp": false,
|
|
945
1020
|
"multiple": false,
|
|
946
1021
|
"type": "option"
|
|
947
1022
|
},
|
|
948
|
-
"skipauth": {
|
|
949
|
-
"description": "Skip authentication check when a default username is required",
|
|
950
|
-
"name": "skipauth",
|
|
951
|
-
"allowNo": false,
|
|
952
|
-
"type": "boolean"
|
|
953
|
-
},
|
|
954
1023
|
"target-org": {
|
|
955
1024
|
"aliases": [
|
|
956
1025
|
"targetusername",
|
|
@@ -960,7 +1029,8 @@
|
|
|
960
1029
|
"deprecateAliases": true,
|
|
961
1030
|
"name": "target-org",
|
|
962
1031
|
"noCacheDefault": true,
|
|
963
|
-
"
|
|
1032
|
+
"required": true,
|
|
1033
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
964
1034
|
"hasDynamicHelp": true,
|
|
965
1035
|
"multiple": false,
|
|
966
1036
|
"type": "option"
|
|
@@ -968,68 +1038,36 @@
|
|
|
968
1038
|
},
|
|
969
1039
|
"hasDynamicHelp": true,
|
|
970
1040
|
"hiddenAliases": [],
|
|
971
|
-
"id": "hardis:
|
|
1041
|
+
"id": "hardis:mdapi:deploy",
|
|
972
1042
|
"pluginAlias": "sfdx-hardis",
|
|
973
1043
|
"pluginName": "sfdx-hardis",
|
|
974
1044
|
"pluginType": "core",
|
|
975
1045
|
"strict": true,
|
|
976
1046
|
"enableJsonFlag": true,
|
|
977
|
-
"title": "check permission access",
|
|
978
|
-
"supportsDevhubUsername": false,
|
|
979
|
-
"requiresProject": true,
|
|
980
|
-
"sourceElements": [
|
|
981
|
-
{
|
|
982
|
-
"regex": "/**/*.cls",
|
|
983
|
-
"type": "ApexClass",
|
|
984
|
-
"xmlField": "apexClass",
|
|
985
|
-
"xmlChildren": "classAccesses",
|
|
986
|
-
"xmlAccessField": "enabled",
|
|
987
|
-
"ignore": {
|
|
988
|
-
"all": false,
|
|
989
|
-
"elements": []
|
|
990
|
-
}
|
|
991
|
-
},
|
|
992
|
-
{
|
|
993
|
-
"regex": "/**/objects/**/fields/*__c.field-meta.xml",
|
|
994
|
-
"type": "CustomField",
|
|
995
|
-
"xmlField": "field",
|
|
996
|
-
"xmlChildren": "fieldPermissions",
|
|
997
|
-
"xmlAccessField": "readable",
|
|
998
|
-
"ignore": {
|
|
999
|
-
"all": false,
|
|
1000
|
-
"elements": []
|
|
1001
|
-
}
|
|
1002
|
-
}
|
|
1003
|
-
],
|
|
1004
|
-
"messages": {
|
|
1005
|
-
"header": "Check if elements(apex class and field) are at least in one permission set",
|
|
1006
|
-
"allElementsHaveRights": "All elements are included in at least one Permission set or Profile",
|
|
1007
|
-
"someElementsDontHaveRights": "Some elements are not included in at least one Permission set or Profile"
|
|
1008
|
-
},
|
|
1009
1047
|
"isESM": true,
|
|
1010
1048
|
"relativePath": [
|
|
1011
1049
|
"lib",
|
|
1012
1050
|
"commands",
|
|
1013
1051
|
"hardis",
|
|
1014
|
-
"
|
|
1015
|
-
"
|
|
1052
|
+
"mdapi",
|
|
1053
|
+
"deploy.js"
|
|
1016
1054
|
],
|
|
1017
1055
|
"aliasPermutations": [],
|
|
1018
1056
|
"permutations": [
|
|
1019
|
-
"hardis:
|
|
1020
|
-
"
|
|
1021
|
-
"
|
|
1022
|
-
"hardis:
|
|
1023
|
-
"
|
|
1024
|
-
"
|
|
1057
|
+
"hardis:mdapi:deploy",
|
|
1058
|
+
"mdapi:hardis:deploy",
|
|
1059
|
+
"mdapi:deploy:hardis",
|
|
1060
|
+
"hardis:deploy:mdapi",
|
|
1061
|
+
"deploy:hardis:mdapi",
|
|
1062
|
+
"deploy:mdapi:hardis"
|
|
1025
1063
|
]
|
|
1026
1064
|
},
|
|
1027
|
-
"hardis:
|
|
1065
|
+
"hardis:misc:purge-references": {
|
|
1028
1066
|
"aliases": [],
|
|
1029
1067
|
"args": {},
|
|
1030
|
-
"description": "
|
|
1068
|
+
"description": "Purge references to any string in org metadatas before a deployment.\n\nFor example, this can be handy if you need to change the type of a custom field from Master Detail to Lookup.\n\nUSE WITH EXTREME CAUTION AND CAREFULLY READ THE MESSAGES !",
|
|
1031
1069
|
"examples": [
|
|
1032
|
-
"$ sf hardis:
|
|
1070
|
+
"$ sf hardis:misc:purge-references"
|
|
1033
1071
|
],
|
|
1034
1072
|
"flags": {
|
|
1035
1073
|
"json": {
|
|
@@ -1047,6 +1085,14 @@
|
|
|
1047
1085
|
"multiple": false,
|
|
1048
1086
|
"type": "option"
|
|
1049
1087
|
},
|
|
1088
|
+
"references": {
|
|
1089
|
+
"char": "r",
|
|
1090
|
+
"description": "Comma-separated list of references to find in metadatas",
|
|
1091
|
+
"name": "references",
|
|
1092
|
+
"hasDynamicHelp": false,
|
|
1093
|
+
"multiple": false,
|
|
1094
|
+
"type": "option"
|
|
1095
|
+
},
|
|
1050
1096
|
"debug": {
|
|
1051
1097
|
"char": "d",
|
|
1052
1098
|
"description": "Activate debug mode (more logs)",
|
|
@@ -1054,14 +1100,6 @@
|
|
|
1054
1100
|
"allowNo": false,
|
|
1055
1101
|
"type": "boolean"
|
|
1056
1102
|
},
|
|
1057
|
-
"outputfile": {
|
|
1058
|
-
"char": "f",
|
|
1059
|
-
"description": "Force the path and name of output report file. Must end with .csv",
|
|
1060
|
-
"name": "outputfile",
|
|
1061
|
-
"hasDynamicHelp": false,
|
|
1062
|
-
"multiple": false,
|
|
1063
|
-
"type": "option"
|
|
1064
|
-
},
|
|
1065
1103
|
"websocket": {
|
|
1066
1104
|
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
1067
1105
|
"name": "websocket",
|
|
@@ -1084,7 +1122,8 @@
|
|
|
1084
1122
|
"deprecateAliases": true,
|
|
1085
1123
|
"name": "target-org",
|
|
1086
1124
|
"noCacheDefault": true,
|
|
1087
|
-
"
|
|
1125
|
+
"required": true,
|
|
1126
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1088
1127
|
"hasDynamicHelp": true,
|
|
1089
1128
|
"multiple": false,
|
|
1090
1129
|
"type": "option"
|
|
@@ -1092,39 +1131,41 @@
|
|
|
1092
1131
|
},
|
|
1093
1132
|
"hasDynamicHelp": true,
|
|
1094
1133
|
"hiddenAliases": [],
|
|
1095
|
-
"id": "hardis:
|
|
1134
|
+
"id": "hardis:misc:purge-references",
|
|
1096
1135
|
"pluginAlias": "sfdx-hardis",
|
|
1097
1136
|
"pluginName": "sfdx-hardis",
|
|
1098
1137
|
"pluginType": "core",
|
|
1099
1138
|
"strict": true,
|
|
1100
1139
|
"enableJsonFlag": true,
|
|
1101
|
-
"title": "
|
|
1102
|
-
"supportsDevhubUsername": false,
|
|
1140
|
+
"title": "Purge References",
|
|
1103
1141
|
"requiresProject": true,
|
|
1104
1142
|
"isESM": true,
|
|
1105
1143
|
"relativePath": [
|
|
1106
1144
|
"lib",
|
|
1107
1145
|
"commands",
|
|
1108
1146
|
"hardis",
|
|
1109
|
-
"
|
|
1110
|
-
"
|
|
1147
|
+
"misc",
|
|
1148
|
+
"purge-references.js"
|
|
1111
1149
|
],
|
|
1112
1150
|
"aliasPermutations": [],
|
|
1113
1151
|
"permutations": [
|
|
1114
|
-
"hardis:
|
|
1115
|
-
"
|
|
1116
|
-
"
|
|
1117
|
-
"hardis:
|
|
1118
|
-
"
|
|
1119
|
-
"
|
|
1152
|
+
"hardis:misc:purge-references",
|
|
1153
|
+
"misc:hardis:purge-references",
|
|
1154
|
+
"misc:purge-references:hardis",
|
|
1155
|
+
"hardis:purge-references:misc",
|
|
1156
|
+
"purge-references:hardis:misc",
|
|
1157
|
+
"purge-references:misc:hardis"
|
|
1120
1158
|
]
|
|
1121
1159
|
},
|
|
1122
|
-
"hardis:
|
|
1160
|
+
"hardis:misc:toml2csv": {
|
|
1123
1161
|
"aliases": [],
|
|
1124
1162
|
"args": {},
|
|
1125
|
-
"description": "
|
|
1163
|
+
"description": "Split TOML file into distinct CSV files",
|
|
1126
1164
|
"examples": [
|
|
1127
|
-
"$ sf hardis:
|
|
1165
|
+
"$ sf hardis:misc:toml2csv --tomlfile 'D:/clients/toto/V1_full.txt' ",
|
|
1166
|
+
"$ sf hardis:misc:toml2csv --skiptransfo --tomlfile 'D:/clients/toto/V1_full.txt' ",
|
|
1167
|
+
"$ sf hardis:misc:toml2csv --skiptransfo --tomlfile 'D:/clients/toto/V1_full.txt' --outputdir 'C:/tmp/rrrr'",
|
|
1168
|
+
"$ NODE_OPTIONS=--max_old_space_size=9096 sf hardis:misc:toml2csv --skiptransfo --tomlfile './input/V1.txt' --outputdir './output' --filtersections 'COMPTES,SOUS'"
|
|
1128
1169
|
],
|
|
1129
1170
|
"flags": {
|
|
1130
1171
|
"json": {
|
|
@@ -1142,21 +1183,54 @@
|
|
|
1142
1183
|
"multiple": false,
|
|
1143
1184
|
"type": "option"
|
|
1144
1185
|
},
|
|
1145
|
-
"
|
|
1146
|
-
"char": "
|
|
1147
|
-
"description": "
|
|
1148
|
-
"name": "
|
|
1186
|
+
"tomlfile": {
|
|
1187
|
+
"char": "f",
|
|
1188
|
+
"description": "Input TOML file path",
|
|
1189
|
+
"name": "tomlfile",
|
|
1190
|
+
"required": true,
|
|
1191
|
+
"hasDynamicHelp": false,
|
|
1192
|
+
"multiple": false,
|
|
1193
|
+
"type": "option"
|
|
1194
|
+
},
|
|
1195
|
+
"transfoconfig": {
|
|
1196
|
+
"char": "t",
|
|
1197
|
+
"description": "Path to JSON config file for mapping and transformation",
|
|
1198
|
+
"name": "transfoconfig",
|
|
1199
|
+
"hasDynamicHelp": false,
|
|
1200
|
+
"multiple": false,
|
|
1201
|
+
"type": "option"
|
|
1202
|
+
},
|
|
1203
|
+
"filtersections": {
|
|
1204
|
+
"char": "l",
|
|
1205
|
+
"description": "List of sections to process (if not set, all sections will be processed)",
|
|
1206
|
+
"name": "filtersections",
|
|
1207
|
+
"default": [],
|
|
1208
|
+
"hasDynamicHelp": false,
|
|
1209
|
+
"multiple": true,
|
|
1210
|
+
"type": "option"
|
|
1211
|
+
},
|
|
1212
|
+
"skiptransfo": {
|
|
1213
|
+
"char": "s",
|
|
1214
|
+
"description": "Do not apply transformation to input data",
|
|
1215
|
+
"name": "skiptransfo",
|
|
1149
1216
|
"allowNo": false,
|
|
1150
1217
|
"type": "boolean"
|
|
1151
1218
|
},
|
|
1152
|
-
"
|
|
1153
|
-
"char": "
|
|
1154
|
-
"description": "
|
|
1155
|
-
"name": "
|
|
1219
|
+
"outputdir": {
|
|
1220
|
+
"char": "z",
|
|
1221
|
+
"description": "Output directory",
|
|
1222
|
+
"name": "outputdir",
|
|
1156
1223
|
"hasDynamicHelp": false,
|
|
1157
1224
|
"multiple": false,
|
|
1158
1225
|
"type": "option"
|
|
1159
1226
|
},
|
|
1227
|
+
"debug": {
|
|
1228
|
+
"char": "d",
|
|
1229
|
+
"description": "Activate debug mode (more logs)",
|
|
1230
|
+
"name": "debug",
|
|
1231
|
+
"allowNo": false,
|
|
1232
|
+
"type": "boolean"
|
|
1233
|
+
},
|
|
1160
1234
|
"websocket": {
|
|
1161
1235
|
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
1162
1236
|
"name": "websocket",
|
|
@@ -1179,7 +1253,8 @@
|
|
|
1179
1253
|
"deprecateAliases": true,
|
|
1180
1254
|
"name": "target-org",
|
|
1181
1255
|
"noCacheDefault": true,
|
|
1182
|
-
"
|
|
1256
|
+
"required": true,
|
|
1257
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1183
1258
|
"hasDynamicHelp": true,
|
|
1184
1259
|
"multiple": false,
|
|
1185
1260
|
"type": "option"
|
|
@@ -1187,39 +1262,40 @@
|
|
|
1187
1262
|
},
|
|
1188
1263
|
"hasDynamicHelp": true,
|
|
1189
1264
|
"hiddenAliases": [],
|
|
1190
|
-
"id": "hardis:
|
|
1265
|
+
"id": "hardis:misc:toml2csv",
|
|
1191
1266
|
"pluginAlias": "sfdx-hardis",
|
|
1192
1267
|
"pluginName": "sfdx-hardis",
|
|
1193
1268
|
"pluginType": "core",
|
|
1194
1269
|
"strict": true,
|
|
1195
1270
|
"enableJsonFlag": true,
|
|
1196
|
-
"title": "
|
|
1197
|
-
"supportsDevhubUsername": false,
|
|
1271
|
+
"title": "TOML to CSV",
|
|
1198
1272
|
"requiresProject": true,
|
|
1199
1273
|
"isESM": true,
|
|
1200
1274
|
"relativePath": [
|
|
1201
1275
|
"lib",
|
|
1202
1276
|
"commands",
|
|
1203
1277
|
"hardis",
|
|
1204
|
-
"
|
|
1205
|
-
"
|
|
1278
|
+
"misc",
|
|
1279
|
+
"toml2csv.js"
|
|
1206
1280
|
],
|
|
1207
1281
|
"aliasPermutations": [],
|
|
1208
1282
|
"permutations": [
|
|
1209
|
-
"hardis:
|
|
1210
|
-
"
|
|
1211
|
-
"
|
|
1212
|
-
"hardis:
|
|
1213
|
-
"
|
|
1214
|
-
"
|
|
1283
|
+
"hardis:misc:toml2csv",
|
|
1284
|
+
"misc:hardis:toml2csv",
|
|
1285
|
+
"misc:toml2csv:hardis",
|
|
1286
|
+
"hardis:toml2csv:misc",
|
|
1287
|
+
"toml2csv:hardis:misc",
|
|
1288
|
+
"toml2csv:misc:hardis"
|
|
1215
1289
|
]
|
|
1216
1290
|
},
|
|
1217
|
-
"hardis:lint:
|
|
1291
|
+
"hardis:lint:access": {
|
|
1218
1292
|
"aliases": [],
|
|
1219
1293
|
"args": {},
|
|
1220
|
-
"description": "Check if elements
|
|
1294
|
+
"description": "Check if elements(apex class and field) are at least in one permission set\n \nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-missing-access/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
1221
1295
|
"examples": [
|
|
1222
|
-
"$ sf hardis:lint:
|
|
1296
|
+
"$ sf hardis:lint:access",
|
|
1297
|
+
"$ sf hardis:lint:access -e \"ApexClass:ClassA, CustomField:Account.CustomField\"",
|
|
1298
|
+
"$ sf hardis:lint:access -i \"PermissionSet:permissionSetA, Profile\""
|
|
1223
1299
|
],
|
|
1224
1300
|
"flags": {
|
|
1225
1301
|
"json": {
|
|
@@ -1237,21 +1313,48 @@
|
|
|
1237
1313
|
"multiple": false,
|
|
1238
1314
|
"type": "option"
|
|
1239
1315
|
},
|
|
1240
|
-
"
|
|
1241
|
-
"char": "
|
|
1242
|
-
"description": "
|
|
1243
|
-
"name": "
|
|
1244
|
-
"
|
|
1245
|
-
"
|
|
1316
|
+
"elementsignored": {
|
|
1317
|
+
"char": "e",
|
|
1318
|
+
"description": "Ignore specific elements separated by commas",
|
|
1319
|
+
"name": "elementsignored",
|
|
1320
|
+
"default": "",
|
|
1321
|
+
"hasDynamicHelp": false,
|
|
1322
|
+
"multiple": false,
|
|
1323
|
+
"type": "option"
|
|
1246
1324
|
},
|
|
1247
|
-
"
|
|
1325
|
+
"ignorerights": {
|
|
1326
|
+
"char": "i",
|
|
1327
|
+
"description": "Ignore permission sets or profiles",
|
|
1328
|
+
"name": "ignorerights",
|
|
1329
|
+
"default": "",
|
|
1330
|
+
"hasDynamicHelp": false,
|
|
1331
|
+
"multiple": false,
|
|
1332
|
+
"type": "option"
|
|
1333
|
+
},
|
|
1334
|
+
"folder": {
|
|
1248
1335
|
"char": "f",
|
|
1336
|
+
"description": "Root folder",
|
|
1337
|
+
"name": "folder",
|
|
1338
|
+
"default": "force-app",
|
|
1339
|
+
"hasDynamicHelp": false,
|
|
1340
|
+
"multiple": false,
|
|
1341
|
+
"type": "option"
|
|
1342
|
+
},
|
|
1343
|
+
"outputfile": {
|
|
1344
|
+
"char": "x",
|
|
1249
1345
|
"description": "Force the path and name of output report file. Must end with .csv",
|
|
1250
1346
|
"name": "outputfile",
|
|
1251
1347
|
"hasDynamicHelp": false,
|
|
1252
1348
|
"multiple": false,
|
|
1253
1349
|
"type": "option"
|
|
1254
1350
|
},
|
|
1351
|
+
"debug": {
|
|
1352
|
+
"char": "d",
|
|
1353
|
+
"description": "Activate debug mode (more logs)",
|
|
1354
|
+
"name": "debug",
|
|
1355
|
+
"allowNo": false,
|
|
1356
|
+
"type": "boolean"
|
|
1357
|
+
},
|
|
1255
1358
|
"websocket": {
|
|
1256
1359
|
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
1257
1360
|
"name": "websocket",
|
|
@@ -1282,38 +1385,69 @@
|
|
|
1282
1385
|
},
|
|
1283
1386
|
"hasDynamicHelp": true,
|
|
1284
1387
|
"hiddenAliases": [],
|
|
1285
|
-
"id": "hardis:lint:
|
|
1388
|
+
"id": "hardis:lint:access",
|
|
1286
1389
|
"pluginAlias": "sfdx-hardis",
|
|
1287
1390
|
"pluginName": "sfdx-hardis",
|
|
1288
1391
|
"pluginType": "core",
|
|
1289
1392
|
"strict": true,
|
|
1290
1393
|
"enableJsonFlag": true,
|
|
1291
|
-
"title": "check
|
|
1394
|
+
"title": "check permission access",
|
|
1292
1395
|
"supportsDevhubUsername": false,
|
|
1293
1396
|
"requiresProject": true,
|
|
1397
|
+
"sourceElements": [
|
|
1398
|
+
{
|
|
1399
|
+
"regex": "/**/*.cls",
|
|
1400
|
+
"type": "ApexClass",
|
|
1401
|
+
"xmlField": "apexClass",
|
|
1402
|
+
"xmlChildren": "classAccesses",
|
|
1403
|
+
"xmlAccessField": "enabled",
|
|
1404
|
+
"ignore": {
|
|
1405
|
+
"all": false,
|
|
1406
|
+
"elements": []
|
|
1407
|
+
}
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"regex": "/**/objects/**/fields/*__c.field-meta.xml",
|
|
1411
|
+
"type": "CustomField",
|
|
1412
|
+
"xmlField": "field",
|
|
1413
|
+
"xmlChildren": "fieldPermissions",
|
|
1414
|
+
"xmlAccessField": "readable",
|
|
1415
|
+
"ignore": {
|
|
1416
|
+
"all": false,
|
|
1417
|
+
"elements": []
|
|
1418
|
+
}
|
|
1419
|
+
}
|
|
1420
|
+
],
|
|
1421
|
+
"messages": {
|
|
1422
|
+
"header": "Check if elements(apex class and field) are at least in one permission set",
|
|
1423
|
+
"allElementsHaveRights": "All elements are included in at least one Permission set or Profile",
|
|
1424
|
+
"someElementsDontHaveRights": "Some elements are not included in at least one Permission set or Profile"
|
|
1425
|
+
},
|
|
1294
1426
|
"isESM": true,
|
|
1295
1427
|
"relativePath": [
|
|
1296
1428
|
"lib",
|
|
1297
1429
|
"commands",
|
|
1298
1430
|
"hardis",
|
|
1299
1431
|
"lint",
|
|
1300
|
-
"
|
|
1432
|
+
"access.js"
|
|
1301
1433
|
],
|
|
1302
1434
|
"aliasPermutations": [],
|
|
1303
1435
|
"permutations": [
|
|
1304
|
-
"hardis:lint:
|
|
1305
|
-
"lint:hardis:
|
|
1306
|
-
"lint:
|
|
1307
|
-
"hardis:
|
|
1308
|
-
"
|
|
1309
|
-
"
|
|
1436
|
+
"hardis:lint:access",
|
|
1437
|
+
"lint:hardis:access",
|
|
1438
|
+
"lint:access:hardis",
|
|
1439
|
+
"hardis:access:lint",
|
|
1440
|
+
"access:hardis:lint",
|
|
1441
|
+
"access:lint:hardis"
|
|
1310
1442
|
]
|
|
1311
1443
|
},
|
|
1312
|
-
"hardis:
|
|
1444
|
+
"hardis:lint:metadatastatus": {
|
|
1313
1445
|
"aliases": [],
|
|
1314
1446
|
"args": {},
|
|
1315
|
-
"description": "
|
|
1316
|
-
"examples": [
|
|
1447
|
+
"description": "Check if elements (flows and validation rules) are inactive in the project\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-inactive-metadata/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
1448
|
+
"examples": [
|
|
1449
|
+
"$ sf hardis:lint:metadatastatus"
|
|
1450
|
+
],
|
|
1317
1451
|
"flags": {
|
|
1318
1452
|
"json": {
|
|
1319
1453
|
"description": "Format output as json.",
|
|
@@ -1330,134 +1464,34 @@
|
|
|
1330
1464
|
"multiple": false,
|
|
1331
1465
|
"type": "option"
|
|
1332
1466
|
},
|
|
1333
|
-
"
|
|
1334
|
-
"char": "c",
|
|
1335
|
-
"description": "checkOnly",
|
|
1336
|
-
"name": "checkonly",
|
|
1337
|
-
"allowNo": false,
|
|
1338
|
-
"type": "boolean"
|
|
1339
|
-
},
|
|
1340
|
-
"deploydir": {
|
|
1467
|
+
"debug": {
|
|
1341
1468
|
"char": "d",
|
|
1342
|
-
"description": "
|
|
1343
|
-
"name": "
|
|
1344
|
-
"hasDynamicHelp": false,
|
|
1345
|
-
"multiple": false,
|
|
1346
|
-
"type": "option"
|
|
1347
|
-
},
|
|
1348
|
-
"wait": {
|
|
1349
|
-
"char": "w",
|
|
1350
|
-
"description": "wait",
|
|
1351
|
-
"name": "wait",
|
|
1352
|
-
"default": 120,
|
|
1353
|
-
"hasDynamicHelp": false,
|
|
1354
|
-
"multiple": false,
|
|
1355
|
-
"type": "option"
|
|
1356
|
-
},
|
|
1357
|
-
"testlevel": {
|
|
1358
|
-
"char": "l",
|
|
1359
|
-
"description": "testLevel",
|
|
1360
|
-
"name": "testlevel",
|
|
1361
|
-
"default": "NoTestRun",
|
|
1362
|
-
"hasDynamicHelp": false,
|
|
1363
|
-
"multiple": false,
|
|
1364
|
-
"options": [
|
|
1365
|
-
"NoTestRun",
|
|
1366
|
-
"RunSpecifiedTests",
|
|
1367
|
-
"RunLocalTests",
|
|
1368
|
-
"RunAllTestsInOrg"
|
|
1369
|
-
],
|
|
1370
|
-
"type": "option"
|
|
1371
|
-
},
|
|
1372
|
-
"runtests": {
|
|
1373
|
-
"char": "r",
|
|
1374
|
-
"description": "runTests",
|
|
1375
|
-
"name": "runtests",
|
|
1376
|
-
"default": [],
|
|
1377
|
-
"hasDynamicHelp": false,
|
|
1378
|
-
"multiple": true,
|
|
1379
|
-
"type": "option"
|
|
1380
|
-
},
|
|
1381
|
-
"ignoreerrors": {
|
|
1382
|
-
"description": "ignoreErrors",
|
|
1383
|
-
"name": "ignoreerrors",
|
|
1384
|
-
"allowNo": false,
|
|
1385
|
-
"type": "boolean"
|
|
1386
|
-
},
|
|
1387
|
-
"ignorewarnings": {
|
|
1388
|
-
"char": "g",
|
|
1389
|
-
"description": "ignoreWarnings",
|
|
1390
|
-
"name": "ignorewarnings",
|
|
1391
|
-
"allowNo": false,
|
|
1392
|
-
"type": "boolean"
|
|
1393
|
-
},
|
|
1394
|
-
"validateddeployrequestid": {
|
|
1395
|
-
"char": "q",
|
|
1396
|
-
"description": "validatedDeployRequestId",
|
|
1397
|
-
"exclusive": [
|
|
1398
|
-
"testlevel",
|
|
1399
|
-
"runtests",
|
|
1400
|
-
"ignoreerrors",
|
|
1401
|
-
"ignorewarnings",
|
|
1402
|
-
"checkonly"
|
|
1403
|
-
],
|
|
1404
|
-
"name": "validateddeployrequestid",
|
|
1405
|
-
"hasDynamicHelp": false,
|
|
1406
|
-
"multiple": false,
|
|
1407
|
-
"type": "option"
|
|
1408
|
-
},
|
|
1409
|
-
"verbose": {
|
|
1410
|
-
"description": "verbose",
|
|
1411
|
-
"name": "verbose",
|
|
1469
|
+
"description": "Activate debug mode (more logs)",
|
|
1470
|
+
"name": "debug",
|
|
1412
1471
|
"allowNo": false,
|
|
1413
1472
|
"type": "boolean"
|
|
1414
1473
|
},
|
|
1415
|
-
"
|
|
1474
|
+
"outputfile": {
|
|
1416
1475
|
"char": "f",
|
|
1417
|
-
"description": "
|
|
1418
|
-
"name": "
|
|
1476
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
1477
|
+
"name": "outputfile",
|
|
1419
1478
|
"hasDynamicHelp": false,
|
|
1420
1479
|
"multiple": false,
|
|
1421
1480
|
"type": "option"
|
|
1422
1481
|
},
|
|
1423
|
-
"singlepackage": {
|
|
1424
|
-
"char": "s",
|
|
1425
|
-
"description": "singlePackage",
|
|
1426
|
-
"name": "singlepackage",
|
|
1427
|
-
"allowNo": false,
|
|
1428
|
-
"type": "boolean"
|
|
1429
|
-
},
|
|
1430
|
-
"soapdeploy": {
|
|
1431
|
-
"description": "soapDeploy",
|
|
1432
|
-
"name": "soapdeploy",
|
|
1433
|
-
"allowNo": false,
|
|
1434
|
-
"type": "boolean"
|
|
1435
|
-
},
|
|
1436
|
-
"purgeondelete": {
|
|
1437
|
-
"description": "purgeOnDelete",
|
|
1438
|
-
"name": "purgeondelete",
|
|
1439
|
-
"allowNo": false,
|
|
1440
|
-
"type": "boolean"
|
|
1441
|
-
},
|
|
1442
|
-
"concise": {
|
|
1443
|
-
"description": "concise",
|
|
1444
|
-
"name": "concise",
|
|
1445
|
-
"allowNo": false,
|
|
1446
|
-
"type": "boolean"
|
|
1447
|
-
},
|
|
1448
|
-
"debug": {
|
|
1449
|
-
"description": "debug",
|
|
1450
|
-
"name": "debug",
|
|
1451
|
-
"allowNo": false,
|
|
1452
|
-
"type": "boolean"
|
|
1453
|
-
},
|
|
1454
1482
|
"websocket": {
|
|
1455
|
-
"description": "
|
|
1483
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
1456
1484
|
"name": "websocket",
|
|
1457
1485
|
"hasDynamicHelp": false,
|
|
1458
1486
|
"multiple": false,
|
|
1459
1487
|
"type": "option"
|
|
1460
1488
|
},
|
|
1489
|
+
"skipauth": {
|
|
1490
|
+
"description": "Skip authentication check when a default username is required",
|
|
1491
|
+
"name": "skipauth",
|
|
1492
|
+
"allowNo": false,
|
|
1493
|
+
"type": "boolean"
|
|
1494
|
+
},
|
|
1461
1495
|
"target-org": {
|
|
1462
1496
|
"aliases": [
|
|
1463
1497
|
"targetusername",
|
|
@@ -1467,8 +1501,7 @@
|
|
|
1467
1501
|
"deprecateAliases": true,
|
|
1468
1502
|
"name": "target-org",
|
|
1469
1503
|
"noCacheDefault": true,
|
|
1470
|
-
"
|
|
1471
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1504
|
+
"summary": "Username or alias of the target org.",
|
|
1472
1505
|
"hasDynamicHelp": true,
|
|
1473
1506
|
"multiple": false,
|
|
1474
1507
|
"type": "option"
|
|
@@ -1476,36 +1509,39 @@
|
|
|
1476
1509
|
},
|
|
1477
1510
|
"hasDynamicHelp": true,
|
|
1478
1511
|
"hiddenAliases": [],
|
|
1479
|
-
"id": "hardis:
|
|
1512
|
+
"id": "hardis:lint:metadatastatus",
|
|
1480
1513
|
"pluginAlias": "sfdx-hardis",
|
|
1481
1514
|
"pluginName": "sfdx-hardis",
|
|
1482
1515
|
"pluginType": "core",
|
|
1483
1516
|
"strict": true,
|
|
1484
1517
|
"enableJsonFlag": true,
|
|
1518
|
+
"title": "check inactive metadatas",
|
|
1519
|
+
"supportsDevhubUsername": false,
|
|
1520
|
+
"requiresProject": true,
|
|
1485
1521
|
"isESM": true,
|
|
1486
1522
|
"relativePath": [
|
|
1487
1523
|
"lib",
|
|
1488
1524
|
"commands",
|
|
1489
1525
|
"hardis",
|
|
1490
|
-
"
|
|
1491
|
-
"
|
|
1526
|
+
"lint",
|
|
1527
|
+
"metadatastatus.js"
|
|
1492
1528
|
],
|
|
1493
1529
|
"aliasPermutations": [],
|
|
1494
1530
|
"permutations": [
|
|
1495
|
-
"hardis:
|
|
1496
|
-
"
|
|
1497
|
-
"
|
|
1498
|
-
"hardis:
|
|
1499
|
-
"
|
|
1500
|
-
"
|
|
1531
|
+
"hardis:lint:metadatastatus",
|
|
1532
|
+
"lint:hardis:metadatastatus",
|
|
1533
|
+
"lint:metadatastatus:hardis",
|
|
1534
|
+
"hardis:metadatastatus:lint",
|
|
1535
|
+
"metadatastatus:hardis:lint",
|
|
1536
|
+
"metadatastatus:lint:hardis"
|
|
1501
1537
|
]
|
|
1502
1538
|
},
|
|
1503
|
-
"hardis:
|
|
1539
|
+
"hardis:lint:missingattributes": {
|
|
1504
1540
|
"aliases": [],
|
|
1505
1541
|
"args": {},
|
|
1506
|
-
"description": "
|
|
1542
|
+
"description": "Check if elements(custom fields) aren't description",
|
|
1507
1543
|
"examples": [
|
|
1508
|
-
"$ sf hardis:
|
|
1544
|
+
"$ sf hardis:lint:missingattributes"
|
|
1509
1545
|
],
|
|
1510
1546
|
"flags": {
|
|
1511
1547
|
"json": {
|
|
@@ -1523,14 +1559,6 @@
|
|
|
1523
1559
|
"multiple": false,
|
|
1524
1560
|
"type": "option"
|
|
1525
1561
|
},
|
|
1526
|
-
"references": {
|
|
1527
|
-
"char": "r",
|
|
1528
|
-
"description": "Comma-separated list of references to find in metadatas",
|
|
1529
|
-
"name": "references",
|
|
1530
|
-
"hasDynamicHelp": false,
|
|
1531
|
-
"multiple": false,
|
|
1532
|
-
"type": "option"
|
|
1533
|
-
},
|
|
1534
1562
|
"debug": {
|
|
1535
1563
|
"char": "d",
|
|
1536
1564
|
"description": "Activate debug mode (more logs)",
|
|
@@ -1538,6 +1566,14 @@
|
|
|
1538
1566
|
"allowNo": false,
|
|
1539
1567
|
"type": "boolean"
|
|
1540
1568
|
},
|
|
1569
|
+
"outputfile": {
|
|
1570
|
+
"char": "f",
|
|
1571
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
1572
|
+
"name": "outputfile",
|
|
1573
|
+
"hasDynamicHelp": false,
|
|
1574
|
+
"multiple": false,
|
|
1575
|
+
"type": "option"
|
|
1576
|
+
},
|
|
1541
1577
|
"websocket": {
|
|
1542
1578
|
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
1543
1579
|
"name": "websocket",
|
|
@@ -1560,8 +1596,7 @@
|
|
|
1560
1596
|
"deprecateAliases": true,
|
|
1561
1597
|
"name": "target-org",
|
|
1562
1598
|
"noCacheDefault": true,
|
|
1563
|
-
"
|
|
1564
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1599
|
+
"summary": "Username or alias of the target org.",
|
|
1565
1600
|
"hasDynamicHelp": true,
|
|
1566
1601
|
"multiple": false,
|
|
1567
1602
|
"type": "option"
|
|
@@ -1569,41 +1604,39 @@
|
|
|
1569
1604
|
},
|
|
1570
1605
|
"hasDynamicHelp": true,
|
|
1571
1606
|
"hiddenAliases": [],
|
|
1572
|
-
"id": "hardis:
|
|
1607
|
+
"id": "hardis:lint:missingattributes",
|
|
1573
1608
|
"pluginAlias": "sfdx-hardis",
|
|
1574
1609
|
"pluginName": "sfdx-hardis",
|
|
1575
1610
|
"pluginType": "core",
|
|
1576
1611
|
"strict": true,
|
|
1577
1612
|
"enableJsonFlag": true,
|
|
1578
|
-
"title": "
|
|
1613
|
+
"title": "check missing description on custom fields",
|
|
1614
|
+
"supportsDevhubUsername": false,
|
|
1579
1615
|
"requiresProject": true,
|
|
1580
1616
|
"isESM": true,
|
|
1581
1617
|
"relativePath": [
|
|
1582
1618
|
"lib",
|
|
1583
1619
|
"commands",
|
|
1584
1620
|
"hardis",
|
|
1585
|
-
"
|
|
1586
|
-
"
|
|
1621
|
+
"lint",
|
|
1622
|
+
"missingattributes.js"
|
|
1587
1623
|
],
|
|
1588
1624
|
"aliasPermutations": [],
|
|
1589
1625
|
"permutations": [
|
|
1590
|
-
"hardis:
|
|
1591
|
-
"
|
|
1592
|
-
"
|
|
1593
|
-
"hardis:
|
|
1594
|
-
"
|
|
1595
|
-
"
|
|
1626
|
+
"hardis:lint:missingattributes",
|
|
1627
|
+
"lint:hardis:missingattributes",
|
|
1628
|
+
"lint:missingattributes:hardis",
|
|
1629
|
+
"hardis:missingattributes:lint",
|
|
1630
|
+
"missingattributes:hardis:lint",
|
|
1631
|
+
"missingattributes:lint:hardis"
|
|
1596
1632
|
]
|
|
1597
1633
|
},
|
|
1598
|
-
"hardis:
|
|
1634
|
+
"hardis:lint:unusedmetadatas": {
|
|
1599
1635
|
"aliases": [],
|
|
1600
1636
|
"args": {},
|
|
1601
|
-
"description": "
|
|
1637
|
+
"description": "Check if elements (custom labels and custom permissions) are used in the project\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-unused-metadata/) and can output Grafana, Slack and MsTeams Notifications.\n ",
|
|
1602
1638
|
"examples": [
|
|
1603
|
-
"$ sf hardis:
|
|
1604
|
-
"$ sf hardis:misc:toml2csv --skiptransfo --tomlfile 'D:/clients/toto/V1_full.txt' ",
|
|
1605
|
-
"$ sf hardis:misc:toml2csv --skiptransfo --tomlfile 'D:/clients/toto/V1_full.txt' --outputdir 'C:/tmp/rrrr'",
|
|
1606
|
-
"$ NODE_OPTIONS=--max_old_space_size=9096 sf hardis:misc:toml2csv --skiptransfo --tomlfile './input/V1.txt' --outputdir './output' --filtersections 'COMPTES,SOUS'"
|
|
1639
|
+
"$ sf hardis:lint:unusedmetadatas"
|
|
1607
1640
|
],
|
|
1608
1641
|
"flags": {
|
|
1609
1642
|
"json": {
|
|
@@ -1621,47 +1654,6 @@
|
|
|
1621
1654
|
"multiple": false,
|
|
1622
1655
|
"type": "option"
|
|
1623
1656
|
},
|
|
1624
|
-
"tomlfile": {
|
|
1625
|
-
"char": "f",
|
|
1626
|
-
"description": "Input TOML file path",
|
|
1627
|
-
"name": "tomlfile",
|
|
1628
|
-
"required": true,
|
|
1629
|
-
"hasDynamicHelp": false,
|
|
1630
|
-
"multiple": false,
|
|
1631
|
-
"type": "option"
|
|
1632
|
-
},
|
|
1633
|
-
"transfoconfig": {
|
|
1634
|
-
"char": "t",
|
|
1635
|
-
"description": "Path to JSON config file for mapping and transformation",
|
|
1636
|
-
"name": "transfoconfig",
|
|
1637
|
-
"hasDynamicHelp": false,
|
|
1638
|
-
"multiple": false,
|
|
1639
|
-
"type": "option"
|
|
1640
|
-
},
|
|
1641
|
-
"filtersections": {
|
|
1642
|
-
"char": "l",
|
|
1643
|
-
"description": "List of sections to process (if not set, all sections will be processed)",
|
|
1644
|
-
"name": "filtersections",
|
|
1645
|
-
"default": [],
|
|
1646
|
-
"hasDynamicHelp": false,
|
|
1647
|
-
"multiple": true,
|
|
1648
|
-
"type": "option"
|
|
1649
|
-
},
|
|
1650
|
-
"skiptransfo": {
|
|
1651
|
-
"char": "s",
|
|
1652
|
-
"description": "Do not apply transformation to input data",
|
|
1653
|
-
"name": "skiptransfo",
|
|
1654
|
-
"allowNo": false,
|
|
1655
|
-
"type": "boolean"
|
|
1656
|
-
},
|
|
1657
|
-
"outputdir": {
|
|
1658
|
-
"char": "z",
|
|
1659
|
-
"description": "Output directory",
|
|
1660
|
-
"name": "outputdir",
|
|
1661
|
-
"hasDynamicHelp": false,
|
|
1662
|
-
"multiple": false,
|
|
1663
|
-
"type": "option"
|
|
1664
|
-
},
|
|
1665
1657
|
"debug": {
|
|
1666
1658
|
"char": "d",
|
|
1667
1659
|
"description": "Activate debug mode (more logs)",
|
|
@@ -1669,6 +1661,14 @@
|
|
|
1669
1661
|
"allowNo": false,
|
|
1670
1662
|
"type": "boolean"
|
|
1671
1663
|
},
|
|
1664
|
+
"outputfile": {
|
|
1665
|
+
"char": "f",
|
|
1666
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
1667
|
+
"name": "outputfile",
|
|
1668
|
+
"hasDynamicHelp": false,
|
|
1669
|
+
"multiple": false,
|
|
1670
|
+
"type": "option"
|
|
1671
|
+
},
|
|
1672
1672
|
"websocket": {
|
|
1673
1673
|
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
1674
1674
|
"name": "websocket",
|
|
@@ -1691,8 +1691,7 @@
|
|
|
1691
1691
|
"deprecateAliases": true,
|
|
1692
1692
|
"name": "target-org",
|
|
1693
1693
|
"noCacheDefault": true,
|
|
1694
|
-
"
|
|
1695
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1694
|
+
"summary": "Username or alias of the target org.",
|
|
1696
1695
|
"hasDynamicHelp": true,
|
|
1697
1696
|
"multiple": false,
|
|
1698
1697
|
"type": "option"
|
|
@@ -1700,30 +1699,31 @@
|
|
|
1700
1699
|
},
|
|
1701
1700
|
"hasDynamicHelp": true,
|
|
1702
1701
|
"hiddenAliases": [],
|
|
1703
|
-
"id": "hardis:
|
|
1702
|
+
"id": "hardis:lint:unusedmetadatas",
|
|
1704
1703
|
"pluginAlias": "sfdx-hardis",
|
|
1705
1704
|
"pluginName": "sfdx-hardis",
|
|
1706
1705
|
"pluginType": "core",
|
|
1707
1706
|
"strict": true,
|
|
1708
1707
|
"enableJsonFlag": true,
|
|
1709
|
-
"title": "
|
|
1708
|
+
"title": "check unused labels and custom permissions",
|
|
1709
|
+
"supportsDevhubUsername": false,
|
|
1710
1710
|
"requiresProject": true,
|
|
1711
1711
|
"isESM": true,
|
|
1712
1712
|
"relativePath": [
|
|
1713
1713
|
"lib",
|
|
1714
1714
|
"commands",
|
|
1715
1715
|
"hardis",
|
|
1716
|
-
"
|
|
1717
|
-
"
|
|
1716
|
+
"lint",
|
|
1717
|
+
"unusedmetadatas.js"
|
|
1718
1718
|
],
|
|
1719
|
-
"aliasPermutations": [],
|
|
1720
|
-
"permutations": [
|
|
1721
|
-
"hardis:
|
|
1722
|
-
"
|
|
1723
|
-
"
|
|
1724
|
-
"hardis:
|
|
1725
|
-
"
|
|
1726
|
-
"
|
|
1719
|
+
"aliasPermutations": [],
|
|
1720
|
+
"permutations": [
|
|
1721
|
+
"hardis:lint:unusedmetadatas",
|
|
1722
|
+
"lint:hardis:unusedmetadatas",
|
|
1723
|
+
"lint:unusedmetadatas:hardis",
|
|
1724
|
+
"hardis:unusedmetadatas:lint",
|
|
1725
|
+
"unusedmetadatas:hardis:lint",
|
|
1726
|
+
"unusedmetadatas:lint:hardis"
|
|
1727
1727
|
]
|
|
1728
1728
|
},
|
|
1729
1729
|
"hardis:org:connect": {
|
|
@@ -4100,12 +4100,13 @@
|
|
|
4100
4100
|
"ws:work:hardis"
|
|
4101
4101
|
]
|
|
4102
4102
|
},
|
|
4103
|
-
"hardis:
|
|
4103
|
+
"hardis:git:pull-requests:extract": {
|
|
4104
4104
|
"aliases": [],
|
|
4105
4105
|
"args": {},
|
|
4106
|
-
"description": "
|
|
4106
|
+
"description": "Extract pull requests with filtering criteria",
|
|
4107
4107
|
"examples": [
|
|
4108
|
-
"$ sf hardis:
|
|
4108
|
+
"$ sf hardis:git:pull-requests:extract",
|
|
4109
|
+
"$ sf hardis:git:pull-requests:extract --target-branch main --status merged"
|
|
4109
4110
|
],
|
|
4110
4111
|
"flags": {
|
|
4111
4112
|
"json": {
|
|
@@ -4123,6 +4124,35 @@
|
|
|
4123
4124
|
"multiple": false,
|
|
4124
4125
|
"type": "option"
|
|
4125
4126
|
},
|
|
4127
|
+
"target-branch": {
|
|
4128
|
+
"char": "t",
|
|
4129
|
+
"description": "Target branch of PRs",
|
|
4130
|
+
"name": "target-branch",
|
|
4131
|
+
"hasDynamicHelp": false,
|
|
4132
|
+
"multiple": false,
|
|
4133
|
+
"type": "option"
|
|
4134
|
+
},
|
|
4135
|
+
"status": {
|
|
4136
|
+
"char": "x",
|
|
4137
|
+
"description": "Status of the PR",
|
|
4138
|
+
"name": "status",
|
|
4139
|
+
"hasDynamicHelp": false,
|
|
4140
|
+
"multiple": false,
|
|
4141
|
+
"options": [
|
|
4142
|
+
"open",
|
|
4143
|
+
"merged",
|
|
4144
|
+
"abandoned"
|
|
4145
|
+
],
|
|
4146
|
+
"type": "option"
|
|
4147
|
+
},
|
|
4148
|
+
"min-date": {
|
|
4149
|
+
"char": "m",
|
|
4150
|
+
"description": "Minimum date for PR",
|
|
4151
|
+
"name": "min-date",
|
|
4152
|
+
"hasDynamicHelp": false,
|
|
4153
|
+
"multiple": false,
|
|
4154
|
+
"type": "option"
|
|
4155
|
+
},
|
|
4126
4156
|
"outputfile": {
|
|
4127
4157
|
"char": "f",
|
|
4128
4158
|
"description": "Force the path and name of output report file. Must end with .csv",
|
|
@@ -4154,57 +4184,57 @@
|
|
|
4154
4184
|
},
|
|
4155
4185
|
"hasDynamicHelp": false,
|
|
4156
4186
|
"hiddenAliases": [],
|
|
4157
|
-
"id": "hardis:
|
|
4187
|
+
"id": "hardis:git:pull-requests:extract",
|
|
4158
4188
|
"pluginAlias": "sfdx-hardis",
|
|
4159
4189
|
"pluginName": "sfdx-hardis",
|
|
4160
4190
|
"pluginType": "core",
|
|
4161
4191
|
"strict": true,
|
|
4162
4192
|
"enableJsonFlag": true,
|
|
4163
|
-
"title": "
|
|
4193
|
+
"title": "Extract pull requests",
|
|
4164
4194
|
"requiresProject": true,
|
|
4165
4195
|
"isESM": true,
|
|
4166
4196
|
"relativePath": [
|
|
4167
4197
|
"lib",
|
|
4168
4198
|
"commands",
|
|
4169
4199
|
"hardis",
|
|
4170
|
-
"
|
|
4171
|
-
"
|
|
4172
|
-
"
|
|
4200
|
+
"git",
|
|
4201
|
+
"pull-requests",
|
|
4202
|
+
"extract.js"
|
|
4173
4203
|
],
|
|
4174
4204
|
"aliasPermutations": [],
|
|
4175
4205
|
"permutations": [
|
|
4176
|
-
"hardis:
|
|
4177
|
-
"
|
|
4178
|
-
"
|
|
4179
|
-
"
|
|
4180
|
-
"hardis:
|
|
4181
|
-
"
|
|
4182
|
-
"
|
|
4183
|
-
"
|
|
4184
|
-
"hardis:extract:
|
|
4185
|
-
"
|
|
4186
|
-
"extract:
|
|
4187
|
-
"extract:
|
|
4188
|
-
"hardis:
|
|
4189
|
-
"
|
|
4190
|
-
"
|
|
4191
|
-
"
|
|
4192
|
-
"hardis:
|
|
4193
|
-
"
|
|
4194
|
-
"
|
|
4195
|
-
"
|
|
4196
|
-
"hardis:
|
|
4197
|
-
"
|
|
4198
|
-
"
|
|
4199
|
-
"
|
|
4206
|
+
"hardis:git:pull-requests:extract",
|
|
4207
|
+
"git:hardis:pull-requests:extract",
|
|
4208
|
+
"git:pull-requests:hardis:extract",
|
|
4209
|
+
"git:pull-requests:extract:hardis",
|
|
4210
|
+
"hardis:pull-requests:git:extract",
|
|
4211
|
+
"pull-requests:hardis:git:extract",
|
|
4212
|
+
"pull-requests:git:hardis:extract",
|
|
4213
|
+
"pull-requests:git:extract:hardis",
|
|
4214
|
+
"hardis:pull-requests:extract:git",
|
|
4215
|
+
"pull-requests:hardis:extract:git",
|
|
4216
|
+
"pull-requests:extract:hardis:git",
|
|
4217
|
+
"pull-requests:extract:git:hardis",
|
|
4218
|
+
"hardis:git:extract:pull-requests",
|
|
4219
|
+
"git:hardis:extract:pull-requests",
|
|
4220
|
+
"git:extract:hardis:pull-requests",
|
|
4221
|
+
"git:extract:pull-requests:hardis",
|
|
4222
|
+
"hardis:extract:git:pull-requests",
|
|
4223
|
+
"extract:hardis:git:pull-requests",
|
|
4224
|
+
"extract:git:hardis:pull-requests",
|
|
4225
|
+
"extract:git:pull-requests:hardis",
|
|
4226
|
+
"hardis:extract:pull-requests:git",
|
|
4227
|
+
"extract:hardis:pull-requests:git",
|
|
4228
|
+
"extract:pull-requests:hardis:git",
|
|
4229
|
+
"extract:pull-requests:git:hardis"
|
|
4200
4230
|
]
|
|
4201
4231
|
},
|
|
4202
|
-
"hardis:doc:
|
|
4232
|
+
"hardis:doc:extract:permsetgroups": {
|
|
4203
4233
|
"aliases": [],
|
|
4204
4234
|
"args": {},
|
|
4205
|
-
"description": "Generate
|
|
4235
|
+
"description": "Generate markdown files with project documentation",
|
|
4206
4236
|
"examples": [
|
|
4207
|
-
"$ sf hardis:doc:
|
|
4237
|
+
"$ sf hardis:doc:extract:permsetgroups"
|
|
4208
4238
|
],
|
|
4209
4239
|
"flags": {
|
|
4210
4240
|
"json": {
|
|
@@ -4222,6 +4252,14 @@
|
|
|
4222
4252
|
"multiple": false,
|
|
4223
4253
|
"type": "option"
|
|
4224
4254
|
},
|
|
4255
|
+
"outputfile": {
|
|
4256
|
+
"char": "f",
|
|
4257
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
4258
|
+
"name": "outputfile",
|
|
4259
|
+
"hasDynamicHelp": false,
|
|
4260
|
+
"multiple": false,
|
|
4261
|
+
"type": "option"
|
|
4262
|
+
},
|
|
4225
4263
|
"debug": {
|
|
4226
4264
|
"char": "d",
|
|
4227
4265
|
"description": "Activate debug mode (more logs)",
|
|
@@ -4245,58 +4283,57 @@
|
|
|
4245
4283
|
},
|
|
4246
4284
|
"hasDynamicHelp": false,
|
|
4247
4285
|
"hiddenAliases": [],
|
|
4248
|
-
"id": "hardis:doc:
|
|
4286
|
+
"id": "hardis:doc:extract:permsetgroups",
|
|
4249
4287
|
"pluginAlias": "sfdx-hardis",
|
|
4250
4288
|
"pluginName": "sfdx-hardis",
|
|
4251
4289
|
"pluginType": "core",
|
|
4252
4290
|
"strict": true,
|
|
4253
4291
|
"enableJsonFlag": true,
|
|
4254
|
-
"title": "Generate
|
|
4255
|
-
"requiresProject":
|
|
4292
|
+
"title": "Generate project documentation",
|
|
4293
|
+
"requiresProject": true,
|
|
4256
4294
|
"isESM": true,
|
|
4257
4295
|
"relativePath": [
|
|
4258
4296
|
"lib",
|
|
4259
4297
|
"commands",
|
|
4260
4298
|
"hardis",
|
|
4261
4299
|
"doc",
|
|
4262
|
-
"
|
|
4263
|
-
"
|
|
4300
|
+
"extract",
|
|
4301
|
+
"permsetgroups.js"
|
|
4264
4302
|
],
|
|
4265
4303
|
"aliasPermutations": [],
|
|
4266
4304
|
"permutations": [
|
|
4267
|
-
"hardis:doc:
|
|
4268
|
-
"doc:hardis:
|
|
4269
|
-
"doc:
|
|
4270
|
-
"doc:
|
|
4271
|
-
"hardis:
|
|
4272
|
-
"
|
|
4273
|
-
"
|
|
4274
|
-
"
|
|
4275
|
-
"hardis:
|
|
4276
|
-
"
|
|
4277
|
-
"
|
|
4278
|
-
"
|
|
4279
|
-
"hardis:doc:
|
|
4280
|
-
"doc:hardis:
|
|
4281
|
-
"doc:
|
|
4282
|
-
"doc:
|
|
4283
|
-
"hardis:
|
|
4284
|
-
"
|
|
4285
|
-
"
|
|
4286
|
-
"
|
|
4287
|
-
"hardis:
|
|
4288
|
-
"
|
|
4289
|
-
"
|
|
4290
|
-
"
|
|
4305
|
+
"hardis:doc:extract:permsetgroups",
|
|
4306
|
+
"doc:hardis:extract:permsetgroups",
|
|
4307
|
+
"doc:extract:hardis:permsetgroups",
|
|
4308
|
+
"doc:extract:permsetgroups:hardis",
|
|
4309
|
+
"hardis:extract:doc:permsetgroups",
|
|
4310
|
+
"extract:hardis:doc:permsetgroups",
|
|
4311
|
+
"extract:doc:hardis:permsetgroups",
|
|
4312
|
+
"extract:doc:permsetgroups:hardis",
|
|
4313
|
+
"hardis:extract:permsetgroups:doc",
|
|
4314
|
+
"extract:hardis:permsetgroups:doc",
|
|
4315
|
+
"extract:permsetgroups:hardis:doc",
|
|
4316
|
+
"extract:permsetgroups:doc:hardis",
|
|
4317
|
+
"hardis:doc:permsetgroups:extract",
|
|
4318
|
+
"doc:hardis:permsetgroups:extract",
|
|
4319
|
+
"doc:permsetgroups:hardis:extract",
|
|
4320
|
+
"doc:permsetgroups:extract:hardis",
|
|
4321
|
+
"hardis:permsetgroups:doc:extract",
|
|
4322
|
+
"permsetgroups:hardis:doc:extract",
|
|
4323
|
+
"permsetgroups:doc:hardis:extract",
|
|
4324
|
+
"permsetgroups:doc:extract:hardis",
|
|
4325
|
+
"hardis:permsetgroups:extract:doc",
|
|
4326
|
+
"permsetgroups:hardis:extract:doc",
|
|
4327
|
+
"permsetgroups:extract:hardis:doc",
|
|
4328
|
+
"permsetgroups:extract:doc:hardis"
|
|
4291
4329
|
]
|
|
4292
4330
|
},
|
|
4293
|
-
"hardis:
|
|
4331
|
+
"hardis:doc:plugin:generate": {
|
|
4294
4332
|
"aliases": [],
|
|
4295
4333
|
"args": {},
|
|
4296
|
-
"description": "
|
|
4334
|
+
"description": "Generate Markdown documentation ready for HTML conversion with mkdocs\n\nAfter the first run, you need to update manually:\n\n- mkdocs.yml\n- .github/workflows/build-deploy-docs.yml\n- docs/javascripts/gtag.js , if you want Google Analytics tracking\n\nThen, activate Github pages, with \"gh_pages\" as target branch\n\nAt each merge into master/main branch, the GitHub Action build-deploy-docs will rebuild documentation and publish it in GitHub pages\n",
|
|
4297
4335
|
"examples": [
|
|
4298
|
-
"$ sf hardis:
|
|
4299
|
-
"$ sf hardis:git:pull-requests:extract --target-branch main --status merged"
|
|
4336
|
+
"$ sf hardis:doc:plugin:generate"
|
|
4300
4337
|
],
|
|
4301
4338
|
"flags": {
|
|
4302
4339
|
"json": {
|
|
@@ -4314,43 +4351,6 @@
|
|
|
4314
4351
|
"multiple": false,
|
|
4315
4352
|
"type": "option"
|
|
4316
4353
|
},
|
|
4317
|
-
"target-branch": {
|
|
4318
|
-
"char": "t",
|
|
4319
|
-
"description": "Target branch of PRs",
|
|
4320
|
-
"name": "target-branch",
|
|
4321
|
-
"hasDynamicHelp": false,
|
|
4322
|
-
"multiple": false,
|
|
4323
|
-
"type": "option"
|
|
4324
|
-
},
|
|
4325
|
-
"status": {
|
|
4326
|
-
"char": "x",
|
|
4327
|
-
"description": "Status of the PR",
|
|
4328
|
-
"name": "status",
|
|
4329
|
-
"hasDynamicHelp": false,
|
|
4330
|
-
"multiple": false,
|
|
4331
|
-
"options": [
|
|
4332
|
-
"open",
|
|
4333
|
-
"merged",
|
|
4334
|
-
"abandoned"
|
|
4335
|
-
],
|
|
4336
|
-
"type": "option"
|
|
4337
|
-
},
|
|
4338
|
-
"min-date": {
|
|
4339
|
-
"char": "m",
|
|
4340
|
-
"description": "Minimum date for PR",
|
|
4341
|
-
"name": "min-date",
|
|
4342
|
-
"hasDynamicHelp": false,
|
|
4343
|
-
"multiple": false,
|
|
4344
|
-
"type": "option"
|
|
4345
|
-
},
|
|
4346
|
-
"outputfile": {
|
|
4347
|
-
"char": "f",
|
|
4348
|
-
"description": "Force the path and name of output report file. Must end with .csv",
|
|
4349
|
-
"name": "outputfile",
|
|
4350
|
-
"hasDynamicHelp": false,
|
|
4351
|
-
"multiple": false,
|
|
4352
|
-
"type": "option"
|
|
4353
|
-
},
|
|
4354
4354
|
"debug": {
|
|
4355
4355
|
"char": "d",
|
|
4356
4356
|
"description": "Activate debug mode (more logs)",
|
|
@@ -4374,49 +4374,49 @@
|
|
|
4374
4374
|
},
|
|
4375
4375
|
"hasDynamicHelp": false,
|
|
4376
4376
|
"hiddenAliases": [],
|
|
4377
|
-
"id": "hardis:
|
|
4377
|
+
"id": "hardis:doc:plugin:generate",
|
|
4378
4378
|
"pluginAlias": "sfdx-hardis",
|
|
4379
4379
|
"pluginName": "sfdx-hardis",
|
|
4380
4380
|
"pluginType": "core",
|
|
4381
4381
|
"strict": true,
|
|
4382
4382
|
"enableJsonFlag": true,
|
|
4383
|
-
"title": "
|
|
4384
|
-
"requiresProject":
|
|
4383
|
+
"title": "Generate SF Cli Plugin Documentation",
|
|
4384
|
+
"requiresProject": false,
|
|
4385
4385
|
"isESM": true,
|
|
4386
4386
|
"relativePath": [
|
|
4387
4387
|
"lib",
|
|
4388
4388
|
"commands",
|
|
4389
4389
|
"hardis",
|
|
4390
|
-
"
|
|
4391
|
-
"
|
|
4392
|
-
"
|
|
4390
|
+
"doc",
|
|
4391
|
+
"plugin",
|
|
4392
|
+
"generate.js"
|
|
4393
4393
|
],
|
|
4394
|
-
"aliasPermutations": [],
|
|
4395
|
-
"permutations": [
|
|
4396
|
-
"hardis:
|
|
4397
|
-
"
|
|
4398
|
-
"
|
|
4399
|
-
"
|
|
4400
|
-
"hardis:
|
|
4401
|
-
"
|
|
4402
|
-
"
|
|
4403
|
-
"
|
|
4404
|
-
"hardis:
|
|
4405
|
-
"
|
|
4406
|
-
"
|
|
4407
|
-
"
|
|
4408
|
-
"hardis:
|
|
4409
|
-
"
|
|
4410
|
-
"
|
|
4411
|
-
"
|
|
4412
|
-
"hardis:
|
|
4413
|
-
"
|
|
4414
|
-
"
|
|
4415
|
-
"
|
|
4416
|
-
"hardis:
|
|
4417
|
-
"
|
|
4418
|
-
"
|
|
4419
|
-
"
|
|
4394
|
+
"aliasPermutations": [],
|
|
4395
|
+
"permutations": [
|
|
4396
|
+
"hardis:doc:plugin:generate",
|
|
4397
|
+
"doc:hardis:plugin:generate",
|
|
4398
|
+
"doc:plugin:hardis:generate",
|
|
4399
|
+
"doc:plugin:generate:hardis",
|
|
4400
|
+
"hardis:plugin:doc:generate",
|
|
4401
|
+
"plugin:hardis:doc:generate",
|
|
4402
|
+
"plugin:doc:hardis:generate",
|
|
4403
|
+
"plugin:doc:generate:hardis",
|
|
4404
|
+
"hardis:plugin:generate:doc",
|
|
4405
|
+
"plugin:hardis:generate:doc",
|
|
4406
|
+
"plugin:generate:hardis:doc",
|
|
4407
|
+
"plugin:generate:doc:hardis",
|
|
4408
|
+
"hardis:doc:generate:plugin",
|
|
4409
|
+
"doc:hardis:generate:plugin",
|
|
4410
|
+
"doc:generate:hardis:plugin",
|
|
4411
|
+
"doc:generate:plugin:hardis",
|
|
4412
|
+
"hardis:generate:doc:plugin",
|
|
4413
|
+
"generate:hardis:doc:plugin",
|
|
4414
|
+
"generate:doc:hardis:plugin",
|
|
4415
|
+
"generate:doc:plugin:hardis",
|
|
4416
|
+
"hardis:generate:plugin:doc",
|
|
4417
|
+
"generate:hardis:plugin:doc",
|
|
4418
|
+
"generate:plugin:hardis:doc",
|
|
4419
|
+
"generate:plugin:doc:hardis"
|
|
4420
4420
|
]
|
|
4421
4421
|
},
|
|
4422
4422
|
"hardis:org:community:update": {
|
|
@@ -6331,6 +6331,121 @@
|
|
|
6331
6331
|
"unusedusers:diagnose:org:hardis"
|
|
6332
6332
|
]
|
|
6333
6333
|
},
|
|
6334
|
+
"hardis:org:fix:listviewmine": {
|
|
6335
|
+
"aliases": [],
|
|
6336
|
+
"args": {},
|
|
6337
|
+
"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",
|
|
6338
|
+
"examples": [
|
|
6339
|
+
"$ sf hardis:org:fix:listviewmine",
|
|
6340
|
+
"$ sf hardis:org:fix:listviewmine --listviews Opportunity:MySubscriptions,Account:MyActivePartners"
|
|
6341
|
+
],
|
|
6342
|
+
"flags": {
|
|
6343
|
+
"json": {
|
|
6344
|
+
"description": "Format output as json.",
|
|
6345
|
+
"helpGroup": "GLOBAL",
|
|
6346
|
+
"name": "json",
|
|
6347
|
+
"allowNo": false,
|
|
6348
|
+
"type": "boolean"
|
|
6349
|
+
},
|
|
6350
|
+
"flags-dir": {
|
|
6351
|
+
"helpGroup": "GLOBAL",
|
|
6352
|
+
"name": "flags-dir",
|
|
6353
|
+
"summary": "Import flag values from a directory.",
|
|
6354
|
+
"hasDynamicHelp": false,
|
|
6355
|
+
"multiple": false,
|
|
6356
|
+
"type": "option"
|
|
6357
|
+
},
|
|
6358
|
+
"listviews": {
|
|
6359
|
+
"char": "l",
|
|
6360
|
+
"description": "Comma-separated list of listviews following format Object:ListViewName\nExample: Contact:MyContacts,Contact:MyActiveContacts,Opportunity:MYClosedOpportunities",
|
|
6361
|
+
"name": "listviews",
|
|
6362
|
+
"hasDynamicHelp": false,
|
|
6363
|
+
"multiple": false,
|
|
6364
|
+
"type": "option"
|
|
6365
|
+
},
|
|
6366
|
+
"debug": {
|
|
6367
|
+
"char": "d",
|
|
6368
|
+
"description": "Activate debug mode (more logs)",
|
|
6369
|
+
"name": "debug",
|
|
6370
|
+
"allowNo": false,
|
|
6371
|
+
"type": "boolean"
|
|
6372
|
+
},
|
|
6373
|
+
"websocket": {
|
|
6374
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
6375
|
+
"name": "websocket",
|
|
6376
|
+
"hasDynamicHelp": false,
|
|
6377
|
+
"multiple": false,
|
|
6378
|
+
"type": "option"
|
|
6379
|
+
},
|
|
6380
|
+
"skipauth": {
|
|
6381
|
+
"description": "Skip authentication check when a default username is required",
|
|
6382
|
+
"name": "skipauth",
|
|
6383
|
+
"allowNo": false,
|
|
6384
|
+
"type": "boolean"
|
|
6385
|
+
},
|
|
6386
|
+
"target-org": {
|
|
6387
|
+
"aliases": [
|
|
6388
|
+
"targetusername",
|
|
6389
|
+
"u"
|
|
6390
|
+
],
|
|
6391
|
+
"char": "o",
|
|
6392
|
+
"deprecateAliases": true,
|
|
6393
|
+
"name": "target-org",
|
|
6394
|
+
"noCacheDefault": true,
|
|
6395
|
+
"required": true,
|
|
6396
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
6397
|
+
"hasDynamicHelp": true,
|
|
6398
|
+
"multiple": false,
|
|
6399
|
+
"type": "option"
|
|
6400
|
+
}
|
|
6401
|
+
},
|
|
6402
|
+
"hasDynamicHelp": true,
|
|
6403
|
+
"hiddenAliases": [],
|
|
6404
|
+
"id": "hardis:org:fix:listviewmine",
|
|
6405
|
+
"pluginAlias": "sfdx-hardis",
|
|
6406
|
+
"pluginName": "sfdx-hardis",
|
|
6407
|
+
"pluginType": "core",
|
|
6408
|
+
"strict": true,
|
|
6409
|
+
"enableJsonFlag": true,
|
|
6410
|
+
"title": "Fix listviews with ",
|
|
6411
|
+
"requiresProject": true,
|
|
6412
|
+
"isESM": true,
|
|
6413
|
+
"relativePath": [
|
|
6414
|
+
"lib",
|
|
6415
|
+
"commands",
|
|
6416
|
+
"hardis",
|
|
6417
|
+
"org",
|
|
6418
|
+
"fix",
|
|
6419
|
+
"listviewmine.js"
|
|
6420
|
+
],
|
|
6421
|
+
"aliasPermutations": [],
|
|
6422
|
+
"permutations": [
|
|
6423
|
+
"hardis:org:fix:listviewmine",
|
|
6424
|
+
"org:hardis:fix:listviewmine",
|
|
6425
|
+
"org:fix:hardis:listviewmine",
|
|
6426
|
+
"org:fix:listviewmine:hardis",
|
|
6427
|
+
"hardis:fix:org:listviewmine",
|
|
6428
|
+
"fix:hardis:org:listviewmine",
|
|
6429
|
+
"fix:org:hardis:listviewmine",
|
|
6430
|
+
"fix:org:listviewmine:hardis",
|
|
6431
|
+
"hardis:fix:listviewmine:org",
|
|
6432
|
+
"fix:hardis:listviewmine:org",
|
|
6433
|
+
"fix:listviewmine:hardis:org",
|
|
6434
|
+
"fix:listviewmine:org:hardis",
|
|
6435
|
+
"hardis:org:listviewmine:fix",
|
|
6436
|
+
"org:hardis:listviewmine:fix",
|
|
6437
|
+
"org:listviewmine:hardis:fix",
|
|
6438
|
+
"org:listviewmine:fix:hardis",
|
|
6439
|
+
"hardis:listviewmine:org:fix",
|
|
6440
|
+
"listviewmine:hardis:org:fix",
|
|
6441
|
+
"listviewmine:org:hardis:fix",
|
|
6442
|
+
"listviewmine:org:fix:hardis",
|
|
6443
|
+
"hardis:listviewmine:fix:org",
|
|
6444
|
+
"listviewmine:hardis:fix:org",
|
|
6445
|
+
"listviewmine:fix:hardis:org",
|
|
6446
|
+
"listviewmine:fix:org:hardis"
|
|
6447
|
+
]
|
|
6448
|
+
},
|
|
6334
6449
|
"hardis:org:files:export": {
|
|
6335
6450
|
"aliases": [],
|
|
6336
6451
|
"args": {},
|
|
@@ -6593,121 +6708,6 @@
|
|
|
6593
6708
|
"import:files:org:hardis"
|
|
6594
6709
|
]
|
|
6595
6710
|
},
|
|
6596
|
-
"hardis:org:fix:listviewmine": {
|
|
6597
|
-
"aliases": [],
|
|
6598
|
-
"args": {},
|
|
6599
|
-
"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",
|
|
6600
|
-
"examples": [
|
|
6601
|
-
"$ sf hardis:org:fix:listviewmine",
|
|
6602
|
-
"$ sf hardis:org:fix:listviewmine --listviews Opportunity:MySubscriptions,Account:MyActivePartners"
|
|
6603
|
-
],
|
|
6604
|
-
"flags": {
|
|
6605
|
-
"json": {
|
|
6606
|
-
"description": "Format output as json.",
|
|
6607
|
-
"helpGroup": "GLOBAL",
|
|
6608
|
-
"name": "json",
|
|
6609
|
-
"allowNo": false,
|
|
6610
|
-
"type": "boolean"
|
|
6611
|
-
},
|
|
6612
|
-
"flags-dir": {
|
|
6613
|
-
"helpGroup": "GLOBAL",
|
|
6614
|
-
"name": "flags-dir",
|
|
6615
|
-
"summary": "Import flag values from a directory.",
|
|
6616
|
-
"hasDynamicHelp": false,
|
|
6617
|
-
"multiple": false,
|
|
6618
|
-
"type": "option"
|
|
6619
|
-
},
|
|
6620
|
-
"listviews": {
|
|
6621
|
-
"char": "l",
|
|
6622
|
-
"description": "Comma-separated list of listviews following format Object:ListViewName\nExample: Contact:MyContacts,Contact:MyActiveContacts,Opportunity:MYClosedOpportunities",
|
|
6623
|
-
"name": "listviews",
|
|
6624
|
-
"hasDynamicHelp": false,
|
|
6625
|
-
"multiple": false,
|
|
6626
|
-
"type": "option"
|
|
6627
|
-
},
|
|
6628
|
-
"debug": {
|
|
6629
|
-
"char": "d",
|
|
6630
|
-
"description": "Activate debug mode (more logs)",
|
|
6631
|
-
"name": "debug",
|
|
6632
|
-
"allowNo": false,
|
|
6633
|
-
"type": "boolean"
|
|
6634
|
-
},
|
|
6635
|
-
"websocket": {
|
|
6636
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
6637
|
-
"name": "websocket",
|
|
6638
|
-
"hasDynamicHelp": false,
|
|
6639
|
-
"multiple": false,
|
|
6640
|
-
"type": "option"
|
|
6641
|
-
},
|
|
6642
|
-
"skipauth": {
|
|
6643
|
-
"description": "Skip authentication check when a default username is required",
|
|
6644
|
-
"name": "skipauth",
|
|
6645
|
-
"allowNo": false,
|
|
6646
|
-
"type": "boolean"
|
|
6647
|
-
},
|
|
6648
|
-
"target-org": {
|
|
6649
|
-
"aliases": [
|
|
6650
|
-
"targetusername",
|
|
6651
|
-
"u"
|
|
6652
|
-
],
|
|
6653
|
-
"char": "o",
|
|
6654
|
-
"deprecateAliases": true,
|
|
6655
|
-
"name": "target-org",
|
|
6656
|
-
"noCacheDefault": true,
|
|
6657
|
-
"required": true,
|
|
6658
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
6659
|
-
"hasDynamicHelp": true,
|
|
6660
|
-
"multiple": false,
|
|
6661
|
-
"type": "option"
|
|
6662
|
-
}
|
|
6663
|
-
},
|
|
6664
|
-
"hasDynamicHelp": true,
|
|
6665
|
-
"hiddenAliases": [],
|
|
6666
|
-
"id": "hardis:org:fix:listviewmine",
|
|
6667
|
-
"pluginAlias": "sfdx-hardis",
|
|
6668
|
-
"pluginName": "sfdx-hardis",
|
|
6669
|
-
"pluginType": "core",
|
|
6670
|
-
"strict": true,
|
|
6671
|
-
"enableJsonFlag": true,
|
|
6672
|
-
"title": "Fix listviews with ",
|
|
6673
|
-
"requiresProject": true,
|
|
6674
|
-
"isESM": true,
|
|
6675
|
-
"relativePath": [
|
|
6676
|
-
"lib",
|
|
6677
|
-
"commands",
|
|
6678
|
-
"hardis",
|
|
6679
|
-
"org",
|
|
6680
|
-
"fix",
|
|
6681
|
-
"listviewmine.js"
|
|
6682
|
-
],
|
|
6683
|
-
"aliasPermutations": [],
|
|
6684
|
-
"permutations": [
|
|
6685
|
-
"hardis:org:fix:listviewmine",
|
|
6686
|
-
"org:hardis:fix:listviewmine",
|
|
6687
|
-
"org:fix:hardis:listviewmine",
|
|
6688
|
-
"org:fix:listviewmine:hardis",
|
|
6689
|
-
"hardis:fix:org:listviewmine",
|
|
6690
|
-
"fix:hardis:org:listviewmine",
|
|
6691
|
-
"fix:org:hardis:listviewmine",
|
|
6692
|
-
"fix:org:listviewmine:hardis",
|
|
6693
|
-
"hardis:fix:listviewmine:org",
|
|
6694
|
-
"fix:hardis:listviewmine:org",
|
|
6695
|
-
"fix:listviewmine:hardis:org",
|
|
6696
|
-
"fix:listviewmine:org:hardis",
|
|
6697
|
-
"hardis:org:listviewmine:fix",
|
|
6698
|
-
"org:hardis:listviewmine:fix",
|
|
6699
|
-
"org:listviewmine:hardis:fix",
|
|
6700
|
-
"org:listviewmine:fix:hardis",
|
|
6701
|
-
"hardis:listviewmine:org:fix",
|
|
6702
|
-
"listviewmine:hardis:org:fix",
|
|
6703
|
-
"listviewmine:org:hardis:fix",
|
|
6704
|
-
"listviewmine:org:fix:hardis",
|
|
6705
|
-
"hardis:listviewmine:fix:org",
|
|
6706
|
-
"listviewmine:hardis:fix:org",
|
|
6707
|
-
"listviewmine:fix:hardis:org",
|
|
6708
|
-
"listviewmine:fix:org:hardis"
|
|
6709
|
-
]
|
|
6710
|
-
},
|
|
6711
6711
|
"hardis:org:generate:packagexmlfull": {
|
|
6712
6712
|
"aliases": [],
|
|
6713
6713
|
"args": {},
|
|
@@ -14503,5 +14503,5 @@
|
|
|
14503
14503
|
]
|
|
14504
14504
|
}
|
|
14505
14505
|
},
|
|
14506
|
-
"version": "5.21.3
|
|
14506
|
+
"version": "5.21.3"
|
|
14507
14507
|
}
|