@salesforce/plugin-deploy-retrieve 3.2.24 → 3.2.26
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 +24 -17
- package/messages/deploy.metadata.quick.md +2 -0
- package/messages/deploy.metadata.validate.md +2 -0
- package/npm-shrinkwrap.json +243 -385
- package/oclif.lock +196 -255
- package/oclif.manifest.json +4 -4
- package/package.json +4 -4
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: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
142
|
+
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.26/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_1709660628100] 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: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
214
|
+
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.26/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: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
353
|
+
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.26/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: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
389
|
+
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.26/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/3.2.
|
|
459
|
+
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.26/src/commands/project/deploy/cancel.ts)_
|
|
460
460
|
|
|
461
461
|
## `sf project deploy preview`
|
|
462
462
|
|
|
@@ -540,7 +540,7 @@ FLAG DESCRIPTIONS
|
|
|
540
540
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
541
541
|
```
|
|
542
542
|
|
|
543
|
-
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
543
|
+
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.26/src/commands/project/deploy/preview.ts)_
|
|
544
544
|
|
|
545
545
|
## `sf project deploy quick`
|
|
546
546
|
|
|
@@ -580,6 +580,9 @@ DESCRIPTION
|
|
|
580
580
|
This command doesn't support source-tracking. The source you deploy overwrites the corresponding metadata in your org.
|
|
581
581
|
This command doesn’t attempt to merge your source with the versions in your org.
|
|
582
582
|
|
|
583
|
+
Note: Don't use this command on sandboxes; the command is intended to be used on production orgs. By default,
|
|
584
|
+
sandboxes don't run tests during a deploy. Use `sf project deploy start` instead.
|
|
585
|
+
|
|
583
586
|
ALIASES
|
|
584
587
|
$ sf deploy metadata quick
|
|
585
588
|
|
|
@@ -624,7 +627,7 @@ FLAG DESCRIPTIONS
|
|
|
624
627
|
deploy report".
|
|
625
628
|
```
|
|
626
629
|
|
|
627
|
-
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
630
|
+
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.26/src/commands/project/deploy/quick.ts)_
|
|
628
631
|
|
|
629
632
|
## `sf project deploy report`
|
|
630
633
|
|
|
@@ -719,7 +722,7 @@ FLAG DESCRIPTIONS
|
|
|
719
722
|
--coverage-formatters lcov --coverage-formatters clover
|
|
720
723
|
```
|
|
721
724
|
|
|
722
|
-
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
725
|
+
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.26/src/commands/project/deploy/report.ts)_
|
|
723
726
|
|
|
724
727
|
## `sf project deploy resume`
|
|
725
728
|
|
|
@@ -803,7 +806,7 @@ FLAG DESCRIPTIONS
|
|
|
803
806
|
--coverage-formatters lcov --coverage-formatters clover
|
|
804
807
|
```
|
|
805
808
|
|
|
806
|
-
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
809
|
+
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.26/src/commands/project/deploy/resume.ts)_
|
|
807
810
|
|
|
808
811
|
## `sf project deploy start`
|
|
809
812
|
|
|
@@ -1024,7 +1027,7 @@ FLAG DESCRIPTIONS
|
|
|
1024
1027
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1025
1028
|
```
|
|
1026
1029
|
|
|
1027
|
-
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1030
|
+
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.26/src/commands/project/deploy/start.ts)_
|
|
1028
1031
|
|
|
1029
1032
|
## `sf project deploy validate`
|
|
1030
1033
|
|
|
@@ -1098,6 +1101,10 @@ DESCRIPTION
|
|
|
1098
1101
|
--metadata flag with multiple names separated by spaces. Enclose names that contain spaces in one set of double
|
|
1099
1102
|
quotes. The same syntax applies to --manifest and --source-dir.
|
|
1100
1103
|
|
|
1104
|
+
Note: Don't use this command on sandboxes; the command is intended to be used on production orgs. By default,
|
|
1105
|
+
sandboxes don't run tests during a deploy. If you want to validate a deployment with tests on a sandbox, use "sf
|
|
1106
|
+
project deploy start --dry-run --test-level RunLocalTests" instead.
|
|
1107
|
+
|
|
1101
1108
|
ALIASES
|
|
1102
1109
|
$ sf deploy metadata validate
|
|
1103
1110
|
|
|
@@ -1195,7 +1202,7 @@ FLAG DESCRIPTIONS
|
|
|
1195
1202
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1196
1203
|
```
|
|
1197
1204
|
|
|
1198
|
-
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1205
|
+
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.26/src/commands/project/deploy/validate.ts)_
|
|
1199
1206
|
|
|
1200
1207
|
## `sf project generate manifest`
|
|
1201
1208
|
|
|
@@ -1270,7 +1277,7 @@ EXAMPLES
|
|
|
1270
1277
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
1271
1278
|
```
|
|
1272
1279
|
|
|
1273
|
-
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1280
|
+
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.26/src/commands/project/generate/manifest.ts)_
|
|
1274
1281
|
|
|
1275
1282
|
## `sf project list ignored`
|
|
1276
1283
|
|
|
@@ -1311,7 +1318,7 @@ EXAMPLES
|
|
|
1311
1318
|
$ sf project list ignored --source-dir package.xml
|
|
1312
1319
|
```
|
|
1313
1320
|
|
|
1314
|
-
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1321
|
+
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.26/src/commands/project/list/ignored.ts)_
|
|
1315
1322
|
|
|
1316
1323
|
## `sf project reset tracking`
|
|
1317
1324
|
|
|
@@ -1359,7 +1366,7 @@ EXAMPLES
|
|
|
1359
1366
|
$ sf project reset tracking --revision 30
|
|
1360
1367
|
```
|
|
1361
1368
|
|
|
1362
|
-
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1369
|
+
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.26/src/commands/project/reset/tracking.ts)_
|
|
1363
1370
|
|
|
1364
1371
|
## `sf project retrieve preview`
|
|
1365
1372
|
|
|
@@ -1415,7 +1422,7 @@ FLAG DESCRIPTIONS
|
|
|
1415
1422
|
Overrides your default org.
|
|
1416
1423
|
```
|
|
1417
1424
|
|
|
1418
|
-
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1425
|
+
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.26/src/commands/project/retrieve/preview.ts)_
|
|
1419
1426
|
|
|
1420
1427
|
## `sf project retrieve start`
|
|
1421
1428
|
|
|
@@ -1565,6 +1572,6 @@ FLAG DESCRIPTIONS
|
|
|
1565
1572
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
1566
1573
|
```
|
|
1567
1574
|
|
|
1568
|
-
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1575
|
+
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.26/src/commands/project/retrieve/start.ts)_
|
|
1569
1576
|
|
|
1570
1577
|
<!-- commandsstop -->
|
|
@@ -10,6 +10,8 @@ Executing this quick deploy command takes less time than a standard deploy becau
|
|
|
10
10
|
|
|
11
11
|
This command doesn't support source-tracking. The source you deploy overwrites the corresponding metadata in your org. This command doesn’t attempt to merge your source with the versions in your org.
|
|
12
12
|
|
|
13
|
+
Note: Don't use this command on sandboxes; the command is intended to be used on production orgs. By default, sandboxes don't run tests during a deploy. Use `sf project deploy start` instead.
|
|
14
|
+
|
|
13
15
|
# examples
|
|
14
16
|
|
|
15
17
|
- Run a quick deploy to your default org using a job ID:
|
|
@@ -12,6 +12,8 @@ This command doesn't support source-tracking. When you quick deploy with the res
|
|
|
12
12
|
|
|
13
13
|
To validate the deployment of multiple metadata components, either set multiple --metadata <name> flags or a single --metadata flag with multiple names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same syntax applies to --manifest and --source-dir.
|
|
14
14
|
|
|
15
|
+
Note: Don't use this command on sandboxes; the command is intended to be used on production orgs. By default, sandboxes don't run tests during a deploy. If you want to validate a deployment with tests on a sandbox, use "sf project deploy start --dry-run --test-level RunLocalTests" instead.
|
|
16
|
+
|
|
15
17
|
# examples
|
|
16
18
|
|
|
17
19
|
- NOTE: These examples focus on validating large deployments. See the help for "<%= config.bin %> project deploy start" for examples of deploying smaller sets of metadata which you can also use to validate.
|