@jayree/sfdx-plugin-manifest 3.1.35 → 3.1.37
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 +11 -11
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/oclif.lock +283 -441
- package/oclif.manifest.json +1 -1
- package/package.json +18 -34
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## [3.1.37](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.36...v3.1.37) (2023-11-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @oclif/core from 3.10.8 to 3.11.0 ([#1050](https://github.com/jayree/sfdx-plugin-manifest/issues/1050)) ([b49762d](https://github.com/jayree/sfdx-plugin-manifest/commit/b49762d952ce6608ec387b46dad61f05d0695e42))
|
|
7
|
+
* **deps:** bump @salesforce/sf-plugins-core from 4.1.0 to 5.0.1 ([#1047](https://github.com/jayree/sfdx-plugin-manifest/issues/1047)) ([51e4530](https://github.com/jayree/sfdx-plugin-manifest/commit/51e4530dee59a3d923c0b22ea923fb389b09dd5f))
|
|
8
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 9.8.5 to 10.0.0 ([#1043](https://github.com/jayree/sfdx-plugin-manifest/issues/1043)) ([7ed9e90](https://github.com/jayree/sfdx-plugin-manifest/commit/7ed9e902fa7e15881160ea589d8804d6083d9ad6))
|
|
9
|
+
|
|
10
|
+
## [3.1.36](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.35...v3.1.36) (2023-11-10)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump @oclif/core from 3.10.0 to 3.10.8 ([#1040](https://github.com/jayree/sfdx-plugin-manifest/issues/1040)) ([7338899](https://github.com/jayree/sfdx-plugin-manifest/commit/73388998c532297008bc50d8707f9ea453165361))
|
|
16
|
+
* **deps:** bump @salesforce/sf-plugins-core from 4.0.0 to 4.1.0 ([#1036](https://github.com/jayree/sfdx-plugin-manifest/issues/1036)) ([e01d041](https://github.com/jayree/sfdx-plugin-manifest/commit/e01d04100e024e60b321eac25738041acf90b20f))
|
|
17
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 9.8.3 to 9.8.5 ([#1042](https://github.com/jayree/sfdx-plugin-manifest/issues/1042)) ([cca0ba4](https://github.com/jayree/sfdx-plugin-manifest/commit/cca0ba4e0860c6b057141e3c63d8af90eb900a5c))
|
|
18
|
+
|
|
1
19
|
## [3.1.35](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.34...v3.1.35) (2023-11-03)
|
|
2
20
|
|
|
3
21
|
|
package/README.md
CHANGED
|
@@ -47,7 +47,7 @@ EXAMPLES
|
|
|
47
47
|
$ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
|
|
48
48
|
```
|
|
49
49
|
|
|
50
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
50
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.37/src/commands/jayree/manifest/cleanup.ts)_
|
|
51
51
|
|
|
52
52
|
### `sfdx jayree:manifest:generate`
|
|
53
53
|
|
|
@@ -64,10 +64,10 @@ FLAGS
|
|
|
64
64
|
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
65
65
|
-q, --quick-filter=<value>... Metadata type, member or file path to filter on.
|
|
66
66
|
-w, --match-whole-word Enable 'match whole word' for the quickfilter.
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
67
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
68
|
+
--exclude-all Exclude all packages from output.
|
|
69
|
+
--exclude-managed Exclude managed packages from output.
|
|
70
|
+
--include-flow-versions Include flow versions as with api version 43.0.
|
|
71
71
|
|
|
72
72
|
GLOBAL FLAGS
|
|
73
73
|
--json Format output as json.
|
|
@@ -83,7 +83,7 @@ EXAMPLES
|
|
|
83
83
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
84
84
|
```
|
|
85
85
|
|
|
86
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
86
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.37/src/commands/jayree/manifest/generate.ts)_
|
|
87
87
|
|
|
88
88
|
### `sfdx jayree:manifest:git:diff`
|
|
89
89
|
|
|
@@ -99,10 +99,10 @@ ARGUMENTS
|
|
|
99
99
|
REF2 Commit or branch to compare to the base commit.
|
|
100
100
|
|
|
101
101
|
FLAGS
|
|
102
|
-
-d, --source-dir=<value>...
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
102
|
+
-d, --source-dir=<value>... Path to the local source files to include in the manifest.
|
|
103
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
104
|
+
--destructive-changes-only Create a destructiveChanges manifest only.
|
|
105
|
+
--output-dir=<value> Directory to save the created manifest files.
|
|
106
106
|
|
|
107
107
|
GLOBAL FLAGS
|
|
108
108
|
--json Format output as json.
|
|
@@ -165,5 +165,5 @@ FLAG DESCRIPTIONS
|
|
|
165
165
|
The location can be an absolute path or relative to the current working directory.
|
|
166
166
|
```
|
|
167
167
|
|
|
168
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
168
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.37/src/commands/jayree/manifest/git/diff.ts)_
|
|
169
169
|
<!-- commandsstop -->
|