sfdx-jayree 4.8.129 → 4.8.130
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 +9 -0
- package/README.md +9 -9
- package/npm-shrinkwrap.json +3315 -7399
- package/oclif.lock +124 -735
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [4.8.130](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.129...v4.8.130) (2025-04-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.7.13 to 3.7.14 ([#1623](https://github.com/jayree/sfdx-jayree-plugin/issues/1623)) ([6f86aaa](https://github.com/jayree/sfdx-jayree-plugin/commit/6f86aaae62ac0c2f58ff1f0607c2522a644a8628))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.108 to 1.3.111 ([#1622](https://github.com/jayree/sfdx-jayree-plugin/issues/1622)) ([ed2c293](https://github.com/jayree/sfdx-jayree-plugin/commit/ed2c29303792fab62cd10f3ca77229a4f4fdb494))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.105 to 1.3.107 ([#1624](https://github.com/jayree/sfdx-jayree-plugin/issues/1624)) ([37113ec](https://github.com/jayree/sfdx-jayree-plugin/commit/37113eca168a2efc162cfc49677b0b40aa824bca))
|
|
9
|
+
|
|
1
10
|
## [4.8.129](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.128...v4.8.129) (2025-04-11)
|
|
2
11
|
|
|
3
12
|
|
package/README.md
CHANGED
|
@@ -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.7.
|
|
93
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.7.14/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.7.
|
|
131
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.7.14/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.7.
|
|
214
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.7.14/src/commands/jayree/manifest/git/diff.ts)_
|
|
215
215
|
|
|
216
216
|
### `sfdx jayree org configure`
|
|
217
217
|
|
|
@@ -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.107/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.107/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.107/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.107/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.107/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.107/src/commands/jayree/project/store/tracking/set.ts)_
|
|
501
501
|
<!-- commandsstop -->
|
|
502
502
|
|
|
503
503
|
## Hooks
|