Skip to content

Commit 73f60ff

Browse files
fix: update open so the examples render correctly in CLI Ref
1 parent 7c024a6 commit 73f60ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

messages/open.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"description": "open your default scratch org, or another specified org\nTo open a specific page, specify the portion of the URL after \"https://MyDomainName.my.salesforce.com/\" as --path.\nFor example, specify \"--path lightning\" to open Lightning Experience, or specify \"--path /apex/YourPage\" to open a Visualforce page.\nTo generate a URL but not launch it in your browser, specify --urlonly.\nTo open in a specific browser, use the --browser parameter. Supported browsers are \"chrome\", \"edge\", and \"firefox\". If you don't specify --browser, the org opens in your default browser.",
33
"examples": [
4-
"sfdx force:org:open",
5-
"sfdx force:org:open -u [email protected]",
6-
"sfdx force:org:open -u MyTestOrg1",
7-
"sfdx force:org:open -r -p lightning",
8-
"sfdx force:org:open -u [email protected] -b firefox"
4+
"$ sfdx force:org:open",
5+
"$ sfdx force:org:open -u [email protected]",
6+
"$ sfdx force:org:open -u MyTestOrg1",
7+
"$ sfdx force:org:open -r -p lightning",
8+
"$ sfdx force:org:open -u [email protected] -b firefox"
99
],
1010
"browser": "browser where the org opens",
1111
"cliPath": "navigation URL path",

0 commit comments

Comments
 (0)