@@ -229,7 +229,7 @@ FLAG DESCRIPTIONS
229229 sandbox.
230230```
231231
232- _ See code: [ src/commands/org/create/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.5.1 /src/commands/org/create/sandbox.ts ) _
232+ _ See code: [ src/commands/org/create/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.6.0 /src/commands/org/create/sandbox.ts ) _
233233
234234## ` sf org create scratch `
235235
@@ -249,8 +249,7 @@ FLAGS
249249 -i, --client-id=<value> Consumer key of the Dev Hub connected app.
250250 -t, --[no-]track-source Use source tracking for this scratch org. Set --no-track-source to disable source
251251 tracking.
252- -v, --target-dev-hub=<value> (required) [default: [email protected] ] Username or alias of the Dev Hub 253- org.
252+ -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
254253 -w, --wait=<minutes> Number of minutes to wait for the scratch org to be ready.
255254 -y, --duration-days=<days> Number of days before the org expires.
256255 --api-version=<value> Override the api version used for api requests made by this command
@@ -384,7 +383,7 @@ FLAG DESCRIPTIONS
384383 Omit this flag to have Salesforce generate a unique username for your org.
385384```
386385
387- _ See code: [ src/commands/org/create/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.5.1 /src/commands/org/create/scratch.ts ) _
386+ _ See code: [ src/commands/org/create/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.6.0 /src/commands/org/create/scratch.ts ) _
388387
389388## ` sf org delete sandbox `
390389
@@ -429,7 +428,7 @@ EXAMPLES
429428 $ sf org delete sandbox --target-org my-sandbox --no-prompt
430429```
431430
432- _ See code: [ src/commands/org/delete/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.5.1 /src/commands/org/delete/sandbox.ts ) _
431+ _ See code: [ src/commands/org/delete/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.6.0 /src/commands/org/delete/sandbox.ts ) _
433432
434433## ` sf org delete scratch `
435434
@@ -472,7 +471,7 @@ EXAMPLES
472471 $ sf org delete scratch --target-org my-scratch-org --no-prompt
473472```
474473
475- _ See code: [ src/commands/org/delete/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.5.1 /src/commands/org/delete/scratch.ts ) _
474+ _ See code: [ src/commands/org/delete/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.6.0 /src/commands/org/delete/scratch.ts ) _
476475
477476## ` sf org disable tracking `
478477
@@ -511,7 +510,7 @@ EXAMPLES
511510 $ sf org disable tracking
512511```
513512
514- _ See code: [ src/commands/org/disable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.5.1 /src/commands/org/disable/tracking.ts ) _
513+ _ See code: [ src/commands/org/disable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.6.0 /src/commands/org/disable/tracking.ts ) _
515514
516515## ` sf org display `
517516
@@ -556,7 +555,7 @@ EXAMPLES
556555 $ sf org display --target-org TestOrg1 --verbose
557556```
558557
559- _ See code: [ src/commands/org/display.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.5.1 /src/commands/org/display.ts ) _
558+ _ See code: [ src/commands/org/display.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.6.0 /src/commands/org/display.ts ) _
560559
561560## ` sf org enable tracking `
562561
@@ -598,7 +597,7 @@ EXAMPLES
598597 $ sf org enable tracking
599598```
600599
601- _ See code: [ src/commands/org/enable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.5.1 /src/commands/org/enable/tracking.ts ) _
600+ _ See code: [ src/commands/org/enable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.6.0 /src/commands/org/enable/tracking.ts ) _
602601
603602## ` sf org list `
604603
@@ -637,7 +636,7 @@ EXAMPLES
637636 $ sf org list --clean
638637```
639638
640- _ See code: [ src/commands/org/list.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.5.1 /src/commands/org/list.ts ) _
639+ _ See code: [ src/commands/org/list.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.6.0 /src/commands/org/list.ts ) _
641640
642641## ` sf org list metadata `
643642
@@ -704,7 +703,7 @@ FLAG DESCRIPTIONS
704703 Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
705704```
706705
707- _ See code: [ src/commands/org/list/metadata.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.5.1 /src/commands/org/list/metadata.ts ) _
706+ _ See code: [ src/commands/org/list/metadata.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.6.0 /src/commands/org/list/metadata.ts ) _
708707
709708## ` sf org list metadata-types `
710709
@@ -759,7 +758,7 @@ FLAG DESCRIPTIONS
759758 Override the api version used for api requests made by this command
760759```
761760
762- _ See code: [ src/commands/org/list/metadata-types.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.5.1 /src/commands/org/list/metadata-types.ts ) _
761+ _ See code: [ src/commands/org/list/metadata-types.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.6.0 /src/commands/org/list/metadata-types.ts ) _
763762
764763## ` sf org open `
765764
@@ -831,7 +830,7 @@ EXAMPLES
831830 $ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
832831```
833832
834- _ See code: [ src/commands/org/open.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.5.1 /src/commands/org/open.ts ) _
833+ _ See code: [ src/commands/org/open.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.6.0 /src/commands/org/open.ts ) _
835834
836835## ` sf org refresh sandbox `
837836
@@ -884,9 +883,7 @@ EXAMPLES
884883 $ sf org refresh sandbox --definition-file devSbx3-config.json --target-org prodOrg
885884
886885FLAG DESCRIPTIONS
887- -f, --definition-file=<value>
888-
889- Path to a sandbox definition file for overriding its configuration when you refresh it.
886+ -f, --definition-file=<value> Path to a sandbox definition file for overriding its configuration when you refresh it.
890887
891888 The sandbox definition file is a blueprint for the sandbox; use the file to change the sandbox configuration during
892889 a refresh. If you don't want to change the sandbox configuration when you refresh it, then simply use the --name
@@ -910,7 +907,7 @@ FLAG DESCRIPTIONS
910907 By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
911908```
912909
913- _ See code: [ src/commands/org/refresh/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.5.1 /src/commands/org/refresh/sandbox.ts ) _
910+ _ See code: [ src/commands/org/refresh/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.6.0 /src/commands/org/refresh/sandbox.ts ) _
914911
915912## ` sf org resume sandbox `
916913
@@ -973,7 +970,7 @@ FLAG DESCRIPTIONS
973970 returns the job ID. To resume checking the sandbox creation, rerun this command.
974971```
975972
976- _ See code: [ src/commands/org/resume/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.5.1 /src/commands/org/resume/sandbox.ts ) _
973+ _ See code: [ src/commands/org/resume/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.6.0 /src/commands/org/resume/sandbox.ts ) _
977974
978975## ` sf org resume scratch `
979976
@@ -1020,6 +1017,6 @@ FLAG DESCRIPTIONS
10201017 The job ID is valid for 24 hours after you start the scratch org creation.
10211018```
10221019
1023- _ See code: [ src/commands/org/resume/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.5.1 /src/commands/org/resume/scratch.ts ) _
1020+ _ See code: [ src/commands/org/resume/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/3.6.0 /src/commands/org/resume/scratch.ts ) _
10241021
10251022<!-- commandsstop -->
0 commit comments