@jayree/sfdx-plugin-manifest 3.1.59 → 3.1.61

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [3.1.61](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.60...v3.1.61) (2024-03-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/sf-plugins-core from 7.1.16 to 8.0.2 ([#1222](https://github.com/jayree/sfdx-plugin-manifest/issues/1222)) ([b8e2696](https://github.com/jayree/sfdx-plugin-manifest/commit/b8e2696df8184e5c31d45a61b442cd6640ee1639))
7
+
8
+ ## [3.1.60](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.59...v3.1.60) (2024-03-29)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** bump @salesforce/core from 6.7.1 to 6.7.3 ([#1215](https://github.com/jayree/sfdx-plugin-manifest/issues/1215)) ([bc53c7a](https://github.com/jayree/sfdx-plugin-manifest/commit/bc53c7aa4fa736377e0132ba069293e2a722c8de))
14
+ * **deps:** bump @salesforce/source-deploy-retrieve from 10.5.4 to 10.6.1 ([#1220](https://github.com/jayree/sfdx-plugin-manifest/issues/1220)) ([8137e8a](https://github.com/jayree/sfdx-plugin-manifest/commit/8137e8a8a4b65f5628c48ed824a25eadffd6a18d))
15
+
1
16
  ## [3.1.59](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.58...v3.1.59) (2024-03-22)
2
17
 
3
18
 
package/README.md CHANGED
@@ -27,14 +27,15 @@ Removes those tags from a manifest file that are present in a second manifest fi
27
27
 
28
28
  ```
29
29
  USAGE
30
- $ sfdx jayree manifest cleanup -f <value> [--json] [-x <value>]
30
+ $ sfdx jayree manifest cleanup -f <value> [--json] [--flags-dir <value>] [-x <value>]
31
31
 
32
32
  FLAGS
33
33
  -f, --file=<value> (required) Path to the second 'cleanup' manifest file.
34
34
  -x, --manifest=<value> Path to the manifest file.
35
35
 
36
36
  GLOBAL FLAGS
37
- --json Format output as json.
37
+ --flags-dir=<value> Import flag values from a directory.
38
+ --json Format output as json.
38
39
 
39
40
  DESCRIPTION
40
41
  Removes those tags from a manifest file that are present in a second manifest file.
@@ -47,7 +48,7 @@ EXAMPLES
47
48
  $ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
48
49
  ```
49
50
 
50
- _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.59/src/commands/jayree/manifest/cleanup.ts)_
51
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.61/src/commands/jayree/manifest/cleanup.ts)_
51
52
 
52
53
  ### `sfdx jayree manifest generate`
53
54
 
@@ -55,8 +56,8 @@ Generate a complete manifest file form the specified org.
55
56
 
56
57
  ```
57
58
  USAGE
58
- $ sfdx jayree manifest generate -o <value> [--json] [--api-version <value>] [-q <value>] [-c] [-w] [--include-flow-versions]
59
- [-f <value>] [--exclude-managed | --exclude-all]
59
+ $ sfdx jayree manifest generate -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-q <value>] [-c] [-w]
60
+ [--include-flow-versions] [-f <value>] [--exclude-managed | --exclude-all]
60
61
 
61
62
  FLAGS
62
63
  -c, --match-case Enable 'match case' for the quickfilter.
@@ -71,7 +72,8 @@ FLAGS
71
72
  --include-flow-versions Include flow versions as with api version 43.0.
72
73
 
73
74
  GLOBAL FLAGS
74
- --json Format output as json.
75
+ --flags-dir=<value> Import flag values from a directory.
76
+ --json Format output as json.
75
77
 
76
78
  DESCRIPTION
77
79
  Generate a complete manifest file form the specified org.
@@ -84,7 +86,7 @@ EXAMPLES
84
86
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
85
87
  ```
86
88
 
87
- _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.59/src/commands/jayree/manifest/generate.ts)_
89
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.61/src/commands/jayree/manifest/generate.ts)_
88
90
 
89
91
  ### `sfdx jayree manifest git diff`
90
92
 
@@ -92,8 +94,8 @@ Create a project manifest and destructiveChanges manifest that lists the metadat
92
94
 
93
95
  ```
94
96
  USAGE
95
- $ sfdx jayree manifest git diff REF1 [REF2] [--json] [--api-version <value>] [-d <value>] [--output-dir <value>]
96
- [--destructive-changes-only]
97
+ $ sfdx jayree manifest git diff REF1 [REF2] [--json] [--flags-dir <value>] [--api-version <value>] [-d <value>]
98
+ [--output-dir <value>] [--destructive-changes-only]
97
99
 
98
100
  ARGUMENTS
99
101
  REF1 Base commit or branch.
@@ -106,7 +108,8 @@ FLAGS
106
108
  --output-dir=<value> Directory to save the created manifest files.
107
109
 
108
110
  GLOBAL FLAGS
109
- --json Format output as json.
111
+ --flags-dir=<value> Import flag values from a directory.
112
+ --json Format output as json.
110
113
 
111
114
  DESCRIPTION
112
115
  Create a project manifest and destructiveChanges manifest that lists the metadata components you want to deploy or
@@ -166,5 +169,5 @@ FLAG DESCRIPTIONS
166
169
  The location can be an absolute path or relative to the current working directory.
167
170
  ```
168
171
 
169
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.59/src/commands/jayree/manifest/git/diff.ts)_
172
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.61/src/commands/jayree/manifest/git/diff.ts)_
170
173
  <!-- commandsstop -->