@salesforce/plugin-deploy-retrieve 1.20.0 → 1.20.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.
package/README.md
CHANGED
|
@@ -141,7 +141,7 @@ FLAG DESCRIPTIONS
|
|
|
141
141
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
142
142
|
```
|
|
143
143
|
|
|
144
|
-
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
144
|
+
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/convert/mdapi.ts)_
|
|
145
145
|
|
|
146
146
|
## `sf project convert source`
|
|
147
147
|
|
|
@@ -153,7 +153,7 @@ USAGE
|
|
|
153
153
|
<value> | -m <value>]
|
|
154
154
|
|
|
155
155
|
FLAGS
|
|
156
|
-
-d, --output-dir=<value> [default:
|
|
156
|
+
-d, --output-dir=<value> [default: metadataPackage_1699470680209] Output directory to store the Metadata
|
|
157
157
|
API–formatted files in.
|
|
158
158
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
159
159
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -213,7 +213,7 @@ FLAG DESCRIPTIONS
|
|
|
213
213
|
Override the api version used for api requests made by this command
|
|
214
214
|
```
|
|
215
215
|
|
|
216
|
-
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
216
|
+
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/convert/source.ts)_
|
|
217
217
|
|
|
218
218
|
## `sf project delete source`
|
|
219
219
|
|
|
@@ -351,7 +351,7 @@ FLAG DESCRIPTIONS
|
|
|
351
351
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
352
352
|
```
|
|
353
353
|
|
|
354
|
-
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
354
|
+
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/delete/source.ts)_
|
|
355
355
|
|
|
356
356
|
## `sf project delete tracking`
|
|
357
357
|
|
|
@@ -386,7 +386,7 @@ EXAMPLES
|
|
|
386
386
|
$ sf project delete tracking --target-org my-scratch
|
|
387
387
|
```
|
|
388
388
|
|
|
389
|
-
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
389
|
+
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/delete/tracking.ts)_
|
|
390
390
|
|
|
391
391
|
## `sf project deploy cancel`
|
|
392
392
|
|
|
@@ -456,7 +456,7 @@ FLAG DESCRIPTIONS
|
|
|
456
456
|
project deploy report".
|
|
457
457
|
```
|
|
458
458
|
|
|
459
|
-
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
459
|
+
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/deploy/cancel.ts)_
|
|
460
460
|
|
|
461
461
|
## `sf project deploy preview`
|
|
462
462
|
|
|
@@ -539,7 +539,7 @@ FLAG DESCRIPTIONS
|
|
|
539
539
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
540
540
|
```
|
|
541
541
|
|
|
542
|
-
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
542
|
+
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/deploy/preview.ts)_
|
|
543
543
|
|
|
544
544
|
## `sf project deploy quick`
|
|
545
545
|
|
|
@@ -623,7 +623,7 @@ FLAG DESCRIPTIONS
|
|
|
623
623
|
deploy report".
|
|
624
624
|
```
|
|
625
625
|
|
|
626
|
-
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
626
|
+
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/deploy/quick.ts)_
|
|
627
627
|
|
|
628
628
|
## `sf project deploy report`
|
|
629
629
|
|
|
@@ -718,7 +718,7 @@ FLAG DESCRIPTIONS
|
|
|
718
718
|
--coverage-formatters lcov --coverage-formatters clover
|
|
719
719
|
```
|
|
720
720
|
|
|
721
|
-
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
721
|
+
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/deploy/report.ts)_
|
|
722
722
|
|
|
723
723
|
## `sf project deploy resume`
|
|
724
724
|
|
|
@@ -802,7 +802,7 @@ FLAG DESCRIPTIONS
|
|
|
802
802
|
--coverage-formatters lcov --coverage-formatters clover
|
|
803
803
|
```
|
|
804
804
|
|
|
805
|
-
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
805
|
+
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/deploy/resume.ts)_
|
|
806
806
|
|
|
807
807
|
## `sf project deploy start`
|
|
808
808
|
|
|
@@ -1013,7 +1013,7 @@ FLAG DESCRIPTIONS
|
|
|
1013
1013
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1014
1014
|
```
|
|
1015
1015
|
|
|
1016
|
-
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
1016
|
+
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/deploy/start.ts)_
|
|
1017
1017
|
|
|
1018
1018
|
## `sf project deploy validate`
|
|
1019
1019
|
|
|
@@ -1023,12 +1023,13 @@ Validate a metadata deployment without actually executing it.
|
|
|
1023
1023
|
USAGE
|
|
1024
1024
|
$ sf project deploy validate -o <value> [--json] [-a <value>] [--async] [--concise | --verbose] [-m <value>] [-d <value>]
|
|
1025
1025
|
[--single-package --metadata-dir <value>] [-t <value> -l RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests] [-w
|
|
1026
|
-
<value>] [--coverage-formatters
|
|
1026
|
+
<value>] [-g] [--coverage-formatters
|
|
1027
1027
|
clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary] [--junit] [--results-dir
|
|
1028
1028
|
<value>] [--purge-on-delete -x <value>] [--pre-destructive-changes <value> ] [--post-destructive-changes <value> ]
|
|
1029
1029
|
|
|
1030
1030
|
FLAGS
|
|
1031
1031
|
-a, --api-version=<value> Target API version for the validation.
|
|
1032
|
+
-g, --ignore-warnings Ignore warnings and allow a deployment to complete successfully.
|
|
1032
1033
|
-o, --target-org=<value> (required) Login username or alias for the target org.
|
|
1033
1034
|
-w, --wait=<minutes> [default: 33 minutes] Number of minutes to wait for the command to complete and display
|
|
1034
1035
|
results.
|
|
@@ -1118,6 +1119,11 @@ FLAG DESCRIPTIONS
|
|
|
1118
1119
|
|
|
1119
1120
|
If you specify this flag, don’t specify --metadata or --manifest.
|
|
1120
1121
|
|
|
1122
|
+
-g, --ignore-warnings Ignore warnings and allow a deployment to complete successfully.
|
|
1123
|
+
|
|
1124
|
+
If a warning occurs and this flag is set to true, the success status of the deployment is set to true. When this
|
|
1125
|
+
flag is set to false, success is set to false, and the warning is treated like an error.
|
|
1126
|
+
|
|
1121
1127
|
-l, --test-level=RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests Deployment Apex testing level.
|
|
1122
1128
|
|
|
1123
1129
|
Valid values are:
|
|
@@ -1168,7 +1174,7 @@ FLAG DESCRIPTIONS
|
|
|
1168
1174
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1169
1175
|
```
|
|
1170
1176
|
|
|
1171
|
-
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
1177
|
+
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/deploy/validate.ts)_
|
|
1172
1178
|
|
|
1173
1179
|
## `sf project generate manifest`
|
|
1174
1180
|
|
|
@@ -1243,7 +1249,7 @@ EXAMPLES
|
|
|
1243
1249
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
1244
1250
|
```
|
|
1245
1251
|
|
|
1246
|
-
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
1252
|
+
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/generate/manifest.ts)_
|
|
1247
1253
|
|
|
1248
1254
|
## `sf project list ignored`
|
|
1249
1255
|
|
|
@@ -1284,7 +1290,7 @@ EXAMPLES
|
|
|
1284
1290
|
$ sf project list ignored --source-dir package.xml
|
|
1285
1291
|
```
|
|
1286
1292
|
|
|
1287
|
-
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
1293
|
+
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/list/ignored.ts)_
|
|
1288
1294
|
|
|
1289
1295
|
## `sf project reset tracking`
|
|
1290
1296
|
|
|
@@ -1331,7 +1337,7 @@ EXAMPLES
|
|
|
1331
1337
|
$ sf project reset tracking --revision 30
|
|
1332
1338
|
```
|
|
1333
1339
|
|
|
1334
|
-
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
1340
|
+
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/reset/tracking.ts)_
|
|
1335
1341
|
|
|
1336
1342
|
## `sf project retrieve preview`
|
|
1337
1343
|
|
|
@@ -1386,7 +1392,7 @@ FLAG DESCRIPTIONS
|
|
|
1386
1392
|
Overrides your default org.
|
|
1387
1393
|
```
|
|
1388
1394
|
|
|
1389
|
-
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
1395
|
+
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/retrieve/preview.ts)_
|
|
1390
1396
|
|
|
1391
1397
|
## `sf project retrieve start`
|
|
1392
1398
|
|
|
@@ -1532,6 +1538,6 @@ FLAG DESCRIPTIONS
|
|
|
1532
1538
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
1533
1539
|
```
|
|
1534
1540
|
|
|
1535
|
-
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
1541
|
+
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/retrieve/start.ts)_
|
|
1536
1542
|
|
|
1537
1543
|
<!-- commandsstop -->
|
|
@@ -73,6 +73,7 @@ export default class DeployMetadataValidate extends SfCommand<DeployResultJson>
|
|
|
73
73
|
'test-level': import("@oclif/core/lib/interfaces").OptionFlag<TestLevel, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
|
|
74
74
|
verbose: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
75
75
|
wait: import("@oclif/core/lib/interfaces").OptionFlag<Duration, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
|
|
76
|
+
'ignore-warnings': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
76
77
|
'coverage-formatters': {
|
|
77
78
|
helpGroup: string;
|
|
78
79
|
name: string;
|
|
@@ -172,6 +172,12 @@ DeployMetadataValidate.flags = {
|
|
|
172
172
|
helpValue: '<minutes>',
|
|
173
173
|
min: 1,
|
|
174
174
|
}),
|
|
175
|
+
'ignore-warnings': sf_plugins_core_1.Flags.boolean({
|
|
176
|
+
char: 'g',
|
|
177
|
+
summary: deployMessages.getMessage('flags.ignore-warnings.summary'),
|
|
178
|
+
description: deployMessages.getMessage('flags.ignore-warnings.description'),
|
|
179
|
+
default: false,
|
|
180
|
+
}),
|
|
175
181
|
'coverage-formatters': { ...flags_1.coverageFormattersFlag, helpGroup: testFlags },
|
|
176
182
|
junit: sf_plugins_core_1.Flags.boolean({
|
|
177
183
|
summary: messages.getMessage('flags.junit.summary'),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validate.js","sourceRoot":"","sources":["../../../../src/commands/project/deploy/validate.ts"],"names":[],"mappings":";;AAAA;;;;;GAKG;AACH,8BAA8B;AAC9B,iCAA6B;AAC7B,2CAA0G;AAC1G,+EAA4G;AAC5G,yCAA2C;AAC3C,iEAA8E;AAC9E,yCAA8C;AAC9C,+FAA4F;AAC5F,qFAAkF;AAClF,4DAA4D;AAC5D,gDAAmE;AACnE,kDAAoG;AACpG,0DAA6E;AAC7E,oDAAiD;AACjD,gDAAuG;AAEvG,eAAQ,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC;AAC5C,MAAM,QAAQ,GAAG,eAAQ,CAAC,YAAY,CAAC,oCAAoC,EAAE,0BAA0B,CAAC,CAAC;AACzG,MAAM,cAAc,GAAG,eAAQ,CAAC,YAAY,CAAC,oCAAoC,EAAE,iBAAiB,CAAC,CAAC;AAEtG,MAAM,iBAAiB,GAAG,CAAC,UAAU,EAAE,YAAY,EAAE,UAAU,EAAE,cAAc,CAAC,CAAC;AACjF,MAAM,gBAAgB,GAAG,QAAQ,CAAC;AAClC,MAAM,SAAS,GAAG,MAAM,CAAC;AACzB,MAAM,iBAAiB,GAAG,eAAe,CAAC;AAC1C,MAAM,gBAAgB,GAAG,qBAAqB,CAAC;AAE/C,MAAqB,sBAAuB,SAAQ,2BAA2B;
|
|
1
|
+
{"version":3,"file":"validate.js","sourceRoot":"","sources":["../../../../src/commands/project/deploy/validate.ts"],"names":[],"mappings":"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"}
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.20.
|
|
2
|
+
"version": "1.20.1",
|
|
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_1699470932723",
|
|
208
208
|
"deprecateAliases": true,
|
|
209
209
|
"aliases": [
|
|
210
210
|
"outputdir"
|
|
@@ -1660,6 +1660,15 @@
|
|
|
1660
1660
|
},
|
|
1661
1661
|
"deprecateAliases": true
|
|
1662
1662
|
},
|
|
1663
|
+
"ignore-warnings": {
|
|
1664
|
+
"name": "ignore-warnings",
|
|
1665
|
+
"type": "boolean",
|
|
1666
|
+
"char": "g",
|
|
1667
|
+
"summary": "Ignore warnings and allow a deployment to complete successfully.",
|
|
1668
|
+
"description": "If a warning occurs and this flag is set to true, the success status of the deployment is set to true. When this flag is set to false, success is set to false, and the warning is treated like an error.",
|
|
1669
|
+
"allowNo": false,
|
|
1670
|
+
"deprecateAliases": true
|
|
1671
|
+
},
|
|
1663
1672
|
"coverage-formatters": {
|
|
1664
1673
|
"name": "coverage-formatters",
|
|
1665
1674
|
"type": "option",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
3
3
|
"description": "deploy and retrieve commands for sf",
|
|
4
|
-
"version": "1.20.
|
|
4
|
+
"version": "1.20.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -19,18 +19,14 @@
|
|
|
19
19
|
"@oclif/plugin-command-snapshot": "^4.0.12",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.0.2",
|
|
21
21
|
"@salesforce/dev-scripts": "^6.0.3",
|
|
22
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
23
|
-
"@salesforce/plugin-
|
|
24
|
-
"@salesforce/
|
|
25
|
-
"@salesforce/plugin-templates": "^55.5.17",
|
|
26
|
-
"@salesforce/plugin-user": "^2.3.32",
|
|
27
|
-
"@salesforce/source-testkit": "^2.1.60",
|
|
22
|
+
"@salesforce/plugin-command-reference": "^3.0.46",
|
|
23
|
+
"@salesforce/plugin-source": "^2.10.46",
|
|
24
|
+
"@salesforce/source-testkit": "^2.1.62",
|
|
28
25
|
"@salesforce/ts-sinon": "1.4.15",
|
|
29
26
|
"@salesforce/ts-types": "^2.0.8",
|
|
30
27
|
"@swc/core": "1.3.39",
|
|
31
28
|
"cross-env": "^7.0.3",
|
|
32
29
|
"eslint-plugin-sf-plugin": "^1.16.14",
|
|
33
|
-
"jsforce": "^2.0.0-beta.28",
|
|
34
30
|
"oclif": "^3.16.0",
|
|
35
31
|
"shx": "0.3.4",
|
|
36
32
|
"ts-node": "^10.9.1",
|
|
@@ -68,10 +64,7 @@
|
|
|
68
64
|
"@oclif/plugin-command-snapshot",
|
|
69
65
|
"@oclif/plugin-help",
|
|
70
66
|
"@salesforce/plugin-command-reference",
|
|
71
|
-
"@salesforce/plugin-
|
|
72
|
-
"@salesforce/plugin-source",
|
|
73
|
-
"@salesforce/plugin-user",
|
|
74
|
-
"@salesforce/plugin-templates"
|
|
67
|
+
"@salesforce/plugin-source"
|
|
75
68
|
],
|
|
76
69
|
"topics": {
|
|
77
70
|
"project": {
|
|
@@ -246,7 +239,7 @@
|
|
|
246
239
|
}
|
|
247
240
|
},
|
|
248
241
|
"sfdx": {
|
|
249
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/1.20.
|
|
250
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/1.20.
|
|
242
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/1.20.1.crt",
|
|
243
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/1.20.1.sig"
|
|
251
244
|
}
|
|
252
245
|
}
|