@@ -141,7 +141,7 @@ FLAG DESCRIPTIONS
141
141
If you specify this flag, 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.17.7 /src/commands/project/convert/mdapi.ts ) _
144
+ _ See code: [ src/commands/project/convert/mdapi.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.18.0 /src/commands/project/convert/mdapi.ts ) _
145
145
146
146
## ` sf project convert source `
147
147
@@ -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.17.7 /src/commands/project/convert/source.ts ) _
217
+ _ See code: [ src/commands/project/convert/source.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.18.0 /src/commands/project/convert/source.ts ) _
218
218
219
219
## ` sf project convert source-behavior `
220
220
@@ -224,14 +224,15 @@ Enable a behavior of your project source files, and then update your Salesforce
224
224
USAGE
225
225
$ sf project convert source-behavior -b
226
226
decomposeCustomLabelsBeta2|decomposeCustomLabelsBeta|decomposePermissionSetBeta|decomposePermissionSetBeta2|decompos
227
- eSharingRulesBeta|decomposeWorkflowBeta [--json] [--flags-dir <value>] [--dry-run] [--preserve-temp-dir] [-o
228
- <value>]
227
+ eSharingRulesBeta|decomposeWorkflowBeta|decomposeExternalServiceRegistrationBeta [--json] [--flags-dir <value>]
228
+ [--dry-run] [--preserve-temp-dir] [-o <value>]
229
229
230
230
FLAGS
231
231
-b, --behavior=<option> (required) Behavior to enable; the values correspond to the possible values of the
232
232
"sourceBehaviorOption" option in the "sfdx-project.json" file.
233
233
<options: decomposeCustomLabelsBeta2|decomposeCustomLabelsBeta|decomposePermissionSetBeta|de
234
- composePermissionSetBeta2|decomposeSharingRulesBeta|decomposeWorkflowBeta>
234
+ composePermissionSetBeta2|decomposeSharingRulesBeta|decomposeWorkflowBeta|decomposeExternalS
235
+ erviceRegistrationBeta>
235
236
-o, --target-org=<value> Username or alias of the target org.
236
237
--dry-run Display what the command would do, but don't make any actual changes.
237
238
--preserve-temp-dir Don't delete the metadata API format temporary directory that this command creates. Useful
@@ -272,7 +273,7 @@ EXAMPLES
272
273
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
273
274
```
274
275
275
- _ See code: [ src/commands/project/convert/source-behavior.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7 /src/commands/project/convert/source-behavior.ts ) _
276
+ _ See code: [ src/commands/project/convert/source-behavior.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.18.0 /src/commands/project/convert/source-behavior.ts ) _
276
277
277
278
## ` sf project delete source `
278
279
@@ -412,7 +413,7 @@ FLAG DESCRIPTIONS
412
413
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
413
414
```
414
415
415
- _ See code: [ src/commands/project/delete/source.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7 /src/commands/project/delete/source.ts ) _
416
+ _ See code: [ src/commands/project/delete/source.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.18.0 /src/commands/project/delete/source.ts ) _
416
417
417
418
## ` sf project delete tracking `
418
419
@@ -449,7 +450,7 @@ EXAMPLES
449
450
$ sf project delete tracking --target-org my-scratch
450
451
```
451
452
452
- _ See code: [ src/commands/project/delete/tracking.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7 /src/commands/project/delete/tracking.ts ) _
453
+ _ See code: [ src/commands/project/delete/tracking.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.18.0 /src/commands/project/delete/tracking.ts ) _
453
454
454
455
## ` sf project deploy cancel `
455
456
@@ -521,7 +522,7 @@ FLAG DESCRIPTIONS
521
522
project deploy report".
522
523
```
523
524
524
- _ See code: [ src/commands/project/deploy/cancel.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7 /src/commands/project/deploy/cancel.ts ) _
525
+ _ See code: [ src/commands/project/deploy/cancel.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.18.0 /src/commands/project/deploy/cancel.ts ) _
525
526
526
527
## ` sf project deploy preview `
527
528
@@ -604,7 +605,7 @@ FLAG DESCRIPTIONS
604
605
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
605
606
```
606
607
607
- _ See code: [ src/commands/project/deploy/preview.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7 /src/commands/project/deploy/preview.ts ) _
608
+ _ See code: [ src/commands/project/deploy/preview.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.18.0 /src/commands/project/deploy/preview.ts ) _
608
609
609
610
## ` sf project deploy quick `
610
611
@@ -688,7 +689,7 @@ FLAG DESCRIPTIONS
688
689
deploy report".
689
690
```
690
691
691
- _ See code: [ src/commands/project/deploy/quick.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7 /src/commands/project/deploy/quick.ts ) _
692
+ _ See code: [ src/commands/project/deploy/quick.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.18.0 /src/commands/project/deploy/quick.ts ) _
692
693
693
694
## ` sf project deploy report `
694
695
@@ -780,7 +781,7 @@ FLAG DESCRIPTIONS
780
781
--coverage-formatters lcov --coverage-formatters clover
781
782
```
782
783
783
- _ See code: [ src/commands/project/deploy/report.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7 /src/commands/project/deploy/report.ts ) _
784
+ _ See code: [ src/commands/project/deploy/report.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.18.0 /src/commands/project/deploy/report.ts ) _
784
785
785
786
## ` sf project deploy resume `
786
787
@@ -865,7 +866,7 @@ FLAG DESCRIPTIONS
865
866
--coverage-formatters lcov --coverage-formatters clover
866
867
```
867
868
868
- _ See code: [ src/commands/project/deploy/resume.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7 /src/commands/project/deploy/resume.ts ) _
869
+ _ See code: [ src/commands/project/deploy/resume.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.18.0 /src/commands/project/deploy/resume.ts ) _
869
870
870
871
## ` sf project deploy start `
871
872
@@ -1101,7 +1102,7 @@ FLAG DESCRIPTIONS
1101
1102
--coverage-formatters lcov --coverage-formatters clover
1102
1103
```
1103
1104
1104
- _ See code: [ src/commands/project/deploy/start.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7 /src/commands/project/deploy/start.ts ) _
1105
+ _ See code: [ src/commands/project/deploy/start.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.18.0 /src/commands/project/deploy/start.ts ) _
1105
1106
1106
1107
## ` sf project deploy validate `
1107
1108
@@ -1274,7 +1275,7 @@ FLAG DESCRIPTIONS
1274
1275
--coverage-formatters lcov --coverage-formatters clover
1275
1276
```
1276
1277
1277
- _ See code: [ src/commands/project/deploy/validate.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7 /src/commands/project/deploy/validate.ts ) _
1278
+ _ See code: [ src/commands/project/deploy/validate.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.18.0 /src/commands/project/deploy/validate.ts ) _
1278
1279
1279
1280
## ` sf project generate manifest `
1280
1281
@@ -1370,7 +1371,7 @@ EXAMPLES
1370
1371
$ sf project generate manifest --from-org [email protected] --excluded-metadata StandardValueSet
1371
1372
```
1372
1373
1373
- _ See code: [ src/commands/project/generate/manifest.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7 /src/commands/project/generate/manifest.ts ) _
1374
+ _ See code: [ src/commands/project/generate/manifest.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.18.0 /src/commands/project/generate/manifest.ts ) _
1374
1375
1375
1376
## ` sf project list ignored `
1376
1377
@@ -1412,7 +1413,7 @@ EXAMPLES
1412
1413
$ sf project list ignored --source-dir package.xml
1413
1414
```
1414
1415
1415
- _ See code: [ src/commands/project/list/ignored.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7 /src/commands/project/list/ignored.ts ) _
1416
+ _ See code: [ src/commands/project/list/ignored.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.18.0 /src/commands/project/list/ignored.ts ) _
1416
1417
1417
1418
## ` sf project reset tracking `
1418
1419
@@ -1461,7 +1462,7 @@ EXAMPLES
1461
1462
$ sf project reset tracking --revision 30
1462
1463
```
1463
1464
1464
- _ See code: [ src/commands/project/reset/tracking.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7 /src/commands/project/reset/tracking.ts ) _
1465
+ _ See code: [ src/commands/project/reset/tracking.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.18.0 /src/commands/project/reset/tracking.ts ) _
1465
1466
1466
1467
## ` sf project retrieve preview `
1467
1468
@@ -1515,7 +1516,7 @@ FLAG DESCRIPTIONS
1515
1516
production orgs.
1516
1517
```
1517
1518
1518
- _ See code: [ src/commands/project/retrieve/preview.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7 /src/commands/project/retrieve/preview.ts ) _
1519
+ _ See code: [ src/commands/project/retrieve/preview.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.18.0 /src/commands/project/retrieve/preview.ts ) _
1519
1520
1520
1521
## ` sf project retrieve start `
1521
1522
@@ -1684,6 +1685,6 @@ FLAG DESCRIPTIONS
1684
1685
If you specify this flag, don’t specify --metadata or --source-dir.
1685
1686
```
1686
1687
1687
- _ See code: [ src/commands/project/retrieve/start.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.7 /src/commands/project/retrieve/start.ts ) _
1688
+ _ See code: [ src/commands/project/retrieve/start.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.18.0 /src/commands/project/retrieve/start.ts ) _
1688
1689
1689
1690
<!-- commandsstop -->
0 commit comments