@@ -193,7 +193,7 @@ FLAG DESCRIPTIONS
193193 "agent.user.<GUID>@your-org-domain.com".
194194```
195195
196- _ See code: [ src/commands/org/create/agent-user.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.6 /src/commands/org/create/agent-user.ts ) _
196+ _ See code: [ src/commands/org/create/agent-user.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.7 /src/commands/org/create/agent-user.ts ) _
197197
198198## ` sf org create sandbox `
199199
@@ -327,7 +327,7 @@ FLAG DESCRIPTIONS
327327 You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
328328```
329329
330- _ See code: [ src/commands/org/create/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.6 /src/commands/org/create/sandbox.ts ) _
330+ _ See code: [ src/commands/org/create/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.7 /src/commands/org/create/sandbox.ts ) _
331331
332332## ` sf org create scratch `
333333
@@ -509,7 +509,7 @@ FLAG DESCRIPTIONS
509509 Omit this flag to have Salesforce generate a unique username for your org.
510510```
511511
512- _ See code: [ src/commands/org/create/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.6 /src/commands/org/create/scratch.ts ) _
512+ _ See code: [ src/commands/org/create/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.7 /src/commands/org/create/scratch.ts ) _
513513
514514## ` sf org delete sandbox `
515515
@@ -555,7 +555,7 @@ EXAMPLES
555555 $ sf org delete sandbox --target-org my-sandbox --no-prompt
556556```
557557
558- _ See code: [ src/commands/org/delete/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.6 /src/commands/org/delete/sandbox.ts ) _
558+ _ See code: [ src/commands/org/delete/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.7 /src/commands/org/delete/sandbox.ts ) _
559559
560560## ` sf org delete scratch `
561561
@@ -599,7 +599,7 @@ EXAMPLES
599599 $ sf org delete scratch --target-org my-scratch-org --no-prompt
600600```
601601
602- _ See code: [ src/commands/org/delete/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.6 /src/commands/org/delete/scratch.ts ) _
602+ _ See code: [ src/commands/org/delete/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.7 /src/commands/org/delete/scratch.ts ) _
603603
604604## ` sf org disable tracking `
605605
@@ -638,7 +638,7 @@ EXAMPLES
638638 $ sf org disable tracking
639639```
640640
641- _ See code: [ src/commands/org/disable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.6 /src/commands/org/disable/tracking.ts ) _
641+ _ See code: [ src/commands/org/disable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.7 /src/commands/org/disable/tracking.ts ) _
642642
643643## ` sf org display `
644644
@@ -683,7 +683,7 @@ EXAMPLES
683683 $ sf org display --target-org TestOrg1 --verbose
684684```
685685
686- _ See code: [ src/commands/org/display.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.6 /src/commands/org/display.ts ) _
686+ _ See code: [ src/commands/org/display.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.7 /src/commands/org/display.ts ) _
687687
688688## ` sf org enable tracking `
689689
@@ -725,7 +725,7 @@ EXAMPLES
725725 $ sf org enable tracking
726726```
727727
728- _ See code: [ src/commands/org/enable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.6 /src/commands/org/enable/tracking.ts ) _
728+ _ See code: [ src/commands/org/enable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.7 /src/commands/org/enable/tracking.ts ) _
729729
730730## ` sf org list `
731731
@@ -764,7 +764,7 @@ EXAMPLES
764764 $ sf org list --clean
765765```
766766
767- _ See code: [ src/commands/org/list.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.6 /src/commands/org/list.ts ) _
767+ _ See code: [ src/commands/org/list.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.7 /src/commands/org/list.ts ) _
768768
769769## ` sf org list metadata `
770770
@@ -831,7 +831,7 @@ FLAG DESCRIPTIONS
831831 Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
832832```
833833
834- _ See code: [ src/commands/org/list/metadata.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.6 /src/commands/org/list/metadata.ts ) _
834+ _ See code: [ src/commands/org/list/metadata.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.7 /src/commands/org/list/metadata.ts ) _
835835
836836## ` sf org list metadata-types `
837837
@@ -886,7 +886,7 @@ FLAG DESCRIPTIONS
886886 Override the api version used for api requests made by this command
887887```
888888
889- _ See code: [ src/commands/org/list/metadata-types.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.6 /src/commands/org/list/metadata-types.ts ) _
889+ _ See code: [ src/commands/org/list/metadata-types.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.7 /src/commands/org/list/metadata-types.ts ) _
890890
891891## ` sf org open `
892892
@@ -962,7 +962,7 @@ EXAMPLES
962962 $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
963963```
964964
965- _ See code: [ src/commands/org/open.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.6 /src/commands/org/open.ts ) _
965+ _ See code: [ src/commands/org/open.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.7 /src/commands/org/open.ts ) _
966966
967967## ` sf org open agent `
968968
@@ -1037,7 +1037,7 @@ FLAG DESCRIPTIONS
10371037 flag.
10381038```
10391039
1040- _ See code: [ src/commands/org/open/agent.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.6 /src/commands/org/open/agent.ts ) _
1040+ _ See code: [ src/commands/org/open/agent.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.7 /src/commands/org/open/agent.ts ) _
10411041
10421042## ` sf org open authoring-bundle `
10431043
@@ -1083,7 +1083,7 @@ EXAMPLES
10831083 $ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
10841084```
10851085
1086- _ See code: [ src/commands/org/open/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.6 /src/commands/org/open/authoring-bundle.ts ) _
1086+ _ See code: [ src/commands/org/open/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.7 /src/commands/org/open/authoring-bundle.ts ) _
10871087
10881088## ` sf org refresh sandbox `
10891089
@@ -1186,7 +1186,7 @@ FLAG DESCRIPTIONS
11861186 You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
11871187```
11881188
1189- _ See code: [ src/commands/org/refresh/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.6 /src/commands/org/refresh/sandbox.ts ) _
1189+ _ See code: [ src/commands/org/refresh/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.7 /src/commands/org/refresh/sandbox.ts ) _
11901190
11911191## ` sf org resume sandbox `
11921192
@@ -1249,7 +1249,7 @@ FLAG DESCRIPTIONS
12491249 returns the job ID. To resume checking the sandbox creation, rerun this command.
12501250```
12511251
1252- _ See code: [ src/commands/org/resume/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.6 /src/commands/org/resume/sandbox.ts ) _
1252+ _ See code: [ src/commands/org/resume/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.7 /src/commands/org/resume/sandbox.ts ) _
12531253
12541254## ` sf org resume scratch `
12551255
@@ -1302,6 +1302,6 @@ FLAG DESCRIPTIONS
13021302 returns the job ID. To resume checking the scratch creation, rerun this command.
13031303```
13041304
1305- _ See code: [ src/commands/org/resume/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.6 /src/commands/org/resume/scratch.ts ) _
1305+ _ See code: [ src/commands/org/resume/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.7 /src/commands/org/resume/scratch.ts ) _
13061306
13071307<!-- commandsstop -->
0 commit comments