sfdx-jayree 4.8.39 → 4.8.41
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 +20 -0
- package/README.md +65 -55
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/oclif.lock +408 -427
- package/oclif.manifest.json +1 -1
- package/package.json +39 -28
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## [4.8.41](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.40...v4.8.41) (2023-11-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.20 to 1.2.21 ([#1107](https://github.com/jayree/sfdx-jayree-plugin/issues/1107)) ([9e63ff6](https://github.com/jayree/sfdx-jayree-plugin/commit/9e63ff6f9bec15e090084d1407aa3f316dec1084))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.32 to 1.3.33 ([#1109](https://github.com/jayree/sfdx-jayree-plugin/issues/1109)) ([60db66b](https://github.com/jayree/sfdx-jayree-plugin/commit/60db66b0bddbd2a84aff0279ffee47c9a3185942))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.27 to 1.3.28 ([#1110](https://github.com/jayree/sfdx-jayree-plugin/issues/1110)) ([9543ccf](https://github.com/jayree/sfdx-jayree-plugin/commit/9543ccf9777a404d969b04e6f68accb499897e64))
|
|
9
|
+
|
|
10
|
+
## [4.8.40](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.39...v4.8.40) (2023-11-24)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.36 to 3.1.37 ([#1101](https://github.com/jayree/sfdx-jayree-plugin/issues/1101)) ([768fc07](https://github.com/jayree/sfdx-jayree-plugin/commit/768fc075e30e28910003ac6678407ba7592117fa))
|
|
16
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.37 to 3.1.38 ([#1105](https://github.com/jayree/sfdx-jayree-plugin/issues/1105)) ([c49d705](https://github.com/jayree/sfdx-jayree-plugin/commit/c49d70545ea1f424c3ba9e29280f213cf14b0d88))
|
|
17
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.18 to 1.2.20 ([#1104](https://github.com/jayree/sfdx-jayree-plugin/issues/1104)) ([2630b92](https://github.com/jayree/sfdx-jayree-plugin/commit/2630b927e8d77111be19c7e6af8b62087d8b0b02))
|
|
18
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.30 to 1.3.32 ([#1103](https://github.com/jayree/sfdx-jayree-plugin/issues/1103)) ([961b6ca](https://github.com/jayree/sfdx-jayree-plugin/commit/961b6cabff6e531fdd9ee8c588bb780dc8e4a0e8))
|
|
19
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.26 to 1.3.27 ([#1100](https://github.com/jayree/sfdx-jayree-plugin/issues/1100)) ([aadc455](https://github.com/jayree/sfdx-jayree-plugin/commit/aadc4556f8f8fb61cb03bb61f767609042d8d587))
|
|
20
|
+
|
|
1
21
|
## [4.8.39](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.38...v4.8.39) (2023-11-10)
|
|
2
22
|
|
|
3
23
|
|
package/README.md
CHANGED
|
@@ -43,8 +43,9 @@ USAGE
|
|
|
43
43
|
$ sfdx jayree:flow:get:coverage -o <value> [--json] [--api-version <value>]
|
|
44
44
|
|
|
45
45
|
FLAGS
|
|
46
|
-
-o, --target-org=<value>
|
|
47
|
-
|
|
46
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
47
|
+
configuration variable is already set.
|
|
48
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
48
49
|
|
|
49
50
|
GLOBAL FLAGS
|
|
50
51
|
--json Format output as json.
|
|
@@ -59,7 +60,7 @@ EXAMPLES
|
|
|
59
60
|
...
|
|
60
61
|
```
|
|
61
62
|
|
|
62
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
63
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.21/src/commands/jayree/flow/get/coverage.ts)_
|
|
63
64
|
|
|
64
65
|
### `sfdx jayree:manifest:cleanup`
|
|
65
66
|
|
|
@@ -87,7 +88,7 @@ EXAMPLES
|
|
|
87
88
|
$ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
|
|
88
89
|
```
|
|
89
90
|
|
|
90
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
91
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.38/src/commands/jayree/manifest/cleanup.ts)_
|
|
91
92
|
|
|
92
93
|
### `sfdx jayree:manifest:generate`
|
|
93
94
|
|
|
@@ -101,13 +102,14 @@ USAGE
|
|
|
101
102
|
FLAGS
|
|
102
103
|
-c, --match-case Enable 'match case' for the quickfilter.
|
|
103
104
|
-f, --file=<value> Write to 'file' instead of stdout.
|
|
104
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
105
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
106
|
+
configuration variable is already set.
|
|
105
107
|
-q, --quick-filter=<value>... Metadata type, member or file path to filter on.
|
|
106
108
|
-w, --match-whole-word Enable 'match whole word' for the quickfilter.
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
109
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
110
|
+
--exclude-all Exclude all packages from output.
|
|
111
|
+
--exclude-managed Exclude managed packages from output.
|
|
112
|
+
--include-flow-versions Include flow versions as with api version 43.0.
|
|
111
113
|
|
|
112
114
|
GLOBAL FLAGS
|
|
113
115
|
--json Format output as json.
|
|
@@ -123,7 +125,7 @@ EXAMPLES
|
|
|
123
125
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
124
126
|
```
|
|
125
127
|
|
|
126
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
128
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.38/src/commands/jayree/manifest/generate.ts)_
|
|
127
129
|
|
|
128
130
|
### `sfdx jayree:manifest:git:diff`
|
|
129
131
|
|
|
@@ -139,10 +141,10 @@ ARGUMENTS
|
|
|
139
141
|
REF2 Commit or branch to compare to the base commit.
|
|
140
142
|
|
|
141
143
|
FLAGS
|
|
142
|
-
-d, --source-dir=<value>...
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
144
|
+
-d, --source-dir=<value>... Path to the local source files to include in the manifest.
|
|
145
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
146
|
+
--destructive-changes-only Create a destructiveChanges manifest only.
|
|
147
|
+
--output-dir=<value> Directory to save the created manifest files.
|
|
146
148
|
|
|
147
149
|
GLOBAL FLAGS
|
|
148
150
|
--json Format output as json.
|
|
@@ -205,7 +207,7 @@ FLAG DESCRIPTIONS
|
|
|
205
207
|
The location can be an absolute path or relative to the current working directory.
|
|
206
208
|
```
|
|
207
209
|
|
|
208
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
210
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.38/src/commands/jayree/manifest/git/diff.ts)_
|
|
209
211
|
|
|
210
212
|
### `sfdx jayree:org:configure`
|
|
211
213
|
|
|
@@ -216,11 +218,12 @@ USAGE
|
|
|
216
218
|
$ sfdx jayree:org:configure -o <value> [--json] [--api-version <value>] [-t <value>] [--concurrent]
|
|
217
219
|
|
|
218
220
|
FLAGS
|
|
219
|
-
-o, --target-org=<value>
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
221
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
222
|
+
configuration variable is already set.
|
|
223
|
+
-t, --tasks=<value>... Task name(s) listed in sfdx-project.json, if no tasks are specified, all tasks marked as
|
|
224
|
+
active will be executed.
|
|
225
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
226
|
+
--concurrent Execute tasks in parallel.
|
|
224
227
|
|
|
225
228
|
GLOBAL FLAGS
|
|
226
229
|
--json Format output as json.
|
|
@@ -232,7 +235,7 @@ EXAMPLES
|
|
|
232
235
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
233
236
|
```
|
|
234
237
|
|
|
235
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
238
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.21/src/commands/jayree/org/configure/index.ts)_
|
|
236
239
|
|
|
237
240
|
### `sfdx jayree:org:configure:country`
|
|
238
241
|
|
|
@@ -243,14 +246,15 @@ USAGE
|
|
|
243
246
|
$ sfdx jayree:org:configure:country -o <value> [--json] [--api-version <value>]
|
|
244
247
|
|
|
245
248
|
FLAGS
|
|
246
|
-
-o, --target-org=<value>
|
|
247
|
-
|
|
249
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
250
|
+
configuration variable is already set.
|
|
251
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
248
252
|
|
|
249
253
|
GLOBAL FLAGS
|
|
250
254
|
--json Format output as json.
|
|
251
255
|
```
|
|
252
256
|
|
|
253
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
257
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.21/src/commands/jayree/org/configure/country.ts)_
|
|
254
258
|
|
|
255
259
|
### `sfdx jayree:org:configure:state`
|
|
256
260
|
|
|
@@ -262,18 +266,19 @@ USAGE
|
|
|
262
266
|
[--language <value>] [--concurrent <value>]
|
|
263
267
|
|
|
264
268
|
FLAGS
|
|
265
|
-
-o, --target-org=<value>
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
269
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
270
|
+
configuration variable is already set.
|
|
271
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
272
|
+
--category=<value> Subdivision category.
|
|
273
|
+
--concurrent=<value> [default: 1] execute tasks in parallel.
|
|
274
|
+
--country-code=<value> Alpha-2 code.
|
|
275
|
+
--language=<value> Language code.
|
|
271
276
|
|
|
272
277
|
GLOBAL FLAGS
|
|
273
278
|
--json Format output as json.
|
|
274
279
|
```
|
|
275
280
|
|
|
276
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
281
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.21/src/commands/jayree/org/configure/state.ts)_
|
|
277
282
|
|
|
278
283
|
### `sfdx jayree:org:get:settings`
|
|
279
284
|
|
|
@@ -285,9 +290,10 @@ USAGE
|
|
|
285
290
|
|
|
286
291
|
FLAGS
|
|
287
292
|
-f, --file=<value> Write to 'file' instead of project-scratch-def.json.
|
|
288
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
293
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
294
|
+
configuration variable is already set.
|
|
289
295
|
-w, --writetoprojectscratchdeffile Write output to project-scratch-def.json file.
|
|
290
|
-
|
|
296
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
291
297
|
|
|
292
298
|
GLOBAL FLAGS
|
|
293
299
|
--json Format output as json.
|
|
@@ -301,7 +307,7 @@ EXAMPLES
|
|
|
301
307
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
302
308
|
```
|
|
303
309
|
|
|
304
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
310
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.21/src/commands/jayree/org/get/settings.ts)_
|
|
305
311
|
|
|
306
312
|
### `sfdx jayree:org:stream`
|
|
307
313
|
|
|
@@ -312,13 +318,14 @@ USAGE
|
|
|
312
318
|
$ sfdx jayree:org:stream -o <value> -c <value> [--json] [--api-version <value>] [-r <value>]
|
|
313
319
|
|
|
314
320
|
FLAGS
|
|
315
|
-
-c, --channel=<value>
|
|
316
|
-
-o, --target-org=<value>
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
321
|
+
-c, --channel=<value> (required) The event name.
|
|
322
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
323
|
+
configuration variable is already set.
|
|
324
|
+
-r, --replay-id=<value> Receive all stored events after the event specified by the replayId value and new events.
|
|
325
|
+
[default: -1] Receive new events that are broadcast after the command subscribes. [-2]
|
|
326
|
+
Receive all event, including past events that are within the retention window and new
|
|
327
|
+
events.
|
|
328
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
322
329
|
|
|
323
330
|
GLOBAL FLAGS
|
|
324
331
|
--json Format output as json.
|
|
@@ -331,7 +338,7 @@ EXAMPLES
|
|
|
331
338
|
...
|
|
332
339
|
```
|
|
333
340
|
|
|
334
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
341
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.21/src/commands/jayree/org/stream.ts)_
|
|
335
342
|
|
|
336
343
|
### `sfdx jayree:project:compare:snapshot`
|
|
337
344
|
|
|
@@ -351,7 +358,7 @@ ALIASES
|
|
|
351
358
|
$ sfdx jayree:source:snapshot:compare
|
|
352
359
|
```
|
|
353
360
|
|
|
354
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
361
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.28/src/commands/jayree/project/compare/snapshot.ts)_
|
|
355
362
|
|
|
356
363
|
### `sfdx jayree:project:fix`
|
|
357
364
|
|
|
@@ -372,7 +379,7 @@ ALIASES
|
|
|
372
379
|
$ sfdx jayree:source:fix
|
|
373
380
|
```
|
|
374
381
|
|
|
375
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
382
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.28/src/commands/jayree/project/fix.ts)_
|
|
376
383
|
|
|
377
384
|
### `sfdx jayree:project:generate:snapshot`
|
|
378
385
|
|
|
@@ -392,7 +399,7 @@ ALIASES
|
|
|
392
399
|
$ sfdx jayree:source:snapshot:generate
|
|
393
400
|
```
|
|
394
401
|
|
|
395
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
402
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.28/src/commands/jayree/project/generate/snapshot.ts)_
|
|
396
403
|
|
|
397
404
|
### `sfdx jayree:project:list:tracking`
|
|
398
405
|
|
|
@@ -403,9 +410,10 @@ USAGE
|
|
|
403
410
|
$ sfdx jayree:project:list:tracking -o <value> [--json] [--api-version <value>] [-r <value>]
|
|
404
411
|
|
|
405
412
|
FLAGS
|
|
406
|
-
-o, --target-org=<value>
|
|
407
|
-
|
|
408
|
-
--
|
|
413
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
414
|
+
configuration variable is already set.
|
|
415
|
+
-r, --revision=<value> Start at a specific revision counter number.
|
|
416
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
409
417
|
|
|
410
418
|
GLOBAL FLAGS
|
|
411
419
|
--json Format output as json.
|
|
@@ -419,7 +427,7 @@ EXAMPLES
|
|
|
419
427
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
420
428
|
```
|
|
421
429
|
|
|
422
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
430
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.28/src/commands/jayree/project/list/tracking.ts)_
|
|
423
431
|
|
|
424
432
|
### `sfdx jayree:project:store:tracking:get`
|
|
425
433
|
|
|
@@ -430,7 +438,8 @@ USAGE
|
|
|
430
438
|
$ sfdx jayree:project:store:tracking:get -o <value> [--json]
|
|
431
439
|
|
|
432
440
|
FLAGS
|
|
433
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
441
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
442
|
+
configuration variable is already set.
|
|
434
443
|
|
|
435
444
|
GLOBAL FLAGS
|
|
436
445
|
--json Format output as json.
|
|
@@ -443,7 +452,7 @@ EXAMPLES
|
|
|
443
452
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
444
453
|
```
|
|
445
454
|
|
|
446
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
455
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.28/src/commands/jayree/project/store/tracking/get.ts)_
|
|
447
456
|
|
|
448
457
|
### `sfdx jayree:project:store:tracking:set`
|
|
449
458
|
|
|
@@ -454,9 +463,10 @@ USAGE
|
|
|
454
463
|
$ sfdx jayree:project:store:tracking:set -o <value> [--json] [--api-version <value>] [-r <value>]
|
|
455
464
|
|
|
456
465
|
FLAGS
|
|
457
|
-
-o, --target-org=<value>
|
|
458
|
-
|
|
459
|
-
--
|
|
466
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
467
|
+
configuration variable is already set.
|
|
468
|
+
-r, --revision=<value> Revision counter number (default: remote revision counter number).
|
|
469
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
460
470
|
|
|
461
471
|
GLOBAL FLAGS
|
|
462
472
|
--json Format output as json.
|
|
@@ -470,7 +480,7 @@ EXAMPLES
|
|
|
470
480
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
471
481
|
```
|
|
472
482
|
|
|
473
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
483
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.28/src/commands/jayree/project/store/tracking/set.ts)_
|
|
474
484
|
<!-- commandsstop -->
|
|
475
485
|
|
|
476
486
|
## Hooks
|