@salesforce/plugin-deploy-retrieve 1.18.5 → 1.18.7
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.
|
@@ -91,7 +91,7 @@ If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
|
91
91
|
|
|
92
92
|
# flags.metadata.summary
|
|
93
93
|
|
|
94
|
-
Metadata component names to retrieve. Wildcards (
|
|
94
|
+
Metadata component names to retrieve. Wildcards ( `*` ) supported as long as you use quotes, such as `ApexClass:MyClass*`
|
|
95
95
|
|
|
96
96
|
# flags.package-name.summary
|
|
97
97
|
|
|
@@ -187,7 +187,7 @@ The retrieve target directory [%s] overlaps one of your package directories. Spe
|
|
|
187
187
|
|
|
188
188
|
# apiVersionMsgDetailed
|
|
189
189
|
|
|
190
|
-
%s
|
|
190
|
+
%s %s metadata from %s using the v%s SOAP API
|
|
191
191
|
|
|
192
192
|
# wantsToRetrieveCustomFields
|
|
193
193
|
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.18.
|
|
2
|
+
"version": "1.18.7",
|
|
3
3
|
"commands": {
|
|
4
4
|
"deploy": {
|
|
5
5
|
"id": "deploy",
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"char": "d",
|
|
205
205
|
"summary": "Output directory to store the Metadata API–formatted files in.",
|
|
206
206
|
"multiple": false,
|
|
207
|
-
"default": "
|
|
207
|
+
"default": "metadataPackage_1696657688023",
|
|
208
208
|
"deprecateAliases": true,
|
|
209
209
|
"aliases": [
|
|
210
210
|
"outputdir"
|
|
@@ -2201,7 +2201,7 @@
|
|
|
2201
2201
|
"name": "metadata",
|
|
2202
2202
|
"type": "option",
|
|
2203
2203
|
"char": "m",
|
|
2204
|
-
"summary": "Metadata component names to retrieve. Wildcards (
|
|
2204
|
+
"summary": "Metadata component names to retrieve. Wildcards ( `*` ) supported as long as you use quotes, such as `ApexClass:MyClass*`",
|
|
2205
2205
|
"multiple": true,
|
|
2206
2206
|
"exclusive": [
|
|
2207
2207
|
"manifest",
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
3
3
|
"description": "deploy and retrieve commands for sf",
|
|
4
|
-
"version": "1.18.
|
|
4
|
+
"version": "1.18.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^2.15.0",
|
|
9
9
|
"@salesforce/apex-node": "^2.1.0",
|
|
10
|
-
"@salesforce/core": "^5.
|
|
10
|
+
"@salesforce/core": "^5.3.5",
|
|
11
11
|
"@salesforce/kit": "^3.0.9",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^3.1.22",
|
|
13
13
|
"@salesforce/source-deploy-retrieve": "^9.7.15",
|
|
14
|
-
"@salesforce/source-tracking": "^4.2.
|
|
14
|
+
"@salesforce/source-tracking": "^4.2.16",
|
|
15
15
|
"chalk": "^4.1.2",
|
|
16
16
|
"shelljs": "^0.8.5",
|
|
17
17
|
"tslib": "^2"
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"sinon": "11.1.2",
|
|
57
57
|
"ts-node": "^10.9.1",
|
|
58
58
|
"typescript": "^4.9.5",
|
|
59
|
-
"wireit": "^0.
|
|
59
|
+
"wireit": "^0.14.0"
|
|
60
60
|
},
|
|
61
61
|
"config": {},
|
|
62
62
|
"engines": {
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
}
|
|
268
268
|
},
|
|
269
269
|
"sfdx": {
|
|
270
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/1.18.
|
|
271
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/1.18.
|
|
270
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/1.18.7.crt",
|
|
271
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/1.18.7.sig"
|
|
272
272
|
}
|
|
273
273
|
}
|