You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: messages/open.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Open your default scratch org, or another specified org, in a browser.
6
6
7
7
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.
8
8
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.
10
10
11
11
To generate a URL but not launch it in your browser, specify --url-only.
12
12
@@ -38,6 +38,10 @@ To open in a specific browser, use the --browser flag. Supported browsers are "c
0 commit comments