sfdx-jayree 4.5.1 → 4.6.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 +8 -0
- package/README.md +71 -198
- package/lib/commands/jayree/flowtestcoverage.d.ts +8 -7
- package/lib/commands/jayree/flowtestcoverage.js +24 -15
- package/lib/commands/jayree/flowtestcoverage.js.map +1 -1
- package/lib/commands/jayree/org/settings.d.ts +9 -10
- package/lib/commands/jayree/org/settings.js +30 -26
- package/lib/commands/jayree/org/settings.js.map +1 -1
- package/lib/commands/jayree/org/streaming.d.ts +8 -9
- package/lib/commands/jayree/org/streaming.js +14 -14
- package/lib/commands/jayree/org/streaming.js.map +1 -1
- package/lib/commands/jayree/source/fix.d.ts +8 -9
- package/lib/commands/jayree/source/fix.js +12 -11
- package/lib/commands/jayree/source/fix.js.map +1 -1
- package/lib/commands/jayree/version.d.ts +3 -3
- package/lib/commands/jayree/version.js +4 -3
- package/lib/commands/jayree/version.js.map +1 -1
- package/lib/utils/config.js +0 -25
- package/lib/utils/config.js.map +1 -1
- package/lib/utils/stateFolderHandler.js +1 -2
- package/lib/utils/stateFolderHandler.js.map +1 -1
- package/oclif.manifest.json +76 -510
- package/package.json +86 -39
- package/config/countrystate.json +0 -93
- package/lib/commands/jayree/org/configure/country.d.ts +0 -11
- package/lib/commands/jayree/org/configure/country.js +0 -137
- package/lib/commands/jayree/org/configure/country.js.map +0 -1
- package/lib/commands/jayree/org/configure/index.d.ts +0 -15
- package/lib/commands/jayree/org/configure/index.js +0 -135
- package/lib/commands/jayree/org/configure/index.js.map +0 -1
- package/lib/commands/jayree/org/configure/state.d.ts +0 -16
- package/lib/commands/jayree/org/configure/state.js +0 -239
- package/lib/commands/jayree/org/configure/state.js.map +0 -1
- package/lib/jayreeSfdxCommand.d.ts +0 -4
- package/lib/jayreeSfdxCommand.js +0 -15
- package/lib/jayreeSfdxCommand.js.map +0 -1
- package/lib/utils/puppeteer/configuretasks.d.ts +0 -14
- package/lib/utils/puppeteer/configuretasks.js +0 -270
- package/lib/utils/puppeteer/configuretasks.js.map +0 -1
- package/lib/utils/puppeteer/statetasks.d.ts +0 -51
- package/lib/utils/puppeteer/statetasks.js +0 -385
- package/lib/utils/puppeteer/statetasks.js.map +0 -1
- package/lib/utils/renderer.d.ts +0 -45
- package/lib/utils/renderer.js +0 -461
- package/lib/utils/renderer.js.map +0 -1
- package/messages/configure.json +0 -5
- package/messages/createstatecountry.json +0 -9
- package/messages/scratchorgtrackingget.json +0 -3
- package/messages/scratchorgtrackinglist.json +0 -4
- package/messages/scratchorgtrackingset.json +0 -4
package/oclif.manifest.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "4.
|
|
2
|
+
"version": "4.6.0",
|
|
3
3
|
"commands": {
|
|
4
4
|
"jayree:flowtestcoverage": {
|
|
5
5
|
"id": "jayree:flowtestcoverage",
|
|
6
|
-
"
|
|
6
|
+
"summary": "check the flow test coverage of an org",
|
|
7
7
|
"strict": true,
|
|
8
|
-
"usage": "<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
9
8
|
"pluginName": "sfdx-jayree",
|
|
10
9
|
"pluginAlias": "sfdx-jayree",
|
|
11
10
|
"pluginType": "core",
|
|
@@ -17,55 +16,38 @@
|
|
|
17
16
|
"json": {
|
|
18
17
|
"name": "json",
|
|
19
18
|
"type": "boolean",
|
|
20
|
-
"description": "
|
|
19
|
+
"description": "Format output as json.",
|
|
20
|
+
"helpGroup": "GLOBAL",
|
|
21
21
|
"allowNo": false
|
|
22
22
|
},
|
|
23
|
-
"
|
|
24
|
-
"name": "
|
|
23
|
+
"target-org": {
|
|
24
|
+
"name": "target-org",
|
|
25
25
|
"type": "option",
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
26
|
+
"char": "o",
|
|
27
|
+
"summary": "Username or alias of the target org.",
|
|
28
|
+
"required": true,
|
|
29
29
|
"multiple": false,
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
|
|
34
|
-
"warn",
|
|
35
|
-
"error",
|
|
36
|
-
"fatal",
|
|
37
|
-
"TRACE",
|
|
38
|
-
"DEBUG",
|
|
39
|
-
"INFO",
|
|
40
|
-
"WARN",
|
|
41
|
-
"ERROR",
|
|
42
|
-
"FATAL"
|
|
43
|
-
],
|
|
44
|
-
"default": "warn"
|
|
45
|
-
},
|
|
46
|
-
"targetusername": {
|
|
47
|
-
"name": "targetusername",
|
|
48
|
-
"type": "option",
|
|
49
|
-
"char": "u",
|
|
50
|
-
"description": "username or alias for the target org; overrides default target org",
|
|
51
|
-
"multiple": false
|
|
30
|
+
"aliases": [
|
|
31
|
+
"targetusername",
|
|
32
|
+
"u"
|
|
33
|
+
]
|
|
52
34
|
},
|
|
53
|
-
"
|
|
54
|
-
"name": "
|
|
35
|
+
"api-version": {
|
|
36
|
+
"name": "api-version",
|
|
55
37
|
"type": "option",
|
|
56
|
-
"description": "
|
|
57
|
-
"multiple": false
|
|
38
|
+
"description": "Override the api version used for api requests made by this command",
|
|
39
|
+
"multiple": false,
|
|
40
|
+
"aliases": [
|
|
41
|
+
"apiversion"
|
|
42
|
+
]
|
|
58
43
|
}
|
|
59
44
|
},
|
|
60
45
|
"args": {},
|
|
61
|
-
"
|
|
62
|
-
"supportsDevhubUsername": false,
|
|
63
|
-
"requiresProject": false
|
|
46
|
+
"hasDynamicHelp": true
|
|
64
47
|
},
|
|
65
48
|
"jayree:version": {
|
|
66
49
|
"id": "jayree:version",
|
|
67
50
|
"strict": true,
|
|
68
|
-
"usage": "<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
69
51
|
"pluginName": "sfdx-jayree",
|
|
70
52
|
"pluginAlias": "sfdx-jayree",
|
|
71
53
|
"pluginType": "core",
|
|
@@ -75,40 +57,17 @@
|
|
|
75
57
|
"json": {
|
|
76
58
|
"name": "json",
|
|
77
59
|
"type": "boolean",
|
|
78
|
-
"description": "
|
|
60
|
+
"description": "Format output as json.",
|
|
61
|
+
"helpGroup": "GLOBAL",
|
|
79
62
|
"allowNo": false
|
|
80
|
-
},
|
|
81
|
-
"loglevel": {
|
|
82
|
-
"name": "loglevel",
|
|
83
|
-
"type": "option",
|
|
84
|
-
"description": "logging level for this command invocation",
|
|
85
|
-
"required": false,
|
|
86
|
-
"helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
|
|
87
|
-
"multiple": false,
|
|
88
|
-
"options": [
|
|
89
|
-
"trace",
|
|
90
|
-
"debug",
|
|
91
|
-
"info",
|
|
92
|
-
"warn",
|
|
93
|
-
"error",
|
|
94
|
-
"fatal",
|
|
95
|
-
"TRACE",
|
|
96
|
-
"DEBUG",
|
|
97
|
-
"INFO",
|
|
98
|
-
"WARN",
|
|
99
|
-
"ERROR",
|
|
100
|
-
"FATAL"
|
|
101
|
-
],
|
|
102
|
-
"default": "warn"
|
|
103
63
|
}
|
|
104
64
|
},
|
|
105
65
|
"args": {}
|
|
106
66
|
},
|
|
107
67
|
"jayree:org:settings": {
|
|
108
68
|
"id": "jayree:org:settings",
|
|
109
|
-
"
|
|
69
|
+
"summary": "write the current settings from an Org to a scratch org def file",
|
|
110
70
|
"strict": true,
|
|
111
|
-
"usage": "<%= command.id %> [-w] [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
112
71
|
"pluginName": "sfdx-jayree",
|
|
113
72
|
"pluginAlias": "sfdx-jayree",
|
|
114
73
|
"pluginType": "core",
|
|
@@ -120,87 +79,45 @@
|
|
|
120
79
|
"json": {
|
|
121
80
|
"name": "json",
|
|
122
81
|
"type": "boolean",
|
|
123
|
-
"description": "
|
|
82
|
+
"description": "Format output as json.",
|
|
83
|
+
"helpGroup": "GLOBAL",
|
|
124
84
|
"allowNo": false
|
|
125
85
|
},
|
|
126
|
-
"
|
|
127
|
-
"name": "
|
|
86
|
+
"target-org": {
|
|
87
|
+
"name": "target-org",
|
|
128
88
|
"type": "option",
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
89
|
+
"char": "o",
|
|
90
|
+
"summary": "Username or alias of the target org.",
|
|
91
|
+
"required": true,
|
|
132
92
|
"multiple": false,
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
|
|
137
|
-
"warn",
|
|
138
|
-
"error",
|
|
139
|
-
"fatal",
|
|
140
|
-
"TRACE",
|
|
141
|
-
"DEBUG",
|
|
142
|
-
"INFO",
|
|
143
|
-
"WARN",
|
|
144
|
-
"ERROR",
|
|
145
|
-
"FATAL"
|
|
146
|
-
],
|
|
147
|
-
"default": "warn"
|
|
148
|
-
},
|
|
149
|
-
"targetusername": {
|
|
150
|
-
"name": "targetusername",
|
|
151
|
-
"type": "option",
|
|
152
|
-
"char": "u",
|
|
153
|
-
"description": "username or alias for the target org; overrides default target org",
|
|
154
|
-
"multiple": false
|
|
155
|
-
},
|
|
156
|
-
"apiversion": {
|
|
157
|
-
"name": "apiversion",
|
|
158
|
-
"type": "option",
|
|
159
|
-
"description": "override the api version used for api requests made by this command",
|
|
160
|
-
"multiple": false
|
|
93
|
+
"aliases": [
|
|
94
|
+
"targetusername",
|
|
95
|
+
"u"
|
|
96
|
+
]
|
|
161
97
|
},
|
|
162
98
|
"writetoprojectscratchdeffile": {
|
|
163
99
|
"name": "writetoprojectscratchdeffile",
|
|
164
100
|
"type": "boolean",
|
|
165
101
|
"char": "w",
|
|
166
|
-
"
|
|
102
|
+
"summary": "write output to project-scratch-def.json file",
|
|
167
103
|
"allowNo": false
|
|
168
104
|
},
|
|
169
105
|
"file": {
|
|
170
106
|
"name": "file",
|
|
171
107
|
"type": "option",
|
|
172
108
|
"char": "f",
|
|
173
|
-
"
|
|
109
|
+
"summary": "write to 'file' instead of project-scratch-def.json",
|
|
174
110
|
"multiple": false
|
|
175
111
|
}
|
|
176
112
|
},
|
|
177
113
|
"args": {},
|
|
178
|
-
"
|
|
179
|
-
|
|
180
|
-
"kind": "boolean",
|
|
181
|
-
"char": "w",
|
|
182
|
-
"description": "write output to project-scratch-def.json file",
|
|
183
|
-
"allowNo": false,
|
|
184
|
-
"type": "boolean"
|
|
185
|
-
},
|
|
186
|
-
"file": {
|
|
187
|
-
"kind": "string",
|
|
188
|
-
"char": "f",
|
|
189
|
-
"description": "write to 'file' instead of project-scratch-def.json",
|
|
190
|
-
"input": [],
|
|
191
|
-
"multiple": false,
|
|
192
|
-
"type": "option"
|
|
193
|
-
}
|
|
194
|
-
},
|
|
195
|
-
"requiresUsername": true,
|
|
196
|
-
"supportsDevhubUsername": false,
|
|
197
|
-
"requiresProject": true
|
|
114
|
+
"requiresProject": true,
|
|
115
|
+
"hasDynamicHelp": true
|
|
198
116
|
},
|
|
199
117
|
"jayree:org:streaming": {
|
|
200
118
|
"id": "jayree:org:streaming",
|
|
201
|
-
"
|
|
119
|
+
"summary": "listen to streaming api and platform events",
|
|
202
120
|
"strict": true,
|
|
203
|
-
"usage": "<%= command.id %> -p <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
204
121
|
"pluginName": "sfdx-jayree",
|
|
205
122
|
"pluginAlias": "sfdx-jayree",
|
|
206
123
|
"pluginType": "core",
|
|
@@ -212,75 +129,47 @@
|
|
|
212
129
|
"json": {
|
|
213
130
|
"name": "json",
|
|
214
131
|
"type": "boolean",
|
|
215
|
-
"description": "
|
|
132
|
+
"description": "Format output as json.",
|
|
133
|
+
"helpGroup": "GLOBAL",
|
|
216
134
|
"allowNo": false
|
|
217
135
|
},
|
|
218
|
-
"
|
|
219
|
-
"name": "
|
|
136
|
+
"target-org": {
|
|
137
|
+
"name": "target-org",
|
|
220
138
|
"type": "option",
|
|
221
|
-
"
|
|
222
|
-
"
|
|
223
|
-
"
|
|
139
|
+
"char": "o",
|
|
140
|
+
"summary": "Username or alias of the target org.",
|
|
141
|
+
"required": true,
|
|
224
142
|
"multiple": false,
|
|
225
|
-
"
|
|
226
|
-
"
|
|
227
|
-
"
|
|
228
|
-
|
|
229
|
-
"warn",
|
|
230
|
-
"error",
|
|
231
|
-
"fatal",
|
|
232
|
-
"TRACE",
|
|
233
|
-
"DEBUG",
|
|
234
|
-
"INFO",
|
|
235
|
-
"WARN",
|
|
236
|
-
"ERROR",
|
|
237
|
-
"FATAL"
|
|
238
|
-
],
|
|
239
|
-
"default": "warn"
|
|
240
|
-
},
|
|
241
|
-
"targetusername": {
|
|
242
|
-
"name": "targetusername",
|
|
243
|
-
"type": "option",
|
|
244
|
-
"char": "u",
|
|
245
|
-
"description": "username or alias for the target org; overrides default target org",
|
|
246
|
-
"multiple": false
|
|
143
|
+
"aliases": [
|
|
144
|
+
"targetusername",
|
|
145
|
+
"u"
|
|
146
|
+
]
|
|
247
147
|
},
|
|
248
|
-
"
|
|
249
|
-
"name": "
|
|
148
|
+
"api-version": {
|
|
149
|
+
"name": "api-version",
|
|
250
150
|
"type": "option",
|
|
251
|
-
"description": "
|
|
252
|
-
"multiple": false
|
|
151
|
+
"description": "Override the api version used for api requests made by this command",
|
|
152
|
+
"multiple": false,
|
|
153
|
+
"aliases": [
|
|
154
|
+
"apiversion"
|
|
155
|
+
]
|
|
253
156
|
},
|
|
254
157
|
"topic": {
|
|
255
158
|
"name": "topic",
|
|
256
159
|
"type": "option",
|
|
257
160
|
"char": "p",
|
|
258
|
-
"
|
|
161
|
+
"summary": "topic name",
|
|
259
162
|
"required": true,
|
|
260
163
|
"multiple": false
|
|
261
164
|
}
|
|
262
165
|
},
|
|
263
166
|
"args": {},
|
|
264
|
-
"
|
|
265
|
-
"topic": {
|
|
266
|
-
"kind": "string",
|
|
267
|
-
"char": "p",
|
|
268
|
-
"required": true,
|
|
269
|
-
"description": "topic name",
|
|
270
|
-
"input": [],
|
|
271
|
-
"multiple": false,
|
|
272
|
-
"type": "option"
|
|
273
|
-
}
|
|
274
|
-
},
|
|
275
|
-
"requiresUsername": true,
|
|
276
|
-
"supportsDevhubUsername": false,
|
|
277
|
-
"requiresProject": false
|
|
167
|
+
"hasDynamicHelp": true
|
|
278
168
|
},
|
|
279
169
|
"jayree:source:fix": {
|
|
280
170
|
"id": "jayree:source:fix",
|
|
281
|
-
"
|
|
171
|
+
"summary": "fix local source files\n(examples will follow)",
|
|
282
172
|
"strict": true,
|
|
283
|
-
"usage": "<%= command.id %> [-t <array>] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
284
173
|
"pluginName": "sfdx-jayree",
|
|
285
174
|
"pluginAlias": "sfdx-jayree",
|
|
286
175
|
"pluginType": "core",
|
|
@@ -289,362 +178,39 @@
|
|
|
289
178
|
"json": {
|
|
290
179
|
"name": "json",
|
|
291
180
|
"type": "boolean",
|
|
292
|
-
"description": "
|
|
181
|
+
"description": "Format output as json.",
|
|
182
|
+
"helpGroup": "GLOBAL",
|
|
293
183
|
"allowNo": false
|
|
294
184
|
},
|
|
295
|
-
"
|
|
296
|
-
"name": "
|
|
185
|
+
"target-org": {
|
|
186
|
+
"name": "target-org",
|
|
297
187
|
"type": "option",
|
|
298
|
-
"
|
|
299
|
-
"required": false,
|
|
300
|
-
"helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
|
|
188
|
+
"char": "o",
|
|
301
189
|
"multiple": false,
|
|
302
|
-
"
|
|
303
|
-
"
|
|
304
|
-
"
|
|
305
|
-
|
|
306
|
-
"warn",
|
|
307
|
-
"error",
|
|
308
|
-
"fatal",
|
|
309
|
-
"TRACE",
|
|
310
|
-
"DEBUG",
|
|
311
|
-
"INFO",
|
|
312
|
-
"WARN",
|
|
313
|
-
"ERROR",
|
|
314
|
-
"FATAL"
|
|
315
|
-
],
|
|
316
|
-
"default": "warn"
|
|
317
|
-
},
|
|
318
|
-
"targetusername": {
|
|
319
|
-
"name": "targetusername",
|
|
320
|
-
"type": "option",
|
|
321
|
-
"char": "u",
|
|
322
|
-
"description": "username or alias for the target org; overrides default target org",
|
|
323
|
-
"multiple": false
|
|
324
|
-
},
|
|
325
|
-
"apiversion": {
|
|
326
|
-
"name": "apiversion",
|
|
327
|
-
"type": "option",
|
|
328
|
-
"description": "override the api version used for api requests made by this command",
|
|
329
|
-
"multiple": false
|
|
190
|
+
"aliases": [
|
|
191
|
+
"targetusername",
|
|
192
|
+
"u"
|
|
193
|
+
]
|
|
330
194
|
},
|
|
331
195
|
"tag": {
|
|
332
196
|
"name": "tag",
|
|
333
197
|
"type": "option",
|
|
334
198
|
"char": "t",
|
|
335
|
-
"
|
|
336
|
-
"multiple":
|
|
199
|
+
"summary": "comma-separated list of tag names listed in .sfdx-jayree.json",
|
|
200
|
+
"multiple": true,
|
|
201
|
+
"delimiter": ","
|
|
337
202
|
},
|
|
338
203
|
"verbose": {
|
|
339
204
|
"name": "verbose",
|
|
340
205
|
"type": "boolean",
|
|
206
|
+
"summary": "log output to console",
|
|
341
207
|
"description": "log output to console",
|
|
342
208
|
"allowNo": false
|
|
343
209
|
}
|
|
344
210
|
},
|
|
345
211
|
"args": {},
|
|
346
|
-
"
|
|
347
|
-
|
|
348
|
-
"kind": "array",
|
|
349
|
-
"char": "t",
|
|
350
|
-
"description": "comma-separated list of tag names listed in .sfdx-jayree.json",
|
|
351
|
-
"input": [],
|
|
352
|
-
"multiple": false,
|
|
353
|
-
"type": "option"
|
|
354
|
-
},
|
|
355
|
-
"verbose": {
|
|
356
|
-
"description": "log output to console",
|
|
357
|
-
"longDescription": "log output to console",
|
|
358
|
-
"type": "boolean",
|
|
359
|
-
"kind": "boolean",
|
|
360
|
-
"allowNo": false
|
|
361
|
-
}
|
|
362
|
-
},
|
|
363
|
-
"supportsUsername": true,
|
|
364
|
-
"supportsDevhubUsername": false,
|
|
365
|
-
"requiresProject": true
|
|
366
|
-
},
|
|
367
|
-
"jayree:org:configure:country": {
|
|
368
|
-
"id": "jayree:org:configure:country",
|
|
369
|
-
"description": "update country integration values in the State/Country Picklists",
|
|
370
|
-
"strict": true,
|
|
371
|
-
"usage": "<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
372
|
-
"pluginName": "sfdx-jayree",
|
|
373
|
-
"pluginAlias": "sfdx-jayree",
|
|
374
|
-
"pluginType": "core",
|
|
375
|
-
"aliases": [],
|
|
376
|
-
"flags": {
|
|
377
|
-
"json": {
|
|
378
|
-
"name": "json",
|
|
379
|
-
"type": "boolean",
|
|
380
|
-
"description": "format output as json",
|
|
381
|
-
"allowNo": false
|
|
382
|
-
},
|
|
383
|
-
"loglevel": {
|
|
384
|
-
"name": "loglevel",
|
|
385
|
-
"type": "option",
|
|
386
|
-
"description": "logging level for this command invocation",
|
|
387
|
-
"required": false,
|
|
388
|
-
"helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
|
|
389
|
-
"multiple": false,
|
|
390
|
-
"options": [
|
|
391
|
-
"trace",
|
|
392
|
-
"debug",
|
|
393
|
-
"info",
|
|
394
|
-
"warn",
|
|
395
|
-
"error",
|
|
396
|
-
"fatal",
|
|
397
|
-
"TRACE",
|
|
398
|
-
"DEBUG",
|
|
399
|
-
"INFO",
|
|
400
|
-
"WARN",
|
|
401
|
-
"ERROR",
|
|
402
|
-
"FATAL"
|
|
403
|
-
],
|
|
404
|
-
"default": "warn"
|
|
405
|
-
},
|
|
406
|
-
"targetusername": {
|
|
407
|
-
"name": "targetusername",
|
|
408
|
-
"type": "option",
|
|
409
|
-
"char": "u",
|
|
410
|
-
"description": "username or alias for the target org; overrides default target org",
|
|
411
|
-
"multiple": false
|
|
412
|
-
},
|
|
413
|
-
"apiversion": {
|
|
414
|
-
"name": "apiversion",
|
|
415
|
-
"type": "option",
|
|
416
|
-
"description": "override the api version used for api requests made by this command",
|
|
417
|
-
"multiple": false
|
|
418
|
-
},
|
|
419
|
-
"silent": {
|
|
420
|
-
"name": "silent",
|
|
421
|
-
"type": "boolean",
|
|
422
|
-
"description": "silent mode",
|
|
423
|
-
"hidden": true,
|
|
424
|
-
"required": false,
|
|
425
|
-
"allowNo": false
|
|
426
|
-
}
|
|
427
|
-
},
|
|
428
|
-
"args": {},
|
|
429
|
-
"flagsConfig": {
|
|
430
|
-
"silent": {
|
|
431
|
-
"kind": "boolean",
|
|
432
|
-
"description": "silent mode",
|
|
433
|
-
"required": false,
|
|
434
|
-
"default": false,
|
|
435
|
-
"hidden": true,
|
|
436
|
-
"allowNo": false,
|
|
437
|
-
"type": "boolean"
|
|
438
|
-
}
|
|
439
|
-
},
|
|
440
|
-
"requiresUsername": true,
|
|
441
|
-
"supportsDevhubUsername": false,
|
|
442
|
-
"requiresProject": false
|
|
443
|
-
},
|
|
444
|
-
"jayree:org:configure": {
|
|
445
|
-
"id": "jayree:org:configure",
|
|
446
|
-
"description": "make configuration changes that are not covered by the metadata API\nSee example configuration on how to define tasks",
|
|
447
|
-
"strict": true,
|
|
448
|
-
"usage": "<%= command.id %> [-t <array>] [--concurrent] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
449
|
-
"pluginName": "sfdx-jayree",
|
|
450
|
-
"pluginAlias": "sfdx-jayree",
|
|
451
|
-
"pluginType": "core",
|
|
452
|
-
"aliases": [],
|
|
453
|
-
"examples": [
|
|
454
|
-
"$ sfdx jayree:org:configure\n$ sfdx jayree:org:configure -u me@my.org\n$ sfdx jayree:org:configure --tasks=\"Asset Settings\",\"Activity Settings\"\n$ sfdx jayree:org:configure --concurrent --tasks=\"Asset Settings\",\"Activity Settings\""
|
|
455
|
-
],
|
|
456
|
-
"flags": {
|
|
457
|
-
"json": {
|
|
458
|
-
"name": "json",
|
|
459
|
-
"type": "boolean",
|
|
460
|
-
"description": "format output as json",
|
|
461
|
-
"allowNo": false
|
|
462
|
-
},
|
|
463
|
-
"loglevel": {
|
|
464
|
-
"name": "loglevel",
|
|
465
|
-
"type": "option",
|
|
466
|
-
"description": "logging level for this command invocation",
|
|
467
|
-
"required": false,
|
|
468
|
-
"helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
|
|
469
|
-
"multiple": false,
|
|
470
|
-
"options": [
|
|
471
|
-
"trace",
|
|
472
|
-
"debug",
|
|
473
|
-
"info",
|
|
474
|
-
"warn",
|
|
475
|
-
"error",
|
|
476
|
-
"fatal",
|
|
477
|
-
"TRACE",
|
|
478
|
-
"DEBUG",
|
|
479
|
-
"INFO",
|
|
480
|
-
"WARN",
|
|
481
|
-
"ERROR",
|
|
482
|
-
"FATAL"
|
|
483
|
-
],
|
|
484
|
-
"default": "warn"
|
|
485
|
-
},
|
|
486
|
-
"targetusername": {
|
|
487
|
-
"name": "targetusername",
|
|
488
|
-
"type": "option",
|
|
489
|
-
"char": "u",
|
|
490
|
-
"description": "username or alias for the target org; overrides default target org",
|
|
491
|
-
"multiple": false
|
|
492
|
-
},
|
|
493
|
-
"apiversion": {
|
|
494
|
-
"name": "apiversion",
|
|
495
|
-
"type": "option",
|
|
496
|
-
"description": "override the api version used for api requests made by this command",
|
|
497
|
-
"multiple": false
|
|
498
|
-
},
|
|
499
|
-
"tasks": {
|
|
500
|
-
"name": "tasks",
|
|
501
|
-
"type": "option",
|
|
502
|
-
"char": "t",
|
|
503
|
-
"description": "list of task titles, if no tasks are specified, all tasks marked as active will be executed",
|
|
504
|
-
"multiple": false
|
|
505
|
-
},
|
|
506
|
-
"concurrent": {
|
|
507
|
-
"name": "concurrent",
|
|
508
|
-
"type": "boolean",
|
|
509
|
-
"description": "execute tasks in parallel",
|
|
510
|
-
"allowNo": false
|
|
511
|
-
}
|
|
512
|
-
},
|
|
513
|
-
"args": {},
|
|
514
|
-
"flagsConfig": {
|
|
515
|
-
"tasks": {
|
|
516
|
-
"kind": "array",
|
|
517
|
-
"char": "t",
|
|
518
|
-
"description": "list of task titles, if no tasks are specified, all tasks marked as active will be executed",
|
|
519
|
-
"input": [],
|
|
520
|
-
"multiple": false,
|
|
521
|
-
"type": "option"
|
|
522
|
-
},
|
|
523
|
-
"concurrent": {
|
|
524
|
-
"kind": "boolean",
|
|
525
|
-
"description": "execute tasks in parallel",
|
|
526
|
-
"default": false,
|
|
527
|
-
"allowNo": false,
|
|
528
|
-
"type": "boolean"
|
|
529
|
-
}
|
|
530
|
-
},
|
|
531
|
-
"requiresUsername": true,
|
|
532
|
-
"supportsDevhubUsername": false,
|
|
533
|
-
"requiresProject": false
|
|
534
|
-
},
|
|
535
|
-
"jayree:org:configure:state": {
|
|
536
|
-
"id": "jayree:org:configure:state",
|
|
537
|
-
"description": "import (create/update) states into the State/Country Picklists",
|
|
538
|
-
"strict": true,
|
|
539
|
-
"usage": "<%= command.id %> [--countrycode <string>] [--category <string>] [--language <string>] [--concurrent <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
540
|
-
"pluginName": "sfdx-jayree",
|
|
541
|
-
"pluginAlias": "sfdx-jayree",
|
|
542
|
-
"pluginType": "core",
|
|
543
|
-
"aliases": [],
|
|
544
|
-
"flags": {
|
|
545
|
-
"json": {
|
|
546
|
-
"name": "json",
|
|
547
|
-
"type": "boolean",
|
|
548
|
-
"description": "format output as json",
|
|
549
|
-
"allowNo": false
|
|
550
|
-
},
|
|
551
|
-
"loglevel": {
|
|
552
|
-
"name": "loglevel",
|
|
553
|
-
"type": "option",
|
|
554
|
-
"description": "logging level for this command invocation",
|
|
555
|
-
"required": false,
|
|
556
|
-
"helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
|
|
557
|
-
"multiple": false,
|
|
558
|
-
"options": [
|
|
559
|
-
"trace",
|
|
560
|
-
"debug",
|
|
561
|
-
"info",
|
|
562
|
-
"warn",
|
|
563
|
-
"error",
|
|
564
|
-
"fatal",
|
|
565
|
-
"TRACE",
|
|
566
|
-
"DEBUG",
|
|
567
|
-
"INFO",
|
|
568
|
-
"WARN",
|
|
569
|
-
"ERROR",
|
|
570
|
-
"FATAL"
|
|
571
|
-
],
|
|
572
|
-
"default": "warn"
|
|
573
|
-
},
|
|
574
|
-
"targetusername": {
|
|
575
|
-
"name": "targetusername",
|
|
576
|
-
"type": "option",
|
|
577
|
-
"char": "u",
|
|
578
|
-
"description": "username or alias for the target org; overrides default target org",
|
|
579
|
-
"multiple": false
|
|
580
|
-
},
|
|
581
|
-
"apiversion": {
|
|
582
|
-
"name": "apiversion",
|
|
583
|
-
"type": "option",
|
|
584
|
-
"description": "override the api version used for api requests made by this command",
|
|
585
|
-
"multiple": false
|
|
586
|
-
},
|
|
587
|
-
"countrycode": {
|
|
588
|
-
"name": "countrycode",
|
|
589
|
-
"type": "option",
|
|
590
|
-
"description": "Alpha-2 code",
|
|
591
|
-
"multiple": false
|
|
592
|
-
},
|
|
593
|
-
"category": {
|
|
594
|
-
"name": "category",
|
|
595
|
-
"type": "option",
|
|
596
|
-
"description": "Subdivision category",
|
|
597
|
-
"multiple": false
|
|
598
|
-
},
|
|
599
|
-
"language": {
|
|
600
|
-
"name": "language",
|
|
601
|
-
"type": "option",
|
|
602
|
-
"description": "Language code",
|
|
603
|
-
"multiple": false
|
|
604
|
-
},
|
|
605
|
-
"concurrent": {
|
|
606
|
-
"name": "concurrent",
|
|
607
|
-
"type": "option",
|
|
608
|
-
"description": "ccc",
|
|
609
|
-
"multiple": false,
|
|
610
|
-
"default": 1
|
|
611
|
-
}
|
|
612
|
-
},
|
|
613
|
-
"args": {},
|
|
614
|
-
"flagsConfig": {
|
|
615
|
-
"countrycode": {
|
|
616
|
-
"kind": "string",
|
|
617
|
-
"description": "Alpha-2 code",
|
|
618
|
-
"input": [],
|
|
619
|
-
"multiple": false,
|
|
620
|
-
"type": "option"
|
|
621
|
-
},
|
|
622
|
-
"category": {
|
|
623
|
-
"kind": "string",
|
|
624
|
-
"description": "Subdivision category",
|
|
625
|
-
"input": [],
|
|
626
|
-
"multiple": false,
|
|
627
|
-
"type": "option"
|
|
628
|
-
},
|
|
629
|
-
"language": {
|
|
630
|
-
"kind": "string",
|
|
631
|
-
"description": "Language code",
|
|
632
|
-
"input": [],
|
|
633
|
-
"multiple": false,
|
|
634
|
-
"type": "option"
|
|
635
|
-
},
|
|
636
|
-
"concurrent": {
|
|
637
|
-
"kind": "integer",
|
|
638
|
-
"description": "ccc",
|
|
639
|
-
"default": 1,
|
|
640
|
-
"input": [],
|
|
641
|
-
"multiple": false,
|
|
642
|
-
"type": "option"
|
|
643
|
-
}
|
|
644
|
-
},
|
|
645
|
-
"requiresUsername": true,
|
|
646
|
-
"supportsDevhubUsername": false,
|
|
647
|
-
"requiresProject": false
|
|
212
|
+
"requiresProject": true,
|
|
213
|
+
"hasDynamicHelp": true
|
|
648
214
|
}
|
|
649
215
|
}
|
|
650
216
|
}
|