@jayree/sfdx-plugin-manifest 3.1.36 → 3.1.38
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +20 -0
- package/README.md +13 -12
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/oclif.lock +277 -219
- package/oclif.manifest.json +2 -2
- package/package.json +13 -12
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1
|
+
## [3.1.38](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.37...v3.1.38) (2023-11-24)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @jayree/changelog from 1.1.7 to 1.1.8 ([#1052](https://github.com/jayree/sfdx-plugin-manifest/issues/1052)) ([b2536dc](https://github.com/jayree/sfdx-plugin-manifest/commit/b2536dc69b0228f8561540121ace7038e06cc675))
|
7
|
+
* **deps:** bump @oclif/core from 3.11.0 to 3.12.0 ([#1058](https://github.com/jayree/sfdx-plugin-manifest/issues/1058)) ([7f17c3a](https://github.com/jayree/sfdx-plugin-manifest/commit/7f17c3aaa4f9ecee1352430c10cd127d683130f8))
|
8
|
+
* **deps:** bump @salesforce/core from 6.1.3 to 6.2.0 ([#1055](https://github.com/jayree/sfdx-plugin-manifest/issues/1055)) ([5eb1259](https://github.com/jayree/sfdx-plugin-manifest/commit/5eb12595089cc9671e483ff19dd4f72d1682f032))
|
9
|
+
* **deps:** bump @salesforce/sf-plugins-core from 5.0.1 to 5.0.3 ([#1057](https://github.com/jayree/sfdx-plugin-manifest/issues/1057)) ([f4d4a64](https://github.com/jayree/sfdx-plugin-manifest/commit/f4d4a64a67c587293989be9210a3864bb4b010ee))
|
10
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 10.0.0 to 10.0.2 ([#1054](https://github.com/jayree/sfdx-plugin-manifest/issues/1054)) ([7c855f0](https://github.com/jayree/sfdx-plugin-manifest/commit/7c855f0f947dffbbc4fbce95c778c5ca99c74adb))
|
11
|
+
|
12
|
+
## [3.1.37](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.36...v3.1.37) (2023-11-17)
|
13
|
+
|
14
|
+
|
15
|
+
### Bug Fixes
|
16
|
+
|
17
|
+
* **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))
|
18
|
+
* **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))
|
19
|
+
* **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))
|
20
|
+
|
1
21
|
## [3.1.36](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.35...v3.1.36) (2023-11-10)
|
2
22
|
|
3
23
|
|
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.38/src/commands/jayree/manifest/cleanup.ts)_
|
51
51
|
|
52
52
|
### `sfdx jayree:manifest:generate`
|
53
53
|
|
@@ -61,13 +61,14 @@ USAGE
|
|
61
61
|
FLAGS
|
62
62
|
-c, --match-case Enable 'match case' for the quickfilter.
|
63
63
|
-f, --file=<value> Write to 'file' instead of stdout.
|
64
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
64
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
65
|
+
configuration variable is already set.
|
65
66
|
-q, --quick-filter=<value>... Metadata type, member or file path to filter on.
|
66
67
|
-w, --match-whole-word Enable 'match whole word' for the quickfilter.
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
68
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
69
|
+
--exclude-all Exclude all packages from output.
|
70
|
+
--exclude-managed Exclude managed packages from output.
|
71
|
+
--include-flow-versions Include flow versions as with api version 43.0.
|
71
72
|
|
72
73
|
GLOBAL FLAGS
|
73
74
|
--json Format output as json.
|
@@ -83,7 +84,7 @@ EXAMPLES
|
|
83
84
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
84
85
|
```
|
85
86
|
|
86
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
87
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.38/src/commands/jayree/manifest/generate.ts)_
|
87
88
|
|
88
89
|
### `sfdx jayree:manifest:git:diff`
|
89
90
|
|
@@ -99,10 +100,10 @@ ARGUMENTS
|
|
99
100
|
REF2 Commit or branch to compare to the base commit.
|
100
101
|
|
101
102
|
FLAGS
|
102
|
-
-d, --source-dir=<value>...
|
103
|
-
|
104
|
-
|
105
|
-
|
103
|
+
-d, --source-dir=<value>... Path to the local source files to include in the manifest.
|
104
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
105
|
+
--destructive-changes-only Create a destructiveChanges manifest only.
|
106
|
+
--output-dir=<value> Directory to save the created manifest files.
|
106
107
|
|
107
108
|
GLOBAL FLAGS
|
108
109
|
--json Format output as json.
|
@@ -165,5 +166,5 @@ FLAG DESCRIPTIONS
|
|
165
166
|
The location can be an absolute path or relative to the current working directory.
|
166
167
|
```
|
167
168
|
|
168
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
169
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.38/src/commands/jayree/manifest/git/diff.ts)_
|
169
170
|
<!-- commandsstop -->
|