@@ -161,7 +161,7 @@ EXAMPLES
161161 $ sf org auth show-access-token --target-org my-org --json
162162```
163163
164- _ See code: [ src/commands/org/auth/show-access-token.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.1 /src/commands/org/auth/show-access-token.ts ) _
164+ _ See code: [ src/commands/org/auth/show-access-token.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.2 /src/commands/org/auth/show-access-token.ts ) _
165165
166166## ` sf org auth show-sfdx-auth-url `
167167
@@ -205,7 +205,7 @@ EXAMPLES
205205 $ sf org auth show-sfdx-auth-url --target-org my-org --json
206206```
207207
208- _ See code: [ src/commands/org/auth/show-sfdx-auth-url.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.1 /src/commands/org/auth/show-sfdx-auth-url.ts ) _
208+ _ See code: [ src/commands/org/auth/show-sfdx-auth-url.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.2 /src/commands/org/auth/show-sfdx-auth-url.ts ) _
209209
210210## ` sf org auth show-user-password `
211211
@@ -252,7 +252,7 @@ EXAMPLES
252252 $ sf org auth show-user-password --target-org my-org --json
253253```
254254
255- _ See code: [ src/commands/org/auth/show-user-password.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.1 /src/commands/org/auth/show-user-password.ts ) _
255+ _ See code: [ src/commands/org/auth/show-user-password.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.2 /src/commands/org/auth/show-user-password.ts ) _
256256
257257## ` sf org create agent-user `
258258
@@ -330,7 +330,7 @@ FLAG DESCRIPTIONS
330330 "agent.user.<GUID>@your-org-domain.com".
331331```
332332
333- _ See code: [ src/commands/org/create/agent-user.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.1 /src/commands/org/create/agent-user.ts ) _
333+ _ See code: [ src/commands/org/create/agent-user.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.2 /src/commands/org/create/agent-user.ts ) _
334334
335335## ` sf org create sandbox `
336336
@@ -464,7 +464,7 @@ FLAG DESCRIPTIONS
464464 You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
465465```
466466
467- _ See code: [ src/commands/org/create/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.1 /src/commands/org/create/sandbox.ts ) _
467+ _ See code: [ src/commands/org/create/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.2 /src/commands/org/create/sandbox.ts ) _
468468
469469## ` sf org create scratch `
470470
@@ -646,7 +646,7 @@ FLAG DESCRIPTIONS
646646 Omit this flag to have Salesforce generate a unique username for your org.
647647```
648648
649- _ See code: [ src/commands/org/create/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.1 /src/commands/org/create/scratch.ts ) _
649+ _ See code: [ src/commands/org/create/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.2 /src/commands/org/create/scratch.ts ) _
650650
651651## ` sf org delete sandbox `
652652
@@ -692,7 +692,7 @@ EXAMPLES
692692 $ sf org delete sandbox --target-org my-sandbox --no-prompt
693693```
694694
695- _ See code: [ src/commands/org/delete/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.1 /src/commands/org/delete/sandbox.ts ) _
695+ _ See code: [ src/commands/org/delete/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.2 /src/commands/org/delete/sandbox.ts ) _
696696
697697## ` sf org delete scratch `
698698
@@ -736,7 +736,7 @@ EXAMPLES
736736 $ sf org delete scratch --target-org my-scratch-org --no-prompt
737737```
738738
739- _ See code: [ src/commands/org/delete/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.1 /src/commands/org/delete/scratch.ts ) _
739+ _ See code: [ src/commands/org/delete/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.2 /src/commands/org/delete/scratch.ts ) _
740740
741741## ` sf org disable tracking `
742742
@@ -775,7 +775,7 @@ EXAMPLES
775775 $ sf org disable tracking
776776```
777777
778- _ See code: [ src/commands/org/disable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.1 /src/commands/org/disable/tracking.ts ) _
778+ _ See code: [ src/commands/org/disable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.2 /src/commands/org/disable/tracking.ts ) _
779779
780780## ` sf org display `
781781
@@ -820,7 +820,7 @@ EXAMPLES
820820 $ sf org display --target-org TestOrg1 --verbose
821821```
822822
823- _ See code: [ src/commands/org/display.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.1 /src/commands/org/display.ts ) _
823+ _ See code: [ src/commands/org/display.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.2 /src/commands/org/display.ts ) _
824824
825825## ` sf org enable tracking `
826826
@@ -862,7 +862,7 @@ EXAMPLES
862862 $ sf org enable tracking
863863```
864864
865- _ See code: [ src/commands/org/enable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.1 /src/commands/org/enable/tracking.ts ) _
865+ _ See code: [ src/commands/org/enable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.2 /src/commands/org/enable/tracking.ts ) _
866866
867867## ` sf org list `
868868
@@ -901,7 +901,7 @@ EXAMPLES
901901 $ sf org list --clean
902902```
903903
904- _ See code: [ src/commands/org/list.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.1 /src/commands/org/list.ts ) _
904+ _ See code: [ src/commands/org/list.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.2 /src/commands/org/list.ts ) _
905905
906906## ` sf org list metadata `
907907
@@ -968,7 +968,7 @@ FLAG DESCRIPTIONS
968968 Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
969969```
970970
971- _ See code: [ src/commands/org/list/metadata.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.1 /src/commands/org/list/metadata.ts ) _
971+ _ See code: [ src/commands/org/list/metadata.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.2 /src/commands/org/list/metadata.ts ) _
972972
973973## ` sf org list metadata-types `
974974
@@ -1023,7 +1023,7 @@ FLAG DESCRIPTIONS
10231023 Override the api version used for api requests made by this command
10241024```
10251025
1026- _ See code: [ src/commands/org/list/metadata-types.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.1 /src/commands/org/list/metadata-types.ts ) _
1026+ _ See code: [ src/commands/org/list/metadata-types.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.2 /src/commands/org/list/metadata-types.ts ) _
10271027
10281028## ` sf org open `
10291029
@@ -1099,7 +1099,7 @@ EXAMPLES
10991099 $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
11001100```
11011101
1102- _ See code: [ src/commands/org/open.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.1 /src/commands/org/open.ts ) _
1102+ _ See code: [ src/commands/org/open.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.2 /src/commands/org/open.ts ) _
11031103
11041104## ` sf org open agent `
11051105
@@ -1174,7 +1174,7 @@ FLAG DESCRIPTIONS
11741174 flag.
11751175```
11761176
1177- _ See code: [ src/commands/org/open/agent.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.1 /src/commands/org/open/agent.ts ) _
1177+ _ See code: [ src/commands/org/open/agent.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.2 /src/commands/org/open/agent.ts ) _
11781178
11791179## ` sf org open authoring-bundle `
11801180
@@ -1220,7 +1220,7 @@ EXAMPLES
12201220 $ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
12211221```
12221222
1223- _ See code: [ src/commands/org/open/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.1 /src/commands/org/open/authoring-bundle.ts ) _
1223+ _ See code: [ src/commands/org/open/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.2 /src/commands/org/open/authoring-bundle.ts ) _
12241224
12251225## ` sf org refresh sandbox `
12261226
@@ -1323,7 +1323,7 @@ FLAG DESCRIPTIONS
13231323 You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
13241324```
13251325
1326- _ See code: [ src/commands/org/refresh/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.1 /src/commands/org/refresh/sandbox.ts ) _
1326+ _ See code: [ src/commands/org/refresh/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.2 /src/commands/org/refresh/sandbox.ts ) _
13271327
13281328## ` sf org resume sandbox `
13291329
@@ -1386,7 +1386,7 @@ FLAG DESCRIPTIONS
13861386 returns the job ID. To resume checking the sandbox creation, rerun this command.
13871387```
13881388
1389- _ See code: [ src/commands/org/resume/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.1 /src/commands/org/resume/sandbox.ts ) _
1389+ _ See code: [ src/commands/org/resume/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.2 /src/commands/org/resume/sandbox.ts ) _
13901390
13911391## ` sf org resume scratch `
13921392
@@ -1439,6 +1439,6 @@ FLAG DESCRIPTIONS
14391439 returns the job ID. To resume checking the scratch creation, rerun this command.
14401440```
14411441
1442- _ See code: [ src/commands/org/resume/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.1 /src/commands/org/resume/scratch.ts ) _
1442+ _ See code: [ src/commands/org/resume/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.11.2 /src/commands/org/resume/scratch.ts ) _
14431443
14441444<!-- commandsstop -->
0 commit comments