Skip to content

Commit c8fe7e0

Browse files
committed
fix: change Bot to Agent
1 parent 27c2f5b commit c8fe7e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

messages/open.md

Lines changed: 3 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 flag to open an ApexPage, FlexiPage, Flow, or Bot from your local project in the associated Builder within the Org.
9+
Use the --source-file flag to open ApexPage, FlexiPage, Flow, or Agent metadata 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,7 +38,7 @@ 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:
41+
- Open local Agent metadata (Bot) in Agent Builder:
4242

4343
$ <%= config.bin %> <%= command.id %> --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
4444

@@ -52,7 +52,7 @@ Browser where the org opens.
5252

5353
# flags.source-file.summary
5454

55-
Path to an ApexPage, FlexiPage, Flow, or Bot to open in the associated Builder.
55+
Path to ApexPage, FlexiPage, Flow, or Agent metadata to open in the associated Builder.
5656

5757
# flags.path.summary
5858

0 commit comments

Comments
 (0)