@@ -140,7 +140,7 @@ FLAG DESCRIPTIONS
140
140
If you specify this parameter, don’t specify --metadata or --source-dir.
141
141
```
142
142
143
- _ See code: [ src/commands/project/convert/mdapi.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.4 /src/commands/project/convert/mdapi.ts ) _
143
+ _ See code: [ src/commands/project/convert/mdapi.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5 /src/commands/project/convert/mdapi.ts ) _
144
144
145
145
## ` sf project convert source `
146
146
@@ -152,7 +152,7 @@ USAGE
152
152
[-p <value> | -x <value> | -m <value>]
153
153
154
154
FLAGS
155
- -d, --output-dir=<value> [default: metadataPackage_1716302519497 ] Output directory to store the Metadata
155
+ -d, --output-dir=<value> [default: metadataPackage_1716398901170 ] Output directory to store the Metadata
156
156
API–formatted files in.
157
157
-m, --metadata=<value>... Metadata component names to convert.
158
158
-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/3.7.4 /src/commands/project/convert/source.ts ) _
216
+ _ See code: [ src/commands/project/convert/source.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5 /src/commands/project/convert/source.ts ) _
217
217
218
218
## ` sf project delete source `
219
219
@@ -353,7 +353,7 @@ FLAG DESCRIPTIONS
353
353
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
354
354
```
355
355
356
- _ See code: [ src/commands/project/delete/source.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.4 /src/commands/project/delete/source.ts ) _
356
+ _ See code: [ src/commands/project/delete/source.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5 /src/commands/project/delete/source.ts ) _
357
357
358
358
## ` sf project delete tracking `
359
359
@@ -390,7 +390,7 @@ EXAMPLES
390
390
$ sf project delete tracking --target-org my-scratch
391
391
```
392
392
393
- _ See code: [ src/commands/project/delete/tracking.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.4 /src/commands/project/delete/tracking.ts ) _
393
+ _ See code: [ src/commands/project/delete/tracking.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5 /src/commands/project/delete/tracking.ts ) _
394
394
395
395
## ` sf project deploy cancel `
396
396
@@ -466,7 +466,7 @@ FLAG DESCRIPTIONS
466
466
project deploy report".
467
467
```
468
468
469
- _ See code: [ src/commands/project/deploy/cancel.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.4 /src/commands/project/deploy/cancel.ts ) _
469
+ _ See code: [ src/commands/project/deploy/cancel.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5 /src/commands/project/deploy/cancel.ts ) _
470
470
471
471
## ` sf project deploy preview `
472
472
@@ -552,7 +552,7 @@ FLAG DESCRIPTIONS
552
552
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
553
553
```
554
554
555
- _ See code: [ src/commands/project/deploy/preview.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.4 /src/commands/project/deploy/preview.ts ) _
555
+ _ See code: [ src/commands/project/deploy/preview.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5 /src/commands/project/deploy/preview.ts ) _
556
556
557
557
## ` sf project deploy quick `
558
558
@@ -640,7 +640,7 @@ FLAG DESCRIPTIONS
640
640
deploy report".
641
641
```
642
642
643
- _ See code: [ src/commands/project/deploy/quick.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.4 /src/commands/project/deploy/quick.ts ) _
643
+ _ See code: [ src/commands/project/deploy/quick.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5 /src/commands/project/deploy/quick.ts ) _
644
644
645
645
## ` sf project deploy report `
646
646
@@ -736,7 +736,7 @@ FLAG DESCRIPTIONS
736
736
--coverage-formatters lcov --coverage-formatters clover
737
737
```
738
738
739
- _ See code: [ src/commands/project/deploy/report.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.4 /src/commands/project/deploy/report.ts ) _
739
+ _ See code: [ src/commands/project/deploy/report.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5 /src/commands/project/deploy/report.ts ) _
740
740
741
741
## ` sf project deploy resume `
742
742
@@ -821,7 +821,7 @@ FLAG DESCRIPTIONS
821
821
--coverage-formatters lcov --coverage-formatters clover
822
822
```
823
823
824
- _ See code: [ src/commands/project/deploy/resume.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.4 /src/commands/project/deploy/resume.ts ) _
824
+ _ See code: [ src/commands/project/deploy/resume.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5 /src/commands/project/deploy/resume.ts ) _
825
825
826
826
## ` sf project deploy start `
827
827
@@ -1042,7 +1042,7 @@ FLAG DESCRIPTIONS
1042
1042
--coverage-formatters lcov --coverage-formatters clover
1043
1043
```
1044
1044
1045
- _ See code: [ src/commands/project/deploy/start.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.4 /src/commands/project/deploy/start.ts ) _
1045
+ _ See code: [ src/commands/project/deploy/start.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5 /src/commands/project/deploy/start.ts ) _
1046
1046
1047
1047
## ` sf project deploy validate `
1048
1048
@@ -1217,7 +1217,7 @@ FLAG DESCRIPTIONS
1217
1217
--coverage-formatters lcov --coverage-formatters clover
1218
1218
```
1219
1219
1220
- _ See code: [ src/commands/project/deploy/validate.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.4 /src/commands/project/deploy/validate.ts ) _
1220
+ _ See code: [ src/commands/project/deploy/validate.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5 /src/commands/project/deploy/validate.ts ) _
1221
1221
1222
1222
## ` sf project generate manifest `
1223
1223
@@ -1294,7 +1294,7 @@ EXAMPLES
1294
1294
$ sf project generate manifest --from-org [email protected] --include-packages unlocked
1295
1295
```
1296
1296
1297
- _ See code: [ src/commands/project/generate/manifest.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.4 /src/commands/project/generate/manifest.ts ) _
1297
+ _ See code: [ src/commands/project/generate/manifest.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5 /src/commands/project/generate/manifest.ts ) _
1298
1298
1299
1299
## ` sf project list ignored `
1300
1300
@@ -1336,7 +1336,7 @@ EXAMPLES
1336
1336
$ sf project list ignored --source-dir package.xml
1337
1337
```
1338
1338
1339
- _ See code: [ src/commands/project/list/ignored.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.4 /src/commands/project/list/ignored.ts ) _
1339
+ _ See code: [ src/commands/project/list/ignored.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5 /src/commands/project/list/ignored.ts ) _
1340
1340
1341
1341
## ` sf project reset tracking `
1342
1342
@@ -1385,7 +1385,7 @@ EXAMPLES
1385
1385
$ sf project reset tracking --revision 30
1386
1386
```
1387
1387
1388
- _ See code: [ src/commands/project/reset/tracking.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.4 /src/commands/project/reset/tracking.ts ) _
1388
+ _ See code: [ src/commands/project/reset/tracking.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5 /src/commands/project/reset/tracking.ts ) _
1389
1389
1390
1390
## ` sf project retrieve preview `
1391
1391
@@ -1442,7 +1442,7 @@ FLAG DESCRIPTIONS
1442
1442
Overrides your default org.
1443
1443
```
1444
1444
1445
- _ See code: [ src/commands/project/retrieve/preview.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.4 /src/commands/project/retrieve/preview.ts ) _
1445
+ _ See code: [ src/commands/project/retrieve/preview.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5 /src/commands/project/retrieve/preview.ts ) _
1446
1446
1447
1447
## ` sf project retrieve start `
1448
1448
@@ -1593,6 +1593,6 @@ FLAG DESCRIPTIONS
1593
1593
If you specify this parameter, don’t specify --metadata or --source-dir.
1594
1594
```
1595
1595
1596
- _ See code: [ src/commands/project/retrieve/start.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.4 /src/commands/project/retrieve/start.ts ) _
1596
+ _ See code: [ src/commands/project/retrieve/start.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5 /src/commands/project/retrieve/start.ts ) _
1597
1597
1598
1598
<!-- commandsstop -->
0 commit comments