@salesforce/plugin-deploy-retrieve 3.1.2 → 3.2.0
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 +19 -18
- package/lib/commands/project/deploy/preview.d.ts +1 -0
- package/lib/commands/project/deploy/preview.js +5 -1
- package/lib/commands/project/deploy/preview.js.map +1 -1
- package/messages/deploy.metadata.preview.md +1 -1
- package/oclif.lock +1150 -141
- package/oclif.manifest.json +421 -415
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -139,7 +139,7 @@ FLAG DESCRIPTIONS
|
|
|
139
139
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
140
140
|
```
|
|
141
141
|
|
|
142
|
-
_See code: [
|
|
142
|
+
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/convert/mdapi.ts)_
|
|
143
143
|
|
|
144
144
|
## `sf project convert source`
|
|
145
145
|
|
|
@@ -151,7 +151,7 @@ USAGE
|
|
|
151
151
|
<value> | -m <value>]
|
|
152
152
|
|
|
153
153
|
FLAGS
|
|
154
|
-
-d, --output-dir=<value> [default:
|
|
154
|
+
-d, --output-dir=<value> [default: metadataPackage_1705445403466] Output directory to store the Metadata
|
|
155
155
|
API–formatted files in.
|
|
156
156
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
157
157
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -211,7 +211,7 @@ FLAG DESCRIPTIONS
|
|
|
211
211
|
Override the api version used for api requests made by this command
|
|
212
212
|
```
|
|
213
213
|
|
|
214
|
-
_See code: [
|
|
214
|
+
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/convert/source.ts)_
|
|
215
215
|
|
|
216
216
|
## `sf project delete source`
|
|
217
217
|
|
|
@@ -350,7 +350,7 @@ FLAG DESCRIPTIONS
|
|
|
350
350
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
351
351
|
```
|
|
352
352
|
|
|
353
|
-
_See code: [
|
|
353
|
+
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/delete/source.ts)_
|
|
354
354
|
|
|
355
355
|
## `sf project delete tracking`
|
|
356
356
|
|
|
@@ -386,7 +386,7 @@ EXAMPLES
|
|
|
386
386
|
$ sf project delete tracking --target-org my-scratch
|
|
387
387
|
```
|
|
388
388
|
|
|
389
|
-
_See code: [
|
|
389
|
+
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/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: [
|
|
459
|
+
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/deploy/cancel.ts)_
|
|
460
460
|
|
|
461
461
|
## `sf project deploy preview`
|
|
462
462
|
|
|
@@ -464,7 +464,7 @@ Preview a deployment to see what will deploy to the org, the potential conflicts
|
|
|
464
464
|
|
|
465
465
|
```
|
|
466
466
|
USAGE
|
|
467
|
-
$ sf project deploy preview -o <value> [--json] [-c] [-x <value> | -d <value> | -m <value>]
|
|
467
|
+
$ sf project deploy preview -o <value> [--json] [-c] [-x <value> | -d <value> | -m <value>] [--concise]
|
|
468
468
|
|
|
469
469
|
FLAGS
|
|
470
470
|
-c, --ignore-conflicts Don't display conflicts in preview of the deployment.
|
|
@@ -472,6 +472,7 @@ FLAGS
|
|
|
472
472
|
-m, --metadata=<value>... Metadata component names to preview.
|
|
473
473
|
-o, --target-org=<value> (required) Login username or alias for the target org.
|
|
474
474
|
-x, --manifest=<value> Full file path for manifest (package.xml) of components to preview.
|
|
475
|
+
--concise Show only the changes that will be deployed; omits files that are forceignored.
|
|
475
476
|
|
|
476
477
|
GLOBAL FLAGS
|
|
477
478
|
--json Format output as json.
|
|
@@ -539,7 +540,7 @@ FLAG DESCRIPTIONS
|
|
|
539
540
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
540
541
|
```
|
|
541
542
|
|
|
542
|
-
_See code: [
|
|
543
|
+
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/deploy/preview.ts)_
|
|
543
544
|
|
|
544
545
|
## `sf project deploy quick`
|
|
545
546
|
|
|
@@ -623,7 +624,7 @@ FLAG DESCRIPTIONS
|
|
|
623
624
|
deploy report".
|
|
624
625
|
```
|
|
625
626
|
|
|
626
|
-
_See code: [
|
|
627
|
+
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/deploy/quick.ts)_
|
|
627
628
|
|
|
628
629
|
## `sf project deploy report`
|
|
629
630
|
|
|
@@ -718,7 +719,7 @@ FLAG DESCRIPTIONS
|
|
|
718
719
|
--coverage-formatters lcov --coverage-formatters clover
|
|
719
720
|
```
|
|
720
721
|
|
|
721
|
-
_See code: [
|
|
722
|
+
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/deploy/report.ts)_
|
|
722
723
|
|
|
723
724
|
## `sf project deploy resume`
|
|
724
725
|
|
|
@@ -802,7 +803,7 @@ FLAG DESCRIPTIONS
|
|
|
802
803
|
--coverage-formatters lcov --coverage-formatters clover
|
|
803
804
|
```
|
|
804
805
|
|
|
805
|
-
_See code: [
|
|
806
|
+
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/deploy/resume.ts)_
|
|
806
807
|
|
|
807
808
|
## `sf project deploy start`
|
|
808
809
|
|
|
@@ -1014,7 +1015,7 @@ FLAG DESCRIPTIONS
|
|
|
1014
1015
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1015
1016
|
```
|
|
1016
1017
|
|
|
1017
|
-
_See code: [
|
|
1018
|
+
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/deploy/start.ts)_
|
|
1018
1019
|
|
|
1019
1020
|
## `sf project deploy validate`
|
|
1020
1021
|
|
|
@@ -1176,7 +1177,7 @@ FLAG DESCRIPTIONS
|
|
|
1176
1177
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1177
1178
|
```
|
|
1178
1179
|
|
|
1179
|
-
_See code: [
|
|
1180
|
+
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/deploy/validate.ts)_
|
|
1180
1181
|
|
|
1181
1182
|
## `sf project generate manifest`
|
|
1182
1183
|
|
|
@@ -1251,7 +1252,7 @@ EXAMPLES
|
|
|
1251
1252
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
1252
1253
|
```
|
|
1253
1254
|
|
|
1254
|
-
_See code: [
|
|
1255
|
+
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/generate/manifest.ts)_
|
|
1255
1256
|
|
|
1256
1257
|
## `sf project list ignored`
|
|
1257
1258
|
|
|
@@ -1292,7 +1293,7 @@ EXAMPLES
|
|
|
1292
1293
|
$ sf project list ignored --source-dir package.xml
|
|
1293
1294
|
```
|
|
1294
1295
|
|
|
1295
|
-
_See code: [
|
|
1296
|
+
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/list/ignored.ts)_
|
|
1296
1297
|
|
|
1297
1298
|
## `sf project reset tracking`
|
|
1298
1299
|
|
|
@@ -1340,7 +1341,7 @@ EXAMPLES
|
|
|
1340
1341
|
$ sf project reset tracking --revision 30
|
|
1341
1342
|
```
|
|
1342
1343
|
|
|
1343
|
-
_See code: [
|
|
1344
|
+
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/reset/tracking.ts)_
|
|
1344
1345
|
|
|
1345
1346
|
## `sf project retrieve preview`
|
|
1346
1347
|
|
|
@@ -1396,7 +1397,7 @@ FLAG DESCRIPTIONS
|
|
|
1396
1397
|
Overrides your default org.
|
|
1397
1398
|
```
|
|
1398
1399
|
|
|
1399
|
-
_See code: [
|
|
1400
|
+
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/retrieve/preview.ts)_
|
|
1400
1401
|
|
|
1401
1402
|
## `sf project retrieve start`
|
|
1402
1403
|
|
|
@@ -1542,6 +1543,6 @@ FLAG DESCRIPTIONS
|
|
|
1542
1543
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
1543
1544
|
```
|
|
1544
1545
|
|
|
1545
|
-
_See code: [
|
|
1546
|
+
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/retrieve/start.ts)_
|
|
1546
1547
|
|
|
1547
1548
|
<!-- commandsstop -->
|
|
@@ -13,6 +13,7 @@ export default class DeployMetadataPreview extends SfCommand<PreviewResult> {
|
|
|
13
13
|
metadata: import("@oclif/core/lib/interfaces/parser.js").OptionFlag<string[] | undefined, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
|
|
14
14
|
'source-dir': import("@oclif/core/lib/interfaces/parser.js").OptionFlag<string[] | undefined, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
|
|
15
15
|
'target-org': import("@oclif/core/lib/interfaces/parser.js").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
|
|
16
|
+
concise: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag<boolean>;
|
|
16
17
|
};
|
|
17
18
|
run(): Promise<PreviewResult>;
|
|
18
19
|
}
|
|
@@ -53,6 +53,10 @@ export default class DeployMetadataPreview extends SfCommand {
|
|
|
53
53
|
summary: messages.getMessage('flags.target-org.summary'),
|
|
54
54
|
required: true,
|
|
55
55
|
}),
|
|
56
|
+
concise: Flags.boolean({
|
|
57
|
+
summary: messages.getMessage('flags.concise.summary'),
|
|
58
|
+
default: false,
|
|
59
|
+
}),
|
|
56
60
|
};
|
|
57
61
|
async run() {
|
|
58
62
|
const { flags } = await this.parse(DeployMetadataPreview);
|
|
@@ -77,7 +81,7 @@ export default class DeployMetadataPreview extends SfCommand {
|
|
|
77
81
|
baseOperation: 'deploy',
|
|
78
82
|
});
|
|
79
83
|
if (!this.jsonEnabled()) {
|
|
80
|
-
printTables(output, 'deploy');
|
|
84
|
+
printTables(output, 'deploy', flags.concise);
|
|
81
85
|
}
|
|
82
86
|
return output;
|
|
83
87
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"preview.js","sourceRoot":"","sources":["../../../../src/commands/project/deploy/preview.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"preview.js","sourceRoot":"","sources":["../../../../src/commands/project/deploy/preview.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAE,MAAM,oCAAoC,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAiB,WAAW,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAE/G,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC7D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,oCAAoC,EAAE,yBAAyB,CAAC,CAAC;AAExG,MAAM,cAAc,GAAG,CAAC,UAAU,EAAE,YAAY,EAAE,UAAU,CAAC,CAAC;AAE9D,MAAM,CAAC,OAAO,OAAO,qBAAsB,SAAQ,SAAwB;IAClE,MAAM,CAAU,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IACjE,MAAM,CAAU,OAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IACzD,MAAM,CAAU,QAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAC5D,MAAM,CAAU,eAAe,GAAG,IAAI,CAAC;IACvC,MAAM,CAAU,OAAO,GAAG,CAAC,yBAAyB,CAAC,CAAC;IACtD,MAAM,CAAU,gBAAgB,GAAG,IAAI,CAAC;IAExC,MAAM,CAAU,KAAK,GAAG;QAC7B,kBAAkB,EAAE,KAAK,CAAC,OAAO,CAAC;YAChC,IAAI,EAAE,GAAG;YACT,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,gCAAgC,CAAC;YAC9D,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,oCAAoC,CAAC;YACtE,OAAO,EAAE,KAAK;SACf,CAAC;QACF,QAAQ,EAAE,KAAK,CAAC,IAAI,CAAC;YACnB,IAAI,EAAE,GAAG;YACT,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,4BAA4B,CAAC;YAC9D,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,wBAAwB,CAAC;YACtD,SAAS,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,UAAU,CAAC;YACzD,MAAM,EAAE,IAAI;SACb,CAAC;QACF,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC;YACrB,IAAI,EAAE,GAAG;YACT,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,wBAAwB,CAAC;YACtD,QAAQ,EAAE,IAAI;YACd,SAAS,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,UAAU,CAAC;SAC1D,CAAC;QACF,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC;YACzB,IAAI,EAAE,GAAG;YACT,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,8BAA8B,CAAC;YAChE,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,0BAA0B,CAAC;YACxD,QAAQ,EAAE,IAAI;YACd,SAAS,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,YAAY,CAAC;SAC5D,CAAC;QACF,YAAY,EAAE,KAAK,CAAC,WAAW,CAAC;YAC9B,IAAI,EAAE,GAAG;YACT,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,8BAA8B,CAAC;YAChE,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,0BAA0B,CAAC;YACxD,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;YACrB,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,uBAAuB,CAAC;YACrD,OAAO,EAAE,KAAK;SACf,CAAC;KACH,CAAC;IAEK,KAAK,CAAC,GAAG;QACd,MAAM,EAAE,KAAK,EAAE,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC;QAC1D,MAAM,eAAe,GAAG,CAAC,KAAK,CAAC,QAAQ,EAAE,KAAK,CAAC,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,SAAS,CAAC,CAAC;QAC3G,MAAM,WAAW,GAAG,WAAW,CAAC,aAAa,CAAC,IAAI,CAAC,OAAQ,CAAC,iBAAiB,EAAE,CAAC,IAAI,CAAC,CAAC;QAEtF,uGAAuG;QACvG,MAAM,GAAG,GACP,KAAK,CAAC,kBAAkB,CAAC,IAAI,eAAe;YAC1C,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,MAAM,cAAc,CAAC,MAAM,CAAC;gBAC1B,GAAG,EAAE,KAAK,CAAC,YAAY,CAAC;gBACxB,OAAO,EAAE,IAAI,CAAC,OAAQ;aACvB,CAAC,CAAC;QAET,MAAM,CAAC,YAAY,EAAE,kBAAkB,CAAC,GAAG,MAAM,OAAO,CAAC,GAAG,CAAC;YAC3D,iBAAiB,CAAC,EAAE,GAAG,KAAK,EAAE,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC,WAAW,EAAE,EAAE,EAAE,GAAG,CAAC;YACrF,gBAAgB,CAAC,GAAG,EAAE,KAAK,CAAC,kBAAkB,CAAC,CAAC;SACjD,CAAC,CAAC;QAEH,MAAM,MAAM,GAAG,cAAc,CAAC;YAC5B,YAAY;YACZ,WAAW,EAAE,IAAI,CAAC,OAAQ,CAAC,OAAO,EAAE;YACpC,kBAAkB;YAClB,WAAW;YACX,aAAa,EAAE,QAAQ;SACxB,CAAC,CAAC;QAEH,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,CAAC;YACxB,WAAW,CAAC,MAAM,EAAE,QAAQ,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;QAC/C,CAAC;QACD,OAAO,MAAM,CAAC;IAChB,CAAC"}
|