@@ -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/4.6.3 /src/commands/org/create/sandbox.ts ) _
232+ _ See code: [ src/commands/org/create/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.7.0 /src/commands/org/create/sandbox.ts ) _
233233
234234## ` sf org create scratch `
235235
@@ -383,7 +383,7 @@ FLAG DESCRIPTIONS
383383 Omit this flag to have Salesforce generate a unique username for your org.
384384```
385385
386- _ See code: [ src/commands/org/create/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.6.3 /src/commands/org/create/scratch.ts ) _
386+ _ See code: [ src/commands/org/create/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.7.0 /src/commands/org/create/scratch.ts ) _
387387
388388## ` sf org delete sandbox `
389389
@@ -429,7 +429,7 @@ EXAMPLES
429429 $ sf org delete sandbox --target-org my-sandbox --no-prompt
430430```
431431
432- _ See code: [ src/commands/org/delete/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.6.3 /src/commands/org/delete/sandbox.ts ) _
432+ _ See code: [ src/commands/org/delete/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.7.0 /src/commands/org/delete/sandbox.ts ) _
433433
434434## ` sf org delete scratch `
435435
@@ -473,7 +473,7 @@ EXAMPLES
473473 $ sf org delete scratch --target-org my-scratch-org --no-prompt
474474```
475475
476- _ See code: [ src/commands/org/delete/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.6.3 /src/commands/org/delete/scratch.ts ) _
476+ _ See code: [ src/commands/org/delete/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.7.0 /src/commands/org/delete/scratch.ts ) _
477477
478478## ` sf org disable tracking `
479479
@@ -512,7 +512,7 @@ EXAMPLES
512512 $ sf org disable tracking
513513```
514514
515- _ See code: [ src/commands/org/disable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.6.3 /src/commands/org/disable/tracking.ts ) _
515+ _ See code: [ src/commands/org/disable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.7.0 /src/commands/org/disable/tracking.ts ) _
516516
517517## ` sf org display `
518518
@@ -557,7 +557,7 @@ EXAMPLES
557557 $ sf org display --target-org TestOrg1 --verbose
558558```
559559
560- _ See code: [ src/commands/org/display.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.6.3 /src/commands/org/display.ts ) _
560+ _ See code: [ src/commands/org/display.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.7.0 /src/commands/org/display.ts ) _
561561
562562## ` sf org enable tracking `
563563
@@ -599,7 +599,7 @@ EXAMPLES
599599 $ sf org enable tracking
600600```
601601
602- _ See code: [ src/commands/org/enable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.6.3 /src/commands/org/enable/tracking.ts ) _
602+ _ See code: [ src/commands/org/enable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.7.0 /src/commands/org/enable/tracking.ts ) _
603603
604604## ` sf org list `
605605
@@ -638,7 +638,7 @@ EXAMPLES
638638 $ sf org list --clean
639639```
640640
641- _ See code: [ src/commands/org/list.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.6.3 /src/commands/org/list.ts ) _
641+ _ See code: [ src/commands/org/list.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.7.0 /src/commands/org/list.ts ) _
642642
643643## ` sf org list metadata `
644644
@@ -705,7 +705,7 @@ FLAG DESCRIPTIONS
705705 Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
706706```
707707
708- _ See code: [ src/commands/org/list/metadata.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.6.3 /src/commands/org/list/metadata.ts ) _
708+ _ See code: [ src/commands/org/list/metadata.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.7.0 /src/commands/org/list/metadata.ts ) _
709709
710710## ` sf org list metadata-types `
711711
@@ -760,7 +760,7 @@ FLAG DESCRIPTIONS
760760 Override the api version used for api requests made by this command
761761```
762762
763- _ See code: [ src/commands/org/list/metadata-types.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.6.3 /src/commands/org/list/metadata-types.ts ) _
763+ _ See code: [ src/commands/org/list/metadata-types.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.7.0 /src/commands/org/list/metadata-types.ts ) _
764764
765765## ` sf org open `
766766
@@ -774,7 +774,7 @@ USAGE
774774FLAGS
775775 -b, --browser=<option> Browser where the org opens.
776776 <options: chrome|edge|firefox>
777- -f, --source-file=<value> Path to an ApexPage or FlexiPage to open in Lightning App Builder.
777+ -f, --source-file=<value> Path to ApexPage, FlexiPage, Flow, or Agent metadata to open in the associated Builder.
778778 -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
779779 configuration variable is already set.
780780 -p, --path=<value> Navigation URL path to open a specific page.
@@ -793,8 +793,8 @@ DESCRIPTION
793793 the --path flag. For example, specify "--path lightning" to open Lightning Experience, or specify "--path
794794 /apex/YourPage" to open a Visualforce page.
795795
796- Use the --source-file to open a Lightning Page from your local project in Lightning App Builder. Lightning page files
797- have the suffix .flexipage-meta.xml, and are stored in the "flexipages" directory .
796+ Use the --source-file flag to open ApexPage, FlexiPage, Flow, or Agent metadata from your local project in the
797+ associated Builder within the Org .
798798
799799 To generate a URL but not launch it in your browser, specify --url-only.
800800
@@ -830,9 +830,13 @@ EXAMPLES
830830 Open a local Flow in Flow Builder:
831831
832832 $ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
833+
834+ Open local Agent metadata (Bot) in Agent Builder:
835+
836+ $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
833837```
834838
835- _ See code: [ src/commands/org/open.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.6.3 /src/commands/org/open.ts ) _
839+ _ See code: [ src/commands/org/open.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.7.0 /src/commands/org/open.ts ) _
836840
837841## ` sf org refresh sandbox `
838842
@@ -909,7 +913,7 @@ FLAG DESCRIPTIONS
909913 By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
910914```
911915
912- _ See code: [ src/commands/org/refresh/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.6.3 /src/commands/org/refresh/sandbox.ts ) _
916+ _ See code: [ src/commands/org/refresh/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.7.0 /src/commands/org/refresh/sandbox.ts ) _
913917
914918## ` sf org resume sandbox `
915919
@@ -972,7 +976,7 @@ FLAG DESCRIPTIONS
972976 returns the job ID. To resume checking the sandbox creation, rerun this command.
973977```
974978
975- _ See code: [ src/commands/org/resume/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.6.3 /src/commands/org/resume/sandbox.ts ) _
979+ _ See code: [ src/commands/org/resume/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.7.0 /src/commands/org/resume/sandbox.ts ) _
976980
977981## ` sf org resume scratch `
978982
@@ -1019,6 +1023,6 @@ FLAG DESCRIPTIONS
10191023 The job ID is valid for 24 hours after you start the scratch org creation.
10201024```
10211025
1022- _ See code: [ src/commands/org/resume/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.6.3 /src/commands/org/resume/scratch.ts ) _
1026+ _ See code: [ src/commands/org/resume/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/4.7.0 /src/commands/org/resume/scratch.ts ) _
10231027
10241028<!-- commandsstop -->
0 commit comments