@@ -248,7 +248,7 @@ FLAG DESCRIPTIONS
248248 You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
249249```
250250
251- _ See code: [ src/commands/org/create/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/create/sandbox.ts ) _
251+ _ See code: [ src/commands/org/create/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/create/sandbox.ts ) _
252252
253253## ` sf org create scratch `
254254
@@ -430,7 +430,7 @@ FLAG DESCRIPTIONS
430430 Omit this flag to have Salesforce generate a unique username for your org.
431431```
432432
433- _ See code: [ src/commands/org/create/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/create/scratch.ts ) _
433+ _ See code: [ src/commands/org/create/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/create/scratch.ts ) _
434434
435435## ` sf org delete sandbox `
436436
@@ -476,7 +476,7 @@ EXAMPLES
476476 $ sf org delete sandbox --target-org my-sandbox --no-prompt
477477```
478478
479- _ See code: [ src/commands/org/delete/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/delete/sandbox.ts ) _
479+ _ See code: [ src/commands/org/delete/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/delete/sandbox.ts ) _
480480
481481## ` sf org delete scratch `
482482
@@ -520,7 +520,7 @@ EXAMPLES
520520 $ sf org delete scratch --target-org my-scratch-org --no-prompt
521521```
522522
523- _ See code: [ src/commands/org/delete/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/delete/scratch.ts ) _
523+ _ See code: [ src/commands/org/delete/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/delete/scratch.ts ) _
524524
525525## ` sf org disable tracking `
526526
@@ -559,7 +559,7 @@ EXAMPLES
559559 $ sf org disable tracking
560560```
561561
562- _ See code: [ src/commands/org/disable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/disable/tracking.ts ) _
562+ _ See code: [ src/commands/org/disable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/disable/tracking.ts ) _
563563
564564## ` sf org display `
565565
@@ -604,7 +604,7 @@ EXAMPLES
604604 $ sf org display --target-org TestOrg1 --verbose
605605```
606606
607- _ See code: [ src/commands/org/display.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/display.ts ) _
607+ _ See code: [ src/commands/org/display.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/display.ts ) _
608608
609609## ` sf org enable tracking `
610610
@@ -646,7 +646,7 @@ EXAMPLES
646646 $ sf org enable tracking
647647```
648648
649- _ See code: [ src/commands/org/enable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/enable/tracking.ts ) _
649+ _ See code: [ src/commands/org/enable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/enable/tracking.ts ) _
650650
651651## ` sf org list `
652652
@@ -685,7 +685,7 @@ EXAMPLES
685685 $ sf org list --clean
686686```
687687
688- _ See code: [ src/commands/org/list.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/list.ts ) _
688+ _ See code: [ src/commands/org/list.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/list.ts ) _
689689
690690## ` sf org list metadata `
691691
@@ -752,7 +752,7 @@ FLAG DESCRIPTIONS
752752 Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
753753```
754754
755- _ See code: [ src/commands/org/list/metadata.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/list/metadata.ts ) _
755+ _ See code: [ src/commands/org/list/metadata.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/list/metadata.ts ) _
756756
757757## ` sf org list metadata-types `
758758
@@ -807,7 +807,7 @@ FLAG DESCRIPTIONS
807807 Override the api version used for api requests made by this command
808808```
809809
810- _ See code: [ src/commands/org/list/metadata-types.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/list/metadata-types.ts ) _
810+ _ See code: [ src/commands/org/list/metadata-types.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/list/metadata-types.ts ) _
811811
812812## ` sf org open `
813813
@@ -883,7 +883,7 @@ EXAMPLES
883883 $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
884884```
885885
886- _ See code: [ src/commands/org/open.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/open.ts ) _
886+ _ See code: [ src/commands/org/open.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/open.ts ) _
887887
888888## ` sf org open agent `
889889
@@ -934,11 +934,11 @@ EXAMPLES
934934 $ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
935935```
936936
937- _ See code: [ src/commands/org/open/agent.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/open/agent.ts ) _
937+ _ See code: [ src/commands/org/open/agent.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/open/agent.ts ) _
938938
939939## ` sf org open authoring-bundle `
940940
941- Open your org in Agentforce Studio, specically in the list view showing the list of agents.
941+ Open your org in Agentforce Studio, specifically in the list view showing the list of agents.
942942
943943```
944944USAGE
@@ -959,7 +959,7 @@ GLOBAL FLAGS
959959 --json Format output as json.
960960
961961DESCRIPTION
962- Open your org in Agentforce Studio, specically in the list view showing the list of agents.
962+ Open your org in Agentforce Studio, specifically in the list view showing the list of agents.
963963
964964 The list view shows the agents in your org that are implemented with Agent Script and an authoring bundle. Click on an
965965 agent name to open it in Agentforce Builder in a new browser window.
@@ -980,7 +980,7 @@ EXAMPLES
980980 $ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
981981```
982982
983- _ See code: [ src/commands/org/open/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/open/authoring-bundle.ts ) _
983+ _ See code: [ src/commands/org/open/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/open/authoring-bundle.ts ) _
984984
985985## ` sf org refresh sandbox `
986986
@@ -1083,7 +1083,7 @@ FLAG DESCRIPTIONS
10831083 You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
10841084```
10851085
1086- _ See code: [ src/commands/org/refresh/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/refresh/sandbox.ts ) _
1086+ _ See code: [ src/commands/org/refresh/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/refresh/sandbox.ts ) _
10871087
10881088## ` sf org resume sandbox `
10891089
@@ -1146,7 +1146,7 @@ FLAG DESCRIPTIONS
11461146 returns the job ID. To resume checking the sandbox creation, rerun this command.
11471147```
11481148
1149- _ See code: [ src/commands/org/resume/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/resume/sandbox.ts ) _
1149+ _ See code: [ src/commands/org/resume/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/resume/sandbox.ts ) _
11501150
11511151## ` sf org resume scratch `
11521152
@@ -1199,6 +1199,6 @@ FLAG DESCRIPTIONS
11991199 returns the job ID. To resume checking the scratch creation, rerun this command.
12001200```
12011201
1202- _ See code: [ src/commands/org/resume/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/resume/scratch.ts ) _
1202+ _ See code: [ src/commands/org/resume/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/resume/scratch.ts ) _
12031203
12041204<!-- commandsstop -->
0 commit comments