sfdx-jayree 4.8.174 → 4.8.176
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 +18 -0
- package/README.md +15 -15
- package/npm-shrinkwrap.json +907 -933
- package/oclif.lock +737 -748
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## [4.8.176](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.175...v4.8.176) (2025-12-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 4.0.118 to 4.0.119 ([#1847](https://github.com/jayree/sfdx-jayree-plugin/issues/1847)) ([288e2a0](https://github.com/jayree/sfdx-jayree-plugin/commit/288e2a044b5bf8897627affc7827d3bb6895fd7e))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.145 to 1.3.146 ([#1848](https://github.com/jayree/sfdx-jayree-plugin/issues/1848)) ([1a26645](https://github.com/jayree/sfdx-jayree-plugin/commit/1a26645b84cf8f6a14b36d0bd3254f5ba7d9d725))
|
|
8
|
+
|
|
9
|
+
## [4.8.175](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.174...v4.8.175) (2025-12-19)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 4.0.115 to 4.0.118 ([#1841](https://github.com/jayree/sfdx-jayree-plugin/issues/1841)) ([cbfea0f](https://github.com/jayree/sfdx-jayree-plugin/commit/cbfea0f1cf9513f0b0e9e394dda04add0e654cde))
|
|
15
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.150 to 1.2.152 ([#1843](https://github.com/jayree/sfdx-jayree-plugin/issues/1843)) ([b084fa1](https://github.com/jayree/sfdx-jayree-plugin/commit/b084fa1893660242e9d3753fed28123013d8591b))
|
|
16
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.146 to 1.3.147 ([#1844](https://github.com/jayree/sfdx-jayree-plugin/issues/1844)) ([ffbb88e](https://github.com/jayree/sfdx-jayree-plugin/commit/ffbb88ecf4421789edfd9f41c6c9af70e763d5a9))
|
|
17
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.144 to 1.3.145 ([#1842](https://github.com/jayree/sfdx-jayree-plugin/issues/1842)) ([2f7c0a0](https://github.com/jayree/sfdx-jayree-plugin/commit/2f7c0a0fa5d7244f8cf2b7c02dfadcac4278c610))
|
|
18
|
+
|
|
1
19
|
## [4.8.174](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.173...v4.8.174) (2025-12-12)
|
|
2
20
|
|
|
3
21
|
|
package/README.md
CHANGED
|
@@ -61,7 +61,7 @@ EXAMPLES
|
|
|
61
61
|
...
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
64
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.152/src/commands/jayree/flow/get/coverage.ts)_
|
|
65
65
|
|
|
66
66
|
### `sfdx jayree manifest cleanup`
|
|
67
67
|
|
|
@@ -90,7 +90,7 @@ EXAMPLES
|
|
|
90
90
|
$ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
|
91
91
|
```
|
|
92
92
|
|
|
93
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.
|
|
93
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.119/src/commands/jayree/manifest/cleanup.ts)_
|
|
94
94
|
|
|
95
95
|
### `sfdx jayree manifest generate`
|
|
96
96
|
|
|
@@ -128,7 +128,7 @@ EXAMPLES
|
|
|
128
128
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
129
129
|
```
|
|
130
130
|
|
|
131
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.
|
|
131
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.119/src/commands/jayree/manifest/generate.ts)_
|
|
132
132
|
|
|
133
133
|
### `sfdx jayree manifest git diff REF1 [REF2]`
|
|
134
134
|
|
|
@@ -208,7 +208,7 @@ FLAG DESCRIPTIONS
|
|
|
208
208
|
Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
|
|
209
209
|
```
|
|
210
210
|
|
|
211
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.
|
|
211
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.119/src/commands/jayree/manifest/git/diff.ts)_
|
|
212
212
|
|
|
213
213
|
### `sfdx jayree org configure`
|
|
214
214
|
|
|
@@ -238,7 +238,7 @@ EXAMPLES
|
|
|
238
238
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
241
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.152/src/commands/jayree/org/configure/index.ts)_
|
|
242
242
|
|
|
243
243
|
### `sfdx jayree org configure country`
|
|
244
244
|
|
|
@@ -258,7 +258,7 @@ GLOBAL FLAGS
|
|
|
258
258
|
--json Format output as json.
|
|
259
259
|
```
|
|
260
260
|
|
|
261
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
261
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.152/src/commands/jayree/org/configure/country.ts)_
|
|
262
262
|
|
|
263
263
|
### `sfdx jayree org configure state`
|
|
264
264
|
|
|
@@ -283,7 +283,7 @@ GLOBAL FLAGS
|
|
|
283
283
|
--json Format output as json.
|
|
284
284
|
```
|
|
285
285
|
|
|
286
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
286
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.152/src/commands/jayree/org/configure/state.ts)_
|
|
287
287
|
|
|
288
288
|
### `sfdx jayree org get settings`
|
|
289
289
|
|
|
@@ -313,7 +313,7 @@ EXAMPLES
|
|
|
313
313
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
314
314
|
```
|
|
315
315
|
|
|
316
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
316
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.152/src/commands/jayree/org/get/settings.ts)_
|
|
317
317
|
|
|
318
318
|
### `sfdx jayree org stream`
|
|
319
319
|
|
|
@@ -345,7 +345,7 @@ EXAMPLES
|
|
|
345
345
|
...
|
|
346
346
|
```
|
|
347
347
|
|
|
348
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
348
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.152/src/commands/jayree/org/stream.ts)_
|
|
349
349
|
|
|
350
350
|
### `sfdx jayree project compare snapshot`
|
|
351
351
|
|
|
@@ -366,7 +366,7 @@ ALIASES
|
|
|
366
366
|
$ sfdx jayree source snapshot compare
|
|
367
367
|
```
|
|
368
368
|
|
|
369
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
369
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.146/src/commands/jayree/project/compare/snapshot.ts)_
|
|
370
370
|
|
|
371
371
|
### `sfdx jayree project fix`
|
|
372
372
|
|
|
@@ -388,7 +388,7 @@ ALIASES
|
|
|
388
388
|
$ sfdx jayree source fix
|
|
389
389
|
```
|
|
390
390
|
|
|
391
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
391
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.146/src/commands/jayree/project/fix.ts)_
|
|
392
392
|
|
|
393
393
|
### `sfdx jayree project generate snapshot`
|
|
394
394
|
|
|
@@ -409,7 +409,7 @@ ALIASES
|
|
|
409
409
|
$ sfdx jayree source snapshot generate
|
|
410
410
|
```
|
|
411
411
|
|
|
412
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
412
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.146/src/commands/jayree/project/generate/snapshot.ts)_
|
|
413
413
|
|
|
414
414
|
### `sfdx jayree project list tracking`
|
|
415
415
|
|
|
@@ -438,7 +438,7 @@ EXAMPLES
|
|
|
438
438
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
439
439
|
```
|
|
440
440
|
|
|
441
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
441
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.146/src/commands/jayree/project/list/tracking.ts)_
|
|
442
442
|
|
|
443
443
|
### `sfdx jayree project store tracking get`
|
|
444
444
|
|
|
@@ -464,7 +464,7 @@ EXAMPLES
|
|
|
464
464
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
465
465
|
```
|
|
466
466
|
|
|
467
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
467
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.146/src/commands/jayree/project/store/tracking/get.ts)_
|
|
468
468
|
|
|
469
469
|
### `sfdx jayree project store tracking set`
|
|
470
470
|
|
|
@@ -494,7 +494,7 @@ EXAMPLES
|
|
|
494
494
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
495
495
|
```
|
|
496
496
|
|
|
497
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
497
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.146/src/commands/jayree/project/store/tracking/set.ts)_
|
|
498
498
|
<!-- commandsstop -->
|
|
499
499
|
|
|
500
500
|
## Hooks
|