Skip to content

Commit b4092f5

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.9.2 [ci skip]
1 parent df46a1c commit b4092f5

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [1.9.2](https://github.com/salesforcecli/plugin-org/compare/v1.9.1...v1.9.2) (2021-11-18)
6+
7+
8+
### Bug Fixes
9+
10+
* update domain URL to be more secure ([769ddd8](https://github.com/salesforcecli/plugin-org/commit/769ddd8184d43a3e974f539378b8e10768b29eef))
11+
512
### [1.9.1](https://github.com/salesforcecli/plugin-org/compare/v1.9.0...v1.9.1) (2021-11-15)
613

714

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ EXAMPLES
125125
sfdx force:org:display -u TestOrg1 --json > tmp/MyOrgDesc.json
126126
```
127127

128-
_See code: [src/commands/force/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/v1.9.0/src/commands/force/org/display.ts)_
128+
_See code: [src/commands/force/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/v1.9.1/src/commands/force/org/display.ts)_
129129

130130
## `sfdx force:org:list [--all] [-p --clean] [--skipconnectionstatus] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
131131

@@ -163,15 +163,15 @@ EXAMPLES
163163
sfdx force:org:list --verbose --json > tmp/MyOrgList.json
164164
```
165165

166-
_See code: [src/commands/force/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/v1.9.0/src/commands/force/org/list.ts)_
166+
_See code: [src/commands/force/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/v1.9.1/src/commands/force/org/list.ts)_
167167

168168
## `sfdx force:org:open [-b <string> | -r] [-p <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
169169

170170
open your default scratch org, or another specified org
171171

172172
```
173173
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.
175175
For example, specify "--path lightning" to open Lightning Experience, or specify "--path /apex/YourPage" to open a Visualforce page.
176176
To generate a URL but not launch it in your browser, specify --urlonly.
177177
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
199199
this command invocation
200200
201201
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.
203203
For example, specify "--path lightning" to open Lightning Experience, or specify "--path /apex/YourPage" to open a
204204
Visualforce page.
205205
To generate a URL but not launch it in your browser, specify --urlonly.
@@ -214,5 +214,5 @@ EXAMPLES
214214
sfdx force:org:open -u [email protected] -b firefox
215215
```
216216

217-
_See code: [src/commands/force/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/v1.9.0/src/commands/force/org/open.ts)_
217+
_See code: [src/commands/force/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/v1.9.1/src/commands/force/org/open.ts)_
218218
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-org",
33
"description": "A template repository for sfdx plugins",
4-
"version": "1.9.1",
4+
"version": "1.9.2",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)