@@ -242,7 +242,7 @@ FLAG DESCRIPTIONS
242242 You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
243243```
244244
245- _ See code: [ src/commands/org/create/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/create/sandbox.ts ) _
245+ _ See code: [ src/commands/org/create/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.1 /src/commands/org/create/sandbox.ts ) _
246246
247247## ` sf org create scratch `
248248
@@ -424,7 +424,7 @@ FLAG DESCRIPTIONS
424424 Omit this flag to have Salesforce generate a unique username for your org.
425425```
426426
427- _ See code: [ src/commands/org/create/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/create/scratch.ts ) _
427+ _ See code: [ src/commands/org/create/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.1 /src/commands/org/create/scratch.ts ) _
428428
429429## ` sf org delete sandbox `
430430
@@ -470,7 +470,7 @@ EXAMPLES
470470 $ sf org delete sandbox --target-org my-sandbox --no-prompt
471471```
472472
473- _ See code: [ src/commands/org/delete/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/delete/sandbox.ts ) _
473+ _ See code: [ src/commands/org/delete/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.1 /src/commands/org/delete/sandbox.ts ) _
474474
475475## ` sf org delete scratch `
476476
@@ -514,7 +514,7 @@ EXAMPLES
514514 $ sf org delete scratch --target-org my-scratch-org --no-prompt
515515```
516516
517- _ See code: [ src/commands/org/delete/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/delete/scratch.ts ) _
517+ _ See code: [ src/commands/org/delete/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.1 /src/commands/org/delete/scratch.ts ) _
518518
519519## ` sf org disable tracking `
520520
@@ -553,7 +553,7 @@ EXAMPLES
553553 $ sf org disable tracking
554554```
555555
556- _ See code: [ src/commands/org/disable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/disable/tracking.ts ) _
556+ _ See code: [ src/commands/org/disable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.1 /src/commands/org/disable/tracking.ts ) _
557557
558558## ` sf org display `
559559
@@ -598,7 +598,7 @@ EXAMPLES
598598 $ sf org display --target-org TestOrg1 --verbose
599599```
600600
601- _ See code: [ src/commands/org/display.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/display.ts ) _
601+ _ See code: [ src/commands/org/display.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.1 /src/commands/org/display.ts ) _
602602
603603## ` sf org enable tracking `
604604
@@ -640,7 +640,7 @@ EXAMPLES
640640 $ sf org enable tracking
641641```
642642
643- _ See code: [ src/commands/org/enable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/enable/tracking.ts ) _
643+ _ See code: [ src/commands/org/enable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.1 /src/commands/org/enable/tracking.ts ) _
644644
645645## ` sf org list `
646646
@@ -679,7 +679,7 @@ EXAMPLES
679679 $ sf org list --clean
680680```
681681
682- _ See code: [ src/commands/org/list.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/list.ts ) _
682+ _ See code: [ src/commands/org/list.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.1 /src/commands/org/list.ts ) _
683683
684684## ` sf org list metadata `
685685
@@ -746,7 +746,7 @@ FLAG DESCRIPTIONS
746746 Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
747747```
748748
749- _ See code: [ src/commands/org/list/metadata.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/list/metadata.ts ) _
749+ _ See code: [ src/commands/org/list/metadata.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.1 /src/commands/org/list/metadata.ts ) _
750750
751751## ` sf org list metadata-types `
752752
@@ -801,7 +801,7 @@ FLAG DESCRIPTIONS
801801 Override the api version used for api requests made by this command
802802```
803803
804- _ See code: [ src/commands/org/list/metadata-types.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/list/metadata-types.ts ) _
804+ _ See code: [ src/commands/org/list/metadata-types.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.1 /src/commands/org/list/metadata-types.ts ) _
805805
806806## ` sf org open `
807807
@@ -877,7 +877,7 @@ EXAMPLES
877877 $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
878878```
879879
880- _ See code: [ src/commands/org/open.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/open.ts ) _
880+ _ See code: [ src/commands/org/open.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.1 /src/commands/org/open.ts ) _
881881
882882## ` sf org open agent `
883883
@@ -928,7 +928,7 @@ EXAMPLES
928928 $ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
929929```
930930
931- _ See code: [ src/commands/org/open/agent.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/open/agent.ts ) _
931+ _ See code: [ src/commands/org/open/agent.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.1 /src/commands/org/open/agent.ts ) _
932932
933933## ` sf org refresh sandbox `
934934
@@ -1005,7 +1005,7 @@ FLAG DESCRIPTIONS
10051005 By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
10061006```
10071007
1008- _ See code: [ src/commands/org/refresh/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/refresh/sandbox.ts ) _
1008+ _ See code: [ src/commands/org/refresh/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.1 /src/commands/org/refresh/sandbox.ts ) _
10091009
10101010## ` sf org resume sandbox `
10111011
@@ -1068,7 +1068,7 @@ FLAG DESCRIPTIONS
10681068 returns the job ID. To resume checking the sandbox creation, rerun this command.
10691069```
10701070
1071- _ See code: [ src/commands/org/resume/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/resume/sandbox.ts ) _
1071+ _ See code: [ src/commands/org/resume/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.1 /src/commands/org/resume/sandbox.ts ) _
10721072
10731073## ` sf org resume scratch `
10741074
@@ -1121,6 +1121,6 @@ FLAG DESCRIPTIONS
11211121 returns the job ID. To resume checking the scratch creation, rerun this command.
11221122```
11231123
1124- _ See code: [ src/commands/org/resume/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/resume/scratch.ts ) _
1124+ _ See code: [ src/commands/org/resume/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.6.1 /src/commands/org/resume/scratch.ts ) _
11251125
11261126<!-- commandsstop -->
0 commit comments