sfdx-hardis 5.30.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.
@@ -57,12 +57,13 @@
57
57
  "world:hello"
58
58
  ]
59
59
  },
60
- "hardis:cache:clear": {
60
+ "hardis:auth:login": {
61
61
  "aliases": [],
62
62
  "args": {},
63
- "description": "Clear cache generated by sfdx-hardis",
63
+ "description": "Login to salesforce org",
64
64
  "examples": [
65
- "$ sf hardis:cache:clear"
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:cache:clear",
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": "Clear sfdx-hardis cache",
135
+ "title": "Login",
113
136
  "requiresProject": false,
114
137
  "isESM": true,
115
138
  "relativePath": [
116
139
  "lib",
117
140
  "commands",
118
141
  "hardis",
119
- "cache",
120
- "clear.js"
142
+ "auth",
143
+ "login.js"
121
144
  ],
122
145
  "aliasPermutations": [],
123
146
  "permutations": [
124
- "hardis:cache:clear",
125
- "cache:hardis:clear",
126
- "cache:clear:hardis",
127
- "hardis:clear:cache",
128
- "clear:hardis:cache",
129
- "clear:cache:hardis"
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:auth:login": {
155
+ "hardis:cache:clear": {
133
156
  "aliases": [],
134
157
  "args": {},
135
- "description": "Login to salesforce org",
158
+ "description": "Clear cache generated by sfdx-hardis",
136
159
  "examples": [
137
- "$ sf hardis:auth:login",
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:auth:login",
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": "Login",
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
- "auth",
215
- "login.js"
214
+ "cache",
215
+ "clear.js"
216
216
  ],
217
217
  "aliasPermutations": [],
218
218
  "permutations": [
219
- "hardis:auth:login",
220
- "auth:hardis:login",
221
- "auth:login:hardis",
222
- "hardis:login:auth",
223
- "login:hardis:auth",
224
- "login:auth:hardis"
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,135 +4433,6 @@
4304
4433
  "generate:plugin:doc:hardis"
4305
4434
  ]
4306
4435
  },
4307
- "hardis:git:pull-requests:extract": {
4308
- "aliases": [],
4309
- "args": {},
4310
- "description": "Extract pull requests with filtering criteria",
4311
- "examples": [
4312
- "$ sf hardis:git:pull-requests:extract",
4313
- "$ sf hardis:git:pull-requests:extract --target-branch main --status merged"
4314
- ],
4315
- "flags": {
4316
- "json": {
4317
- "description": "Format output as json.",
4318
- "helpGroup": "GLOBAL",
4319
- "name": "json",
4320
- "allowNo": false,
4321
- "type": "boolean"
4322
- },
4323
- "flags-dir": {
4324
- "helpGroup": "GLOBAL",
4325
- "name": "flags-dir",
4326
- "summary": "Import flag values from a directory.",
4327
- "hasDynamicHelp": false,
4328
- "multiple": false,
4329
- "type": "option"
4330
- },
4331
- "target-branch": {
4332
- "char": "t",
4333
- "description": "Target branch of PRs",
4334
- "name": "target-branch",
4335
- "hasDynamicHelp": false,
4336
- "multiple": false,
4337
- "type": "option"
4338
- },
4339
- "status": {
4340
- "char": "x",
4341
- "description": "Status of the PR",
4342
- "name": "status",
4343
- "hasDynamicHelp": false,
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
4436
  "hardis:org:community:update": {
4437
4437
  "aliases": [],
4438
4438
  "args": {},
@@ -14525,5 +14525,5 @@
14525
14525
  ]
14526
14526
  }
14527
14527
  },
14528
- "version": "5.30.0"
14528
+ "version": "5.31.0"
14529
14529
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Swiss-army-knife Toolbox for Salesforce.\n Allows you to define a complete CD/CD Pipeline.\n Orchestrate base commands and assist users with interactive wizards",
4
4
  "author": "NicolasVuillamy @nvuillam",
5
5
  "bugs": "https://github.com/hardisgroupcom/sfdx-hardis/issues",
6
- "version": "5.30.0",
6
+ "version": "5.31.0",
7
7
  "dependencies": {
8
8
  "@actions/github": "^6.0.0",
9
9
  "@cparra/apexdocs": "^3.12.1",
@@ -42,6 +42,7 @@
42
42
  "isomorphic-dompurify": "^2.22.0",
43
43
  "jira-client": "^8.2.2",
44
44
  "js-yaml": "^4.1.0",
45
+ "jsdoc-to-markdown": "^9.1.1",
45
46
  "make-fetch-happen": "^14.0.3",
46
47
  "marked": "^14.1.4",
47
48
  "md-to-pdf": "^5.2.4",