Skip to content

Commit 6f0d1c4

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.6.0 [ci skip]
1 parent e1db42b commit 6f0d1c4

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.6.0](https://github.com/salesforcecli/plugin-org/compare/v1.3.3...v1.6.0) (2021-03-25)
6+
7+
8+
### Bug Fixes
9+
10+
* clean up a few messages ([3cee3a2](https://github.com/salesforcecli/plugin-org/commit/3cee3a2d71c95b2c37f2fb7c664c0f1a8faad39f))
11+
* error handling for no scratch org info from the hub ([d536bad](https://github.com/salesforcecli/plugin-org/commit/d536badb53580a73603bc9125a49029f5962cbbe))
12+
* list command shows orgs that have userId ([b26a656](https://github.com/salesforcecli/plugin-org/commit/b26a656185bd84b182be29fc401231698644b499))
13+
* shane's suggestion ([0f03592](https://github.com/salesforcecli/plugin-org/commit/0f0359274ca218ac8d6044c9f6282fe85c480d82))
14+
515
### [1.3.3](https://github.com/salesforcecli/plugin-org/compare/v1.3.2...v1.3.3) (2021-03-03)
616

717

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ EXAMPLES
119119
sfdx force:org:display -u TestOrg1 --json > tmp/MyOrgDesc.json
120120
```
121121

122-
_See code: [src/commands/force/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/v1.3.2/src/commands/force/org/display.ts)_
122+
_See code: [src/commands/force/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/v1.6.0/src/commands/force/org/display.ts)_
123123

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

@@ -144,18 +144,23 @@ OPTIONS
144144
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
145145
this command invocation
146146
147-
--skipconnectionstatus skips retrieving the connection
147+
--skipconnectionstatus skip retrieving the connection
148148
status of non-scratch orgs
149149
150150
--verbose list more information about each
151151
org'
152+
153+
EXAMPLES
154+
sfdx force:org:list
155+
sfdx force:org:list --verbose --json
156+
sfdx force:org:list --verbose --json > tmp/MyOrgList.json
152157
```
153158

154-
_See code: [src/commands/force/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/v1.3.2/src/commands/force/org/list.ts)_
159+
_See code: [src/commands/force/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/v1.6.0/src/commands/force/org/list.ts)_
155160

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

158-
open your default scratch org, or another org that you specify,
163+
open your default scratch org, or another specified org
159164

160165
```
161166
USAGE
@@ -183,7 +188,7 @@ DESCRIPTION
183188
To open a specific page, specify the portion of the URL after "yourInstance.salesforce.com/" as --path.
184189
For example, specify "--path lightning" to open Lightning Experience, or specify "--path /apex/YourPage" to open a
185190
Visualforce page.
186-
To generate a URL but not launch your browser, specify --urlonly
191+
To generate a URL but not launch it in your browser, specify --urlonly.
187192
188193
EXAMPLES
189194
sfdx force:org:open
@@ -192,5 +197,5 @@ EXAMPLES
192197
sfdx force:org:open -r -p lightning
193198
```
194199

195-
_See code: [src/commands/force/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/v1.3.2/src/commands/force/org/open.ts)_
200+
_See code: [src/commands/force/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/v1.6.0/src/commands/force/org/open.ts)_
196201
<!-- commandsstop -->

0 commit comments

Comments
 (0)