Skip to content

Commit 296f623

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.8.1 [ci skip]
1 parent fdc2727 commit 296f623

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
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.8.1](https://github.com/salesforcecli/plugin-org/compare/v1.8.0...v1.8.1) (2021-10-06)
6+
7+
8+
### Bug Fixes
9+
10+
* update deps ([254039c](https://github.com/salesforcecli/plugin-org/commit/254039c59bbb88a85fe32d0c705a58d808d330df))
11+
512
## [1.8.0](https://github.com/salesforcecli/plugin-org/compare/v1.7.0...v1.8.0) (2021-09-29)
613

714

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ sfdx plugins
8686
get the description for the current or target org
8787

8888
```
89+
get the description for the current or target org
90+
Output includes your access token, client Id, connected status, org ID, instance URL, username, and alias, if applicable.
91+
Use --verbose to include the SFDX auth URL.
92+
Including --verbose displays the sfdxAuthUrl property only if you authenticated to the org using auth:web:login (not auth:jwt:grant)
93+
8994
USAGE
9095
$ sfdx force:org:display [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel
9196
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
@@ -119,13 +124,15 @@ EXAMPLES
119124
sfdx force:org:display -u TestOrg1 --json > tmp/MyOrgDesc.json
120125
```
121126

122-
_See code: [src/commands/force/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/v1.7.0/src/commands/force/org/display.ts)_
127+
_See code: [src/commands/force/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/v1.8.1/src/commands/force/org/display.ts)_
123128

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

126131
list all orgs you’ve created or authenticated to
127132

128133
```
134+
list all orgs you’ve created or authenticated to
135+
129136
USAGE
130137
$ sfdx force:org:list [--all] [-p --clean] [--skipconnectionstatus] [--verbose] [--json] [--loglevel
131138
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
@@ -156,13 +163,18 @@ EXAMPLES
156163
sfdx force:org:list --verbose --json > tmp/MyOrgList.json
157164
```
158165

159-
_See code: [src/commands/force/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/v1.7.0/src/commands/force/org/list.ts)_
166+
_See code: [src/commands/force/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/v1.8.1/src/commands/force/org/list.ts)_
160167

161168
## `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]`
162169

163170
open your default scratch org, or another specified org
164171

165172
```
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.
175+
For example, specify "--path lightning" to open Lightning Experience, or specify "--path /apex/YourPage" to open a Visualforce page.
176+
To generate a URL but not launch it in your browser, specify --urlonly.
177+
166178
USAGE
167179
$ sfdx force:org:open [-p <string>] [-r] [-u <string>] [--apiversion <string>] [--json] [--loglevel
168180
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
@@ -197,5 +209,5 @@ EXAMPLES
197209
sfdx force:org:open -r -p lightning
198210
```
199211

200-
_See code: [src/commands/force/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/v1.7.0/src/commands/force/org/open.ts)_
212+
_See code: [src/commands/force/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/v1.8.1/src/commands/force/org/open.ts)_
201213
<!-- commandsstop -->

0 commit comments

Comments
 (0)