sfdx-jayree 4.8.126 → 4.8.128
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 +15 -15
- package/npm-shrinkwrap.json +7877 -3745
- package/oclif.lock +1167 -643
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## [4.8.128](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.127...v4.8.128) (2025-04-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.7.2 to 3.7.5 ([#1616](https://github.com/jayree/sfdx-jayree-plugin/issues/1616)) ([700daf1](https://github.com/jayree/sfdx-jayree-plugin/commit/700daf138abb8c110837ed7b42229d2458ec7db5))
|
|
7
|
+
|
|
8
|
+
## [4.8.127](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.126...v4.8.127) (2025-03-28)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.6.68 to 3.7.2 ([#1607](https://github.com/jayree/sfdx-jayree-plugin/issues/1607)) ([b7ae2d2](https://github.com/jayree/sfdx-jayree-plugin/commit/b7ae2d2bd0581272ccddc2ea2ac02c85e4e72873))
|
|
14
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.102 to 1.2.103 ([#1608](https://github.com/jayree/sfdx-jayree-plugin/issues/1608)) ([2b110bb](https://github.com/jayree/sfdx-jayree-plugin/commit/2b110bb38c8cdf61cd7c09b3cedeb93efb49c800))
|
|
15
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.107 to 1.3.108 ([#1609](https://github.com/jayree/sfdx-jayree-plugin/issues/1609)) ([abd8f57](https://github.com/jayree/sfdx-jayree-plugin/commit/abd8f57fd0d54e9c4f9fda88d0e3876f60f02437))
|
|
16
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.104 to 1.3.105 ([#1610](https://github.com/jayree/sfdx-jayree-plugin/issues/1610)) ([5fcd710](https://github.com/jayree/sfdx-jayree-plugin/commit/5fcd7108047f27a50f9220cb52c41e800ee29461))
|
|
17
|
+
|
|
1
18
|
## [4.8.126](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.125...v4.8.126) (2025-03-21)
|
|
2
19
|
|
|
3
20
|
|
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.103/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/v3.
|
|
93
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.7.5/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/v3.
|
|
131
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.7.5/src/commands/jayree/manifest/generate.ts)_
|
|
132
132
|
|
|
133
133
|
### `sfdx jayree manifest git diff REF1 [REF2]`
|
|
134
134
|
|
|
@@ -211,7 +211,7 @@ FLAG DESCRIPTIONS
|
|
|
211
211
|
Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
|
|
212
212
|
```
|
|
213
213
|
|
|
214
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.
|
|
214
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.7.5/src/commands/jayree/manifest/git/diff.ts)_
|
|
215
215
|
|
|
216
216
|
### `sfdx jayree org configure`
|
|
217
217
|
|
|
@@ -241,7 +241,7 @@ EXAMPLES
|
|
|
241
241
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
242
242
|
```
|
|
243
243
|
|
|
244
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
244
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.103/src/commands/jayree/org/configure/index.ts)_
|
|
245
245
|
|
|
246
246
|
### `sfdx jayree org configure country`
|
|
247
247
|
|
|
@@ -261,7 +261,7 @@ GLOBAL FLAGS
|
|
|
261
261
|
--json Format output as json.
|
|
262
262
|
```
|
|
263
263
|
|
|
264
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
264
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.103/src/commands/jayree/org/configure/country.ts)_
|
|
265
265
|
|
|
266
266
|
### `sfdx jayree org configure state`
|
|
267
267
|
|
|
@@ -286,7 +286,7 @@ GLOBAL FLAGS
|
|
|
286
286
|
--json Format output as json.
|
|
287
287
|
```
|
|
288
288
|
|
|
289
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
289
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.103/src/commands/jayree/org/configure/state.ts)_
|
|
290
290
|
|
|
291
291
|
### `sfdx jayree org get settings`
|
|
292
292
|
|
|
@@ -316,7 +316,7 @@ EXAMPLES
|
|
|
316
316
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
317
317
|
```
|
|
318
318
|
|
|
319
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
319
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.103/src/commands/jayree/org/get/settings.ts)_
|
|
320
320
|
|
|
321
321
|
### `sfdx jayree org stream`
|
|
322
322
|
|
|
@@ -348,7 +348,7 @@ EXAMPLES
|
|
|
348
348
|
...
|
|
349
349
|
```
|
|
350
350
|
|
|
351
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
351
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.103/src/commands/jayree/org/stream.ts)_
|
|
352
352
|
|
|
353
353
|
### `sfdx jayree project compare snapshot`
|
|
354
354
|
|
|
@@ -369,7 +369,7 @@ ALIASES
|
|
|
369
369
|
$ sfdx jayree source snapshot compare
|
|
370
370
|
```
|
|
371
371
|
|
|
372
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
372
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.105/src/commands/jayree/project/compare/snapshot.ts)_
|
|
373
373
|
|
|
374
374
|
### `sfdx jayree project fix`
|
|
375
375
|
|
|
@@ -391,7 +391,7 @@ ALIASES
|
|
|
391
391
|
$ sfdx jayree source fix
|
|
392
392
|
```
|
|
393
393
|
|
|
394
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
394
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.105/src/commands/jayree/project/fix.ts)_
|
|
395
395
|
|
|
396
396
|
### `sfdx jayree project generate snapshot`
|
|
397
397
|
|
|
@@ -412,7 +412,7 @@ ALIASES
|
|
|
412
412
|
$ sfdx jayree source snapshot generate
|
|
413
413
|
```
|
|
414
414
|
|
|
415
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
415
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.105/src/commands/jayree/project/generate/snapshot.ts)_
|
|
416
416
|
|
|
417
417
|
### `sfdx jayree project list tracking`
|
|
418
418
|
|
|
@@ -441,7 +441,7 @@ EXAMPLES
|
|
|
441
441
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
442
442
|
```
|
|
443
443
|
|
|
444
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
444
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.105/src/commands/jayree/project/list/tracking.ts)_
|
|
445
445
|
|
|
446
446
|
### `sfdx jayree project store tracking get`
|
|
447
447
|
|
|
@@ -467,7 +467,7 @@ EXAMPLES
|
|
|
467
467
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
468
468
|
```
|
|
469
469
|
|
|
470
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
470
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.105/src/commands/jayree/project/store/tracking/get.ts)_
|
|
471
471
|
|
|
472
472
|
### `sfdx jayree project store tracking set`
|
|
473
473
|
|
|
@@ -497,7 +497,7 @@ EXAMPLES
|
|
|
497
497
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
498
498
|
```
|
|
499
499
|
|
|
500
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
500
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.105/src/commands/jayree/project/store/tracking/set.ts)_
|
|
501
501
|
<!-- commandsstop -->
|
|
502
502
|
|
|
503
503
|
## Hooks
|