@@ -247,7 +247,7 @@ FLAG DESCRIPTIONS
247
247
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
248
248
```
249
249
250
- _ See code: [ src/commands/org/create/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.22 /src/commands/org/create/sandbox.ts ) _
250
+ _ See code: [ src/commands/org/create/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.23 /src/commands/org/create/sandbox.ts ) _
251
251
252
252
## ` sf org create scratch `
253
253
@@ -429,7 +429,7 @@ FLAG DESCRIPTIONS
429
429
Omit this flag to have Salesforce generate a unique username for your org.
430
430
```
431
431
432
- _ See code: [ src/commands/org/create/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.22 /src/commands/org/create/scratch.ts ) _
432
+ _ See code: [ src/commands/org/create/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.23 /src/commands/org/create/scratch.ts ) _
433
433
434
434
## ` sf org delete sandbox `
435
435
@@ -475,7 +475,7 @@ EXAMPLES
475
475
$ sf org delete sandbox --target-org my-sandbox --no-prompt
476
476
```
477
477
478
- _ See code: [ src/commands/org/delete/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.22 /src/commands/org/delete/sandbox.ts ) _
478
+ _ See code: [ src/commands/org/delete/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.23 /src/commands/org/delete/sandbox.ts ) _
479
479
480
480
## ` sf org delete scratch `
481
481
@@ -519,7 +519,7 @@ EXAMPLES
519
519
$ sf org delete scratch --target-org my-scratch-org --no-prompt
520
520
```
521
521
522
- _ See code: [ src/commands/org/delete/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.22 /src/commands/org/delete/scratch.ts ) _
522
+ _ See code: [ src/commands/org/delete/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.23 /src/commands/org/delete/scratch.ts ) _
523
523
524
524
## ` sf org disable tracking `
525
525
@@ -558,7 +558,7 @@ EXAMPLES
558
558
$ sf org disable tracking
559
559
```
560
560
561
- _ See code: [ src/commands/org/disable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.22 /src/commands/org/disable/tracking.ts ) _
561
+ _ See code: [ src/commands/org/disable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.23 /src/commands/org/disable/tracking.ts ) _
562
562
563
563
## ` sf org display `
564
564
@@ -603,7 +603,7 @@ EXAMPLES
603
603
$ sf org display --target-org TestOrg1 --verbose
604
604
```
605
605
606
- _ See code: [ src/commands/org/display.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.22 /src/commands/org/display.ts ) _
606
+ _ See code: [ src/commands/org/display.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.23 /src/commands/org/display.ts ) _
607
607
608
608
## ` sf org enable tracking `
609
609
@@ -645,7 +645,7 @@ EXAMPLES
645
645
$ sf org enable tracking
646
646
```
647
647
648
- _ See code: [ src/commands/org/enable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.22 /src/commands/org/enable/tracking.ts ) _
648
+ _ See code: [ src/commands/org/enable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.23 /src/commands/org/enable/tracking.ts ) _
649
649
650
650
## ` sf org list `
651
651
@@ -684,7 +684,7 @@ EXAMPLES
684
684
$ sf org list --clean
685
685
```
686
686
687
- _ See code: [ src/commands/org/list.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.22 /src/commands/org/list.ts ) _
687
+ _ See code: [ src/commands/org/list.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.23 /src/commands/org/list.ts ) _
688
688
689
689
## ` sf org list metadata `
690
690
@@ -751,7 +751,7 @@ FLAG DESCRIPTIONS
751
751
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
752
752
```
753
753
754
- _ See code: [ src/commands/org/list/metadata.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.22 /src/commands/org/list/metadata.ts ) _
754
+ _ See code: [ src/commands/org/list/metadata.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.23 /src/commands/org/list/metadata.ts ) _
755
755
756
756
## ` sf org list metadata-types `
757
757
@@ -806,7 +806,7 @@ FLAG DESCRIPTIONS
806
806
Override the api version used for api requests made by this command
807
807
```
808
808
809
- _ See code: [ src/commands/org/list/metadata-types.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.22 /src/commands/org/list/metadata-types.ts ) _
809
+ _ See code: [ src/commands/org/list/metadata-types.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.23 /src/commands/org/list/metadata-types.ts ) _
810
810
811
811
## ` sf org open `
812
812
@@ -882,7 +882,7 @@ EXAMPLES
882
882
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
883
883
```
884
884
885
- _ See code: [ src/commands/org/open.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.22 /src/commands/org/open.ts ) _
885
+ _ See code: [ src/commands/org/open.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.23 /src/commands/org/open.ts ) _
886
886
887
887
## ` sf org open agent `
888
888
@@ -933,7 +933,7 @@ EXAMPLES
933
933
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
934
934
```
935
935
936
- _ See code: [ src/commands/org/open/agent.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.22 /src/commands/org/open/agent.ts ) _
936
+ _ See code: [ src/commands/org/open/agent.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.23 /src/commands/org/open/agent.ts ) _
937
937
938
938
## ` sf org refresh sandbox `
939
939
@@ -1036,7 +1036,7 @@ FLAG DESCRIPTIONS
1036
1036
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
1037
1037
```
1038
1038
1039
- _ See code: [ src/commands/org/refresh/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.22 /src/commands/org/refresh/sandbox.ts ) _
1039
+ _ See code: [ src/commands/org/refresh/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.23 /src/commands/org/refresh/sandbox.ts ) _
1040
1040
1041
1041
## ` sf org resume sandbox `
1042
1042
@@ -1099,7 +1099,7 @@ FLAG DESCRIPTIONS
1099
1099
returns the job ID. To resume checking the sandbox creation, rerun this command.
1100
1100
```
1101
1101
1102
- _ See code: [ src/commands/org/resume/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.22 /src/commands/org/resume/sandbox.ts ) _
1102
+ _ See code: [ src/commands/org/resume/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.23 /src/commands/org/resume/sandbox.ts ) _
1103
1103
1104
1104
## ` sf org resume scratch `
1105
1105
@@ -1152,6 +1152,6 @@ FLAG DESCRIPTIONS
1152
1152
returns the job ID. To resume checking the scratch creation, rerun this command.
1153
1153
```
1154
1154
1155
- _ See code: [ src/commands/org/resume/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.22 /src/commands/org/resume/scratch.ts ) _
1155
+ _ See code: [ src/commands/org/resume/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.23 /src/commands/org/resume/scratch.ts ) _
1156
1156
1157
1157
<!-- commandsstop -->
0 commit comments