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: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
open your default scratch org, or another specified org
171
171
172
172
```
173
173
open your default scratch org, or another specified org
174
-
To open a specific page, specify the portion of the URL after "yourInstance.salesforce.com/" as --path.
174
+
To open a specific page, specify the portion of the URL after "https://MyDomainName.my.salesforce.com/" as --path.
175
175
For example, specify "--path lightning" to open Lightning Experience, or specify "--path /apex/YourPage" to open a Visualforce page.
176
176
To generate a URL but not launch it in your browser, specify --urlonly.
177
177
To 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.
@@ -199,7 +199,7 @@ OPTIONS
199
199
this command invocation
200
200
201
201
DESCRIPTION
202
-
To open a specific page, specify the portion of the URL after "yourInstance.salesforce.com/" as --path.
202
+
To open a specific page, specify the portion of the URL after "https://MyDomainName.my.salesforce.com/" as --path.
203
203
For example, specify "--path lightning" to open Lightning Experience, or specify "--path /apex/YourPage" to open a
204
204
Visualforce page.
205
205
To generate a URL but not launch it in your browser, specify --urlonly.
0 commit comments