Skip to content

Commit 27c2f5b

Browse files
committed
fix: update command help
1 parent 208bc39 commit 27c2f5b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

messages/open.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Open your default scratch org, or another specified org, in a browser.
66

77
To open a specific page, specify the portion of the URL after "https://mydomain.my.salesforce.com" as the value for the --path flag. For example, specify "--path lightning" to open Lightning Experience, or specify "--path /apex/YourPage" to open a Visualforce page.
88

9-
Use the --source-file to open a Lightning Page from your local project in Lightning App Builder. Lightning page files have the suffix .flexipage-meta.xml, and are stored in the "flexipages" directory.
9+
Use the --source-file flag to open an ApexPage, FlexiPage, Flow, or Bot from your local project in the associated Builder within the Org.
1010

1111
To generate a URL but not launch it in your browser, specify --url-only.
1212

@@ -38,6 +38,10 @@ To open in a specific browser, use the --browser flag. Supported browsers are "c
3838

3939
$ <%= config.bin %> <%= command.id %> --source-file force-app/main/default/flows/Hello.flow-meta.xml
4040

41+
- Open a local Bot in Bot Builder:
42+
43+
$ <%= config.bin %> <%= command.id %> --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
44+
4145
# flags.private.summary
4246

4347
Open the org in the default browser using private (incognito) mode.
@@ -48,7 +52,7 @@ Browser where the org opens.
4852

4953
# flags.source-file.summary
5054

51-
Path to an ApexPage or FlexiPage to open in Lightning App Builder.
55+
Path to an ApexPage, FlexiPage, Flow, or Bot to open in the associated Builder.
5256

5357
# flags.path.summary
5458

@@ -82,7 +86,7 @@ The Lightning Experience-enabled custom domain is unavailable.
8286

8387
# FlowIdNotFound
8488

85-
No ID not found for Flow %s.
89+
ID not found for Flow %s.
8690

8791
# FlowIdNotFound.actions
8892

0 commit comments

Comments
 (0)