@@ -141,7 +141,7 @@ FLAG DESCRIPTIONS
141141 If you specify this parameter, don’t specify --metadata or --source-dir.
142142```
143143
144- _ See code: [ src/commands/project/convert/mdapi.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.15 /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.16 /src/commands/project/convert/mdapi.ts ) _
145145
146146## ` sf project convert source `
147147
@@ -153,7 +153,7 @@ USAGE
153153 [-p <value>... | -x <value> | -m <value>...]
154154
155155FLAGS
156- -d, --output-dir=<value> [default: metadataPackage_1721142874970 ] Output directory to store the Metadata
156+ -d, --output-dir=<value> [default: metadataPackage_1721144959172 ] Output directory to store the Metadata
157157 API–formatted files in.
158158 -m, --metadata=<value>... Metadata component names to convert.
159159 -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -214,7 +214,7 @@ FLAG DESCRIPTIONS
214214 Override the api version used for api requests made by this command
215215```
216216
217- _ See code: [ src/commands/project/convert/source.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.15 /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.16 /src/commands/project/convert/source.ts ) _
218218
219219## ` sf project convert source-behavior `
220220
@@ -223,14 +223,14 @@ Enable a behavior of your project source files, and then update your Salesforce
223223```
224224USAGE
225225 $ sf project convert source-behavior -b
226- decomposeCustomLabelsBeta|decomposePermissionSetBeta|decomposeSharingRulesBeta|decomposeWorkflowBeta|presetMap.d.ts|
227- presetMap.js|presetMap.js.map [--json] [--flags-dir <value>] [--dry-run] [--preserve-temp-dir] [-o <value>]
226+ decomposeCustomLabelsBeta|decomposePermissionSetBeta|decomposeSharingRulesBeta|decomposeWorkflowBeta [--json]
227+ [--flags-dir <value>] [--dry-run] [--preserve-temp-dir] [-o <value>]
228228
229229FLAGS
230230 -b, --behavior=<option> (required) Behavior to enable; the values correspond to the possible values of the
231231 "sourceBehaviorOption" option in the "sfdx-project.json" file.
232232 <options: decomposeCustomLabelsBeta|decomposePermissionSetBeta|decomposeSharingRulesBeta|dec
233- omposeWorkflowBeta|presetMap.d.ts|presetMap.js|presetMap.js.map >
233+ omposeWorkflowBeta>
234234 -o, --target-org=<value> Username or alias of the target org.
235235 --dry-run Display what the command would do, but don't make any actual changes.
236236 --preserve-temp-dir Don't delete the metadata API format temporary directory that this command creates. Useful
@@ -271,7 +271,7 @@ EXAMPLES
271271 $ sf project convert source-behavior --behavior decomposeCustomLabelsBeta --dry-run --preserve-temp-dir
272272```
273273
274- _ See code: [ src/commands/project/convert/source-behavior.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.15 /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.16 /src/commands/project/convert/source-behavior.ts ) _
275275
276276## ` sf project delete source `
277277
@@ -411,7 +411,7 @@ FLAG DESCRIPTIONS
411411 - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
412412```
413413
414- _ See code: [ src/commands/project/delete/source.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.15 /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.16 /src/commands/project/delete/source.ts ) _
415415
416416## ` sf project delete tracking `
417417
@@ -448,7 +448,7 @@ EXAMPLES
448448 $ sf project delete tracking --target-org my-scratch
449449```
450450
451- _ See code: [ src/commands/project/delete/tracking.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.15 /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.16 /src/commands/project/delete/tracking.ts ) _
452452
453453## ` sf project deploy cancel `
454454
@@ -520,7 +520,7 @@ FLAG DESCRIPTIONS
520520 project deploy report".
521521```
522522
523- _ See code: [ src/commands/project/deploy/cancel.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.15 /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.16 /src/commands/project/deploy/cancel.ts ) _
524524
525525## ` sf project deploy preview `
526526
@@ -603,7 +603,7 @@ FLAG DESCRIPTIONS
603603 All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
604604```
605605
606- _ See code: [ src/commands/project/deploy/preview.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.15 /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.16 /src/commands/project/deploy/preview.ts ) _
607607
608608## ` sf project deploy quick `
609609
@@ -687,7 +687,7 @@ FLAG DESCRIPTIONS
687687 deploy report".
688688```
689689
690- _ See code: [ src/commands/project/deploy/quick.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.15 /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.16 /src/commands/project/deploy/quick.ts ) _
691691
692692## ` sf project deploy report `
693693
@@ -779,7 +779,7 @@ FLAG DESCRIPTIONS
779779 --coverage-formatters lcov --coverage-formatters clover
780780```
781781
782- _ See code: [ src/commands/project/deploy/report.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.15 /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.16 /src/commands/project/deploy/report.ts ) _
783783
784784## ` sf project deploy resume `
785785
@@ -864,7 +864,7 @@ FLAG DESCRIPTIONS
864864 --coverage-formatters lcov --coverage-formatters clover
865865```
866866
867- _ See code: [ src/commands/project/deploy/resume.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.15 /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.16 /src/commands/project/deploy/resume.ts ) _
868868
869869## ` sf project deploy start `
870870
@@ -1100,7 +1100,7 @@ FLAG DESCRIPTIONS
11001100 --coverage-formatters lcov --coverage-formatters clover
11011101```
11021102
1103- _ See code: [ src/commands/project/deploy/start.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.15 /src/commands/project/deploy/start.ts ) _
1103+ _ See code: [ src/commands/project/deploy/start.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.16 /src/commands/project/deploy/start.ts ) _
11041104
11051105## ` sf project deploy validate `
11061106
@@ -1273,7 +1273,7 @@ FLAG DESCRIPTIONS
12731273 --coverage-formatters lcov --coverage-formatters clover
12741274```
12751275
1276- _ See code: [ src/commands/project/deploy/validate.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.15 /src/commands/project/deploy/validate.ts ) _
1276+ _ See code: [ src/commands/project/deploy/validate.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.16 /src/commands/project/deploy/validate.ts ) _
12771277
12781278## ` sf project generate manifest `
12791279
@@ -1350,7 +1350,7 @@ EXAMPLES
13501350 $ sf project generate manifest --from-org [email protected] --include-packages unlocked 13511351```
13521352
1353- _ See code: [ src/commands/project/generate/manifest.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.15 /src/commands/project/generate/manifest.ts ) _
1353+ _ See code: [ src/commands/project/generate/manifest.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.16 /src/commands/project/generate/manifest.ts ) _
13541354
13551355## ` sf project list ignored `
13561356
@@ -1392,7 +1392,7 @@ EXAMPLES
13921392 $ sf project list ignored --source-dir package.xml
13931393```
13941394
1395- _ See code: [ src/commands/project/list/ignored.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.15 /src/commands/project/list/ignored.ts ) _
1395+ _ See code: [ src/commands/project/list/ignored.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.16 /src/commands/project/list/ignored.ts ) _
13961396
13971397## ` sf project reset tracking `
13981398
@@ -1441,7 +1441,7 @@ EXAMPLES
14411441 $ sf project reset tracking --revision 30
14421442```
14431443
1444- _ See code: [ src/commands/project/reset/tracking.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.15 /src/commands/project/reset/tracking.ts ) _
1444+ _ See code: [ src/commands/project/reset/tracking.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.16 /src/commands/project/reset/tracking.ts ) _
14451445
14461446## ` sf project retrieve preview `
14471447
@@ -1495,7 +1495,7 @@ FLAG DESCRIPTIONS
14951495 production orgs.
14961496```
14971497
1498- _ See code: [ src/commands/project/retrieve/preview.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.15 /src/commands/project/retrieve/preview.ts ) _
1498+ _ See code: [ src/commands/project/retrieve/preview.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.16 /src/commands/project/retrieve/preview.ts ) _
14991499
15001500## ` sf project retrieve start `
15011501
@@ -1652,6 +1652,6 @@ FLAG DESCRIPTIONS
16521652 If you specify this parameter, don’t specify --metadata or --source-dir.
16531653```
16541654
1655- _ See code: [ src/commands/project/retrieve/start.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.15 /src/commands/project/retrieve/start.ts ) _
1655+ _ See code: [ src/commands/project/retrieve/start.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.16 /src/commands/project/retrieve/start.ts ) _
16561656
16571657<!-- commandsstop -->
0 commit comments