@jayree/sfdx-plugin-legacy 1.1.75 → 1.1.77
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 +17 -0
- package/README.md +7 -7
- package/oclif.manifest.json +160 -160
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## [1.1.77](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.76...v1.1.77) (2024-03-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/changelog from 1.1.9 to 1.1.10 ([#879](https://github.com/jayree/sfdx-plugin-legacy/issues/879)) ([785250e](https://github.com/jayree/sfdx-plugin-legacy/commit/785250ee1cbfe3e410b76b0a4296f74401002d0f))
|
|
7
|
+
* **deps:** bump fast-xml-parser from 4.3.4 to 4.3.5 ([#873](https://github.com/jayree/sfdx-plugin-legacy/issues/873)) ([5750203](https://github.com/jayree/sfdx-plugin-legacy/commit/5750203dc2063ef858369886fbda450e03bc991d))
|
|
8
|
+
* **deps:** bump puppeteer from 22.2.0 to 22.3.0 ([#878](https://github.com/jayree/sfdx-plugin-legacy/issues/878)) ([c6d67c5](https://github.com/jayree/sfdx-plugin-legacy/commit/c6d67c59c4bfbfeccca6353a7ea6b2cf6b27cf86))
|
|
9
|
+
|
|
10
|
+
## [1.1.76](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.75...v1.1.76) (2024-02-23)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump inquirer from 9.2.14 to 9.2.15 ([#870](https://github.com/jayree/sfdx-plugin-legacy/issues/870)) ([d76838a](https://github.com/jayree/sfdx-plugin-legacy/commit/d76838a634a9c3d15af9d8c1556cb5011a31d15e))
|
|
16
|
+
* **deps:** bump puppeteer from 22.0.0 to 22.2.0 ([#865](https://github.com/jayree/sfdx-plugin-legacy/issues/865)) ([c4e774d](https://github.com/jayree/sfdx-plugin-legacy/commit/c4e774ddcace6d880e5b9a4332b555cc8f19b1c4))
|
|
17
|
+
|
|
1
18
|
## [1.1.75](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.74...v1.1.75) (2024-02-17)
|
|
2
19
|
|
|
3
20
|
|
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.77/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.77/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.77/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.77/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.77/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.77/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.77/src/commands/jayree/packagedescription/set.ts)_
|
|
158
158
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"commands": {
|
|
3
|
-
"jayree:
|
|
3
|
+
"jayree:packagedescription:create": {
|
|
4
4
|
"aliases": [],
|
|
5
|
-
"args": {
|
|
6
|
-
|
|
5
|
+
"args": {
|
|
6
|
+
"file": {
|
|
7
|
+
"name": "file"
|
|
8
|
+
}
|
|
9
|
+
},
|
|
10
|
+
"description": "creates an empty package with the description",
|
|
7
11
|
"examples": [
|
|
8
|
-
"$ sfdx jayree:
|
|
9
|
-
"$ sfdx jayree:automation:changeset:deploy\n? Change Sets Awaiting Deployment (Use arrow keys)\n ChangeSet3\n ChangeSet2\n❯ ChangeSet1\n"
|
|
12
|
+
"$ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'\n "
|
|
10
13
|
],
|
|
11
14
|
"flags": {},
|
|
12
15
|
"hasDynamicHelp": false,
|
|
13
16
|
"hiddenAliases": [],
|
|
14
|
-
"id": "jayree:
|
|
17
|
+
"id": "jayree:packagedescription:create",
|
|
15
18
|
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
16
19
|
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
17
20
|
"pluginType": "core",
|
|
@@ -19,66 +22,33 @@
|
|
|
19
22
|
"parse": true,
|
|
20
23
|
"parserOptions": {},
|
|
21
24
|
"supportsUsername": false,
|
|
22
|
-
"requiresUsername":
|
|
25
|
+
"requiresUsername": false,
|
|
23
26
|
"supportsDevhubUsername": false,
|
|
24
27
|
"requiresDevhubUsername": false,
|
|
25
28
|
"requiresProject": false,
|
|
26
29
|
"result": {},
|
|
27
30
|
"varargs": false,
|
|
28
31
|
"flagsConfig": {
|
|
29
|
-
"
|
|
32
|
+
"file": {
|
|
30
33
|
"kind": "string",
|
|
31
|
-
"char": "
|
|
32
|
-
"description": "
|
|
33
|
-
"required":
|
|
34
|
+
"char": "f",
|
|
35
|
+
"description": "file to create",
|
|
36
|
+
"required": true,
|
|
34
37
|
"input": [],
|
|
35
38
|
"multiple": false,
|
|
36
39
|
"type": "option"
|
|
37
40
|
},
|
|
38
|
-
"
|
|
41
|
+
"description": {
|
|
39
42
|
"kind": "string",
|
|
40
|
-
"char": "
|
|
41
|
-
"description": "
|
|
42
|
-
"required": false,
|
|
43
|
+
"char": "d",
|
|
44
|
+
"description": "new description value",
|
|
43
45
|
"dependsOn": [
|
|
44
|
-
"
|
|
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"
|
|
46
|
+
"file"
|
|
60
47
|
],
|
|
48
|
+
"required": true,
|
|
61
49
|
"input": [],
|
|
62
50
|
"multiple": false,
|
|
63
51
|
"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
52
|
}
|
|
83
53
|
},
|
|
84
54
|
"isESM": true,
|
|
@@ -86,19 +56,25 @@
|
|
|
86
56
|
"lib",
|
|
87
57
|
"commands",
|
|
88
58
|
"jayree",
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"deploy.js"
|
|
59
|
+
"packagedescription",
|
|
60
|
+
"create.js"
|
|
92
61
|
]
|
|
93
62
|
},
|
|
94
|
-
"jayree:
|
|
63
|
+
"jayree:packagedescription:get": {
|
|
95
64
|
"aliases": [],
|
|
96
|
-
"args": {
|
|
97
|
-
|
|
65
|
+
"args": {
|
|
66
|
+
"file": {
|
|
67
|
+
"name": "file"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"description": "get the description within a package",
|
|
71
|
+
"examples": [
|
|
72
|
+
"$ sfdx jayree:packagedescription:get --file FILENAME\nDescription of Package FILENAME\n "
|
|
73
|
+
],
|
|
98
74
|
"flags": {},
|
|
99
75
|
"hasDynamicHelp": false,
|
|
100
76
|
"hiddenAliases": [],
|
|
101
|
-
"id": "jayree:
|
|
77
|
+
"id": "jayree:packagedescription:get",
|
|
102
78
|
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
103
79
|
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
104
80
|
"pluginType": "core",
|
|
@@ -106,33 +82,47 @@
|
|
|
106
82
|
"parse": true,
|
|
107
83
|
"parserOptions": {},
|
|
108
84
|
"supportsUsername": false,
|
|
109
|
-
"requiresUsername":
|
|
85
|
+
"requiresUsername": false,
|
|
110
86
|
"supportsDevhubUsername": false,
|
|
111
87
|
"requiresDevhubUsername": false,
|
|
112
88
|
"requiresProject": false,
|
|
113
89
|
"result": {},
|
|
114
90
|
"varargs": false,
|
|
91
|
+
"flagsConfig": {
|
|
92
|
+
"file": {
|
|
93
|
+
"kind": "string",
|
|
94
|
+
"char": "f",
|
|
95
|
+
"description": "file to read",
|
|
96
|
+
"required": true,
|
|
97
|
+
"input": [],
|
|
98
|
+
"multiple": false,
|
|
99
|
+
"type": "option"
|
|
100
|
+
}
|
|
101
|
+
},
|
|
115
102
|
"isESM": true,
|
|
116
103
|
"relativePath": [
|
|
117
104
|
"lib",
|
|
118
105
|
"commands",
|
|
119
106
|
"jayree",
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"list.js"
|
|
107
|
+
"packagedescription",
|
|
108
|
+
"get.js"
|
|
123
109
|
]
|
|
124
110
|
},
|
|
125
|
-
"jayree:
|
|
111
|
+
"jayree:packagedescription:remove": {
|
|
126
112
|
"aliases": [],
|
|
127
|
-
"args": {
|
|
128
|
-
|
|
113
|
+
"args": {
|
|
114
|
+
"file": {
|
|
115
|
+
"name": "file"
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"description": "remove the description within a package",
|
|
129
119
|
"examples": [
|
|
130
|
-
"$ sfdx jayree:
|
|
120
|
+
"$ sfdx jayree:packagedescription:remove --file FILENAME\n "
|
|
131
121
|
],
|
|
132
122
|
"flags": {},
|
|
133
123
|
"hasDynamicHelp": false,
|
|
134
124
|
"hiddenAliases": [],
|
|
135
|
-
"id": "jayree:
|
|
125
|
+
"id": "jayree:packagedescription:remove",
|
|
136
126
|
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
137
127
|
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
138
128
|
"pluginType": "core",
|
|
@@ -140,38 +130,21 @@
|
|
|
140
130
|
"parse": true,
|
|
141
131
|
"parserOptions": {},
|
|
142
132
|
"supportsUsername": false,
|
|
143
|
-
"requiresUsername":
|
|
133
|
+
"requiresUsername": false,
|
|
144
134
|
"supportsDevhubUsername": false,
|
|
145
135
|
"requiresDevhubUsername": false,
|
|
146
136
|
"requiresProject": false,
|
|
147
137
|
"result": {},
|
|
148
138
|
"varargs": false,
|
|
149
139
|
"flagsConfig": {
|
|
150
|
-
"
|
|
140
|
+
"file": {
|
|
151
141
|
"kind": "string",
|
|
152
|
-
"char": "
|
|
153
|
-
"description": "
|
|
142
|
+
"char": "f",
|
|
143
|
+
"description": "file to read",
|
|
154
144
|
"required": true,
|
|
155
145
|
"input": [],
|
|
156
146
|
"multiple": false,
|
|
157
147
|
"type": "option"
|
|
158
|
-
},
|
|
159
|
-
"statusonly": {
|
|
160
|
-
"kind": "boolean",
|
|
161
|
-
"char": "s",
|
|
162
|
-
"description": "get Lightning Sync status of the SF user, only",
|
|
163
|
-
"required": false,
|
|
164
|
-
"allowNo": false,
|
|
165
|
-
"type": "boolean"
|
|
166
|
-
},
|
|
167
|
-
"wait": {
|
|
168
|
-
"kind": "integer",
|
|
169
|
-
"char": "w",
|
|
170
|
-
"description": "wait time for command to wait for status change in minutes (default: infinitely)",
|
|
171
|
-
"required": false,
|
|
172
|
-
"input": [],
|
|
173
|
-
"multiple": false,
|
|
174
|
-
"type": "option"
|
|
175
148
|
}
|
|
176
149
|
},
|
|
177
150
|
"isESM": true,
|
|
@@ -179,26 +152,25 @@
|
|
|
179
152
|
"lib",
|
|
180
153
|
"commands",
|
|
181
154
|
"jayree",
|
|
182
|
-
"
|
|
183
|
-
"
|
|
184
|
-
"status.js"
|
|
155
|
+
"packagedescription",
|
|
156
|
+
"remove.js"
|
|
185
157
|
]
|
|
186
158
|
},
|
|
187
|
-
"jayree:packagedescription:
|
|
159
|
+
"jayree:packagedescription:set": {
|
|
188
160
|
"aliases": [],
|
|
189
161
|
"args": {
|
|
190
162
|
"file": {
|
|
191
163
|
"name": "file"
|
|
192
164
|
}
|
|
193
165
|
},
|
|
194
|
-
"description": "
|
|
166
|
+
"description": "set the description within a package",
|
|
195
167
|
"examples": [
|
|
196
|
-
"$ sfdx jayree:packagedescription:
|
|
168
|
+
"$ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'\n "
|
|
197
169
|
],
|
|
198
170
|
"flags": {},
|
|
199
171
|
"hasDynamicHelp": false,
|
|
200
172
|
"hiddenAliases": [],
|
|
201
|
-
"id": "jayree:packagedescription:
|
|
173
|
+
"id": "jayree:packagedescription:set",
|
|
202
174
|
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
203
175
|
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
204
176
|
"pluginType": "core",
|
|
@@ -216,7 +188,7 @@
|
|
|
216
188
|
"file": {
|
|
217
189
|
"kind": "string",
|
|
218
190
|
"char": "f",
|
|
219
|
-
"description": "file to
|
|
191
|
+
"description": "file to read",
|
|
220
192
|
"required": true,
|
|
221
193
|
"input": [],
|
|
222
194
|
"multiple": false,
|
|
@@ -241,24 +213,21 @@
|
|
|
241
213
|
"commands",
|
|
242
214
|
"jayree",
|
|
243
215
|
"packagedescription",
|
|
244
|
-
"
|
|
216
|
+
"set.js"
|
|
245
217
|
]
|
|
246
218
|
},
|
|
247
|
-
"jayree:
|
|
219
|
+
"jayree:automation:changeset:deploy": {
|
|
248
220
|
"aliases": [],
|
|
249
|
-
"args": {
|
|
250
|
-
|
|
251
|
-
"name": "file"
|
|
252
|
-
}
|
|
253
|
-
},
|
|
254
|
-
"description": "get the description within a package",
|
|
221
|
+
"args": {},
|
|
222
|
+
"description": "deploy incomming change set to an org (beta)",
|
|
255
223
|
"examples": [
|
|
256
|
-
"$ sfdx jayree:
|
|
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"
|
|
257
226
|
],
|
|
258
227
|
"flags": {},
|
|
259
228
|
"hasDynamicHelp": false,
|
|
260
229
|
"hiddenAliases": [],
|
|
261
|
-
"id": "jayree:
|
|
230
|
+
"id": "jayree:automation:changeset:deploy",
|
|
262
231
|
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
263
232
|
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
264
233
|
"pluginType": "core",
|
|
@@ -266,21 +235,66 @@
|
|
|
266
235
|
"parse": true,
|
|
267
236
|
"parserOptions": {},
|
|
268
237
|
"supportsUsername": false,
|
|
269
|
-
"requiresUsername":
|
|
238
|
+
"requiresUsername": true,
|
|
270
239
|
"supportsDevhubUsername": false,
|
|
271
240
|
"requiresDevhubUsername": false,
|
|
272
241
|
"requiresProject": false,
|
|
273
242
|
"result": {},
|
|
274
243
|
"varargs": false,
|
|
275
244
|
"flagsConfig": {
|
|
276
|
-
"
|
|
245
|
+
"changeset": {
|
|
277
246
|
"kind": "string",
|
|
278
|
-
"char": "
|
|
279
|
-
"description": "
|
|
280
|
-
"required":
|
|
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
|
+
],
|
|
281
262
|
"input": [],
|
|
282
263
|
"multiple": false,
|
|
283
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"
|
|
284
298
|
}
|
|
285
299
|
},
|
|
286
300
|
"isESM": true,
|
|
@@ -288,25 +302,19 @@
|
|
|
288
302
|
"lib",
|
|
289
303
|
"commands",
|
|
290
304
|
"jayree",
|
|
291
|
-
"
|
|
292
|
-
"
|
|
305
|
+
"automation",
|
|
306
|
+
"changeset",
|
|
307
|
+
"deploy.js"
|
|
293
308
|
]
|
|
294
309
|
},
|
|
295
|
-
"jayree:
|
|
310
|
+
"jayree:automation:changeset:list": {
|
|
296
311
|
"aliases": [],
|
|
297
|
-
"args": {
|
|
298
|
-
|
|
299
|
-
"name": "file"
|
|
300
|
-
}
|
|
301
|
-
},
|
|
302
|
-
"description": "remove the description within a package",
|
|
303
|
-
"examples": [
|
|
304
|
-
"$ sfdx jayree:packagedescription:remove --file FILENAME\n "
|
|
305
|
-
],
|
|
312
|
+
"args": {},
|
|
313
|
+
"description": "list incomming change sets of an org (beta)",
|
|
306
314
|
"flags": {},
|
|
307
315
|
"hasDynamicHelp": false,
|
|
308
316
|
"hiddenAliases": [],
|
|
309
|
-
"id": "jayree:
|
|
317
|
+
"id": "jayree:automation:changeset:list",
|
|
310
318
|
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
311
319
|
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
312
320
|
"pluginType": "core",
|
|
@@ -314,47 +322,33 @@
|
|
|
314
322
|
"parse": true,
|
|
315
323
|
"parserOptions": {},
|
|
316
324
|
"supportsUsername": false,
|
|
317
|
-
"requiresUsername":
|
|
325
|
+
"requiresUsername": true,
|
|
318
326
|
"supportsDevhubUsername": false,
|
|
319
327
|
"requiresDevhubUsername": false,
|
|
320
328
|
"requiresProject": false,
|
|
321
329
|
"result": {},
|
|
322
330
|
"varargs": false,
|
|
323
|
-
"flagsConfig": {
|
|
324
|
-
"file": {
|
|
325
|
-
"kind": "string",
|
|
326
|
-
"char": "f",
|
|
327
|
-
"description": "file to read",
|
|
328
|
-
"required": true,
|
|
329
|
-
"input": [],
|
|
330
|
-
"multiple": false,
|
|
331
|
-
"type": "option"
|
|
332
|
-
}
|
|
333
|
-
},
|
|
334
331
|
"isESM": true,
|
|
335
332
|
"relativePath": [
|
|
336
333
|
"lib",
|
|
337
334
|
"commands",
|
|
338
335
|
"jayree",
|
|
339
|
-
"
|
|
340
|
-
"
|
|
336
|
+
"automation",
|
|
337
|
+
"changeset",
|
|
338
|
+
"list.js"
|
|
341
339
|
]
|
|
342
340
|
},
|
|
343
|
-
"jayree:
|
|
341
|
+
"jayree:automation:ltngsync:status": {
|
|
344
342
|
"aliases": [],
|
|
345
|
-
"args": {
|
|
346
|
-
|
|
347
|
-
"name": "file"
|
|
348
|
-
}
|
|
349
|
-
},
|
|
350
|
-
"description": "set the description within a package",
|
|
343
|
+
"args": {},
|
|
344
|
+
"description": "check the Lightning Sync User Sync Status and reset sync if needed (beta)",
|
|
351
345
|
"examples": [
|
|
352
|
-
"$ sfdx jayree:
|
|
346
|
+
"$ sfdx jayree:automation:ltngsync:status -o 'Name'\nconfigSetup: User assigned to active Lightning Sync configuration... Yes\nuserContacts/userEvents: Salesforce and Exchange email addresses linked... Linked/Linked\nuserContacts/userEvents: Salesforce to Exchange sync status... Initial sync completed/Initial sync completed\nuserContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed\n"
|
|
353
347
|
],
|
|
354
348
|
"flags": {},
|
|
355
349
|
"hasDynamicHelp": false,
|
|
356
350
|
"hiddenAliases": [],
|
|
357
|
-
"id": "jayree:
|
|
351
|
+
"id": "jayree:automation:ltngsync:status",
|
|
358
352
|
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
359
353
|
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
360
354
|
"pluginType": "core",
|
|
@@ -362,30 +356,35 @@
|
|
|
362
356
|
"parse": true,
|
|
363
357
|
"parserOptions": {},
|
|
364
358
|
"supportsUsername": false,
|
|
365
|
-
"requiresUsername":
|
|
359
|
+
"requiresUsername": true,
|
|
366
360
|
"supportsDevhubUsername": false,
|
|
367
361
|
"requiresDevhubUsername": false,
|
|
368
362
|
"requiresProject": false,
|
|
369
363
|
"result": {},
|
|
370
364
|
"varargs": false,
|
|
371
365
|
"flagsConfig": {
|
|
372
|
-
"
|
|
366
|
+
"officeuser": {
|
|
373
367
|
"kind": "string",
|
|
374
|
-
"char": "
|
|
375
|
-
"description": "
|
|
368
|
+
"char": "o",
|
|
369
|
+
"description": "'name' (firstname lastname) of the SF user",
|
|
376
370
|
"required": true,
|
|
377
371
|
"input": [],
|
|
378
372
|
"multiple": false,
|
|
379
373
|
"type": "option"
|
|
380
374
|
},
|
|
381
|
-
"
|
|
382
|
-
"kind": "
|
|
383
|
-
"char": "
|
|
384
|
-
"description": "
|
|
385
|
-
"
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
375
|
+
"statusonly": {
|
|
376
|
+
"kind": "boolean",
|
|
377
|
+
"char": "s",
|
|
378
|
+
"description": "get Lightning Sync status of the SF user, only",
|
|
379
|
+
"required": false,
|
|
380
|
+
"allowNo": false,
|
|
381
|
+
"type": "boolean"
|
|
382
|
+
},
|
|
383
|
+
"wait": {
|
|
384
|
+
"kind": "integer",
|
|
385
|
+
"char": "w",
|
|
386
|
+
"description": "wait time for command to wait for status change in minutes (default: infinitely)",
|
|
387
|
+
"required": false,
|
|
389
388
|
"input": [],
|
|
390
389
|
"multiple": false,
|
|
391
390
|
"type": "option"
|
|
@@ -396,10 +395,11 @@
|
|
|
396
395
|
"lib",
|
|
397
396
|
"commands",
|
|
398
397
|
"jayree",
|
|
399
|
-
"
|
|
400
|
-
"
|
|
398
|
+
"automation",
|
|
399
|
+
"ltngsync",
|
|
400
|
+
"status.js"
|
|
401
401
|
]
|
|
402
402
|
}
|
|
403
403
|
},
|
|
404
|
-
"version": "1.1.
|
|
404
|
+
"version": "1.1.77"
|
|
405
405
|
}
|
package/package.json
CHANGED
|
@@ -1,55 +1,55 @@
|
|
|
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.77",
|
|
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.1.
|
|
9
|
+
"@jayree/changelog": "^1.1.10",
|
|
10
10
|
"@salesforce/command": "^5.3.9",
|
|
11
11
|
"adm-zip": "^0.5.10",
|
|
12
12
|
"debug": "^4.3.4",
|
|
13
|
-
"fast-xml-parser": "^4.3.
|
|
13
|
+
"fast-xml-parser": "^4.3.5",
|
|
14
14
|
"fs-extra": "^11.2.0",
|
|
15
|
-
"inquirer": "^9.2.
|
|
16
|
-
"puppeteer": "^22.
|
|
15
|
+
"inquirer": "^9.2.15",
|
|
16
|
+
"puppeteer": "^22.3.0",
|
|
17
17
|
"tslib": "^2.6.2"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@commitlint/cli": "^
|
|
21
|
-
"@commitlint/config-conventional": "^
|
|
20
|
+
"@commitlint/cli": "^19.0.3",
|
|
21
|
+
"@commitlint/config-conventional": "^19.0.3",
|
|
22
22
|
"@oclif/plugin-command-snapshot": "^4.0.14",
|
|
23
|
-
"@oclif/plugin-help": "^6.0.
|
|
23
|
+
"@oclif/plugin-help": "^6.0.14",
|
|
24
24
|
"@salesforce/dev-config": "^4.1.0",
|
|
25
25
|
"@salesforce/dev-scripts": "3.1.0",
|
|
26
26
|
"@salesforce/prettier-config": "^0.0.3",
|
|
27
27
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
28
28
|
"@types/adm-zip": "^0.5.5",
|
|
29
|
-
"@types/chai": "^4.3.
|
|
29
|
+
"@types/chai": "^4.3.12",
|
|
30
30
|
"@types/fs-extra": "^11.0.4",
|
|
31
31
|
"@types/inquirer": "^9.0.7",
|
|
32
32
|
"@types/mocha": "^10.0.6",
|
|
33
|
-
"@types/node": "^20.11.
|
|
33
|
+
"@types/node": "^20.11.24",
|
|
34
34
|
"@types/sinon": "^17.0.3",
|
|
35
35
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
36
36
|
"@typescript-eslint/parser": "^5.62.0",
|
|
37
37
|
"chai": "^5.1.0",
|
|
38
38
|
"codecov": "^3.8.3",
|
|
39
39
|
"deepmerge": "^4.3.1",
|
|
40
|
-
"eslint": "^8.
|
|
40
|
+
"eslint": "^8.57.0",
|
|
41
41
|
"eslint-config-prettier": "^9.1.0",
|
|
42
42
|
"eslint-config-salesforce": "^2.0.2",
|
|
43
43
|
"eslint-config-salesforce-typescript": "^3.0.18",
|
|
44
44
|
"eslint-plugin-header": "^3.1.1",
|
|
45
45
|
"eslint-plugin-import": "^2.29.1",
|
|
46
|
-
"eslint-plugin-jsdoc": "^48.
|
|
46
|
+
"eslint-plugin-jsdoc": "^48.2.0",
|
|
47
47
|
"eslint-plugin-prettier": "^5.1.3",
|
|
48
48
|
"eslint-plugin-sf-plugin": "^1.17.3",
|
|
49
49
|
"husky": "^9.0.11",
|
|
50
50
|
"is-ci": "^3.0.1",
|
|
51
51
|
"mocha": "^10.3.0",
|
|
52
|
-
"nock": "^13.5.
|
|
52
|
+
"nock": "^13.5.4",
|
|
53
53
|
"nyc": "^15.1.0",
|
|
54
54
|
"oclif": "^4.1.0",
|
|
55
55
|
"patch-package": "^7.0.2",
|