@jayree/sfdx-plugin-manifest 3.7.25 → 4.0.1

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.
@@ -84,12 +84,7 @@
84
84
  "type": "option"
85
85
  },
86
86
  "target-org": {
87
- "aliases": [
88
- "targetusername",
89
- "u"
90
- ],
91
87
  "char": "o",
92
- "deprecateAliases": true,
93
88
  "name": "target-org",
94
89
  "noCacheDefault": true,
95
90
  "required": true,
@@ -99,10 +94,6 @@
99
94
  "type": "option"
100
95
  },
101
96
  "api-version": {
102
- "aliases": [
103
- "apiversion"
104
- ],
105
- "deprecateAliases": true,
106
97
  "description": "Override the api version used for api requests made by this command",
107
98
  "name": "api-version",
108
99
  "hasDynamicHelp": false,
@@ -110,45 +101,28 @@
110
101
  "type": "option"
111
102
  },
112
103
  "quick-filter": {
113
- "aliases": [
114
- "quickfilter"
115
- ],
116
104
  "char": "q",
117
- "deprecateAliases": true,
118
105
  "name": "quick-filter",
119
106
  "summary": "Metadata type, member or file path to filter on.",
120
- "delimiter": ",",
121
107
  "hasDynamicHelp": false,
122
108
  "multiple": true,
123
109
  "type": "option"
124
110
  },
125
111
  "match-case": {
126
- "aliases": [
127
- "matchcase"
128
- ],
129
112
  "char": "c",
130
- "deprecateAliases": true,
131
113
  "name": "match-case",
132
114
  "summary": "Enable 'match case' for the quickfilter.",
133
115
  "allowNo": false,
134
116
  "type": "boolean"
135
117
  },
136
118
  "match-whole-word": {
137
- "aliases": [
138
- "matchwholeword"
139
- ],
140
119
  "char": "w",
141
- "deprecateAliases": true,
142
120
  "name": "match-whole-word",
143
121
  "summary": "Enable 'match whole word' for the quickfilter.",
144
122
  "allowNo": false,
145
123
  "type": "boolean"
146
124
  },
147
125
  "include-flow-versions": {
148
- "aliases": [
149
- "includeflowversions"
150
- ],
151
- "deprecateAliases": true,
152
126
  "name": "include-flow-versions",
153
127
  "summary": "Include flow versions as with api version 43.0.",
154
128
  "allowNo": false,
@@ -163,11 +137,7 @@
163
137
  "type": "option"
164
138
  },
165
139
  "exclude-managed": {
166
- "aliases": [
167
- "excludemanaged"
168
- ],
169
140
  "char": "x",
170
- "deprecateAliases": true,
171
141
  "exclusive": [
172
142
  "exclude-all"
173
143
  ],
@@ -177,11 +147,7 @@
177
147
  "type": "boolean"
178
148
  },
179
149
  "exclude-all": {
180
- "aliases": [
181
- "excludeall"
182
- ],
183
150
  "char": "a",
184
- "deprecateAliases": true,
185
151
  "exclusive": [
186
152
  "exclude-managed"
187
153
  ],
@@ -210,9 +176,7 @@
210
176
  ]
211
177
  },
212
178
  "jayree:manifest:git:diff": {
213
- "aliases": [
214
- "jayree:manifest:beta:git:diff"
215
- ],
179
+ "aliases": [],
216
180
  "args": {
217
181
  "ref1": {
218
182
  "description": "Base commit or branch.",
@@ -224,7 +188,6 @@
224
188
  "name": "ref2"
225
189
  }
226
190
  },
227
- "deprecateAliases": true,
228
191
  "description": "Use this command to create a manifest and destructiveChanges manifest file based on the difference (git diff) of two git refs.\n\nYou can use all ways to spell <commit> which are valid for 'git diff' (See https://git-scm.com/docs/git-diff).",
229
192
  "examples": [
230
193
  "Uses the changes between two arbitrary <commit>.\n<%= config.bin %> <%= command.id %> <commit> <commit>\n<%= config.bin %> <%= command.id %> <commit>..<commit>",
@@ -251,10 +214,6 @@
251
214
  "type": "option"
252
215
  },
253
216
  "api-version": {
254
- "aliases": [
255
- "apiversion"
256
- ],
257
- "deprecateAliases": true,
258
217
  "description": "Override the api version used for api requests made by this command",
259
218
  "name": "api-version",
260
219
  "hasDynamicHelp": false,
@@ -262,27 +221,16 @@
262
221
  "type": "option"
263
222
  },
264
223
  "source-dir": {
265
- "aliases": [
266
- "sourcepath",
267
- "p"
268
- ],
269
224
  "char": "d",
270
- "deprecateAliases": true,
271
225
  "description": "The supplied path can be to a single file (in which case the operation is applied to only one file) or to a folder (in which case the operation is applied to all metadata types in the directory and its subdirectories).\n\nYou can specify this flag more than once.",
272
226
  "name": "source-dir",
273
227
  "summary": "Path to the local source files to include in the manifest.",
274
- "delimiter": ",",
275
228
  "hasDynamicHelp": false,
276
229
  "multiple": true,
277
230
  "type": "option"
278
231
  },
279
232
  "output-dir": {
280
- "aliases": [
281
- "outputdir",
282
- "o"
283
- ],
284
233
  "char": "r",
285
- "deprecateAliases": true,
286
234
  "description": "The location can be an absolute path or relative to the current working directory.",
287
235
  "name": "output-dir",
288
236
  "summary": "Directory to save the created manifest files.",
@@ -291,10 +239,6 @@
291
239
  "type": "option"
292
240
  },
293
241
  "destructive-changes-only": {
294
- "aliases": [
295
- "destructivechangesonly"
296
- ],
297
- "deprecateAliases": true,
298
242
  "description": "Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.",
299
243
  "name": "destructive-changes-only",
300
244
  "summary": "Create a destructiveChanges manifest only.",
@@ -323,5 +267,5 @@
323
267
  ]
324
268
  }
325
269
  },
326
- "version": "3.7.25"
270
+ "version": "4.0.1"
327
271
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
3
  "description": "A Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.",
4
- "version": "3.7.25",
4
+ "version": "4.0.1",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
@@ -15,7 +15,7 @@
15
15
  "@salesforce/source-tracking": "7.3.23",
16
16
  "@salesforce/ts-types": "^2.0.12",
17
17
  "fast-deep-equal": "^3.1.3",
18
- "fast-xml-parser": "^5.2.2",
18
+ "fast-xml-parser": "^5.2.3",
19
19
  "fs-extra": "^11.3.0",
20
20
  "graceful-fs": "^4.2.11",
21
21
  "isomorphic-git": "1.30.1"
@@ -29,10 +29,10 @@
29
29
  "@types/fs-extra": "^11.0.4",
30
30
  "@types/graceful-fs": "^4.1.9",
31
31
  "c8": "^10.1.3",
32
- "eslint-config-oclif": "^6.0.54",
32
+ "eslint-config-oclif": "^6.0.56",
33
33
  "eslint-config-salesforce-license": "^1.0.1",
34
34
  "eslint-plugin-prettier": "^5.4.0",
35
- "eslint-plugin-sf-plugin": "^1.20.22",
35
+ "eslint-plugin-sf-plugin": "^1.20.23",
36
36
  "oclif": "^4.17.46",
37
37
  "patch-package": "^8.0.0",
38
38
  "prettier": "^3.5.3",