sfdx-hardis 5.30.1-beta202505052040.0 → 5.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/lib/commands/hardis/doc/project2markdown.d.ts +2 -0
- package/lib/commands/hardis/doc/project2markdown.js +45 -2
- package/lib/commands/hardis/doc/project2markdown.js.map +1 -1
- package/lib/common/aiProvider/promptTemplates.d.ts +7 -1
- package/lib/common/aiProvider/promptTemplates.js +23 -0
- package/lib/common/aiProvider/promptTemplates.js.map +1 -1
- package/lib/common/docBuilder/docBuilderAssignmentRules.d.ts +0 -1
- package/lib/common/docBuilder/docBuilderAssignmentRules.js +0 -5
- package/lib/common/docBuilder/docBuilderAssignmentRules.js.map +1 -1
- package/lib/common/docBuilder/docBuilderAutoResponseRules.d.ts +10 -0
- package/lib/common/docBuilder/docBuilderAutoResponseRules.js +42 -0
- package/lib/common/docBuilder/docBuilderAutoResponseRules.js.map +1 -0
- package/lib/common/utils/rulesBuilderUtil.d.ts +1 -0
- package/lib/common/utils/rulesBuilderUtil.js +21 -3
- package/lib/common/utils/rulesBuilderUtil.js.map +1 -1
- package/oclif.manifest.json +505 -505
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -57,12 +57,13 @@
|
|
|
57
57
|
"world:hello"
|
|
58
58
|
]
|
|
59
59
|
},
|
|
60
|
-
"hardis:
|
|
60
|
+
"hardis:auth:login": {
|
|
61
61
|
"aliases": [],
|
|
62
62
|
"args": {},
|
|
63
|
-
"description": "
|
|
63
|
+
"description": "Login to salesforce org",
|
|
64
64
|
"examples": [
|
|
65
|
-
"$ sf hardis:
|
|
65
|
+
"$ sf hardis:auth:login",
|
|
66
|
+
"CI=true sf hardis:auth:login"
|
|
66
67
|
],
|
|
67
68
|
"flags": {
|
|
68
69
|
"json": {
|
|
@@ -80,6 +81,28 @@
|
|
|
80
81
|
"multiple": false,
|
|
81
82
|
"type": "option"
|
|
82
83
|
},
|
|
84
|
+
"instanceurl": {
|
|
85
|
+
"char": "r",
|
|
86
|
+
"description": "URL of org instance",
|
|
87
|
+
"name": "instanceurl",
|
|
88
|
+
"hasDynamicHelp": false,
|
|
89
|
+
"multiple": false,
|
|
90
|
+
"type": "option"
|
|
91
|
+
},
|
|
92
|
+
"devhub": {
|
|
93
|
+
"char": "h",
|
|
94
|
+
"description": "Also connect associated DevHub",
|
|
95
|
+
"name": "devhub",
|
|
96
|
+
"allowNo": false,
|
|
97
|
+
"type": "boolean"
|
|
98
|
+
},
|
|
99
|
+
"scratchorg": {
|
|
100
|
+
"char": "s",
|
|
101
|
+
"description": "Scratch org",
|
|
102
|
+
"name": "scratchorg",
|
|
103
|
+
"allowNo": false,
|
|
104
|
+
"type": "boolean"
|
|
105
|
+
},
|
|
83
106
|
"debug": {
|
|
84
107
|
"char": "d",
|
|
85
108
|
"description": "Activate debug mode (more logs)",
|
|
@@ -103,39 +126,38 @@
|
|
|
103
126
|
},
|
|
104
127
|
"hasDynamicHelp": false,
|
|
105
128
|
"hiddenAliases": [],
|
|
106
|
-
"id": "hardis:
|
|
129
|
+
"id": "hardis:auth:login",
|
|
107
130
|
"pluginAlias": "sfdx-hardis",
|
|
108
131
|
"pluginName": "sfdx-hardis",
|
|
109
132
|
"pluginType": "core",
|
|
110
133
|
"strict": true,
|
|
111
134
|
"enableJsonFlag": true,
|
|
112
|
-
"title": "
|
|
135
|
+
"title": "Login",
|
|
113
136
|
"requiresProject": false,
|
|
114
137
|
"isESM": true,
|
|
115
138
|
"relativePath": [
|
|
116
139
|
"lib",
|
|
117
140
|
"commands",
|
|
118
141
|
"hardis",
|
|
119
|
-
"
|
|
120
|
-
"
|
|
142
|
+
"auth",
|
|
143
|
+
"login.js"
|
|
121
144
|
],
|
|
122
145
|
"aliasPermutations": [],
|
|
123
146
|
"permutations": [
|
|
124
|
-
"hardis:
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"hardis:
|
|
128
|
-
"
|
|
129
|
-
"
|
|
147
|
+
"hardis:auth:login",
|
|
148
|
+
"auth:hardis:login",
|
|
149
|
+
"auth:login:hardis",
|
|
150
|
+
"hardis:login:auth",
|
|
151
|
+
"login:hardis:auth",
|
|
152
|
+
"login:auth:hardis"
|
|
130
153
|
]
|
|
131
154
|
},
|
|
132
|
-
"hardis:
|
|
155
|
+
"hardis:cache:clear": {
|
|
133
156
|
"aliases": [],
|
|
134
157
|
"args": {},
|
|
135
|
-
"description": "
|
|
158
|
+
"description": "Clear cache generated by sfdx-hardis",
|
|
136
159
|
"examples": [
|
|
137
|
-
"$ sf hardis:
|
|
138
|
-
"CI=true sf hardis:auth:login"
|
|
160
|
+
"$ sf hardis:cache:clear"
|
|
139
161
|
],
|
|
140
162
|
"flags": {
|
|
141
163
|
"json": {
|
|
@@ -153,28 +175,6 @@
|
|
|
153
175
|
"multiple": false,
|
|
154
176
|
"type": "option"
|
|
155
177
|
},
|
|
156
|
-
"instanceurl": {
|
|
157
|
-
"char": "r",
|
|
158
|
-
"description": "URL of org instance",
|
|
159
|
-
"name": "instanceurl",
|
|
160
|
-
"hasDynamicHelp": false,
|
|
161
|
-
"multiple": false,
|
|
162
|
-
"type": "option"
|
|
163
|
-
},
|
|
164
|
-
"devhub": {
|
|
165
|
-
"char": "h",
|
|
166
|
-
"description": "Also connect associated DevHub",
|
|
167
|
-
"name": "devhub",
|
|
168
|
-
"allowNo": false,
|
|
169
|
-
"type": "boolean"
|
|
170
|
-
},
|
|
171
|
-
"scratchorg": {
|
|
172
|
-
"char": "s",
|
|
173
|
-
"description": "Scratch org",
|
|
174
|
-
"name": "scratchorg",
|
|
175
|
-
"allowNo": false,
|
|
176
|
-
"type": "boolean"
|
|
177
|
-
},
|
|
178
178
|
"debug": {
|
|
179
179
|
"char": "d",
|
|
180
180
|
"description": "Activate debug mode (more logs)",
|
|
@@ -198,30 +198,30 @@
|
|
|
198
198
|
},
|
|
199
199
|
"hasDynamicHelp": false,
|
|
200
200
|
"hiddenAliases": [],
|
|
201
|
-
"id": "hardis:
|
|
201
|
+
"id": "hardis:cache:clear",
|
|
202
202
|
"pluginAlias": "sfdx-hardis",
|
|
203
203
|
"pluginName": "sfdx-hardis",
|
|
204
204
|
"pluginType": "core",
|
|
205
205
|
"strict": true,
|
|
206
206
|
"enableJsonFlag": true,
|
|
207
|
-
"title": "
|
|
207
|
+
"title": "Clear sfdx-hardis cache",
|
|
208
208
|
"requiresProject": false,
|
|
209
209
|
"isESM": true,
|
|
210
210
|
"relativePath": [
|
|
211
211
|
"lib",
|
|
212
212
|
"commands",
|
|
213
213
|
"hardis",
|
|
214
|
-
"
|
|
215
|
-
"
|
|
214
|
+
"cache",
|
|
215
|
+
"clear.js"
|
|
216
216
|
],
|
|
217
217
|
"aliasPermutations": [],
|
|
218
218
|
"permutations": [
|
|
219
|
-
"hardis:
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"hardis:
|
|
223
|
-
"
|
|
224
|
-
"
|
|
219
|
+
"hardis:cache:clear",
|
|
220
|
+
"cache:hardis:clear",
|
|
221
|
+
"cache:clear:hardis",
|
|
222
|
+
"hardis:clear:cache",
|
|
223
|
+
"clear:hardis:cache",
|
|
224
|
+
"clear:cache:hardis"
|
|
225
225
|
]
|
|
226
226
|
},
|
|
227
227
|
"hardis:config:get": {
|
|
@@ -4114,6 +4114,135 @@
|
|
|
4114
4114
|
"ws:work:hardis"
|
|
4115
4115
|
]
|
|
4116
4116
|
},
|
|
4117
|
+
"hardis:git:pull-requests:extract": {
|
|
4118
|
+
"aliases": [],
|
|
4119
|
+
"args": {},
|
|
4120
|
+
"description": "Extract pull requests with filtering criteria",
|
|
4121
|
+
"examples": [
|
|
4122
|
+
"$ sf hardis:git:pull-requests:extract",
|
|
4123
|
+
"$ sf hardis:git:pull-requests:extract --target-branch main --status merged"
|
|
4124
|
+
],
|
|
4125
|
+
"flags": {
|
|
4126
|
+
"json": {
|
|
4127
|
+
"description": "Format output as json.",
|
|
4128
|
+
"helpGroup": "GLOBAL",
|
|
4129
|
+
"name": "json",
|
|
4130
|
+
"allowNo": false,
|
|
4131
|
+
"type": "boolean"
|
|
4132
|
+
},
|
|
4133
|
+
"flags-dir": {
|
|
4134
|
+
"helpGroup": "GLOBAL",
|
|
4135
|
+
"name": "flags-dir",
|
|
4136
|
+
"summary": "Import flag values from a directory.",
|
|
4137
|
+
"hasDynamicHelp": false,
|
|
4138
|
+
"multiple": false,
|
|
4139
|
+
"type": "option"
|
|
4140
|
+
},
|
|
4141
|
+
"target-branch": {
|
|
4142
|
+
"char": "t",
|
|
4143
|
+
"description": "Target branch of PRs",
|
|
4144
|
+
"name": "target-branch",
|
|
4145
|
+
"hasDynamicHelp": false,
|
|
4146
|
+
"multiple": false,
|
|
4147
|
+
"type": "option"
|
|
4148
|
+
},
|
|
4149
|
+
"status": {
|
|
4150
|
+
"char": "x",
|
|
4151
|
+
"description": "Status of the PR",
|
|
4152
|
+
"name": "status",
|
|
4153
|
+
"hasDynamicHelp": false,
|
|
4154
|
+
"multiple": false,
|
|
4155
|
+
"options": [
|
|
4156
|
+
"open",
|
|
4157
|
+
"merged",
|
|
4158
|
+
"abandoned"
|
|
4159
|
+
],
|
|
4160
|
+
"type": "option"
|
|
4161
|
+
},
|
|
4162
|
+
"min-date": {
|
|
4163
|
+
"char": "m",
|
|
4164
|
+
"description": "Minimum date for PR",
|
|
4165
|
+
"name": "min-date",
|
|
4166
|
+
"hasDynamicHelp": false,
|
|
4167
|
+
"multiple": false,
|
|
4168
|
+
"type": "option"
|
|
4169
|
+
},
|
|
4170
|
+
"outputfile": {
|
|
4171
|
+
"char": "f",
|
|
4172
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
4173
|
+
"name": "outputfile",
|
|
4174
|
+
"hasDynamicHelp": false,
|
|
4175
|
+
"multiple": false,
|
|
4176
|
+
"type": "option"
|
|
4177
|
+
},
|
|
4178
|
+
"debug": {
|
|
4179
|
+
"char": "d",
|
|
4180
|
+
"description": "Activate debug mode (more logs)",
|
|
4181
|
+
"name": "debug",
|
|
4182
|
+
"allowNo": false,
|
|
4183
|
+
"type": "boolean"
|
|
4184
|
+
},
|
|
4185
|
+
"websocket": {
|
|
4186
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
4187
|
+
"name": "websocket",
|
|
4188
|
+
"hasDynamicHelp": false,
|
|
4189
|
+
"multiple": false,
|
|
4190
|
+
"type": "option"
|
|
4191
|
+
},
|
|
4192
|
+
"skipauth": {
|
|
4193
|
+
"description": "Skip authentication check when a default username is required",
|
|
4194
|
+
"name": "skipauth",
|
|
4195
|
+
"allowNo": false,
|
|
4196
|
+
"type": "boolean"
|
|
4197
|
+
}
|
|
4198
|
+
},
|
|
4199
|
+
"hasDynamicHelp": false,
|
|
4200
|
+
"hiddenAliases": [],
|
|
4201
|
+
"id": "hardis:git:pull-requests:extract",
|
|
4202
|
+
"pluginAlias": "sfdx-hardis",
|
|
4203
|
+
"pluginName": "sfdx-hardis",
|
|
4204
|
+
"pluginType": "core",
|
|
4205
|
+
"strict": true,
|
|
4206
|
+
"enableJsonFlag": true,
|
|
4207
|
+
"title": "Extract pull requests",
|
|
4208
|
+
"requiresProject": true,
|
|
4209
|
+
"isESM": true,
|
|
4210
|
+
"relativePath": [
|
|
4211
|
+
"lib",
|
|
4212
|
+
"commands",
|
|
4213
|
+
"hardis",
|
|
4214
|
+
"git",
|
|
4215
|
+
"pull-requests",
|
|
4216
|
+
"extract.js"
|
|
4217
|
+
],
|
|
4218
|
+
"aliasPermutations": [],
|
|
4219
|
+
"permutations": [
|
|
4220
|
+
"hardis:git:pull-requests:extract",
|
|
4221
|
+
"git:hardis:pull-requests:extract",
|
|
4222
|
+
"git:pull-requests:hardis:extract",
|
|
4223
|
+
"git:pull-requests:extract:hardis",
|
|
4224
|
+
"hardis:pull-requests:git:extract",
|
|
4225
|
+
"pull-requests:hardis:git:extract",
|
|
4226
|
+
"pull-requests:git:hardis:extract",
|
|
4227
|
+
"pull-requests:git:extract:hardis",
|
|
4228
|
+
"hardis:pull-requests:extract:git",
|
|
4229
|
+
"pull-requests:hardis:extract:git",
|
|
4230
|
+
"pull-requests:extract:hardis:git",
|
|
4231
|
+
"pull-requests:extract:git:hardis",
|
|
4232
|
+
"hardis:git:extract:pull-requests",
|
|
4233
|
+
"git:hardis:extract:pull-requests",
|
|
4234
|
+
"git:extract:hardis:pull-requests",
|
|
4235
|
+
"git:extract:pull-requests:hardis",
|
|
4236
|
+
"hardis:extract:git:pull-requests",
|
|
4237
|
+
"extract:hardis:git:pull-requests",
|
|
4238
|
+
"extract:git:hardis:pull-requests",
|
|
4239
|
+
"extract:git:pull-requests:hardis",
|
|
4240
|
+
"hardis:extract:pull-requests:git",
|
|
4241
|
+
"extract:hardis:pull-requests:git",
|
|
4242
|
+
"extract:pull-requests:hardis:git",
|
|
4243
|
+
"extract:pull-requests:git:hardis"
|
|
4244
|
+
]
|
|
4245
|
+
},
|
|
4117
4246
|
"hardis:doc:extract:permsetgroups": {
|
|
4118
4247
|
"aliases": [],
|
|
4119
4248
|
"args": {},
|
|
@@ -4304,13 +4433,13 @@
|
|
|
4304
4433
|
"generate:plugin:doc:hardis"
|
|
4305
4434
|
]
|
|
4306
4435
|
},
|
|
4307
|
-
"hardis:
|
|
4436
|
+
"hardis:org:community:update": {
|
|
4308
4437
|
"aliases": [],
|
|
4309
4438
|
"args": {},
|
|
4310
|
-
"description": "
|
|
4439
|
+
"description": "Activate or deactivate a community by changing it's status:\n\n- Live\n- DownForMaintenance",
|
|
4311
4440
|
"examples": [
|
|
4312
|
-
"$ sf hardis:
|
|
4313
|
-
"$ sf hardis:
|
|
4441
|
+
"$ sf hardis:org:community:update --name 'MyNetworkName' --status DownForMaintenance",
|
|
4442
|
+
"$ sf hardis:org:community:update --name 'MyNetworkName,MySecondNetworkName' --status Live"
|
|
4314
4443
|
],
|
|
4315
4444
|
"flags": {
|
|
4316
4445
|
"json": {
|
|
@@ -4328,149 +4457,20 @@
|
|
|
4328
4457
|
"multiple": false,
|
|
4329
4458
|
"type": "option"
|
|
4330
4459
|
},
|
|
4331
|
-
"
|
|
4332
|
-
"char": "
|
|
4333
|
-
"description": "
|
|
4334
|
-
"name": "
|
|
4460
|
+
"name": {
|
|
4461
|
+
"char": "n",
|
|
4462
|
+
"description": "List of Networks Names that you want to update, separated by comma",
|
|
4463
|
+
"name": "name",
|
|
4464
|
+
"required": true,
|
|
4335
4465
|
"hasDynamicHelp": false,
|
|
4336
4466
|
"multiple": false,
|
|
4337
4467
|
"type": "option"
|
|
4338
4468
|
},
|
|
4339
4469
|
"status": {
|
|
4340
|
-
"char": "
|
|
4341
|
-
"description": "
|
|
4470
|
+
"char": "s",
|
|
4471
|
+
"description": "New status for the community, available values are: Live, DownForMaintenance",
|
|
4342
4472
|
"name": "status",
|
|
4343
|
-
"
|
|
4344
|
-
"multiple": false,
|
|
4345
|
-
"options": [
|
|
4346
|
-
"open",
|
|
4347
|
-
"merged",
|
|
4348
|
-
"abandoned"
|
|
4349
|
-
],
|
|
4350
|
-
"type": "option"
|
|
4351
|
-
},
|
|
4352
|
-
"min-date": {
|
|
4353
|
-
"char": "m",
|
|
4354
|
-
"description": "Minimum date for PR",
|
|
4355
|
-
"name": "min-date",
|
|
4356
|
-
"hasDynamicHelp": false,
|
|
4357
|
-
"multiple": false,
|
|
4358
|
-
"type": "option"
|
|
4359
|
-
},
|
|
4360
|
-
"outputfile": {
|
|
4361
|
-
"char": "f",
|
|
4362
|
-
"description": "Force the path and name of output report file. Must end with .csv",
|
|
4363
|
-
"name": "outputfile",
|
|
4364
|
-
"hasDynamicHelp": false,
|
|
4365
|
-
"multiple": false,
|
|
4366
|
-
"type": "option"
|
|
4367
|
-
},
|
|
4368
|
-
"debug": {
|
|
4369
|
-
"char": "d",
|
|
4370
|
-
"description": "Activate debug mode (more logs)",
|
|
4371
|
-
"name": "debug",
|
|
4372
|
-
"allowNo": false,
|
|
4373
|
-
"type": "boolean"
|
|
4374
|
-
},
|
|
4375
|
-
"websocket": {
|
|
4376
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
4377
|
-
"name": "websocket",
|
|
4378
|
-
"hasDynamicHelp": false,
|
|
4379
|
-
"multiple": false,
|
|
4380
|
-
"type": "option"
|
|
4381
|
-
},
|
|
4382
|
-
"skipauth": {
|
|
4383
|
-
"description": "Skip authentication check when a default username is required",
|
|
4384
|
-
"name": "skipauth",
|
|
4385
|
-
"allowNo": false,
|
|
4386
|
-
"type": "boolean"
|
|
4387
|
-
}
|
|
4388
|
-
},
|
|
4389
|
-
"hasDynamicHelp": false,
|
|
4390
|
-
"hiddenAliases": [],
|
|
4391
|
-
"id": "hardis:git:pull-requests:extract",
|
|
4392
|
-
"pluginAlias": "sfdx-hardis",
|
|
4393
|
-
"pluginName": "sfdx-hardis",
|
|
4394
|
-
"pluginType": "core",
|
|
4395
|
-
"strict": true,
|
|
4396
|
-
"enableJsonFlag": true,
|
|
4397
|
-
"title": "Extract pull requests",
|
|
4398
|
-
"requiresProject": true,
|
|
4399
|
-
"isESM": true,
|
|
4400
|
-
"relativePath": [
|
|
4401
|
-
"lib",
|
|
4402
|
-
"commands",
|
|
4403
|
-
"hardis",
|
|
4404
|
-
"git",
|
|
4405
|
-
"pull-requests",
|
|
4406
|
-
"extract.js"
|
|
4407
|
-
],
|
|
4408
|
-
"aliasPermutations": [],
|
|
4409
|
-
"permutations": [
|
|
4410
|
-
"hardis:git:pull-requests:extract",
|
|
4411
|
-
"git:hardis:pull-requests:extract",
|
|
4412
|
-
"git:pull-requests:hardis:extract",
|
|
4413
|
-
"git:pull-requests:extract:hardis",
|
|
4414
|
-
"hardis:pull-requests:git:extract",
|
|
4415
|
-
"pull-requests:hardis:git:extract",
|
|
4416
|
-
"pull-requests:git:hardis:extract",
|
|
4417
|
-
"pull-requests:git:extract:hardis",
|
|
4418
|
-
"hardis:pull-requests:extract:git",
|
|
4419
|
-
"pull-requests:hardis:extract:git",
|
|
4420
|
-
"pull-requests:extract:hardis:git",
|
|
4421
|
-
"pull-requests:extract:git:hardis",
|
|
4422
|
-
"hardis:git:extract:pull-requests",
|
|
4423
|
-
"git:hardis:extract:pull-requests",
|
|
4424
|
-
"git:extract:hardis:pull-requests",
|
|
4425
|
-
"git:extract:pull-requests:hardis",
|
|
4426
|
-
"hardis:extract:git:pull-requests",
|
|
4427
|
-
"extract:hardis:git:pull-requests",
|
|
4428
|
-
"extract:git:hardis:pull-requests",
|
|
4429
|
-
"extract:git:pull-requests:hardis",
|
|
4430
|
-
"hardis:extract:pull-requests:git",
|
|
4431
|
-
"extract:hardis:pull-requests:git",
|
|
4432
|
-
"extract:pull-requests:hardis:git",
|
|
4433
|
-
"extract:pull-requests:git:hardis"
|
|
4434
|
-
]
|
|
4435
|
-
},
|
|
4436
|
-
"hardis:org:community:update": {
|
|
4437
|
-
"aliases": [],
|
|
4438
|
-
"args": {},
|
|
4439
|
-
"description": "Activate or deactivate a community by changing it's status:\n\n- Live\n- DownForMaintenance",
|
|
4440
|
-
"examples": [
|
|
4441
|
-
"$ sf hardis:org:community:update --name 'MyNetworkName' --status DownForMaintenance",
|
|
4442
|
-
"$ sf hardis:org:community:update --name 'MyNetworkName,MySecondNetworkName' --status Live"
|
|
4443
|
-
],
|
|
4444
|
-
"flags": {
|
|
4445
|
-
"json": {
|
|
4446
|
-
"description": "Format output as json.",
|
|
4447
|
-
"helpGroup": "GLOBAL",
|
|
4448
|
-
"name": "json",
|
|
4449
|
-
"allowNo": false,
|
|
4450
|
-
"type": "boolean"
|
|
4451
|
-
},
|
|
4452
|
-
"flags-dir": {
|
|
4453
|
-
"helpGroup": "GLOBAL",
|
|
4454
|
-
"name": "flags-dir",
|
|
4455
|
-
"summary": "Import flag values from a directory.",
|
|
4456
|
-
"hasDynamicHelp": false,
|
|
4457
|
-
"multiple": false,
|
|
4458
|
-
"type": "option"
|
|
4459
|
-
},
|
|
4460
|
-
"name": {
|
|
4461
|
-
"char": "n",
|
|
4462
|
-
"description": "List of Networks Names that you want to update, separated by comma",
|
|
4463
|
-
"name": "name",
|
|
4464
|
-
"required": true,
|
|
4465
|
-
"hasDynamicHelp": false,
|
|
4466
|
-
"multiple": false,
|
|
4467
|
-
"type": "option"
|
|
4468
|
-
},
|
|
4469
|
-
"status": {
|
|
4470
|
-
"char": "s",
|
|
4471
|
-
"description": "New status for the community, available values are: Live, DownForMaintenance",
|
|
4472
|
-
"name": "status",
|
|
4473
|
-
"required": true,
|
|
4473
|
+
"required": true,
|
|
4474
4474
|
"hasDynamicHelp": false,
|
|
4475
4475
|
"multiple": false,
|
|
4476
4476
|
"type": "option"
|
|
@@ -5196,12 +5196,15 @@
|
|
|
5196
5196
|
"import:data:org:hardis"
|
|
5197
5197
|
]
|
|
5198
5198
|
},
|
|
5199
|
-
"hardis:org:
|
|
5199
|
+
"hardis:org:diagnose:audittrail": {
|
|
5200
5200
|
"aliases": [],
|
|
5201
5201
|
"args": {},
|
|
5202
|
-
"description": "Export
|
|
5202
|
+
"description": "Export Audit trail into a CSV file with selected criteria, and highlight suspect actions\n\nRegular setup actions performed in major orgs are filtered.\n\n- \"\"\n - createScratchOrg\n - changedsenderemail\n - deleteScratchOrg\n - loginasgrantedtopartnerbt\n- Certificate and Key Management\n - insertCertificate\n- Custom App Licenses\n - addeduserpackagelicense\n - granteduserpackagelicense\n - revokeduserpackagelicense\n- Customer Portal\n - createdcustomersuccessuser\n - CSPUserDisabled\n- Currency\n - updateddatedexchrate\n- Data Management\n - queueMembership\n- Email Administration\n - dkimRotationPreparationSuccessful\n - dkimRotationSuccessful\n- Groups\n - groupMembership\n- Holidays\n - holiday_insert\n- Inbox mobile and legacy desktop apps\n - enableSIQUserNonEAC\n- Manage Users\n - activateduser\n - createduser\n - changedcommunitynickname\n - changedemail\n - changedfederationid\n - changedpassword\n - changedinteractionuseroffon\n - changedinteractionuseronoff\n - changedmarketinguseroffon\n - changedmarketinguseronoff\n - changedprofileforuser\n - changedprofileforusercusttostd\n - changedprofileforuserstdtocust\n - changedroleforusertonone\n - changedroleforuser\n - changedroleforuserfromnone\n - changedUserEmailVerifiedStatusUnverified\n - changedUserEmailVerifiedStatusVerified\n - changedknowledgeuseroffon\n - changedsfcontentuseroffon\n - changedsupportuseroffon\n - changedUserPhoneNumber\n - changedUserPhoneVerifiedStatusUnverified\n - deactivateduser\n - deleteAuthenticatorPairing\n - deleteTwoFactorInfo2\n - deleteTwoFactorTempCode\n - frozeuser\n - insertAuthenticatorPairing\n - insertTwoFactorInfo2\n - insertTwoFactorTempCode\n - lightningloginenroll\n - PermSetAssign\n - PermSetGroupAssign\n - PermSetGroupUnassign\n - PermSetLicenseAssign\n - PermSetUnassign\n - PermSetLicenseUnassign\n - registeredUserPhoneNumber\n - resetpassword\n - suNetworkAdminLogin\n - suNetworkAdminLogout\n - suOrgAdminLogin\n - suOrgAdminLogout\n - unfrozeuser\n - useremailchangesent\n- Mobile Administration\n - assigneduserstomobileconfig\n- Reporting Snapshots\n - createdReportJob\n - deletedReportJob\n- Sandboxes\n - DeleteSandbox\n\nBy default, deployment user defined in .sfdx-hardis.yml targetUsername property will be excluded.\n\nYou can define additional users to exclude in .sfdx-hardis.yml **monitoringExcludeUsernames** property.\n\nYou can also add more sections / actions considered as not suspect using property **monitoringAllowedSectionsActions**\n\nExample:\n\n```yaml\nmonitoringExcludeUsernames:\n - deploymentuser@cloudity.com\n - marketingcloud@cloudity.com\n - integration-user@cloudity.com\n\nmonitoringAllowedSectionsActions:\n \"Some section\": [] // Will ignore all actions from such section\n \"Some other section\": [\"actionType1\",\"actionType2\",\"actionType3\"] // Will ignore only those 3 actions from section \"Some other section\". Other actions in the same section will be considered as suspect.\n```\n\n## Excel output example\n\n\n\n## Local output example\n\n\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-suspect-audit-trail/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
5203
5203
|
"examples": [
|
|
5204
|
-
"$ sf hardis:org:
|
|
5204
|
+
"$ sf hardis:org:diagnose:audittrail",
|
|
5205
|
+
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com",
|
|
5206
|
+
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com,bertrand@titi.com",
|
|
5207
|
+
"$ sf hardis:org:diagnose:audittrail --lastndays 5"
|
|
5205
5208
|
],
|
|
5206
5209
|
"flags": {
|
|
5207
5210
|
"json": {
|
|
@@ -5219,37 +5222,26 @@
|
|
|
5219
5222
|
"multiple": false,
|
|
5220
5223
|
"type": "option"
|
|
5221
5224
|
},
|
|
5222
|
-
"
|
|
5223
|
-
"char": "
|
|
5224
|
-
"description": "
|
|
5225
|
-
"name": "
|
|
5226
|
-
"hasDynamicHelp": false,
|
|
5227
|
-
"multiple": false,
|
|
5228
|
-
"type": "option"
|
|
5229
|
-
},
|
|
5230
|
-
"chunksize": {
|
|
5231
|
-
"char": "c",
|
|
5232
|
-
"description": "Number of records to add in a chunk before it is processed",
|
|
5233
|
-
"name": "chunksize",
|
|
5234
|
-
"default": 1000,
|
|
5225
|
+
"excludeusers": {
|
|
5226
|
+
"char": "e",
|
|
5227
|
+
"description": "Comma-separated list of usernames to exclude",
|
|
5228
|
+
"name": "excludeusers",
|
|
5235
5229
|
"hasDynamicHelp": false,
|
|
5236
5230
|
"multiple": false,
|
|
5237
5231
|
"type": "option"
|
|
5238
5232
|
},
|
|
5239
|
-
"
|
|
5233
|
+
"lastndays": {
|
|
5240
5234
|
"char": "t",
|
|
5241
|
-
"description": "
|
|
5242
|
-
"name": "
|
|
5243
|
-
"default": 300000,
|
|
5235
|
+
"description": "Number of days to extract from today (included)",
|
|
5236
|
+
"name": "lastndays",
|
|
5244
5237
|
"hasDynamicHelp": false,
|
|
5245
5238
|
"multiple": false,
|
|
5246
5239
|
"type": "option"
|
|
5247
5240
|
},
|
|
5248
|
-
"
|
|
5249
|
-
"char": "
|
|
5250
|
-
"description": "
|
|
5251
|
-
"name": "
|
|
5252
|
-
"default": 0,
|
|
5241
|
+
"outputfile": {
|
|
5242
|
+
"char": "f",
|
|
5243
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
5244
|
+
"name": "outputfile",
|
|
5253
5245
|
"hasDynamicHelp": false,
|
|
5254
5246
|
"multiple": false,
|
|
5255
5247
|
"type": "option"
|
|
@@ -5292,13 +5284,13 @@
|
|
|
5292
5284
|
},
|
|
5293
5285
|
"hasDynamicHelp": true,
|
|
5294
5286
|
"hiddenAliases": [],
|
|
5295
|
-
"id": "hardis:org:
|
|
5287
|
+
"id": "hardis:org:diagnose:audittrail",
|
|
5296
5288
|
"pluginAlias": "sfdx-hardis",
|
|
5297
5289
|
"pluginName": "sfdx-hardis",
|
|
5298
5290
|
"pluginType": "core",
|
|
5299
5291
|
"strict": true,
|
|
5300
5292
|
"enableJsonFlag": true,
|
|
5301
|
-
"title": "
|
|
5293
|
+
"title": "Diagnose content of Setup Audit Trail",
|
|
5302
5294
|
"requiresProject": false,
|
|
5303
5295
|
"isESM": true,
|
|
5304
5296
|
"relativePath": [
|
|
@@ -5306,43 +5298,43 @@
|
|
|
5306
5298
|
"commands",
|
|
5307
5299
|
"hardis",
|
|
5308
5300
|
"org",
|
|
5309
|
-
"
|
|
5310
|
-
"
|
|
5301
|
+
"diagnose",
|
|
5302
|
+
"audittrail.js"
|
|
5311
5303
|
],
|
|
5312
5304
|
"aliasPermutations": [],
|
|
5313
5305
|
"permutations": [
|
|
5314
|
-
"hardis:org:
|
|
5315
|
-
"org:hardis:
|
|
5316
|
-
"org:
|
|
5317
|
-
"org:
|
|
5318
|
-
"hardis:
|
|
5319
|
-
"
|
|
5320
|
-
"
|
|
5321
|
-
"
|
|
5322
|
-
"hardis:
|
|
5323
|
-
"
|
|
5324
|
-
"
|
|
5325
|
-
"
|
|
5326
|
-
"hardis:org:
|
|
5327
|
-
"org:hardis:
|
|
5328
|
-
"org:
|
|
5329
|
-
"org:
|
|
5330
|
-
"hardis:
|
|
5331
|
-
"
|
|
5332
|
-
"
|
|
5333
|
-
"
|
|
5334
|
-
"hardis:
|
|
5335
|
-
"
|
|
5336
|
-
"
|
|
5337
|
-
"
|
|
5306
|
+
"hardis:org:diagnose:audittrail",
|
|
5307
|
+
"org:hardis:diagnose:audittrail",
|
|
5308
|
+
"org:diagnose:hardis:audittrail",
|
|
5309
|
+
"org:diagnose:audittrail:hardis",
|
|
5310
|
+
"hardis:diagnose:org:audittrail",
|
|
5311
|
+
"diagnose:hardis:org:audittrail",
|
|
5312
|
+
"diagnose:org:hardis:audittrail",
|
|
5313
|
+
"diagnose:org:audittrail:hardis",
|
|
5314
|
+
"hardis:diagnose:audittrail:org",
|
|
5315
|
+
"diagnose:hardis:audittrail:org",
|
|
5316
|
+
"diagnose:audittrail:hardis:org",
|
|
5317
|
+
"diagnose:audittrail:org:hardis",
|
|
5318
|
+
"hardis:org:audittrail:diagnose",
|
|
5319
|
+
"org:hardis:audittrail:diagnose",
|
|
5320
|
+
"org:audittrail:hardis:diagnose",
|
|
5321
|
+
"org:audittrail:diagnose:hardis",
|
|
5322
|
+
"hardis:audittrail:org:diagnose",
|
|
5323
|
+
"audittrail:hardis:org:diagnose",
|
|
5324
|
+
"audittrail:org:hardis:diagnose",
|
|
5325
|
+
"audittrail:org:diagnose:hardis",
|
|
5326
|
+
"hardis:audittrail:diagnose:org",
|
|
5327
|
+
"audittrail:hardis:diagnose:org",
|
|
5328
|
+
"audittrail:diagnose:hardis:org",
|
|
5329
|
+
"audittrail:diagnose:org:hardis"
|
|
5338
5330
|
]
|
|
5339
5331
|
},
|
|
5340
|
-
"hardis:org:
|
|
5332
|
+
"hardis:org:diagnose:instanceupgrade": {
|
|
5341
5333
|
"aliases": [],
|
|
5342
5334
|
"args": {},
|
|
5343
|
-
"description": "
|
|
5335
|
+
"description": "Get the date when the org instance will be upgraded (to Spring, Summer or Winter)\n ",
|
|
5344
5336
|
"examples": [
|
|
5345
|
-
"$ sf hardis:org:
|
|
5337
|
+
"$ sf hardis:org:diagnose:instanceupgrade"
|
|
5346
5338
|
],
|
|
5347
5339
|
"flags": {
|
|
5348
5340
|
"json": {
|
|
@@ -5360,21 +5352,6 @@
|
|
|
5360
5352
|
"multiple": false,
|
|
5361
5353
|
"type": "option"
|
|
5362
5354
|
},
|
|
5363
|
-
"path": {
|
|
5364
|
-
"char": "p",
|
|
5365
|
-
"description": "Path to the file export project",
|
|
5366
|
-
"name": "path",
|
|
5367
|
-
"hasDynamicHelp": false,
|
|
5368
|
-
"multiple": false,
|
|
5369
|
-
"type": "option"
|
|
5370
|
-
},
|
|
5371
|
-
"overwrite": {
|
|
5372
|
-
"char": "f",
|
|
5373
|
-
"description": "Override existing files (doubles the number of API calls)",
|
|
5374
|
-
"name": "overwrite",
|
|
5375
|
-
"allowNo": false,
|
|
5376
|
-
"type": "boolean"
|
|
5377
|
-
},
|
|
5378
5355
|
"debug": {
|
|
5379
5356
|
"char": "d",
|
|
5380
5357
|
"description": "Activate debug mode (more logs)",
|
|
@@ -5413,13 +5390,13 @@
|
|
|
5413
5390
|
},
|
|
5414
5391
|
"hasDynamicHelp": true,
|
|
5415
5392
|
"hiddenAliases": [],
|
|
5416
|
-
"id": "hardis:org:
|
|
5393
|
+
"id": "hardis:org:diagnose:instanceupgrade",
|
|
5417
5394
|
"pluginAlias": "sfdx-hardis",
|
|
5418
5395
|
"pluginName": "sfdx-hardis",
|
|
5419
5396
|
"pluginType": "core",
|
|
5420
5397
|
"strict": true,
|
|
5421
5398
|
"enableJsonFlag": true,
|
|
5422
|
-
"title": "
|
|
5399
|
+
"title": "Get Instance Upgrade date",
|
|
5423
5400
|
"requiresProject": false,
|
|
5424
5401
|
"isESM": true,
|
|
5425
5402
|
"relativePath": [
|
|
@@ -5427,247 +5404,8 @@
|
|
|
5427
5404
|
"commands",
|
|
5428
5405
|
"hardis",
|
|
5429
5406
|
"org",
|
|
5430
|
-
"
|
|
5431
|
-
"
|
|
5432
|
-
],
|
|
5433
|
-
"aliasPermutations": [],
|
|
5434
|
-
"permutations": [
|
|
5435
|
-
"hardis:org:files:import",
|
|
5436
|
-
"org:hardis:files:import",
|
|
5437
|
-
"org:files:hardis:import",
|
|
5438
|
-
"org:files:import:hardis",
|
|
5439
|
-
"hardis:files:org:import",
|
|
5440
|
-
"files:hardis:org:import",
|
|
5441
|
-
"files:org:hardis:import",
|
|
5442
|
-
"files:org:import:hardis",
|
|
5443
|
-
"hardis:files:import:org",
|
|
5444
|
-
"files:hardis:import:org",
|
|
5445
|
-
"files:import:hardis:org",
|
|
5446
|
-
"files:import:org:hardis",
|
|
5447
|
-
"hardis:org:import:files",
|
|
5448
|
-
"org:hardis:import:files",
|
|
5449
|
-
"org:import:hardis:files",
|
|
5450
|
-
"org:import:files:hardis",
|
|
5451
|
-
"hardis:import:org:files",
|
|
5452
|
-
"import:hardis:org:files",
|
|
5453
|
-
"import:org:hardis:files",
|
|
5454
|
-
"import:org:files:hardis",
|
|
5455
|
-
"hardis:import:files:org",
|
|
5456
|
-
"import:hardis:files:org",
|
|
5457
|
-
"import:files:hardis:org",
|
|
5458
|
-
"import:files:org:hardis"
|
|
5459
|
-
]
|
|
5460
|
-
},
|
|
5461
|
-
"hardis:org:diagnose:audittrail": {
|
|
5462
|
-
"aliases": [],
|
|
5463
|
-
"args": {},
|
|
5464
|
-
"description": "Export Audit trail into a CSV file with selected criteria, and highlight suspect actions\n\nRegular setup actions performed in major orgs are filtered.\n\n- \"\"\n - createScratchOrg\n - changedsenderemail\n - deleteScratchOrg\n - loginasgrantedtopartnerbt\n- Certificate and Key Management\n - insertCertificate\n- Custom App Licenses\n - addeduserpackagelicense\n - granteduserpackagelicense\n - revokeduserpackagelicense\n- Customer Portal\n - createdcustomersuccessuser\n - CSPUserDisabled\n- Currency\n - updateddatedexchrate\n- Data Management\n - queueMembership\n- Email Administration\n - dkimRotationPreparationSuccessful\n - dkimRotationSuccessful\n- Groups\n - groupMembership\n- Holidays\n - holiday_insert\n- Inbox mobile and legacy desktop apps\n - enableSIQUserNonEAC\n- Manage Users\n - activateduser\n - createduser\n - changedcommunitynickname\n - changedemail\n - changedfederationid\n - changedpassword\n - changedinteractionuseroffon\n - changedinteractionuseronoff\n - changedmarketinguseroffon\n - changedmarketinguseronoff\n - changedprofileforuser\n - changedprofileforusercusttostd\n - changedprofileforuserstdtocust\n - changedroleforusertonone\n - changedroleforuser\n - changedroleforuserfromnone\n - changedUserEmailVerifiedStatusUnverified\n - changedUserEmailVerifiedStatusVerified\n - changedknowledgeuseroffon\n - changedsfcontentuseroffon\n - changedsupportuseroffon\n - changedUserPhoneNumber\n - changedUserPhoneVerifiedStatusUnverified\n - deactivateduser\n - deleteAuthenticatorPairing\n - deleteTwoFactorInfo2\n - deleteTwoFactorTempCode\n - frozeuser\n - insertAuthenticatorPairing\n - insertTwoFactorInfo2\n - insertTwoFactorTempCode\n - lightningloginenroll\n - PermSetAssign\n - PermSetGroupAssign\n - PermSetGroupUnassign\n - PermSetLicenseAssign\n - PermSetUnassign\n - PermSetLicenseUnassign\n - registeredUserPhoneNumber\n - resetpassword\n - suNetworkAdminLogin\n - suNetworkAdminLogout\n - suOrgAdminLogin\n - suOrgAdminLogout\n - unfrozeuser\n - useremailchangesent\n- Mobile Administration\n - assigneduserstomobileconfig\n- Reporting Snapshots\n - createdReportJob\n - deletedReportJob\n- Sandboxes\n - DeleteSandbox\n\nBy default, deployment user defined in .sfdx-hardis.yml targetUsername property will be excluded.\n\nYou can define additional users to exclude in .sfdx-hardis.yml **monitoringExcludeUsernames** property.\n\nYou can also add more sections / actions considered as not suspect using property **monitoringAllowedSectionsActions**\n\nExample:\n\n```yaml\nmonitoringExcludeUsernames:\n - deploymentuser@cloudity.com\n - marketingcloud@cloudity.com\n - integration-user@cloudity.com\n\nmonitoringAllowedSectionsActions:\n \"Some section\": [] // Will ignore all actions from such section\n \"Some other section\": [\"actionType1\",\"actionType2\",\"actionType3\"] // Will ignore only those 3 actions from section \"Some other section\". Other actions in the same section will be considered as suspect.\n```\n\n## Excel output example\n\n\n\n## Local output example\n\n\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-suspect-audit-trail/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
5465
|
-
"examples": [
|
|
5466
|
-
"$ sf hardis:org:diagnose:audittrail",
|
|
5467
|
-
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com",
|
|
5468
|
-
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com,bertrand@titi.com",
|
|
5469
|
-
"$ sf hardis:org:diagnose:audittrail --lastndays 5"
|
|
5470
|
-
],
|
|
5471
|
-
"flags": {
|
|
5472
|
-
"json": {
|
|
5473
|
-
"description": "Format output as json.",
|
|
5474
|
-
"helpGroup": "GLOBAL",
|
|
5475
|
-
"name": "json",
|
|
5476
|
-
"allowNo": false,
|
|
5477
|
-
"type": "boolean"
|
|
5478
|
-
},
|
|
5479
|
-
"flags-dir": {
|
|
5480
|
-
"helpGroup": "GLOBAL",
|
|
5481
|
-
"name": "flags-dir",
|
|
5482
|
-
"summary": "Import flag values from a directory.",
|
|
5483
|
-
"hasDynamicHelp": false,
|
|
5484
|
-
"multiple": false,
|
|
5485
|
-
"type": "option"
|
|
5486
|
-
},
|
|
5487
|
-
"excludeusers": {
|
|
5488
|
-
"char": "e",
|
|
5489
|
-
"description": "Comma-separated list of usernames to exclude",
|
|
5490
|
-
"name": "excludeusers",
|
|
5491
|
-
"hasDynamicHelp": false,
|
|
5492
|
-
"multiple": false,
|
|
5493
|
-
"type": "option"
|
|
5494
|
-
},
|
|
5495
|
-
"lastndays": {
|
|
5496
|
-
"char": "t",
|
|
5497
|
-
"description": "Number of days to extract from today (included)",
|
|
5498
|
-
"name": "lastndays",
|
|
5499
|
-
"hasDynamicHelp": false,
|
|
5500
|
-
"multiple": false,
|
|
5501
|
-
"type": "option"
|
|
5502
|
-
},
|
|
5503
|
-
"outputfile": {
|
|
5504
|
-
"char": "f",
|
|
5505
|
-
"description": "Force the path and name of output report file. Must end with .csv",
|
|
5506
|
-
"name": "outputfile",
|
|
5507
|
-
"hasDynamicHelp": false,
|
|
5508
|
-
"multiple": false,
|
|
5509
|
-
"type": "option"
|
|
5510
|
-
},
|
|
5511
|
-
"debug": {
|
|
5512
|
-
"char": "d",
|
|
5513
|
-
"description": "Activate debug mode (more logs)",
|
|
5514
|
-
"name": "debug",
|
|
5515
|
-
"allowNo": false,
|
|
5516
|
-
"type": "boolean"
|
|
5517
|
-
},
|
|
5518
|
-
"websocket": {
|
|
5519
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
5520
|
-
"name": "websocket",
|
|
5521
|
-
"hasDynamicHelp": false,
|
|
5522
|
-
"multiple": false,
|
|
5523
|
-
"type": "option"
|
|
5524
|
-
},
|
|
5525
|
-
"skipauth": {
|
|
5526
|
-
"description": "Skip authentication check when a default username is required",
|
|
5527
|
-
"name": "skipauth",
|
|
5528
|
-
"allowNo": false,
|
|
5529
|
-
"type": "boolean"
|
|
5530
|
-
},
|
|
5531
|
-
"target-org": {
|
|
5532
|
-
"aliases": [
|
|
5533
|
-
"targetusername",
|
|
5534
|
-
"u"
|
|
5535
|
-
],
|
|
5536
|
-
"char": "o",
|
|
5537
|
-
"deprecateAliases": true,
|
|
5538
|
-
"name": "target-org",
|
|
5539
|
-
"noCacheDefault": true,
|
|
5540
|
-
"required": true,
|
|
5541
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
5542
|
-
"hasDynamicHelp": true,
|
|
5543
|
-
"multiple": false,
|
|
5544
|
-
"type": "option"
|
|
5545
|
-
}
|
|
5546
|
-
},
|
|
5547
|
-
"hasDynamicHelp": true,
|
|
5548
|
-
"hiddenAliases": [],
|
|
5549
|
-
"id": "hardis:org:diagnose:audittrail",
|
|
5550
|
-
"pluginAlias": "sfdx-hardis",
|
|
5551
|
-
"pluginName": "sfdx-hardis",
|
|
5552
|
-
"pluginType": "core",
|
|
5553
|
-
"strict": true,
|
|
5554
|
-
"enableJsonFlag": true,
|
|
5555
|
-
"title": "Diagnose content of Setup Audit Trail",
|
|
5556
|
-
"requiresProject": false,
|
|
5557
|
-
"isESM": true,
|
|
5558
|
-
"relativePath": [
|
|
5559
|
-
"lib",
|
|
5560
|
-
"commands",
|
|
5561
|
-
"hardis",
|
|
5562
|
-
"org",
|
|
5563
|
-
"diagnose",
|
|
5564
|
-
"audittrail.js"
|
|
5565
|
-
],
|
|
5566
|
-
"aliasPermutations": [],
|
|
5567
|
-
"permutations": [
|
|
5568
|
-
"hardis:org:diagnose:audittrail",
|
|
5569
|
-
"org:hardis:diagnose:audittrail",
|
|
5570
|
-
"org:diagnose:hardis:audittrail",
|
|
5571
|
-
"org:diagnose:audittrail:hardis",
|
|
5572
|
-
"hardis:diagnose:org:audittrail",
|
|
5573
|
-
"diagnose:hardis:org:audittrail",
|
|
5574
|
-
"diagnose:org:hardis:audittrail",
|
|
5575
|
-
"diagnose:org:audittrail:hardis",
|
|
5576
|
-
"hardis:diagnose:audittrail:org",
|
|
5577
|
-
"diagnose:hardis:audittrail:org",
|
|
5578
|
-
"diagnose:audittrail:hardis:org",
|
|
5579
|
-
"diagnose:audittrail:org:hardis",
|
|
5580
|
-
"hardis:org:audittrail:diagnose",
|
|
5581
|
-
"org:hardis:audittrail:diagnose",
|
|
5582
|
-
"org:audittrail:hardis:diagnose",
|
|
5583
|
-
"org:audittrail:diagnose:hardis",
|
|
5584
|
-
"hardis:audittrail:org:diagnose",
|
|
5585
|
-
"audittrail:hardis:org:diagnose",
|
|
5586
|
-
"audittrail:org:hardis:diagnose",
|
|
5587
|
-
"audittrail:org:diagnose:hardis",
|
|
5588
|
-
"hardis:audittrail:diagnose:org",
|
|
5589
|
-
"audittrail:hardis:diagnose:org",
|
|
5590
|
-
"audittrail:diagnose:hardis:org",
|
|
5591
|
-
"audittrail:diagnose:org:hardis"
|
|
5592
|
-
]
|
|
5593
|
-
},
|
|
5594
|
-
"hardis:org:diagnose:instanceupgrade": {
|
|
5595
|
-
"aliases": [],
|
|
5596
|
-
"args": {},
|
|
5597
|
-
"description": "Get the date when the org instance will be upgraded (to Spring, Summer or Winter)\n ",
|
|
5598
|
-
"examples": [
|
|
5599
|
-
"$ sf hardis:org:diagnose:instanceupgrade"
|
|
5600
|
-
],
|
|
5601
|
-
"flags": {
|
|
5602
|
-
"json": {
|
|
5603
|
-
"description": "Format output as json.",
|
|
5604
|
-
"helpGroup": "GLOBAL",
|
|
5605
|
-
"name": "json",
|
|
5606
|
-
"allowNo": false,
|
|
5607
|
-
"type": "boolean"
|
|
5608
|
-
},
|
|
5609
|
-
"flags-dir": {
|
|
5610
|
-
"helpGroup": "GLOBAL",
|
|
5611
|
-
"name": "flags-dir",
|
|
5612
|
-
"summary": "Import flag values from a directory.",
|
|
5613
|
-
"hasDynamicHelp": false,
|
|
5614
|
-
"multiple": false,
|
|
5615
|
-
"type": "option"
|
|
5616
|
-
},
|
|
5617
|
-
"debug": {
|
|
5618
|
-
"char": "d",
|
|
5619
|
-
"description": "Activate debug mode (more logs)",
|
|
5620
|
-
"name": "debug",
|
|
5621
|
-
"allowNo": false,
|
|
5622
|
-
"type": "boolean"
|
|
5623
|
-
},
|
|
5624
|
-
"websocket": {
|
|
5625
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
5626
|
-
"name": "websocket",
|
|
5627
|
-
"hasDynamicHelp": false,
|
|
5628
|
-
"multiple": false,
|
|
5629
|
-
"type": "option"
|
|
5630
|
-
},
|
|
5631
|
-
"skipauth": {
|
|
5632
|
-
"description": "Skip authentication check when a default username is required",
|
|
5633
|
-
"name": "skipauth",
|
|
5634
|
-
"allowNo": false,
|
|
5635
|
-
"type": "boolean"
|
|
5636
|
-
},
|
|
5637
|
-
"target-org": {
|
|
5638
|
-
"aliases": [
|
|
5639
|
-
"targetusername",
|
|
5640
|
-
"u"
|
|
5641
|
-
],
|
|
5642
|
-
"char": "o",
|
|
5643
|
-
"deprecateAliases": true,
|
|
5644
|
-
"name": "target-org",
|
|
5645
|
-
"noCacheDefault": true,
|
|
5646
|
-
"required": true,
|
|
5647
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
5648
|
-
"hasDynamicHelp": true,
|
|
5649
|
-
"multiple": false,
|
|
5650
|
-
"type": "option"
|
|
5651
|
-
}
|
|
5652
|
-
},
|
|
5653
|
-
"hasDynamicHelp": true,
|
|
5654
|
-
"hiddenAliases": [],
|
|
5655
|
-
"id": "hardis:org:diagnose:instanceupgrade",
|
|
5656
|
-
"pluginAlias": "sfdx-hardis",
|
|
5657
|
-
"pluginName": "sfdx-hardis",
|
|
5658
|
-
"pluginType": "core",
|
|
5659
|
-
"strict": true,
|
|
5660
|
-
"enableJsonFlag": true,
|
|
5661
|
-
"title": "Get Instance Upgrade date",
|
|
5662
|
-
"requiresProject": false,
|
|
5663
|
-
"isESM": true,
|
|
5664
|
-
"relativePath": [
|
|
5665
|
-
"lib",
|
|
5666
|
-
"commands",
|
|
5667
|
-
"hardis",
|
|
5668
|
-
"org",
|
|
5669
|
-
"diagnose",
|
|
5670
|
-
"instanceupgrade.js"
|
|
5407
|
+
"diagnose",
|
|
5408
|
+
"instanceupgrade.js"
|
|
5671
5409
|
],
|
|
5672
5410
|
"aliasPermutations": [],
|
|
5673
5411
|
"permutations": [
|
|
@@ -6607,6 +6345,268 @@
|
|
|
6607
6345
|
"unusedusers:diagnose:org:hardis"
|
|
6608
6346
|
]
|
|
6609
6347
|
},
|
|
6348
|
+
"hardis:org:files:export": {
|
|
6349
|
+
"aliases": [],
|
|
6350
|
+
"args": {},
|
|
6351
|
+
"description": "Export file attachments from a Salesforce org\n\nHandles:\n\n- ContentVersion\n- Attachment\n\nSee article below:\n\n[](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n",
|
|
6352
|
+
"examples": [
|
|
6353
|
+
"$ sf hardis:org:files:export"
|
|
6354
|
+
],
|
|
6355
|
+
"flags": {
|
|
6356
|
+
"json": {
|
|
6357
|
+
"description": "Format output as json.",
|
|
6358
|
+
"helpGroup": "GLOBAL",
|
|
6359
|
+
"name": "json",
|
|
6360
|
+
"allowNo": false,
|
|
6361
|
+
"type": "boolean"
|
|
6362
|
+
},
|
|
6363
|
+
"flags-dir": {
|
|
6364
|
+
"helpGroup": "GLOBAL",
|
|
6365
|
+
"name": "flags-dir",
|
|
6366
|
+
"summary": "Import flag values from a directory.",
|
|
6367
|
+
"hasDynamicHelp": false,
|
|
6368
|
+
"multiple": false,
|
|
6369
|
+
"type": "option"
|
|
6370
|
+
},
|
|
6371
|
+
"path": {
|
|
6372
|
+
"char": "p",
|
|
6373
|
+
"description": "Path to the file export project",
|
|
6374
|
+
"name": "path",
|
|
6375
|
+
"hasDynamicHelp": false,
|
|
6376
|
+
"multiple": false,
|
|
6377
|
+
"type": "option"
|
|
6378
|
+
},
|
|
6379
|
+
"chunksize": {
|
|
6380
|
+
"char": "c",
|
|
6381
|
+
"description": "Number of records to add in a chunk before it is processed",
|
|
6382
|
+
"name": "chunksize",
|
|
6383
|
+
"default": 1000,
|
|
6384
|
+
"hasDynamicHelp": false,
|
|
6385
|
+
"multiple": false,
|
|
6386
|
+
"type": "option"
|
|
6387
|
+
},
|
|
6388
|
+
"polltimeout": {
|
|
6389
|
+
"char": "t",
|
|
6390
|
+
"description": "Timeout in MS for Bulk API calls",
|
|
6391
|
+
"name": "polltimeout",
|
|
6392
|
+
"default": 300000,
|
|
6393
|
+
"hasDynamicHelp": false,
|
|
6394
|
+
"multiple": false,
|
|
6395
|
+
"type": "option"
|
|
6396
|
+
},
|
|
6397
|
+
"startchunknumber": {
|
|
6398
|
+
"char": "s",
|
|
6399
|
+
"description": "Chunk number to start from",
|
|
6400
|
+
"name": "startchunknumber",
|
|
6401
|
+
"default": 0,
|
|
6402
|
+
"hasDynamicHelp": false,
|
|
6403
|
+
"multiple": false,
|
|
6404
|
+
"type": "option"
|
|
6405
|
+
},
|
|
6406
|
+
"debug": {
|
|
6407
|
+
"char": "d",
|
|
6408
|
+
"description": "Activate debug mode (more logs)",
|
|
6409
|
+
"name": "debug",
|
|
6410
|
+
"allowNo": false,
|
|
6411
|
+
"type": "boolean"
|
|
6412
|
+
},
|
|
6413
|
+
"websocket": {
|
|
6414
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
6415
|
+
"name": "websocket",
|
|
6416
|
+
"hasDynamicHelp": false,
|
|
6417
|
+
"multiple": false,
|
|
6418
|
+
"type": "option"
|
|
6419
|
+
},
|
|
6420
|
+
"skipauth": {
|
|
6421
|
+
"description": "Skip authentication check when a default username is required",
|
|
6422
|
+
"name": "skipauth",
|
|
6423
|
+
"allowNo": false,
|
|
6424
|
+
"type": "boolean"
|
|
6425
|
+
},
|
|
6426
|
+
"target-org": {
|
|
6427
|
+
"aliases": [
|
|
6428
|
+
"targetusername",
|
|
6429
|
+
"u"
|
|
6430
|
+
],
|
|
6431
|
+
"char": "o",
|
|
6432
|
+
"deprecateAliases": true,
|
|
6433
|
+
"name": "target-org",
|
|
6434
|
+
"noCacheDefault": true,
|
|
6435
|
+
"required": true,
|
|
6436
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
6437
|
+
"hasDynamicHelp": true,
|
|
6438
|
+
"multiple": false,
|
|
6439
|
+
"type": "option"
|
|
6440
|
+
}
|
|
6441
|
+
},
|
|
6442
|
+
"hasDynamicHelp": true,
|
|
6443
|
+
"hiddenAliases": [],
|
|
6444
|
+
"id": "hardis:org:files:export",
|
|
6445
|
+
"pluginAlias": "sfdx-hardis",
|
|
6446
|
+
"pluginName": "sfdx-hardis",
|
|
6447
|
+
"pluginType": "core",
|
|
6448
|
+
"strict": true,
|
|
6449
|
+
"enableJsonFlag": true,
|
|
6450
|
+
"title": "Export files",
|
|
6451
|
+
"requiresProject": false,
|
|
6452
|
+
"isESM": true,
|
|
6453
|
+
"relativePath": [
|
|
6454
|
+
"lib",
|
|
6455
|
+
"commands",
|
|
6456
|
+
"hardis",
|
|
6457
|
+
"org",
|
|
6458
|
+
"files",
|
|
6459
|
+
"export.js"
|
|
6460
|
+
],
|
|
6461
|
+
"aliasPermutations": [],
|
|
6462
|
+
"permutations": [
|
|
6463
|
+
"hardis:org:files:export",
|
|
6464
|
+
"org:hardis:files:export",
|
|
6465
|
+
"org:files:hardis:export",
|
|
6466
|
+
"org:files:export:hardis",
|
|
6467
|
+
"hardis:files:org:export",
|
|
6468
|
+
"files:hardis:org:export",
|
|
6469
|
+
"files:org:hardis:export",
|
|
6470
|
+
"files:org:export:hardis",
|
|
6471
|
+
"hardis:files:export:org",
|
|
6472
|
+
"files:hardis:export:org",
|
|
6473
|
+
"files:export:hardis:org",
|
|
6474
|
+
"files:export:org:hardis",
|
|
6475
|
+
"hardis:org:export:files",
|
|
6476
|
+
"org:hardis:export:files",
|
|
6477
|
+
"org:export:hardis:files",
|
|
6478
|
+
"org:export:files:hardis",
|
|
6479
|
+
"hardis:export:org:files",
|
|
6480
|
+
"export:hardis:org:files",
|
|
6481
|
+
"export:org:hardis:files",
|
|
6482
|
+
"export:org:files:hardis",
|
|
6483
|
+
"hardis:export:files:org",
|
|
6484
|
+
"export:hardis:files:org",
|
|
6485
|
+
"export:files:hardis:org",
|
|
6486
|
+
"export:files:org:hardis"
|
|
6487
|
+
]
|
|
6488
|
+
},
|
|
6489
|
+
"hardis:org:files:import": {
|
|
6490
|
+
"aliases": [],
|
|
6491
|
+
"args": {},
|
|
6492
|
+
"description": "Import file attachments into a Salesforce org\n\nSee article below to see how to Export them.\n\n[](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n",
|
|
6493
|
+
"examples": [
|
|
6494
|
+
"$ sf hardis:org:files:import"
|
|
6495
|
+
],
|
|
6496
|
+
"flags": {
|
|
6497
|
+
"json": {
|
|
6498
|
+
"description": "Format output as json.",
|
|
6499
|
+
"helpGroup": "GLOBAL",
|
|
6500
|
+
"name": "json",
|
|
6501
|
+
"allowNo": false,
|
|
6502
|
+
"type": "boolean"
|
|
6503
|
+
},
|
|
6504
|
+
"flags-dir": {
|
|
6505
|
+
"helpGroup": "GLOBAL",
|
|
6506
|
+
"name": "flags-dir",
|
|
6507
|
+
"summary": "Import flag values from a directory.",
|
|
6508
|
+
"hasDynamicHelp": false,
|
|
6509
|
+
"multiple": false,
|
|
6510
|
+
"type": "option"
|
|
6511
|
+
},
|
|
6512
|
+
"path": {
|
|
6513
|
+
"char": "p",
|
|
6514
|
+
"description": "Path to the file export project",
|
|
6515
|
+
"name": "path",
|
|
6516
|
+
"hasDynamicHelp": false,
|
|
6517
|
+
"multiple": false,
|
|
6518
|
+
"type": "option"
|
|
6519
|
+
},
|
|
6520
|
+
"overwrite": {
|
|
6521
|
+
"char": "f",
|
|
6522
|
+
"description": "Override existing files (doubles the number of API calls)",
|
|
6523
|
+
"name": "overwrite",
|
|
6524
|
+
"allowNo": false,
|
|
6525
|
+
"type": "boolean"
|
|
6526
|
+
},
|
|
6527
|
+
"debug": {
|
|
6528
|
+
"char": "d",
|
|
6529
|
+
"description": "Activate debug mode (more logs)",
|
|
6530
|
+
"name": "debug",
|
|
6531
|
+
"allowNo": false,
|
|
6532
|
+
"type": "boolean"
|
|
6533
|
+
},
|
|
6534
|
+
"websocket": {
|
|
6535
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
6536
|
+
"name": "websocket",
|
|
6537
|
+
"hasDynamicHelp": false,
|
|
6538
|
+
"multiple": false,
|
|
6539
|
+
"type": "option"
|
|
6540
|
+
},
|
|
6541
|
+
"skipauth": {
|
|
6542
|
+
"description": "Skip authentication check when a default username is required",
|
|
6543
|
+
"name": "skipauth",
|
|
6544
|
+
"allowNo": false,
|
|
6545
|
+
"type": "boolean"
|
|
6546
|
+
},
|
|
6547
|
+
"target-org": {
|
|
6548
|
+
"aliases": [
|
|
6549
|
+
"targetusername",
|
|
6550
|
+
"u"
|
|
6551
|
+
],
|
|
6552
|
+
"char": "o",
|
|
6553
|
+
"deprecateAliases": true,
|
|
6554
|
+
"name": "target-org",
|
|
6555
|
+
"noCacheDefault": true,
|
|
6556
|
+
"required": true,
|
|
6557
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
6558
|
+
"hasDynamicHelp": true,
|
|
6559
|
+
"multiple": false,
|
|
6560
|
+
"type": "option"
|
|
6561
|
+
}
|
|
6562
|
+
},
|
|
6563
|
+
"hasDynamicHelp": true,
|
|
6564
|
+
"hiddenAliases": [],
|
|
6565
|
+
"id": "hardis:org:files:import",
|
|
6566
|
+
"pluginAlias": "sfdx-hardis",
|
|
6567
|
+
"pluginName": "sfdx-hardis",
|
|
6568
|
+
"pluginType": "core",
|
|
6569
|
+
"strict": true,
|
|
6570
|
+
"enableJsonFlag": true,
|
|
6571
|
+
"title": "Import files",
|
|
6572
|
+
"requiresProject": false,
|
|
6573
|
+
"isESM": true,
|
|
6574
|
+
"relativePath": [
|
|
6575
|
+
"lib",
|
|
6576
|
+
"commands",
|
|
6577
|
+
"hardis",
|
|
6578
|
+
"org",
|
|
6579
|
+
"files",
|
|
6580
|
+
"import.js"
|
|
6581
|
+
],
|
|
6582
|
+
"aliasPermutations": [],
|
|
6583
|
+
"permutations": [
|
|
6584
|
+
"hardis:org:files:import",
|
|
6585
|
+
"org:hardis:files:import",
|
|
6586
|
+
"org:files:hardis:import",
|
|
6587
|
+
"org:files:import:hardis",
|
|
6588
|
+
"hardis:files:org:import",
|
|
6589
|
+
"files:hardis:org:import",
|
|
6590
|
+
"files:org:hardis:import",
|
|
6591
|
+
"files:org:import:hardis",
|
|
6592
|
+
"hardis:files:import:org",
|
|
6593
|
+
"files:hardis:import:org",
|
|
6594
|
+
"files:import:hardis:org",
|
|
6595
|
+
"files:import:org:hardis",
|
|
6596
|
+
"hardis:org:import:files",
|
|
6597
|
+
"org:hardis:import:files",
|
|
6598
|
+
"org:import:hardis:files",
|
|
6599
|
+
"org:import:files:hardis",
|
|
6600
|
+
"hardis:import:org:files",
|
|
6601
|
+
"import:hardis:org:files",
|
|
6602
|
+
"import:org:hardis:files",
|
|
6603
|
+
"import:org:files:hardis",
|
|
6604
|
+
"hardis:import:files:org",
|
|
6605
|
+
"import:hardis:files:org",
|
|
6606
|
+
"import:files:hardis:org",
|
|
6607
|
+
"import:files:org:hardis"
|
|
6608
|
+
]
|
|
6609
|
+
},
|
|
6610
6610
|
"hardis:org:fix:listviewmine": {
|
|
6611
6611
|
"aliases": [],
|
|
6612
6612
|
"args": {},
|
|
@@ -14525,5 +14525,5 @@
|
|
|
14525
14525
|
]
|
|
14526
14526
|
}
|
|
14527
14527
|
},
|
|
14528
|
-
"version": "5.
|
|
14528
|
+
"version": "5.31.0"
|
|
14529
14529
|
}
|