@@ -86,8 +86,8 @@ Convert metadata retrieved via Metadata API into the source format used in Sales
86
86
87
87
```
88
88
USAGE
89
- $ sf project convert mdapi -r <value> [--json] [--flags-dir <value>] [--api-version <value>] [-d <value>] [-p <value> |
90
- -x <value> | -m <value>]
89
+ $ sf project convert mdapi -r <value> [--json] [--flags-dir <value>] [--api-version <value>] [-d <value>] [-p <value>...
90
+ | -x <value> | -m <value>... ]
91
91
92
92
FLAGS
93
93
-d, --output-dir=<value> Directory to store your files in after they’re converted to source format; can be an
@@ -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/3.8.4 /src/commands/project/convert/mdapi.ts ) _
144
+ _ See code: [ src/commands/project/convert/mdapi.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0 /src/commands/project/convert/mdapi.ts ) _
145
145
146
146
## ` sf project convert source `
147
147
@@ -150,10 +150,10 @@ Convert source-formatted files into metadata that you can deploy using Metadata
150
150
```
151
151
USAGE
152
152
$ sf project convert source [--json] [--flags-dir <value>] [--api-version <value>] [-r <value>] [-d <value>] [-n <value>]
153
- [-p <value> | -x <value> | -m <value>]
153
+ [-p <value>... | -x <value> | -m <value>... ]
154
154
155
155
FLAGS
156
- -d, --output-dir=<value> [default: metadataPackage_1717296443674 ] Output directory to store the Metadata
156
+ -d, --output-dir=<value> [default: metadataPackage_1717649318884 ] 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.
@@ -214,7 +214,7 @@ FLAG DESCRIPTIONS
214
214
Override the api version used for api requests made by this command
215
215
```
216
216
217
- _ See code: [ src/commands/project/convert/source.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4 /src/commands/project/convert/source.ts ) _
217
+ _ See code: [ src/commands/project/convert/source.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0 /src/commands/project/convert/source.ts ) _
218
218
219
219
## ` sf project convert source-behavior `
220
220
@@ -271,7 +271,7 @@ EXAMPLES
271
271
$ sf project convert source-behavior --behavior decomposeCustomLabelsBeta --dry-run --preserve-temp-dir
272
272
```
273
273
274
- _ See code: [ src/commands/project/convert/source-behavior.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4 /src/commands/project/convert/source-behavior.ts ) _
274
+ _ See code: [ src/commands/project/convert/source-behavior.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0 /src/commands/project/convert/source-behavior.ts ) _
275
275
276
276
## ` sf project delete source `
277
277
@@ -280,8 +280,8 @@ Delete source from your project and from a non-source-tracked org.
280
280
```
281
281
USAGE
282
282
$ sf project delete source -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-w <value>] [--tests
283
- <value>] [-l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [-r] [-m <value>] [-p <value>] [-f [-t |
284
- -c]] [--verbose]
283
+ <value>... ] [-l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [-r] [-m <value>... ] [-p <value>... ] [-f
284
+ [-t | -c]] [--verbose]
285
285
286
286
FLAGS
287
287
-c, --check-only Validate delete command but don't delete anything from the org or the local project.
@@ -411,7 +411,7 @@ FLAG DESCRIPTIONS
411
411
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
412
412
```
413
413
414
- _ See code: [ src/commands/project/delete/source.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4 /src/commands/project/delete/source.ts ) _
414
+ _ See code: [ src/commands/project/delete/source.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0 /src/commands/project/delete/source.ts ) _
415
415
416
416
## ` sf project delete tracking `
417
417
@@ -448,15 +448,15 @@ EXAMPLES
448
448
$ sf project delete tracking --target-org my-scratch
449
449
```
450
450
451
- _ See code: [ src/commands/project/delete/tracking.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4 /src/commands/project/delete/tracking.ts ) _
451
+ _ See code: [ src/commands/project/delete/tracking.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0 /src/commands/project/delete/tracking.ts ) _
452
452
453
453
## ` sf project deploy cancel `
454
454
455
455
Cancel a deploy operation.
456
456
457
457
```
458
458
USAGE
459
- $ sf project deploy cancel [--json] [--flags-dir <value>] [-o <value>] [--async | -w <value >] [-i <value>] [-r]
459
+ $ sf project deploy cancel [--json] [--flags-dir <value>] [-o <value>] [--async | -w <minutes >] [-i <value>] [-r]
460
460
461
461
FLAGS
462
462
-i, --job-id=<value> Job ID of the deploy operation you want to cancel.
@@ -520,15 +520,15 @@ FLAG DESCRIPTIONS
520
520
project deploy report".
521
521
```
522
522
523
- _ See code: [ src/commands/project/deploy/cancel.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4 /src/commands/project/deploy/cancel.ts ) _
523
+ _ See code: [ src/commands/project/deploy/cancel.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0 /src/commands/project/deploy/cancel.ts ) _
524
524
525
525
## ` sf project deploy preview `
526
526
527
527
Preview a deployment to see what will deploy to the org, the potential conflicts, and the ignored files.
528
528
529
529
```
530
530
USAGE
531
- $ sf project deploy preview -o <value> [--json] [--flags-dir <value>] [-c] [-x <value> | -d <value> | -m <value>]
531
+ $ sf project deploy preview -o <value> [--json] [--flags-dir <value>] [-c] [-x <value> | -d <value>... | -m <value>... ]
532
532
[--concise]
533
533
534
534
FLAGS
@@ -603,16 +603,16 @@ FLAG DESCRIPTIONS
603
603
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
604
604
```
605
605
606
- _ See code: [ src/commands/project/deploy/preview.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4 /src/commands/project/deploy/preview.ts ) _
606
+ _ See code: [ src/commands/project/deploy/preview.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0 /src/commands/project/deploy/preview.ts ) _
607
607
608
608
## ` sf project deploy quick `
609
609
610
610
Quickly deploy a validated deployment to an org.
611
611
612
612
```
613
613
USAGE
614
- $ sf project deploy quick [--json] [--flags-dir <value>] [--async | -w <value >] [--concise | --verbose] [-i <value>] [-o
615
- <value>] [-r] [-a <value>]
614
+ $ sf project deploy quick [--json] [--flags-dir <value>] [--async | -w <minutes >] [--concise | --verbose] [-i <value>]
615
+ [-o <value>] [-r] [-a <value>]
616
616
617
617
FLAGS
618
618
-a, --api-version=<value> Target API version for the deploy.
@@ -645,7 +645,7 @@ DESCRIPTION
645
645
This command doesn’t attempt to merge your source with the versions in your org.
646
646
647
647
Note: Don't use this command on sandboxes; the command is intended to be used on production orgs. By default,
648
- sandboxes don't run tests during a deploy. Use ` sf project deploy start` instead.
648
+ sandboxes don't run tests during a deploy. Use " sf project deploy start" instead.
649
649
650
650
ALIASES
651
651
$ sf deploy metadata quick
@@ -687,7 +687,7 @@ FLAG DESCRIPTIONS
687
687
deploy report".
688
688
```
689
689
690
- _ See code: [ src/commands/project/deploy/quick.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4 /src/commands/project/deploy/quick.ts ) _
690
+ _ See code: [ src/commands/project/deploy/quick.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0 /src/commands/project/deploy/quick.ts ) _
691
691
692
692
## ` sf project deploy report `
693
693
@@ -696,8 +696,8 @@ Check or poll for the status of a deploy operation.
696
696
```
697
697
USAGE
698
698
$ sf project deploy report [--json] [--flags-dir <value>] [-o <value>] [-i <value>] [-r] [--coverage-formatters
699
- clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary] [--junit] [--results-dir
700
- <value>] [-w <value >]
699
+ clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary... ] [--junit]
700
+ [--results-dir <value>] [-w <minutes >]
701
701
702
702
FLAGS
703
703
-i, --job-id=<value> Job ID of the deploy operation you want to check the status of.
@@ -779,16 +779,16 @@ FLAG DESCRIPTIONS
779
779
--coverage-formatters lcov --coverage-formatters clover
780
780
```
781
781
782
- _ See code: [ src/commands/project/deploy/report.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4 /src/commands/project/deploy/report.ts ) _
782
+ _ See code: [ src/commands/project/deploy/report.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0 /src/commands/project/deploy/report.ts ) _
783
783
784
784
## ` sf project deploy resume `
785
785
786
786
Resume watching a deploy operation and update source tracking when the deploy completes.
787
787
788
788
```
789
789
USAGE
790
- $ sf project deploy resume [--json] [--flags-dir <value>] [--concise | --verbose] [-i <value>] [-r] [-w <value >]
791
- [--coverage-formatters clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary]
790
+ $ sf project deploy resume [--json] [--flags-dir <value>] [--concise | --verbose] [-i <value>] [-r] [-w <minutes >]
791
+ [--coverage-formatters clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary... ]
792
792
[--junit] [--results-dir <value>]
793
793
794
794
FLAGS
@@ -864,19 +864,19 @@ FLAG DESCRIPTIONS
864
864
--coverage-formatters lcov --coverage-formatters clover
865
865
```
866
866
867
- _ See code: [ src/commands/project/deploy/resume.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4 /src/commands/project/deploy/resume.ts ) _
867
+ _ See code: [ src/commands/project/deploy/resume.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0 /src/commands/project/deploy/resume.ts ) _
868
868
869
869
## ` sf project deploy start `
870
870
871
871
Deploy metadata to an org from your local project.
872
872
873
873
```
874
874
USAGE
875
- $ sf project deploy start -o <value> [--json] [--flags-dir <value>] [-a <value>] [--async | -w <value >] [--concise |
876
- --verbose] [--dry-run] [-c] [-r] [-g] [--single-package ] [-t <value>] [-l
877
- NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [--purge-on-delete [-x <value> | -d <value> | -m <value>
878
- | --metadata-dir <value>]] [--pre-destructive-changes <value> ] [--post-destructive-changes <value> ]
879
- [--coverage-formatters clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary]
875
+ $ sf project deploy start -o <value> [--json] [--flags-dir <value>] [-a <value>] [--async | -w <minutes >] [--concise |
876
+ --verbose] [--dry-run] [-c] [-r] [-g] [--single-package ] [-t <value>... ] [-l
877
+ NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [--purge-on-delete [-x <value> | -d <value>... | -m
878
+ <value>... | --metadata-dir <value>]] [--pre-destructive-changes <value> ] [--post-destructive-changes <value> ]
879
+ [--coverage-formatters clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary... ]
880
880
[--junit] [--results-dir <value>]
881
881
882
882
FLAGS
@@ -1090,7 +1090,7 @@ FLAG DESCRIPTIONS
1090
1090
--coverage-formatters lcov --coverage-formatters clover
1091
1091
```
1092
1092
1093
- _ See code: [ src/commands/project/deploy/start.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4 /src/commands/project/deploy/start.ts ) _
1093
+ _ See code: [ src/commands/project/deploy/start.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0 /src/commands/project/deploy/start.ts ) _
1094
1094
1095
1095
## ` sf project deploy validate `
1096
1096
@@ -1099,10 +1099,11 @@ Validate a metadata deployment without actually executing it.
1099
1099
```
1100
1100
USAGE
1101
1101
$ sf project deploy validate -o <value> [--json] [--flags-dir <value>] [-a <value>] [--async] [--concise | --verbose] [-m
1102
- <value>] [-d <value>] [--single-package --metadata-dir <value>] [-t <value>] [-l
1103
- RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests] [-w <value>] [-g] [--coverage-formatters
1104
- clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary] [--junit] [--results-dir
1105
- <value>] [--purge-on-delete -x <value>] [--pre-destructive-changes <value> ] [--post-destructive-changes <value> ]
1102
+ <value>...] [-d <value>...] [--single-package --metadata-dir <value>] [-t <value>...] [-l
1103
+ RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests] [-w <minutes>] [-g] [--coverage-formatters
1104
+ clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary...] [--junit]
1105
+ [--results-dir <value>] [--purge-on-delete -x <value>] [--pre-destructive-changes <value> ]
1106
+ [--post-destructive-changes <value> ]
1106
1107
1107
1108
FLAGS
1108
1109
-a, --api-version=<value> Target API version for the validation.
@@ -1262,16 +1263,16 @@ FLAG DESCRIPTIONS
1262
1263
--coverage-formatters lcov --coverage-formatters clover
1263
1264
```
1264
1265
1265
- _ See code: [ src/commands/project/deploy/validate.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4 /src/commands/project/deploy/validate.ts ) _
1266
+ _ See code: [ src/commands/project/deploy/validate.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0 /src/commands/project/deploy/validate.ts ) _
1266
1267
1267
1268
## ` sf project generate manifest `
1268
1269
1269
1270
Create a project manifest that lists the metadata components you want to deploy or retrieve.
1270
1271
1271
1272
```
1272
1273
USAGE
1273
- $ sf project generate manifest [--json] [--flags-dir <value>] [--api-version <value>] [-m <value>] [-p <value>] [-n <value> |
1274
- -t pre|post|destroy|package] [-c managed|unlocked --from-org <value>] [-d <value>]
1274
+ $ sf project generate manifest [--json] [--flags-dir <value>] [--api-version <value>] [-m <value>... ] [-p <value>... ] [-n
1275
+ <value> | -t pre|post|destroy|package] [-c managed|unlocked... --from-org <value>] [-d <value>]
1275
1276
1276
1277
FLAGS
1277
1278
-c, --include-packages=<option>... Package types (managed, unlocked) whose metadata is included in the manifest; by
@@ -1339,7 +1340,7 @@ EXAMPLES
1339
1340
$ sf project generate manifest --from-org [email protected] --include-packages unlocked
1340
1341
```
1341
1342
1342
- _ See code: [ src/commands/project/generate/manifest.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4 /src/commands/project/generate/manifest.ts ) _
1343
+ _ See code: [ src/commands/project/generate/manifest.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0 /src/commands/project/generate/manifest.ts ) _
1343
1344
1344
1345
## ` sf project list ignored `
1345
1346
@@ -1381,7 +1382,7 @@ EXAMPLES
1381
1382
$ sf project list ignored --source-dir package.xml
1382
1383
```
1383
1384
1384
- _ See code: [ src/commands/project/list/ignored.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4 /src/commands/project/list/ignored.ts ) _
1385
+ _ See code: [ src/commands/project/list/ignored.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0 /src/commands/project/list/ignored.ts ) _
1385
1386
1386
1387
## ` sf project reset tracking `
1387
1388
@@ -1430,7 +1431,7 @@ EXAMPLES
1430
1431
$ sf project reset tracking --revision 30
1431
1432
```
1432
1433
1433
- _ See code: [ src/commands/project/reset/tracking.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4 /src/commands/project/reset/tracking.ts ) _
1434
+ _ See code: [ src/commands/project/reset/tracking.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0 /src/commands/project/reset/tracking.ts ) _
1434
1435
1435
1436
## ` sf project retrieve preview `
1436
1437
@@ -1484,16 +1485,17 @@ FLAG DESCRIPTIONS
1484
1485
production orgs.
1485
1486
```
1486
1487
1487
- _ See code: [ src/commands/project/retrieve/preview.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4 /src/commands/project/retrieve/preview.ts ) _
1488
+ _ See code: [ src/commands/project/retrieve/preview.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0 /src/commands/project/retrieve/preview.ts ) _
1488
1489
1489
1490
## ` sf project retrieve start `
1490
1491
1491
1492
Retrieve metadata from an org to your local project.
1492
1493
1493
1494
```
1494
1495
USAGE
1495
- $ sf project retrieve start -o <value> [--json] [--flags-dir <value>] [-a <value>] [-c] [-x <value> | -m <value> | -d
1496
- <value>] [-r <value> | -n <value> | ] [--single-package -t <value>] [-w <value>] [-z ] [--zip-file-name <value> ]
1496
+ $ sf project retrieve start -o <value> [--json] [--flags-dir <value>] [-a <value>] [-c] [-x <value> | -m <value>... | -d
1497
+ <value>...] [-r <value> | -n <value>... | ] [--single-package -t <value>] [-w <value>] [-z ] [--zip-file-name
1498
+ <value> ]
1497
1499
1498
1500
FLAGS
1499
1501
-a, --api-version=<value> Target API version for the retrieve.
@@ -1642,6 +1644,6 @@ FLAG DESCRIPTIONS
1642
1644
If you specify this parameter, don’t specify --metadata or --source-dir.
1643
1645
```
1644
1646
1645
- _ See code: [ src/commands/project/retrieve/start.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4 /src/commands/project/retrieve/start.ts ) _
1647
+ _ See code: [ src/commands/project/retrieve/start.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0 /src/commands/project/retrieve/start.ts ) _
1646
1648
1647
1649
<!-- commandsstop -->
0 commit comments