@@ -112,7 +112,7 @@ DESCRIPTION
112112
113113 To convert multiple metadata components, either set multiple --metadata <name> flags or a single --metadata flag with
114114 multiple names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same syntax
115- applies to --manifest and -- source-dir.
115+ applies to --source-dir.
116116
117117ALIASES
118118 $ sf force mdapi convert
@@ -138,10 +138,10 @@ FLAG DESCRIPTIONS
138138
139139 -x, --manifest=<value> File path to manifest (package.xml) of metadata types to convert.
140140
141- If you specify this parameter , don’t specify --metadata or --source-dir.
141+ If you specify this flag , 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.15.8 /src/commands/project/convert/mdapi.ts ) _
144+ _ See code: [ src/commands/project/convert/mdapi.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9 /src/commands/project/convert/mdapi.ts ) _
145145
146146## ` sf project convert source `
147147
@@ -179,7 +179,7 @@ DESCRIPTION
179179
180180 To convert multiple components, either set multiple --metadata <name> flags or a single --metadata flag with multiple
181181 names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same syntax applies to
182- --manifest and -- source-dir.
182+ --source-dir.
183183
184184ALIASES
185185 $ sf force source convert
@@ -201,11 +201,11 @@ FLAG DESCRIPTIONS
201201 The supplied paths can be to a single file (in which case the operation is applied to only one file) or to a folder
202202 (in which case the operation is applied to all metadata types in the directory and its sub-directories).
203203
204- If you specify this parameter , don’t specify --manifest or --metadata.
204+ If you specify this flag , don’t specify --manifest or --metadata.
205205
206206 -x, --manifest=<value> Path to the manifest (package.xml) file that specifies the metadata types to convert.
207207
208- If you specify this parameter , don’t specify --metadata or --source-dir.
208+ If you specify this flag , don’t specify --metadata or --source-dir.
209209
210210 --api-version=<value>
211211
@@ -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.15.8 /src/commands/project/convert/source.ts ) _
217+ _ See code: [ src/commands/project/convert/source.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9 /src/commands/project/convert/source.ts ) _
218218
219219## ` sf project convert source-behavior `
220220
@@ -272,7 +272,7 @@ EXAMPLES
272272 $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
273273```
274274
275- _ See code: [ src/commands/project/convert/source-behavior.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8 /src/commands/project/convert/source-behavior.ts ) _
275+ _ See code: [ src/commands/project/convert/source-behavior.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9 /src/commands/project/convert/source-behavior.ts ) _
276276
277277## ` sf project delete source `
278278
@@ -316,7 +316,7 @@ DESCRIPTION
316316
317317 To delete multiple metadata components, either set multiple --metadata <name> flags or a single --metadata flag with
318318 multiple names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same syntax
319- applies to --manifest and -- source-dir.
319+ applies to --source-dir.
320320
321321ALIASES
322322 $ sf force source delete
@@ -349,9 +349,9 @@ FLAG DESCRIPTIONS
349349 Validates the deleted metadata and runs all Apex tests, but prevents the deletion from being saved to the org.
350350
351351 If you change a field type from Master-Detail to Lookup or vice versa, that change isn’t supported when using the
352- --check-only parameter to test a deletion (validation). This kind of change isn’t supported for test deletions to
353- avoid the risk of data loss or corruption. If a change that isn’t supported for test deletions is included in a
354- deletion package, the test deletion fails and issues an error.
352+ --check-only flag to test a deletion (validation). This kind of change isn’t supported for test deletions to avoid
353+ the risk of data loss or corruption. If a change that isn’t supported for test deletions is included in a deletion
354+ package, the test deletion fails and issues an error.
355355
356356 If your deletion package changes a field type from Master-Detail to Lookup or vice versa, you can still validate the
357357 changes prior to deploying to Production by performing a full deletion to another test Sandbox. A full deletion
@@ -390,14 +390,14 @@ FLAG DESCRIPTIONS
390390
391391 -m, --metadata=<value>... Metadata components to delete.
392392
393- If you specify this parameter , don’t specify --source-dir.
393+ If you specify this flag , don’t specify --source-dir.
394394
395395 -p, --source-dir=<value>... Source file paths to delete.
396396
397397 The supplied paths can be a single file (in which case the operation is applied to only one file) or a folder (in
398398 which case the operation is applied to all metadata types in the directory and its sub-directories).
399399
400- If you specify this parameter , don’t specify --metadata.
400+ If you specify this flag , don’t specify --metadata.
401401
402402 -w, --wait=<value> Number of minutes to wait for the command to finish.
403403
@@ -412,7 +412,7 @@ FLAG DESCRIPTIONS
412412 - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
413413```
414414
415- _ See code: [ src/commands/project/delete/source.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8 /src/commands/project/delete/source.ts ) _
415+ _ See code: [ src/commands/project/delete/source.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9 /src/commands/project/delete/source.ts ) _
416416
417417## ` sf project delete tracking `
418418
@@ -449,7 +449,7 @@ EXAMPLES
449449 $ sf project delete tracking --target-org my-scratch
450450```
451451
452- _ See code: [ src/commands/project/delete/tracking.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8 /src/commands/project/delete/tracking.ts ) _
452+ _ See code: [ src/commands/project/delete/tracking.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9 /src/commands/project/delete/tracking.ts ) _
453453
454454## ` sf project deploy cancel `
455455
@@ -521,7 +521,7 @@ FLAG DESCRIPTIONS
521521 project deploy report".
522522```
523523
524- _ See code: [ src/commands/project/deploy/cancel.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8 /src/commands/project/deploy/cancel.ts ) _
524+ _ See code: [ src/commands/project/deploy/cancel.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9 /src/commands/project/deploy/cancel.ts ) _
525525
526526## ` sf project deploy preview `
527527
@@ -562,7 +562,7 @@ DESCRIPTION
562562
563563 To preview the deployment of multiple metadata components, either set multiple --metadata <name> flags or a single
564564 --metadata flag with multiple names separated by spaces. Enclose names that contain spaces in one set of double
565- quotes. The same syntax applies to --manifest and -- source-dir.
565+ quotes. The same syntax applies to --source-dir.
566566
567567ALIASES
568568 $ sf deploy metadata preview
@@ -604,7 +604,7 @@ FLAG DESCRIPTIONS
604604 All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
605605```
606606
607- _ See code: [ src/commands/project/deploy/preview.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8 /src/commands/project/deploy/preview.ts ) _
607+ _ See code: [ src/commands/project/deploy/preview.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9 /src/commands/project/deploy/preview.ts ) _
608608
609609## ` sf project deploy quick `
610610
@@ -688,7 +688,7 @@ FLAG DESCRIPTIONS
688688 deploy report".
689689```
690690
691- _ See code: [ src/commands/project/deploy/quick.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8 /src/commands/project/deploy/quick.ts ) _
691+ _ See code: [ src/commands/project/deploy/quick.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9 /src/commands/project/deploy/quick.ts ) _
692692
693693## ` sf project deploy report `
694694
@@ -780,7 +780,7 @@ FLAG DESCRIPTIONS
780780 --coverage-formatters lcov --coverage-formatters clover
781781```
782782
783- _ See code: [ src/commands/project/deploy/report.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8 /src/commands/project/deploy/report.ts ) _
783+ _ See code: [ src/commands/project/deploy/report.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9 /src/commands/project/deploy/report.ts ) _
784784
785785## ` sf project deploy resume `
786786
@@ -865,7 +865,7 @@ FLAG DESCRIPTIONS
865865 --coverage-formatters lcov --coverage-formatters clover
866866```
867867
868- _ See code: [ src/commands/project/deploy/resume.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8 /src/commands/project/deploy/resume.ts ) _
868+ _ See code: [ src/commands/project/deploy/resume.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9 /src/commands/project/deploy/resume.ts ) _
869869
870870## ` sf project deploy start `
871871
@@ -942,7 +942,7 @@ DESCRIPTION
942942
943943 To deploy multiple metadata components, either set multiple --metadata <name> flags or a single --metadata flag with
944944 multiple names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same syntax
945- applies to --manifest and -- source-dir.
945+ applies to --source-dir.
946946
947947ALIASES
948948 $ sf deploy metadata
@@ -1101,7 +1101,7 @@ FLAG DESCRIPTIONS
11011101 --coverage-formatters lcov --coverage-formatters clover
11021102```
11031103
1104- _ See code: [ src/commands/project/deploy/start.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8 /src/commands/project/deploy/start.ts ) _
1104+ _ See code: [ src/commands/project/deploy/start.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9 /src/commands/project/deploy/start.ts ) _
11051105
11061106## ` sf project deploy validate `
11071107
@@ -1175,7 +1175,7 @@ DESCRIPTION
11751175
11761176 To validate the deployment of multiple metadata components, either set multiple --metadata <name> flags or a single
11771177 --metadata flag with multiple names separated by spaces. Enclose names that contain spaces in one set of double
1178- quotes. The same syntax applies to --manifest and -- source-dir.
1178+ quotes. The same syntax applies to --source-dir.
11791179
11801180 Note: Don't use this command on sandboxes; the command is intended to be used on production orgs. By default,
11811181 sandboxes don't run tests during a deploy. If you want to validate a deployment with tests on a sandbox, use "sf
@@ -1274,7 +1274,7 @@ FLAG DESCRIPTIONS
12741274 --coverage-formatters lcov --coverage-formatters clover
12751275```
12761276
1277- _ See code: [ src/commands/project/deploy/validate.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8 /src/commands/project/deploy/validate.ts ) _
1277+ _ See code: [ src/commands/project/deploy/validate.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9 /src/commands/project/deploy/validate.ts ) _
12781278
12791279## ` sf project generate manifest `
12801280
@@ -1308,10 +1308,10 @@ DESCRIPTION
13081308 Create a project manifest that lists the metadata components you want to deploy or retrieve.
13091309
13101310 Create a manifest from a list of metadata components (--metadata) or from one or more local directories that contain
1311- source files (--source-dir). You can specify either of these parameters , not both.
1311+ source files (--source-dir). You can specify either of these flags , not both.
13121312
13131313 Use --type to specify the type of manifest you want to create. The resulting manifest files have specific names, such
1314- as the standard package.xml or destructiveChanges.xml to delete metadata. Valid values for this parameter , and their
1314+ as the standard package.xml or destructiveChanges.xml to delete metadata. Valid values for this flag , and their
13151315 respective file names, are:
13161316
13171317 * package : package.xml (default)
@@ -1351,7 +1351,7 @@ EXAMPLES
13511351 $ sf project generate manifest --from-org [email protected] --include-packages unlocked 13521352```
13531353
1354- _ See code: [ src/commands/project/generate/manifest.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8 /src/commands/project/generate/manifest.ts ) _
1354+ _ See code: [ src/commands/project/generate/manifest.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9 /src/commands/project/generate/manifest.ts ) _
13551355
13561356## ` sf project list ignored `
13571357
@@ -1393,7 +1393,7 @@ EXAMPLES
13931393 $ sf project list ignored --source-dir package.xml
13941394```
13951395
1396- _ See code: [ src/commands/project/list/ignored.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8 /src/commands/project/list/ignored.ts ) _
1396+ _ See code: [ src/commands/project/list/ignored.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9 /src/commands/project/list/ignored.ts ) _
13971397
13981398## ` sf project reset tracking `
13991399
@@ -1423,8 +1423,8 @@ DESCRIPTION
14231423 files and those in the org. When you next run 'project deploy preview', Salesforce CLI returns no results, even though
14241424 conflicts might actually exist. Salesforce CLI then resumes tracking new source changes as usual.
14251425
1426- Use the --revision parameter to reset source tracking to a specific revision number of an org source member. To get
1427- the revision number, query the SourceMember Tooling API object with the 'data soql' command. For example:
1426+ Use the --revision flag to reset source tracking to a specific revision number of an org source member. To get the
1427+ revision number, query the SourceMember Tooling API object with the 'data soql' command. For example:
14281428
14291429 sf data query --query "SELECT MemberName, MemberType, RevisionCounter FROM SourceMember" --use-tooling-api
14301430 --target-org my-scratch
@@ -1442,7 +1442,7 @@ EXAMPLES
14421442 $ sf project reset tracking --revision 30
14431443```
14441444
1445- _ See code: [ src/commands/project/reset/tracking.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8 /src/commands/project/reset/tracking.ts ) _
1445+ _ See code: [ src/commands/project/reset/tracking.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9 /src/commands/project/reset/tracking.ts ) _
14461446
14471447## ` sf project retrieve preview `
14481448
@@ -1496,7 +1496,7 @@ FLAG DESCRIPTIONS
14961496 production orgs.
14971497```
14981498
1499- _ See code: [ src/commands/project/retrieve/preview.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8 /src/commands/project/retrieve/preview.ts ) _
1499+ _ See code: [ src/commands/project/retrieve/preview.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9 /src/commands/project/retrieve/preview.ts ) _
15001500
15011501## ` sf project retrieve start `
15021502
@@ -1549,7 +1549,7 @@ DESCRIPTION
15491549
15501550 To retrieve multiple metadata components, either use multiple --metadata <name> flags or use a single --metadata flag
15511551 with multiple names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same
1552- syntax applies to --manifest and -- source-dir.
1552+ syntax applies to --source-dir.
15531553
15541554ALIASES
15551555 $ sf retrieve metadata
@@ -1662,9 +1662,9 @@ FLAG DESCRIPTIONS
16621662
16631663 -x, --manifest=<value> File path for the manifest (package.xml) that specifies the components to retrieve.
16641664
1665- If you specify this parameter , don’t specify --metadata or --source-dir.
1665+ If you specify this flag , don’t specify --metadata or --source-dir.
16661666```
16671667
1668- _ See code: [ src/commands/project/retrieve/start.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8 /src/commands/project/retrieve/start.ts ) _
1668+ _ See code: [ src/commands/project/retrieve/start.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9 /src/commands/project/retrieve/start.ts ) _
16691669
16701670<!-- commandsstop -->
0 commit comments