@@ -162,7 +162,7 @@ FLAG DESCRIPTIONS
162162 for a number of minutes, the client exits. Specify a longer wait time if timeouts occur frequently.
163163```
164164
165- _ See code: [ src/commands/force/org/clone.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.6 /src/commands/force/org/clone.ts ) _
165+ _ See code: [ src/commands/force/org/clone.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.7 /src/commands/force/org/clone.ts ) _
166166
167167## ` sf force org create `
168168
@@ -210,7 +210,7 @@ EXAMPLES
210210 $ sf force org create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
211211```
212212
213- _ See code: [ src/commands/force/org/create.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.6 /src/commands/force/org/create.ts ) _
213+ _ See code: [ src/commands/force/org/create.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.7 /src/commands/force/org/create.ts ) _
214214
215215## ` sf force org delete `
216216
@@ -242,7 +242,7 @@ EXAMPLES
242242 $ sf force org delete -u MyOrgAlias -p
243243```
244244
245- _ See code: [ src/commands/force/org/delete.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.6 /src/commands/force/org/delete.ts ) _
245+ _ See code: [ src/commands/force/org/delete.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.7 /src/commands/force/org/delete.ts ) _
246246
247247## ` sf force org status `
248248
@@ -280,7 +280,7 @@ EXAMPLES
280280 $ sf force org status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg
281281```
282282
283- _ See code: [ src/commands/force/org/status.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.6 /src/commands/force/org/status.ts ) _
283+ _ See code: [ src/commands/force/org/status.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.7 /src/commands/force/org/status.ts ) _
284284
285285## ` sf org create sandbox `
286286
@@ -385,7 +385,7 @@ FLAG DESCRIPTIONS
385385 sandbox.
386386```
387387
388- _ See code: [ src/commands/org/create/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.6 /src/commands/org/create/sandbox.ts ) _
388+ _ See code: [ src/commands/org/create/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.7 /src/commands/org/create/sandbox.ts ) _
389389
390390## ` sf org create scratch `
391391
@@ -538,7 +538,7 @@ FLAG DESCRIPTIONS
538538 Omit this flag to have Salesforce generate a unique username for your org.
539539```
540540
541- _ See code: [ src/commands/org/create/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.6 /src/commands/org/create/scratch.ts ) _
541+ _ See code: [ src/commands/org/create/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.7 /src/commands/org/create/scratch.ts ) _
542542
543543## ` sf org delete sandbox `
544544
@@ -582,7 +582,7 @@ EXAMPLES
582582 $ sf org delete sandbox --target-org my-sandbox --no-prompt
583583```
584584
585- _ See code: [ src/commands/org/delete/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.6 /src/commands/org/delete/sandbox.ts ) _
585+ _ See code: [ src/commands/org/delete/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.7 /src/commands/org/delete/sandbox.ts ) _
586586
587587## ` sf org delete scratch `
588588
@@ -624,11 +624,11 @@ EXAMPLES
624624 $ sf org delete scratch --target-org my-scratch-org --no-prompt
625625```
626626
627- _ See code: [ src/commands/org/delete/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.6 /src/commands/org/delete/scratch.ts ) _
627+ _ See code: [ src/commands/org/delete/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.7 /src/commands/org/delete/scratch.ts ) _
628628
629629## ` sf org disable tracking `
630630
631- Disable source tracking in local auth file .
631+ Prevent Salesforce CLI from tracking changes in your source files between your project and an org .
632632
633633```
634634USAGE
@@ -641,21 +641,27 @@ GLOBAL FLAGS
641641 --json Format output as json.
642642
643643DESCRIPTION
644- Disable source tracking in local auth file .
644+ Prevent Salesforce CLI from tracking changes in your source files between your project and an org .
645645
646- This has no effect on the org. It stores the setting in the CLI's configuration file for this org so that no source
647- tracking operations are executed when working with this org.
646+ Disabling source tracking has no direct effect on the org, it affects only your local environment. Specifically,
647+ Salesforce CLI stores the setting in the org's local configuration file so that no source tracking operations are
648+ executed when working with the org.
648649
649650EXAMPLES
650- Disable tracking on an org using an alias
651- - sf org disable tracking -o someAlias
652- Disable tracking on an org using a username
653- - sf org disable tracking -o [email protected] 654- Disable tracking on your default org
655- - sf org disable tracking
651+ Disable source tracking for an org with alias "myscratch":
652+
653+ $ sf org disable tracking --target-org myscratch
654+
655+ Disable source tracking for an org using a username:
656+
657+ $ sf org disable tracking --target-org [email protected] 658+
659+ Disable source tracking for your default org:
660+
661+ $ sf org disable tracking
656662```
657663
658- _ See code: [ src/commands/org/disable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.6 /src/commands/org/disable/tracking.ts ) _
664+ _ See code: [ src/commands/org/disable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.7 /src/commands/org/disable/tracking.ts ) _
659665
660666## ` sf org display `
661667
@@ -698,11 +704,11 @@ EXAMPLES
698704 $ sf org display --target-org TestOrg1 --verbose
699705```
700706
701- _ See code: [ src/commands/org/display.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.6 /src/commands/org/display.ts ) _
707+ _ See code: [ src/commands/org/display.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.7 /src/commands/org/display.ts ) _
702708
703709## ` sf org enable tracking `
704710
705- Enable source tracking in local auth file .
711+ Allow Salesforce CLI to track changes in your source files between your project and an org .
706712
707713```
708714USAGE
@@ -715,23 +721,30 @@ GLOBAL FLAGS
715721 --json Format output as json.
716722
717723DESCRIPTION
718- Enable source tracking in local auth file .
724+ Allow Salesforce CLI to track changes in your source files between your project and an org .
719725
720- This has no effect on the org. It stores the setting in the CLI's configuration file for this org so that source
721- tracking operations are executed when working with this org.
726+ Enabling source tracking has no direct effect on the org, it affects only your local environment. Specifically,
727+ Salesforce CLI stores the setting in the org's local configuration file so that source tracking operations are
728+ executed when working with the org.
722729
723- This command will throw an error if the org does not support tracking.
730+ This command throws an error if the org doesn't support tracking. Examples of orgs that don't support source tracking
731+ include Developer Edition orgs, production orgs, Partial Copy sandboxes, and Full sandboxes.
724732
725733EXAMPLES
726- Enable tracking on an org using an alias
727- - sf org enable tracking -o someAlias
728- Enable tracking on an org using a username
729- - sf org enable tracking -o [email protected] 730- Enable tracking on your default org
731- - sf org enable tracking
734+ Enable source tracking for an org with alias "myscratch":
735+
736+ $ sf org enable tracking --target-org myscratch
737+
738+ Enable source tracking for an org using a username:
739+
740+ $ sf org enable tracking --target-org [email protected] 741+
742+ Enable source tracking for your default org:
743+
744+ $ sf org enable tracking
732745```
733746
734- _ See code: [ src/commands/org/enable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.6 /src/commands/org/enable/tracking.ts ) _
747+ _ See code: [ src/commands/org/enable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.7 /src/commands/org/enable/tracking.ts ) _
735748
736749## ` sf org list `
737750
@@ -769,7 +782,7 @@ EXAMPLES
769782 $ sf org list --clean
770783```
771784
772- _ See code: [ src/commands/org/list.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.6 /src/commands/org/list.ts ) _
785+ _ See code: [ src/commands/org/list.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.7 /src/commands/org/list.ts ) _
773786
774787## ` sf org list metadata `
775788
@@ -833,7 +846,7 @@ FLAG DESCRIPTIONS
833846 Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
834847```
835848
836- _ See code: [ src/commands/org/list/metadata.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.6 /src/commands/org/list/metadata.ts ) _
849+ _ See code: [ src/commands/org/list/metadata.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.7 /src/commands/org/list/metadata.ts ) _
837850
838851## ` sf org list metadata-types `
839852
@@ -886,7 +899,7 @@ FLAG DESCRIPTIONS
886899 Override the api version used for api requests made by this command
887900```
888901
889- _ See code: [ src/commands/org/list/metadata-types.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.6 /src/commands/org/list/metadata-types.ts ) _
902+ _ See code: [ src/commands/org/list/metadata-types.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.7 /src/commands/org/list/metadata-types.ts ) _
890903
891904## ` sf org open `
892905
@@ -951,7 +964,7 @@ EXAMPLES
951964 $ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
952965```
953966
954- _ See code: [ src/commands/org/open.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.6 /src/commands/org/open.ts ) _
967+ _ See code: [ src/commands/org/open.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.7 /src/commands/org/open.ts ) _
955968
956969## ` sf org resume sandbox `
957970
@@ -1013,7 +1026,7 @@ FLAG DESCRIPTIONS
10131026 returns the job ID. To resume checking the sandbox creation, rerun this command.
10141027```
10151028
1016- _ See code: [ src/commands/org/resume/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.6 /src/commands/org/resume/sandbox.ts ) _
1029+ _ See code: [ src/commands/org/resume/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.7 /src/commands/org/resume/sandbox.ts ) _
10171030
10181031## ` sf org resume scratch `
10191032
@@ -1059,6 +1072,6 @@ FLAG DESCRIPTIONS
10591072 The job ID is valid for 24 hours after you start the scratch org creation.
10601073```
10611074
1062- _ See code: [ src/commands/org/resume/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.6 /src/commands/org/resume/scratch.ts ) _
1075+ _ See code: [ src/commands/org/resume/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.0.7 /src/commands/org/resume/scratch.ts ) _
10631076
10641077<!-- commandsstop -->
0 commit comments