@jayree/sfdx-plugin-manifest 3.1.37 → 3.1.38

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
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
+
1
12
  ## [3.1.37](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.36...v3.1.37) (2023-11-17)
2
13
 
3
14
 
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.37/src/commands/jayree/manifest/cleanup.ts)_
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,7 +61,8 @@ 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
  --api-version=<value> Override the api version used for api requests made by this command
@@ -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.37/src/commands/jayree/manifest/generate.ts)_
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
 
@@ -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.37/src/commands/jayree/manifest/git/diff.ts)_
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 -->