@jayree/sfdx-plugin-legacy 1.1.150 → 1.1.152
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 +16 -0
- package/README.md +7 -7
- package/oclif.manifest.json +123 -123
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [1.1.152](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.151...v1.1.152) (2025-12-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/changelog from 1.2.21 to 1.2.22 ([#1478](https://github.com/jayree/sfdx-plugin-legacy/issues/1478)) ([d6e8966](https://github.com/jayree/sfdx-plugin-legacy/commit/d6e896659d3807f6c6c4a1d7e04ce23b0357b269))
|
|
7
|
+
* **deps:** bump puppeteer from 24.32.0 to 24.33.0 ([#1482](https://github.com/jayree/sfdx-plugin-legacy/issues/1482)) ([5cc80ab](https://github.com/jayree/sfdx-plugin-legacy/commit/5cc80abaeb0dc3c04e48754399e9982d0d80ca09))
|
|
8
|
+
|
|
9
|
+
## [1.1.151](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.150...v1.1.151) (2025-12-05)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **deps:** bump @jayree/changelog from 1.2.20 to 1.2.21 ([#1474](https://github.com/jayree/sfdx-plugin-legacy/issues/1474)) ([89324c6](https://github.com/jayree/sfdx-plugin-legacy/commit/89324c6f931b4b774a8f6a9456734a6997ca8d0d))
|
|
15
|
+
* **deps:** bump puppeteer from 24.31.0 to 24.32.0 ([#1475](https://github.com/jayree/sfdx-plugin-legacy/issues/1475)) ([04cfb14](https://github.com/jayree/sfdx-plugin-legacy/commit/04cfb14e5c3403847d77f53912743a18259287c2))
|
|
16
|
+
|
|
1
17
|
## [1.1.150](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.149...v1.1.150) (2025-11-21)
|
|
2
18
|
|
|
3
19
|
|
package/README.md
CHANGED
|
@@ -50,7 +50,7 @@ EXAMPLES
|
|
|
50
50
|
❯ ChangeSet1
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
-
_See code: [src/commands/jayree/automation/changeset/deploy.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
53
|
+
_See code: [src/commands/jayree/automation/changeset/deploy.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.152/src/commands/jayree/automation/changeset/deploy.ts)_
|
|
54
54
|
|
|
55
55
|
### `sfdx jayree:automation:changeset:list`
|
|
56
56
|
|
|
@@ -64,7 +64,7 @@ DESCRIPTION
|
|
|
64
64
|
list incomming change sets of an org (beta)
|
|
65
65
|
```
|
|
66
66
|
|
|
67
|
-
_See code: [src/commands/jayree/automation/changeset/list.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
67
|
+
_See code: [src/commands/jayree/automation/changeset/list.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.152/src/commands/jayree/automation/changeset/list.ts)_
|
|
68
68
|
|
|
69
69
|
### `sfdx jayree:automation:ltngsync:status`
|
|
70
70
|
|
|
@@ -85,7 +85,7 @@ EXAMPLES
|
|
|
85
85
|
userContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed
|
|
86
86
|
```
|
|
87
87
|
|
|
88
|
-
_See code: [src/commands/jayree/automation/ltngsync/status.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
88
|
+
_See code: [src/commands/jayree/automation/ltngsync/status.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.152/src/commands/jayree/automation/ltngsync/status.ts)_
|
|
89
89
|
|
|
90
90
|
### `sfdx jayree:packagedescription:create`
|
|
91
91
|
|
|
@@ -102,7 +102,7 @@ EXAMPLES
|
|
|
102
102
|
$ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'
|
|
103
103
|
```
|
|
104
104
|
|
|
105
|
-
_See code: [src/commands/jayree/packagedescription/create.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
105
|
+
_See code: [src/commands/jayree/packagedescription/create.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.152/src/commands/jayree/packagedescription/create.ts)_
|
|
106
106
|
|
|
107
107
|
### `sfdx jayree:packagedescription:get`
|
|
108
108
|
|
|
@@ -120,7 +120,7 @@ EXAMPLES
|
|
|
120
120
|
Description of Package FILENAME
|
|
121
121
|
```
|
|
122
122
|
|
|
123
|
-
_See code: [src/commands/jayree/packagedescription/get.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
123
|
+
_See code: [src/commands/jayree/packagedescription/get.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.152/src/commands/jayree/packagedescription/get.ts)_
|
|
124
124
|
|
|
125
125
|
### `sfdx jayree:packagedescription:remove`
|
|
126
126
|
|
|
@@ -137,7 +137,7 @@ EXAMPLES
|
|
|
137
137
|
$ sfdx jayree:packagedescription:remove --file FILENAME
|
|
138
138
|
```
|
|
139
139
|
|
|
140
|
-
_See code: [src/commands/jayree/packagedescription/remove.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
140
|
+
_See code: [src/commands/jayree/packagedescription/remove.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.152/src/commands/jayree/packagedescription/remove.ts)_
|
|
141
141
|
|
|
142
142
|
### `sfdx jayree:packagedescription:set`
|
|
143
143
|
|
|
@@ -154,5 +154,5 @@ EXAMPLES
|
|
|
154
154
|
$ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'
|
|
155
155
|
```
|
|
156
156
|
|
|
157
|
-
_See code: [src/commands/jayree/packagedescription/set.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
157
|
+
_See code: [src/commands/jayree/packagedescription/set.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.152/src/commands/jayree/packagedescription/set.ts)_
|
|
158
158
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,127 @@
|
|
|
1
1
|
{
|
|
2
2
|
"commands": {
|
|
3
|
+
"jayree:automation:changeset:deploy": {
|
|
4
|
+
"aliases": [],
|
|
5
|
+
"args": {},
|
|
6
|
+
"description": "deploy incomming change set to an org (beta)",
|
|
7
|
+
"examples": [
|
|
8
|
+
"$ sfdx jayree:automation:changeset:deploy -s ChangeSet -l RunLocalTests --nodialog\nDeploying Change Set 'ChangeSet'...\n\n=== Status\nStatus: Pending\njobid: 0Xxx100000xx1x1\n",
|
|
9
|
+
"$ sfdx jayree:automation:changeset:deploy\n? Change Sets Awaiting Deployment (Use arrow keys)\n ChangeSet3\n ChangeSet2\n❯ ChangeSet1\n"
|
|
10
|
+
],
|
|
11
|
+
"flags": {},
|
|
12
|
+
"hasDynamicHelp": false,
|
|
13
|
+
"hiddenAliases": [],
|
|
14
|
+
"id": "jayree:automation:changeset:deploy",
|
|
15
|
+
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
16
|
+
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
17
|
+
"pluginType": "core",
|
|
18
|
+
"strict": true,
|
|
19
|
+
"parse": true,
|
|
20
|
+
"parserOptions": {},
|
|
21
|
+
"supportsUsername": false,
|
|
22
|
+
"requiresUsername": true,
|
|
23
|
+
"supportsDevhubUsername": false,
|
|
24
|
+
"requiresDevhubUsername": false,
|
|
25
|
+
"requiresProject": false,
|
|
26
|
+
"result": {},
|
|
27
|
+
"varargs": false,
|
|
28
|
+
"flagsConfig": {
|
|
29
|
+
"changeset": {
|
|
30
|
+
"kind": "string",
|
|
31
|
+
"char": "s",
|
|
32
|
+
"description": "name of changeset to deploy",
|
|
33
|
+
"required": false,
|
|
34
|
+
"input": [],
|
|
35
|
+
"multiple": false,
|
|
36
|
+
"type": "option"
|
|
37
|
+
},
|
|
38
|
+
"runtests": {
|
|
39
|
+
"kind": "string",
|
|
40
|
+
"char": "r",
|
|
41
|
+
"description": "tests to run if --testlevel RunSpecifiedTests",
|
|
42
|
+
"required": false,
|
|
43
|
+
"dependsOn": [
|
|
44
|
+
"testlevel"
|
|
45
|
+
],
|
|
46
|
+
"input": [],
|
|
47
|
+
"multiple": false,
|
|
48
|
+
"type": "option"
|
|
49
|
+
},
|
|
50
|
+
"testlevel": {
|
|
51
|
+
"kind": "string",
|
|
52
|
+
"char": "l",
|
|
53
|
+
"description": "deployment testing level (Default,RunSpecifiedTests,RunLocalTests,RunAllTestsInOrg)",
|
|
54
|
+
"required": false,
|
|
55
|
+
"options": [
|
|
56
|
+
"Default",
|
|
57
|
+
"RunSpecifiedTests",
|
|
58
|
+
"RunLocalTests",
|
|
59
|
+
"RunAllTestsInOrg"
|
|
60
|
+
],
|
|
61
|
+
"input": [],
|
|
62
|
+
"multiple": false,
|
|
63
|
+
"type": "option"
|
|
64
|
+
},
|
|
65
|
+
"checkonly": {
|
|
66
|
+
"kind": "boolean",
|
|
67
|
+
"char": "c",
|
|
68
|
+
"description": "validate deploy but don’t save to the org (default:false)",
|
|
69
|
+
"required": false,
|
|
70
|
+
"allowNo": false,
|
|
71
|
+
"type": "boolean"
|
|
72
|
+
},
|
|
73
|
+
"nodialog": {
|
|
74
|
+
"kind": "boolean",
|
|
75
|
+
"description": "don't show the dialog wizard",
|
|
76
|
+
"required": false,
|
|
77
|
+
"dependsOn": [
|
|
78
|
+
"changeset"
|
|
79
|
+
],
|
|
80
|
+
"allowNo": false,
|
|
81
|
+
"type": "boolean"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"isESM": true,
|
|
85
|
+
"relativePath": [
|
|
86
|
+
"lib",
|
|
87
|
+
"commands",
|
|
88
|
+
"jayree",
|
|
89
|
+
"automation",
|
|
90
|
+
"changeset",
|
|
91
|
+
"deploy.js"
|
|
92
|
+
]
|
|
93
|
+
},
|
|
94
|
+
"jayree:automation:changeset:list": {
|
|
95
|
+
"aliases": [],
|
|
96
|
+
"args": {},
|
|
97
|
+
"description": "list incomming change sets of an org (beta)",
|
|
98
|
+
"flags": {},
|
|
99
|
+
"hasDynamicHelp": false,
|
|
100
|
+
"hiddenAliases": [],
|
|
101
|
+
"id": "jayree:automation:changeset:list",
|
|
102
|
+
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
103
|
+
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
104
|
+
"pluginType": "core",
|
|
105
|
+
"strict": true,
|
|
106
|
+
"parse": true,
|
|
107
|
+
"parserOptions": {},
|
|
108
|
+
"supportsUsername": false,
|
|
109
|
+
"requiresUsername": true,
|
|
110
|
+
"supportsDevhubUsername": false,
|
|
111
|
+
"requiresDevhubUsername": false,
|
|
112
|
+
"requiresProject": false,
|
|
113
|
+
"result": {},
|
|
114
|
+
"varargs": false,
|
|
115
|
+
"isESM": true,
|
|
116
|
+
"relativePath": [
|
|
117
|
+
"lib",
|
|
118
|
+
"commands",
|
|
119
|
+
"jayree",
|
|
120
|
+
"automation",
|
|
121
|
+
"changeset",
|
|
122
|
+
"list.js"
|
|
123
|
+
]
|
|
124
|
+
},
|
|
3
125
|
"jayree:packagedescription:create": {
|
|
4
126
|
"aliases": [],
|
|
5
127
|
"args": {
|
|
@@ -216,128 +338,6 @@
|
|
|
216
338
|
"set.js"
|
|
217
339
|
]
|
|
218
340
|
},
|
|
219
|
-
"jayree:automation:changeset:deploy": {
|
|
220
|
-
"aliases": [],
|
|
221
|
-
"args": {},
|
|
222
|
-
"description": "deploy incomming change set to an org (beta)",
|
|
223
|
-
"examples": [
|
|
224
|
-
"$ sfdx jayree:automation:changeset:deploy -s ChangeSet -l RunLocalTests --nodialog\nDeploying Change Set 'ChangeSet'...\n\n=== Status\nStatus: Pending\njobid: 0Xxx100000xx1x1\n",
|
|
225
|
-
"$ sfdx jayree:automation:changeset:deploy\n? Change Sets Awaiting Deployment (Use arrow keys)\n ChangeSet3\n ChangeSet2\n❯ ChangeSet1\n"
|
|
226
|
-
],
|
|
227
|
-
"flags": {},
|
|
228
|
-
"hasDynamicHelp": false,
|
|
229
|
-
"hiddenAliases": [],
|
|
230
|
-
"id": "jayree:automation:changeset:deploy",
|
|
231
|
-
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
232
|
-
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
233
|
-
"pluginType": "core",
|
|
234
|
-
"strict": true,
|
|
235
|
-
"parse": true,
|
|
236
|
-
"parserOptions": {},
|
|
237
|
-
"supportsUsername": false,
|
|
238
|
-
"requiresUsername": true,
|
|
239
|
-
"supportsDevhubUsername": false,
|
|
240
|
-
"requiresDevhubUsername": false,
|
|
241
|
-
"requiresProject": false,
|
|
242
|
-
"result": {},
|
|
243
|
-
"varargs": false,
|
|
244
|
-
"flagsConfig": {
|
|
245
|
-
"changeset": {
|
|
246
|
-
"kind": "string",
|
|
247
|
-
"char": "s",
|
|
248
|
-
"description": "name of changeset to deploy",
|
|
249
|
-
"required": false,
|
|
250
|
-
"input": [],
|
|
251
|
-
"multiple": false,
|
|
252
|
-
"type": "option"
|
|
253
|
-
},
|
|
254
|
-
"runtests": {
|
|
255
|
-
"kind": "string",
|
|
256
|
-
"char": "r",
|
|
257
|
-
"description": "tests to run if --testlevel RunSpecifiedTests",
|
|
258
|
-
"required": false,
|
|
259
|
-
"dependsOn": [
|
|
260
|
-
"testlevel"
|
|
261
|
-
],
|
|
262
|
-
"input": [],
|
|
263
|
-
"multiple": false,
|
|
264
|
-
"type": "option"
|
|
265
|
-
},
|
|
266
|
-
"testlevel": {
|
|
267
|
-
"kind": "string",
|
|
268
|
-
"char": "l",
|
|
269
|
-
"description": "deployment testing level (Default,RunSpecifiedTests,RunLocalTests,RunAllTestsInOrg)",
|
|
270
|
-
"required": false,
|
|
271
|
-
"options": [
|
|
272
|
-
"Default",
|
|
273
|
-
"RunSpecifiedTests",
|
|
274
|
-
"RunLocalTests",
|
|
275
|
-
"RunAllTestsInOrg"
|
|
276
|
-
],
|
|
277
|
-
"input": [],
|
|
278
|
-
"multiple": false,
|
|
279
|
-
"type": "option"
|
|
280
|
-
},
|
|
281
|
-
"checkonly": {
|
|
282
|
-
"kind": "boolean",
|
|
283
|
-
"char": "c",
|
|
284
|
-
"description": "validate deploy but don’t save to the org (default:false)",
|
|
285
|
-
"required": false,
|
|
286
|
-
"allowNo": false,
|
|
287
|
-
"type": "boolean"
|
|
288
|
-
},
|
|
289
|
-
"nodialog": {
|
|
290
|
-
"kind": "boolean",
|
|
291
|
-
"description": "don't show the dialog wizard",
|
|
292
|
-
"required": false,
|
|
293
|
-
"dependsOn": [
|
|
294
|
-
"changeset"
|
|
295
|
-
],
|
|
296
|
-
"allowNo": false,
|
|
297
|
-
"type": "boolean"
|
|
298
|
-
}
|
|
299
|
-
},
|
|
300
|
-
"isESM": true,
|
|
301
|
-
"relativePath": [
|
|
302
|
-
"lib",
|
|
303
|
-
"commands",
|
|
304
|
-
"jayree",
|
|
305
|
-
"automation",
|
|
306
|
-
"changeset",
|
|
307
|
-
"deploy.js"
|
|
308
|
-
]
|
|
309
|
-
},
|
|
310
|
-
"jayree:automation:changeset:list": {
|
|
311
|
-
"aliases": [],
|
|
312
|
-
"args": {},
|
|
313
|
-
"description": "list incomming change sets of an org (beta)",
|
|
314
|
-
"flags": {},
|
|
315
|
-
"hasDynamicHelp": false,
|
|
316
|
-
"hiddenAliases": [],
|
|
317
|
-
"id": "jayree:automation:changeset:list",
|
|
318
|
-
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
319
|
-
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
320
|
-
"pluginType": "core",
|
|
321
|
-
"strict": true,
|
|
322
|
-
"parse": true,
|
|
323
|
-
"parserOptions": {},
|
|
324
|
-
"supportsUsername": false,
|
|
325
|
-
"requiresUsername": true,
|
|
326
|
-
"supportsDevhubUsername": false,
|
|
327
|
-
"requiresDevhubUsername": false,
|
|
328
|
-
"requiresProject": false,
|
|
329
|
-
"result": {},
|
|
330
|
-
"varargs": false,
|
|
331
|
-
"isESM": true,
|
|
332
|
-
"relativePath": [
|
|
333
|
-
"lib",
|
|
334
|
-
"commands",
|
|
335
|
-
"jayree",
|
|
336
|
-
"automation",
|
|
337
|
-
"changeset",
|
|
338
|
-
"list.js"
|
|
339
|
-
]
|
|
340
|
-
},
|
|
341
341
|
"jayree:automation:ltngsync:status": {
|
|
342
342
|
"aliases": [],
|
|
343
343
|
"args": {},
|
|
@@ -401,5 +401,5 @@
|
|
|
401
401
|
]
|
|
402
402
|
}
|
|
403
403
|
},
|
|
404
|
-
"version": "1.1.
|
|
404
|
+
"version": "1.1.152"
|
|
405
405
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-legacy",
|
|
3
3
|
"description": "A Salesforce CLI plugin containing all jayree legacy commands.",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.152",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-plugin-legacy/issues",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@jayree/changelog": "^1.2.
|
|
9
|
+
"@jayree/changelog": "^1.2.22",
|
|
10
10
|
"@oclif/core": "^2.15.0",
|
|
11
11
|
"@salesforce/command": "^5.3.9",
|
|
12
12
|
"@salesforce/core": "^3.36.2",
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
"fast-xml-parser": "^5.3.2",
|
|
17
17
|
"fs-extra": "^11.3.2",
|
|
18
18
|
"inquirer": "^12.11.1",
|
|
19
|
-
"puppeteer": "^24.
|
|
19
|
+
"puppeteer": "^24.33.0",
|
|
20
20
|
"tslib": "^2.8.1"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@commitlint/cli": "^20.
|
|
24
|
-
"@commitlint/config-conventional": "^20.
|
|
23
|
+
"@commitlint/cli": "^20.2.0",
|
|
24
|
+
"@commitlint/config-conventional": "^20.2.0",
|
|
25
25
|
"@oclif/plugin-command-snapshot": "^5.3.8",
|
|
26
26
|
"@oclif/plugin-help": "^6.2.36",
|
|
27
27
|
"@salesforce/dev-config": "^4.3.2",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@types/fs-extra": "^11.0.4",
|
|
34
34
|
"@types/inquirer": "^9.0.7",
|
|
35
35
|
"@types/mocha": "^10.0.10",
|
|
36
|
-
"@types/node": "^
|
|
36
|
+
"@types/node": "^25.0.1",
|
|
37
37
|
"@types/sinon": "^21.0.0",
|
|
38
38
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
39
39
|
"@typescript-eslint/parser": "^5.62.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"eslint-config-salesforce-typescript": "^4.0.1",
|
|
47
47
|
"eslint-plugin-header": "^3.1.1",
|
|
48
48
|
"eslint-plugin-import": "^2.32.0",
|
|
49
|
-
"eslint-plugin-jsdoc": "^61.
|
|
49
|
+
"eslint-plugin-jsdoc": "^61.5.0",
|
|
50
50
|
"eslint-plugin-prettier": "^5.5.4",
|
|
51
51
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
52
52
|
"husky": "^9.1.7",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"oclif": "^4.1.0",
|
|
58
58
|
"patch-package": "^8.0.1",
|
|
59
59
|
"pinst": "^3.0.0",
|
|
60
|
-
"prettier": "^3.
|
|
60
|
+
"prettier": "^3.7.4",
|
|
61
61
|
"pretty-quick": "^4.2.2",
|
|
62
62
|
"shx": "^0.4.0",
|
|
63
63
|
"sinon": "^21.0.0",
|