@jayree/sfdx-plugin-manifest 4.0.27 → 4.0.29
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 +23 -0
- package/README.md +4 -4
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +1103 -241
- package/oclif.lock +288 -116
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1
|
+
## [4.0.29](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.28...4.0.29) (2025-06-27)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump isomorphic-git from 1.31.0 to 1.32.0 ([#1837](https://github.com/jayree/sfdx-plugin-manifest/issues/1837)) ([20ff4c5](https://github.com/jayree/sfdx-plugin-manifest/commit/20ff4c514f177a9cf208ecfec379a699d8a48834))
|
7
|
+
* (merge --allow-unrelated-histories) adding parameter to merge unrelated branches ([#2121](https://github.com/isomorphic-git/isomorphic-git/issues/2121)) ([77715e1](https://github.com/isomorphic-git/isomorphic-git/commit/77715e192bb189cb6e0ec24755723b643289093c))
|
8
|
+
* Handling of deleted trees on checkout ([#2114](https://github.com/isomorphic-git/isomorphic-git/issues/2114)) ([c247e5b](https://github.com/isomorphic-git/isomorphic-git/commit/c247e5b1ce8b52964a3e2487ffeafc3376fee980))
|
9
|
+
|
10
|
+
## [4.0.28](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.27...4.0.28) (2025-06-27)
|
11
|
+
|
12
|
+
|
13
|
+
### Bug Fixes
|
14
|
+
|
15
|
+
* **deps:** bump @salesforce/core from 8.14.0 to 8.15.0 ([#1838](https://github.com/jayree/sfdx-plugin-manifest/issues/1838)) ([351dbea](https://github.com/jayree/sfdx-plugin-manifest/commit/351dbea9e81257988fc10682b114e0f900cad915))
|
16
|
+
* add features query ([52d7356](https://github.com/forcedotcom/sfdx-core/commit/52d7356d76f57f6d56cb31c3ffbb7041b48c8e5d))
|
17
|
+
* add query function ([b1b1f7e](https://github.com/forcedotcom/sfdx-core/commit/b1b1f7e426c4cb8002933e498d27d314f1ca869b))
|
18
|
+
* ensure that colored logs are on by default ([#1206](https://github.com/forcedotcom/sfdx-core/issues/1206)) ([c393593](https://github.com/forcedotcom/sfdx-core/commit/c393593bbf6ceef4dbeae1758c730b42bc0cea47))
|
19
|
+
* add feature to org test ([783854c](https://github.com/forcedotcom/sfdx-core/commit/783854cfd63ea8d480216c1a81230c23c04f55fb))
|
20
|
+
* add validation and XOR types ([7cf7b75](https://github.com/forcedotcom/sfdx-core/commit/7cf7b756ea932183bc1f2f45b3a01b0ad0e84642))
|
21
|
+
* array in test format ([4827231](https://github.com/forcedotcom/sfdx-core/commit/4827231fe71b60a9207cf2d383d210b141ae5132))
|
22
|
+
* remove query function and add sandboxinfo field ([a972c87](https://github.com/forcedotcom/sfdx-core/commit/a972c87583d95a3fbc2adf4a81a7f207b3601b45))
|
23
|
+
|
1
24
|
## [4.0.27](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.26...4.0.27) (2025-06-21)
|
2
25
|
|
3
26
|
|
package/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# @jayree/sfdx-plugin-manifest
|
2
2
|
|
3
|
-
A Salesforce CLI plugin
|
3
|
+
A powerful Salesforce CLI plugin and Node.js library to effortlessly generate, clean up, and manage package.xml and destructiveChanges.xml manifests directly from your Salesforce orgs or from Git changes in your SF projects. Unlock faster, safer, and smarter Salesforce deployments.
|
4
4
|
|
5
5
|
[](https://developer.salesforce.com/tools/salesforcecli)
|
6
6
|
[](https://npmjs.org/package/@jayree/sfdx-plugin-manifest)
|
@@ -112,7 +112,7 @@ EXAMPLES
|
|
112
112
|
$ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
113
113
|
```
|
114
114
|
|
115
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.29/src/commands/jayree/manifest/cleanup.ts)_
|
116
116
|
|
117
117
|
### `sf jayree manifest generate`
|
118
118
|
|
@@ -150,7 +150,7 @@ EXAMPLES
|
|
150
150
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
151
151
|
```
|
152
152
|
|
153
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.29/src/commands/jayree/manifest/generate.ts)_
|
154
154
|
|
155
155
|
### `sf jayree manifest git diff REF1 [REF2]`
|
156
156
|
|
@@ -230,7 +230,7 @@ FLAG DESCRIPTIONS
|
|
230
230
|
Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
|
231
231
|
```
|
232
232
|
|
233
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.29/src/commands/jayree/manifest/git/diff.ts)_
|
234
234
|
<!-- commandsstop -->
|
235
235
|
|
236
236
|
## Performance Testing
|